@charset "utf-8";

/* よくあるご質問
------------------------------------------------ */
.faqSec {
    margin-top: 55px;
    padding-bottom: 40px;
    background-color: #fefce8;
}
.faqTtl {
    margin-bottom: 30px;
    padding: 15px 0;
    font: 700 3.6rem/1.3 dnp-shuei-mgothic-std, sans-serif;
    background: repeating-linear-gradient(135deg, #ffc351, #ffc351 5px, #ffc963 5px, #ffc963 10px );
}
.faqTtl_txt {
    display: block;
    margin: 0 auto;
    width: 880px;
}
.faqConts {
    margin-bottom: 20px;
}
.faqConts:not(:first-of-type) {
    padding-top: 20px;
    border-top: 2px solid #ffc351;
}
.faqConts_ttl.trigger,
.faqContsTxtWrap_ttl {
    display: flex;
    align-items: center;
    font: 700 2.6rem/1.2 dnp-shuei-mgothic-std, sans-serif;
}
.faqConts_ttl .Q::before,
.faqContsTxtWrap_ttl::before {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    width: 55px;
    height: 55px;
    font-size: 3.6rem;
    border-radius: 100px;
}
.faqConts_ttl .Q::before,
.ie .faqContsTxtWrap_ttl::before {
    align-items: flex-end;
}
.faqConts_ttl .Q::before {
    display: inline-block;
    content: "Q";
    text-align: center;
    line-height: 1.5;
    background-color: #ffc351;
}
.faqContsTxtWrap_ttl::before {
    content: "A";
    color: #fff;
    background-color: #d8002e;
}
.faqConts_ttl.trigger {
    margin-bottom: 20px;
}
.faqContsTxtWrap_ttl {
    margin-bottom: 10px;
}
.faqContsTxtWrap_txt {
    padding-left: calc( 55px + 23px );
}
@media screen and (max-width: 834px){
    .faqTtl {
        padding: 20px 0;
        font-size: 3rem;
    }
    .faqTtl_txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .faqConts_ttl.trigger,
    .faqContsTxtWrap_ttl {
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 480px){
    .faqTtl {
        font-size: 2.5rem;
    }
    .faqConts_ttl.trigger,
    .faqContsTxtWrap_ttl {
        font-size: 2rem;
        padding-right: 30px;
    }
    .faqConts_ttl .Q::before,
    .faqContsTxtWrap_ttl::before {
        margin-right: 18px;
        width: 45px;
        height: 45px;
        font-size: 2.8rem;
    }
    .faqContsTxtWrap_txt {
        padding-left: calc( 45px + 18px );
    }
}