@charset "UTF-8";
body {
    color: #fff;
}
.inview_fadeInUp {
    opacity: 0;
}
.section_faq {
    font-size: 16px;
}
.section_faq a {
    text-decoration: none;
}
.pc_img_box img {
    width: 100%;
}
.pc_img_box_inner {
    opacity: 0;
    transition: 0.5s;
    translate: 0 50px;
}
.pc_img_box_inner.inview {
    opacity: 1;
    translate: 0;
}
.pc_img_box {
    width: 100%;
    padding: 100px 0 0px;
    /* background: rgba(0, 0, 0, 0.3); */
    margin-bottom: 0;
}
.anker {
    scroll-margin-top: 60px;
}
.pc_img_box .pc_img_box_inner {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.faq_content_wrap {
    padding: 100px 0;
    background: #000;
}
.faq_content_wrap .pc_img_box_inner.fap_content_list {
    border: none;
}
.fap_content_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}
.fap_content_list li {
    width: calc( 100% / 3 - 1%);
    margin: 0 0 10px;
    background: #fff;
}
.fap_content_list li a {
    display: block;
    text-align: center;
    padding: 20px 5px 25px;
    background-image: url(../images/faq/arrow_down2.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: bottom 10px center;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.3em;
    color: #000;
}
.faq_content_wrap .pc_img_box_inner {
    /* border: 1px solid #fff; */
}
.faq_catch {
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    translate: 0 50px;
    opacity: 0;
}
.faq_catch.inview {
    opacity: 1;
    translate: 0 0;
}
.faq_subheading {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.7em;
    color: #000;
    background: #b3b3b3;
    padding: 15px 0 15px 50px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center left 10px;
}
.faq_about_product {
    background-image: url(../images/faq/product.png);
}
.faq_about_course {
    background-image: url(../images/faq/course.png);
}
.faq_about_shop {
    background-image: url(../images/faq/shop.png);
}
.faq_about_ship {
    background-image: url(../images/faq/ship.png);
}
.faq_about_change {
    background-image: url(../images/faq/change.png);
}
.faq_about_customer {
    background-image: url(../images/faq/customer.png);
}
.fap_content {
    padding: 30px 0;
}
.fap_content_dl {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.fap_content_dl:last-child {
    margin-bottom: 0;
}
.fap_content_dt {
    cursor: pointer;
    padding-bottom: 20px;
    transition: .3s;
    font-weight: normal;
    padding-left: 35px;
    position: relative;
    padding-right: 35px;
    background-image: url(../images/faq/arrow_down1_white.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    color: #fff;
}
.fap_content_dt.active {
    background-image: url(../images/faq/arrow_up1_white.png);
}
.fap_content_dt:before {
    content: "Q,";
    position: absolute;
    left: 5px;
    top: -2px;
    font-size: 18px;
    font-weight: bold;
}
.fap_content_dt:hover {
    opacity: .7;
}
.fap_content_dd {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 45px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: relative;
    background: #fff;
    color: #000;
}
.fap_content_dd:before {
    content: "A,";
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 18px;
    font-weight: bold;
}
.faq_support_wrap {
    text-align: center;
    color: #fff;
}
.faq_support_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.faq_support_text {
    font-size: 16px;
    margin-bottom: 30px;
}
.faq_support_wrap .button_area {
    margin-bottom: 50px;
}
.faq_support_wrap .button_area .more_btn a {
    text-decoration: none;;
}
.faq_support_phonenumber {
    margin-bottom: 30px;
}
.faq_support_phonenumber a {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.pc_img_box .pc_img_box_inner.fap_content_banner_wrap {
    width: 96%;
    max-width: 700px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fap_content_banner {
    width: calc( 100% / 2 - 2% );
}



@media screen and (max-width: 767px) {
    .faq_content_wrap {
        padding: 50px 0;
    }
    .anker {
        scroll-margin-top: 50px;
    }
    .pc_img_box {
        padding: 50px 0 50px;
    }
    .pc_img_box .pc_img_box_inner {
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .faq_catch {
        font-size: 4.5vw;
        margin-bottom: 50px;
    }
    .faq_text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .faq_content_wrap .pc_img_box_inner.fap_content_list {
        width: 96%;
        margin-top: 20px;
    }
    .fap_content_list li {
        width: calc( 100% / 2 - 1%);
        margin: 0 0 10px;
    }
    .fap_content_list li a {
        font-size: 14px;
        padding: 10px 5px 15px;
        display: flex;
        width: 100%;
        align-items: center;
        height: 5em;
    }
    .fap_content_list li a span {
        width: 100%;
    }
    .fap_content_dt {
        padding-left: 45px;
    }
    .fap_content_dt:before {
        left: 15px;
    }
    .pc_img_box .pc_img_box_inner.fap_content_banner_wrap {
        flex-wrap: wrap;
    }
    .fap_content_banner {
        width: calc( 100% / 1 );
        margin-bottom: 20px;
    }
    .fap_content_banner:last-child {
        margin-bottom: 0;
    }
    
}



