p,h1,h2,h3,h4,h5,figcaption,span,a,li,dt,dd {
    color: #464646;
}

/** HEADER
==============================================*/





/** MAIN CONTAINERS
==============================================*/
.section .content {
    font-family: 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, 'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
}

.section-lead .content .about_links {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.section-lead .content .about_links li {
    text-align: center;
}
.section-lead .content .about_links li {
    width: calc(100% / 3);
}
/* .section-lead .content .about_links li:nth-child(-n+3) {
    width: calc(100% / 3);
}
.section-lead .content .about_links li:nth-child(n+4) {
    width: 25%;
} */
.section-lead .content .about_links li a {
    background-color: #eff4f5;
    border-radius: 10px;
    padding: 1em;
    font-size: 16px;
    margin-bottom: 10px;
}
.section-lead .content .about_links li:not(:nth-child(3n)) a {
    margin-right: 10px;
}
/* .section-lead .content .about_links li:nth-child(1) a,
.section-lead .content .about_links li:nth-child(2) a,
.section-lead .content .about_links li:nth-child(4) a,
.section-lead .content .about_links li:nth-child(5) a,
.section-lead .content .about_links li:nth-child(6) a {
    margin-right: 10px;
} */
@media all and (-ms-high-contrast: none){
    .section-lead .content .about_links li:nth-child(-n+3) {
        width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
    .section-lead .content .about_links {
        flex-direction: column;
        padding-bottom: 60px;
    }
    .section-lead .content .about_links li {
        width: 100%;
        padding-bottom: 7px;
    }
    /* .section-lead .content .about_links li:nth-child(-n+3),
    .section-lead .content .about_links li:nth-child(n+4) {
        width: 100%;
    } */
    @media all and (-ms-high-contrast: none){
        .section-lead .content .about_links li:nth-child(-n+3) {
            width: 100%;
      }
    }
    .section-lead .content .about_links li:not(:nth-child(3n)) a {
        margin-right: 0;
    }
    /* .section-lead .content .about_links li:nth-child(1) a,
    .section-lead .content .about_links li:nth-child(2) a,
    .section-lead .content .about_links li:nth-child(4) a,
    .section-lead .content .about_links li:nth-child(5) a,
    .section-lead .content .about_links li:nth-child(6) a {
        margin-right: 0;
    } */
    .section-lead .content .about_links li a {
        font-size: 14px;
        margin-bottom: 0;
    }
}


.section-faq .content .faq {
    background-color: #eff4f5;
    padding: 50px;
    border-radius: 25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.section-faq .content .faq:not(:last-child) {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .section-faq .content .faq {
        flex-direction: column;
        padding: 30px 20px;
        border-radius: 20px;
    }
    .section-faq .content .faq:not(:last-child) {
        margin-bottom: 25px;
    }
}

.section-faq .content .faq > dt {
    width: 30%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
}
.section-faq .content .faq > dt:before {
    content: "";
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    left: -15px;
}
.section-faq .content .faq > dt#a_shopping:before {
    background-image: url(../img/ico_cart-bl.png);
    width: 18px;
    height: 24px;
}
.section-faq .content .faq > dt#a_delivery:before {
    background-image: url(../img/ico_delivery.png);
    width: 31px;
    height: 20px;
}
.section-faq .content .faq > dt#a_payment:before {
    background-image: url(../img/ico_pay.png);
    width: 27px;
    height: 18px;
}
.section-faq .content .faq > dt#a_mypage:before {
    background-image: url(../img/ico_mypage-bl.png);
    width: 22px;
    height: 25px;
}
.section-faq .content .faq > dt#a_courses:before {
    background-image: url(../img/ico_course.png);
    width: 27px;
    height: 23px;
}
.section-faq .content .faq > dt#a_mail:before {
    background-image: url(../img/ico_mail.png);
    width: 24px;
    height: 19px;
}
.section-faq .content .faq > dt#a_items:before {
    background-image: url(../img/ico_item.png);
    width: 30px;
    height: 18px;
}
@media only screen and (max-width: 768px) {
    .section-faq .content .faq > dt {
        width: 100%;
        justify-content: center;
        padding-bottom: 30px;
    }
}

.section-faq .content .faq > dd {
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .section-faq .content .faq > dd {
        width: 100%;
    }
}

.section-faq .content .faq > dd .modal_block {
    border-radius: 15px;
    overflow: hidden;
}
.section-faq .content .faq > dd .modal_block:not(:last-child) {
    margin-bottom: 15px;
}
.section-faq .content .faq > dd .modal_block .q_box {
    background-color: #fff;
    position: relative;
    font-size: 16px;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    padding: 20px 25px 20px 90px;
}
.section-faq .content .faq > dd .modal_block .q_box:hover {
    cursor: pointer;
}
.section-faq .content .faq > dd .modal_block .q_box:before {
    content: "Q";
    font-family: "秀英明朝 L", "Shuei Mincho L", "sans-serif";
    background-color: #b3c5c9;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    padding: 20px 25px 0;
    font-size: 24px;
    color: #fff;
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
}
.section-faq .content .faq > dd .modal_block .q_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #b3c5c9;
    border-right: 2px solid #b3c5c9;
    border-radius: 2px;
}
.section-faq .content .faq > dd .modal_block .q_box.active:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.section-faq .content .faq > dd .modal_block .a_box {
    padding: 30px;
    background-color: #fff;
    border-top: 3px solid #eff4f5;
}
.section-faq .content .faq > dd .modal_block .a_box .txt {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}
.section-faq .content .faq > dd .modal_block .a_box .txtS {
    font-size: 14px;
    padding-top: 2em;
    line-height: 2;
}
.section-faq .content .faq > dd .modal_block .a_box .txtS .url {
    word-break: break-all;
}
.section-faq .content .faq > dd .modal_block .a_box .txtS .dec_link {
    display: inline;
    border-bottom: 1px solid;
}
@media only screen and (max-width: 768px) {
    .section-faq .content .faq > dd .modal_block .q_box {
        font-size: 14px;
        padding: 10px 25px 10px 60px;
    }
    .section-faq .content .faq > dd .modal_block .q_box:before {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
    .section-faq .content .faq > dd .modal_block .q_box:after {
        right: 12px;
        width: 5px;
        height: 5px;
    }
    .section-faq .content .faq > dd .modal_block .a_box {
        padding: 1em 1em 1.2em;
    }
    .section-faq .content .faq > dd .modal_block .a_box .txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .section-faq .content .faq > dd .modal_block .a_box .txtS {
        line-height: 1.8;
    }
}

.section-faq .content .faq > dd .modal_block .a_box .btn_link {
    position: relative;
    margin-top: 40px;
}
.section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico {
    background-color: #b3c5c9;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
}
.section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:before,
.section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:after {
    border-color: #fff;
    right: 20px;
}
@media only screen and (max-width: 768px) {
    .section-faq .content .faq > dd .modal_block .a_box .btn_link {
        margin-top: 25px;
    }
    .section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico {
        font-size: 14px;
        padding: 10px;
    }
    .section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:after {
        width: 15px;
        top: calc(50% - 2px)
    }
    .section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:before {
        top: calc(50% - 4px)
    }
}
@media only screen and (max-width: 340px) {
    .section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:before,
    .section-faq .content .faq > dd .modal_block .a_box .btn_link .next-ico:after {
        right: 10px;
    }
}


/** FOOTER
==============================================*/