@charset "utf-8";

.margin_auto {
    margin: 0 auto;
}

.txt_red {
    color: #FF0101 !important;
}

.au_img {
    margin-top: 20px;
}

.appoint_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.appoint_item {
    border-radius: 4px;
    background-color: #fff4ed;
}

.appoint_img {
    width: 80px;
}

.appoint_txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
    padding-: 10px 15px 0;
}

.appoint_lead_txt {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.6;
}

a:hover img {
    opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
}

.aupay_btn {
    margin-top: 35px;
}

.app_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.app_btns li a {
    display: block;
}

.app_btns li:first-child {
    margin-right: 3.4%;
}

.aupay_link {
    display: block;
    margin-top: 15px;
}

@media print, screen and (min-width: 641px) {
    .aupay_logo {
        height: 100px;
    }
    .aupay_txt {
        margin-top: 20px;
    }
    .appoint_grid {
        margin-top: 25px;
    }
    .appoint_item {
        width: 30%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .appoint_grid .appoint_item:nth-child(1) {
        margin-right: 30px !important;
    }
    .appoint_img {
        margin-right: auto;
        margin-left: auto;
    }
    .appoint_lead_txt {
        font-size: 16px;
    }
    .aupay_btn {
        margin-bottom: 15px;
    }
    .app_btns {
        padding: 0 2.6%;
    }
    .app_btns li a {
        max-width: 338px;
    }
    .app_btns li:nth-child(2) a {
        max-width: 417px;
    }
    .aupay_link {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:640px) {
    .au_img {
        margin-bottom: 15px;
    }
    .aupay_logo {
        width: 18.934%;
    }
    .aupay_txt {
        margin-bottom: 15px;
    }
    .appoint_grid {
        width: 100%;
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .appoint_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 10px 3%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .appoint_item:not(:first-child) {
        margin-top: 10px;
    }
    .appoint_img {
        font-size: 0;
        vertical-align: middle;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .appoint_txt {
        margin-left: 8px;
        font-size: 16px;
    }
    .app_btns li:first-child {
        margin-right: 3.4%;
    }
}