@charset "utf-8";

/*

faq.css
Version: 2022.09.21

*/

/* --------------------------------------------------------
/* .page-faq
/* .faq
/* .qa
-------------------------------------------------------- */


/* .page-faq
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/faq/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/faq/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .faq
-------------------------------------------------------- */
.faq {
    margin: 0 0 40px;
    /* border: 1px solid #e2e2e2; */
}
.faq-unit {
    border-bottom: 1px solid #e2e2e2;
}
/* .faq-unit:last-child { border: 0; } */
.faq-unit-ttl {
    position: relative;
    padding: 18px 24px 18px 60px;
    background: #f8f8f8;
    color: #0070C0;
    font-weight: 700;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
}
.faq-unit-ttl::before {
    position: absolute;
    top: auto;
    left: 20px;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: #0070C0;
    color: #fff;
    content: "Q";
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 36px;
}
.faq-unit-ttl.open {
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}
/* .faq-unit-ttl .ico-help-circled {
    position: absolute;
    top: 15px;
    left: 0;
    color: #fc9c43;
    font-size: 2.8rem;
} */
.faq-unit-ttl .ico-down-open {
    position: absolute;
    top: 26px;
    right: 0;
    color: #fc9c43;
    font-size: 2.0rem;
    transition: .3s;
}
.faq-unit-ttl.open .ico-down-open {
    transform: rotateZ(180deg);
}
.faq-unit-body {
    position: relative;
    display: none;
    padding: 18px 22px 18px 60px;
    border-top: 1px dotted #e2e2e2;
    background: #fff;
}
.faq-unit-body::before {
    position: absolute;
    top: auto;
    left: 20px;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border: 2px solid #0070C0;
    color: #0070C0;
    content: "A";
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 36px;
}
.faq-unit-body > :last-child {
    margin-bottom: 0;
}
.faq-unit-body .ico-attention-circled {
    margin-right: 15px;
    color: #f94b61;
    font-size: 2.8rem;
}
/* .faq-unit-body p {
    padding-left: 3.9rem;
    text-indent: -3.9rem;
} */
.faq-unit-body li {
    line-height: 1.8;
}
.faq-unit-body span {
    color: #ff7400;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
}
.faq-unit-body a:link {
    text-decoration: underline;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .faq-unit-ttl {
        padding: 25px 40px 25px 80px;
    }
    .faq-unit-ttl .ico-help-circled {
        top: 28px;
        left: 5px;
    }
    .faq-unit-ttl .ico-down-open {
        top: 32px;
        right: 15px;
    }
    .faq-unit-body {
        padding: 25px 25px 25px 80px;
    }
    /* .faq-unit-body p {
        padding-left: 3.9rem;
        text-indent: -3.9rem;
    } */
}


/* .qa
-------------------------------------------------------- */
.qa {
    width: 100%;
}
.qa-list {
    margin-bottom: 25px;
    line-height: 1.8;
}
.qa-list-dt {
    position: relative;
    margin-bottom: 5px;
    padding-left: 2.2em;
    color: #0070C0;
    font-weight: 600;
    font-size: 1.8rem;
}
.qa-list-dt::before {
    position: absolute;
    top: -.08em;
    left: 0;
    content: "Q";
    letter-spacing: -.02em;
    font-weight: 500;
    font-size: 2.2rem;
    /* font-family: "Noto Sans JP", sans-serif; */
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.qa-list-dd {
    position: relative;
    margin-bottom: 30px;
    padding-left: 2.5em;
}
.qa-list-dd::before {
    position: absolute;
    top: -.08em;
    left: 0;
    content: "A";
    letter-spacing: -.02em;
    font-weight: 500;
    font-size: 2.2rem;
    /* font-family: "Noto Sans JP", sans-serif; */
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 1;
}
.qa-list-img {
    padding-top: 15px;
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .qa {
        display: flex;
        margin-bottom: 20px;
        padding-top: 40px;

        flex-wrap: wrap;
        justify-content: space-between;
    }
    .qa-list {
        width: 48.125%; /* 770.00px */
        font-size: 1.6rem;
    }
    .qa-list-dt {
        margin-bottom: 15px;
        font-size: 2.3rem;
    }
    .qa-list-dt::before {
        font-size: 3.8rem;
    }
    .qa-list-dd {
        margin-bottom: 30px;
    }
    .qa-list-dd::before {
        font-size: 3.8rem;
    }
    .qa-list-img {
        padding-top: 20px;
    }
}
