





picture {
    display: block;
}
main {
    padding: 80px 0 0;
}
.breadcrumbs {
    margin-top: 26px;
    margin-bottom: 70px;
}
h1 {
    font-size: 3.2rem;
    margin-bottom: 70px;
    position: relative;
}
h1::before {
    content: "FAQ";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 0 auto;
    color: #954ADF;
    font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 896px){
    main {
        padding: 60px 0 0;
    }
    .breadcrumbs {
        padding: 0px 10px 0px 20px;
        margin: 16px 0 70px;
    }
    h1 {
        font-size: 2.4rem;
        margin-bottom: 46px;
    }
    h1::before {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}








.faq {
    padding: 40px 0 80px;
    background-color: #F8F0FC;
}
.faq__inner {
    width: 92%;
    margin: 0 auto;
    padding: 40px 4% 60px;
    max-width: 1040px;
    background-color: #fff;
    border: 1px solid #954ADF;
    border-top: none;
}

@media (min-width: 769px) {
    .faq {
        padding: 100px 0 120px;
    }
    .faq__inner {
        padding: 80px 60px;
    }
}

/* faq-tab */
.faq-tab {
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    max-width: 1040px;
}
.faq-tab__item {
    width: 50%;
    background-color: #954ADF;
    border-radius: 10px 10px 0 0;
    border: 1px solid #954ADF;
    border-bottom: none;
}
.faq-tab__item--left {
    border-radius: 10px 0 0 0;
}
.faq-tab__item--right {
    border-radius: 0 10px 0 0;
}
.faq-tab__item.active {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}
.faq-tab__link {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    letter-spacing: .05em;
}
.faq-tab__item.active .faq-tab__link {
    color: #404040;
    line-height: 61px;
}

@media (min-width: 769px) {
    .faq-tab__link {
        font-size: 2rem;
        line-height: 64px;
    }
    .faq-tab__item.active .faq-tab__link {
        line-height: 81px;
    }
}


/* faq__list */

.faq__item {
    padding: 30px 0;
    border-bottom: 1px solid #D3D3D3;
}
.faq__item:first-of-type {
    border-top: 1px solid #D3D3D3;
}
.faq__dt {
    position: relative;
    font-size: 1.5rem;
    padding-left: 24px;
    padding-right: 40px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.6;
    letter-spacing: .08rem;
}
.faq__dt::before {
    content: 'Q';
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    position: absolute;
    top: -2px;
    left: 0;
    color: #954ADF;
    font-weight: 500;
}
.faq__dt-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 1px solid #954ADF;
    border-radius: 100px;
    background-color: #fff;
    transition: .3s all;
}
.faq__dl.active .faq__dt-btn {
    background-color: #954ADF;
}
.faq__dt-btn::before,
.faq__dt-btn::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #954ADF;
    top: 50%;
    left: 50%;
    transition: .3s all;
}
.faq__dl.active .faq__dt-btn::before,
.faq__dl.active .faq__dt-btn::after {
    background-color: #fff;
}
.faq__dt-btn::before {
    transform: translate(-50%, -50%);
}
.faq__dt-btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq__dl.active .faq__dt-btn::after {
    transform: translate(-50%, -50%) rotate(180deg);
}
.faq__dd {
    padding-top: 30px;
    font-size: 1.4rem;
    display: none;
    line-height: 1.6;
    letter-spacing: .02rem;
}
.faq__dd-text + .faq__dd-text,
.faq__dd-box + .faq__dd-text {
    margin-top: 25px;
}
.faq__dd-text--purple {
    font-weight: bold;
    color: #954ADF;
}
.faq__dd-list {
    margin-top: 10px;
}
.faq__dd-item {
    list-style: decimal;
    margin-left: 1.7rem;
    line-height: 1.7;
    margin-bottom: 5px;
}
.faq__dd-img {
    margin-top: 30px;
}
.faq__dd-yt {
    position: relative;
    max-width: 384px;
    margin-top: 15px;
    cursor: pointer;
}
.faq__dd-yt--mt0 {
    margin-top: 0;
}
.faq__dd-yt::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .7);
    width: 55px;
    height: 55px;
    border-radius: 100px;
    transition: .3s all;
}
.faq__dd-yt:hover::before {
    background-color: rgba(255, 255, 255, 1);
}
.faq__dd-yt::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #954ADF;
}
.faq__dd-annotation {
    font-size: 1.2rem;
    margin-top: 20px;
}
.faq__dd-annotation-sub {
    font-size: 1.2rem;
    margin-top: 4px;
}
.faq__dd-box {
    margin-top: 24px;
}



@media (min-width: 769px) {
    .faq__dt {
        font-size: 1.6rem;
        padding-left: 40px;
        padding-right: 60px;
        line-height: 1.8;
        letter-spacing: .1rem;
    }
    .faq__dt::before {
        font-size: 2rem;
        top: -3px;
    }
    .faq__dd {
        padding-left: 40px;
        padding-right: 60px;
        line-height: 1.8;
        letter-spacing: .08rem;
    }
    .faq__dd-box {
        margin-top: 30px;
        padding-left: 40px;
    }
    .faq__dd-yt {
        margin-top: 25px;
    }
    .faq__dd-yt--mt0 {
        margin-top: 0;
    }
}


/* modal */

.modal {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1001;
    overflow-y: scroll;
    padding: 50px 0 100px 0;
}
.modal__inner {
    position: absolute;
    width: 80%;
    padding-top: 57.25%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.modal__iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 860px;
    max-height: 630px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* faq__section */

.faq__section + .faq__section {
    margin-top: 80px;
}
.faq__section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: .08rem;
}


@media (min-width: 769px) {
    .faq__section-title {
        letter-spacing: .1rem;
    }
}


/* faq__link */

.faq__link {
    margin-bottom: 80px;
}
.faq__link-title {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 15px;
}
.faq__link-item {
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    margin-bottom: 6px;
}
.faq__link-item a {
    position: relative;
    display: block;
    padding: 16px 22px;
    color: #954ADF;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .08rem;
}
.faq__link-item a::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background-image: url(/assets/img/faq/linkicon.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .3s all;
}
.faq__link-item a:hover::before {
    top: 56%;
}


@media (min-width: 769px) {
    .faq__link-list {
        display: flex;
        flex-wrap: wrap;
    }
    .faq__link-item {
        margin-right: 7px;
    }
    .faq__link-item:last-of-type {
        margin-right: 0;
    }
    .faq__link-item a {
        padding: 10px 30px 10px 15px;
        letter-spacing: .04rem;
    }
    .faq__link-item a::before {
        right: 10px;
    }
}









