@charset "utf-8";

.tenga_link li {
	max-width: 300px;
}

.o-title-lv2::after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 1px;
    background: #0072BC;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
}

h3.faq_ttl {
    background: #D7EDFF;
    text-align: left;
    border-top: 1px solid #95989A;
    border-right: 1px solid #95989A;
    border-left: 1px solid #95989A;
    border-bottom: none;
    margin: 0;
    padding: 20px;
}

.faqAccordionBox dl {
    border: 1px solid #95989A;
    margin-top: 0;

}

.faqAccordionBox dl+dl {
    border-top: none;
}

.faqAccordionBox dl dt {
    font-size: 125%;
}


.faqAccordionBox dl dt i {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    right: 30px;
}

.faqAccordionBox dl dt.open i {
    transform: none;
}

.faqAccordionBox dl dt i::before {
    background: url('../img/icon_plus.svg') no-repeat !important;
    border: none !important;
    transform: inherit;
    height: 100%;
    width: 100%;
    background-size: contain !important;
    top: calc(50% - 30px);
}

.faqAccordionBox dl dt i::after {
    opacity: 0;
}

.faqAccordionBox dl dt.open i::after {
    background: url('../img/icon_minus.svg') no-repeat !important;
    border: none !important;
    transform: inherit;
    height: 100%;
    width: 100%;
    background-size: contain !important;
    top: calc(50% - 30px);
    opacity: 1;
}

.faqAccordionBox dl dd {
    border-top: 1px solid #95989A;
    
    background: #f5f6fa url("/cmn3/img/icon/ic_a.svg") left 56px top 35px no-repeat;
    background-size: 50px auto;
}

.faqAccordionBox dd .faq_areaimg {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 50px 0 0;
}

.faqAccordionBox dd .faq_areaimg ul {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    justify-content: space-between;
    width: 70%;
}

.faqAccordionBox dd .faq_areaimg ul li {
    width: 30%;
    margin-bottom: 20px;
    display: flex;
flex-direction: column;
}

.faqAccordionBox dd .faq_areaimg ul li div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.faqAccordionBox dd .faq_areaimg ul li div span {
    background: #deebf7;
    border: 1px solid #98cbfb;
    border-radius: 5px;
    padding: 3px 8%;
    font-size: 18px;
    text-align: center;
}

.faqAccordionBox dd .faq_areaimg ul li div p {
    font-size: 13px;
    margin: 0;
}

.faqAccordionBox dd .faq_areaimg ul li img {
    display: block;
    margin: 0 auto 10px;
    flex-grow: 1;
}

.faqAccordionBox dd .faq_areaimg ul li strong {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    border: 1px solid #000;
    width: 100%;

}
@media (max-width: 1230px) {
    .faqAccordionBox dd .faq_areaimg ul li{
        width: 45%;
    }

}
@media (max-width: 1079px) {
    .faqAccordionBox dl dt {
        padding: 23px 60px 23px 58px;
        font-size: 100%;
    }

    .faqAccordionBox dl dd {
        background: #f5f6fa url("/cmn3/img/icon/ic_a.svg") left 15px top 20px no-repeat;
        padding: 24px 60px 24px 58px;
        font-size: 100%;
        background-size: 32px auto;
    }

    .faqAccordionBox dl dt i {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 15px;
    }

    .faqAccordionBox dl dt i::before {
        top: calc(50% - 20px);
    }

    .faqAccordionBox dl dt.open i::after {
        top: calc(50% - 20px);
    }
    .faqAccordionBox dd .faq_areaimg{
        flex-direction: column;
    }
    .faqAccordionBox dd .faq_areaimg ul{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .faqAccordionBox dd .faq_areaimg ul li div{
        display: block;
    }
    .faqAccordionBox dd .faq_areaimg ul li div span{
        display: block;
        font-size: 13px;
        padding: 3px 0;
    }
    .faqAccordionBox dd .faq_areaimg ul li div p{
        text-align: center;
    }
    .faqAccordionBox dd .faq_areaimg ul li strong{
        font-size: 13px;
    }

}