.qa-list {
    margin: 18px auto 70px;
}
.qa-item {
    font-size: 22px;
    font-weight: bold;
    color: #505050;
    cursor: pointer;
}
.question {
    font-weight: bold;
    position: relative;
    padding:30px clamp(0px ,15vw , 140px);
    line-height: 1;
    background: transparent;
    border: none;
    font-size: clamp(12px , 4.3vw ,18px);
    text-align: left;
    line-height: 25px;
    width:100%;
    box-sizing: border-box;
}
button.question{
    color: #515151;
}
.question::after {
    content: "";
    background: url(/sougi/wp-content/themes/kuratomo2022/kuratomo_members/img/kuratomo_members_a_type/q.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left:5vw;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 28px;
}
.question p {
    color: #515151;
}

.question-answer {
    font-size: 18px;
    font-weight: normal;
    padding:0 40px 30px;
    display: none;
    cursor: auto;
    position: relative;
    width: calc(100% - clamp(0px ,8vw , 90px));
    margin-left: auto;
}
.question-answer::before{
    content: "";
    background: url(/sougi/wp-content/themes/kuratomo2022/kuratomo_members/img/a.webp) no-repeat;
    background-size: contain;
    position: absolute;
    left:0;
    top: 0;
    width: 20px;
    height: 28px;
    display: block;
}
.question-answer a{
    text-decoration:underline;
    color: #043D8B;
}

.lp-faq-section .question-qa-plus::before {
    content: "";
    position: absolute;
    right: 8vw;
    top: 38%;
    width: 4px;
    height: 20px;
    background-color: #6F1E87;
    transition: all 0.3s;
}
.lp-faq-section .question-qa-plus::after {
    content: "";
    position: absolute;
    right: 8vw;
    top: 38%;
    width: 4px;
    height: 20px;
    background-color: #6F1E87;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.question-qa-plus.active-rotate::before {
    transform: rotate(90deg);
}
.page-image{
    margin-bottom: 65px;
    padding-left: 0;
}
.main-contents{
    max-width: 1100px;
    margin:  auto;
    width:90.624vw;
}
.main-contents-title{
    font-size: 40px;
}
.main-contents-desc{
    margin-top: 15px;
    display: flex;
    column-gap: 30px;
}
.main-contents-desc::after{
    content: "";
    background: url("/sougi/wp-content/themes/kuratomo2022/kuratomo_members/img/kuratomo_members_b_type/members_logo.webp") no-repeat;
    background-size: contain;
    width:250px;
    height:58px;
    display: block;
}
.cost-total-graph-short{
    margin-top: 40px;
    width:80%;
}
.cost-total-graph-short-pic{
    margin-bottom: 50px;
    display: block;
    text-align: center;
}
.h3-title ,
.lp-sub-section-title{
    font-size: 30px;
}
.members-merits-ul{
    display: flex;
    column-gap:40px;
    justify-content: center;
}
.members-recommendation-section{
    max-width: 960px;
    margin: 70px auto 0;
}
.members-recommendation-title{
    text-align: center;
}
.members-recommendation-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    margin-top: 30px;
}
.members-recommendation-li{
    display: flex;
    align-items: center;
    width:46%;
}
.members-recommendation-li::before{
    content:"";
    background: url(/sougi/wp-content/themes/kuratomo2022/members/kuratomo-membership/img/members-recommendation-icon.svg) no-repeat;
    background-size: contain;
    width:33px;
    height:29px;
    display: block;
    margin-right: 10px;
}
.members-recommendation-li-span{
    width:calc(100% - 40px);
}
.banner{
    border: 5px solid #00A531;
    max-width: 640px;
    margin:10px auto 0;
    padding:0 0 15px;
}
.banner-title{
    text-align: center;
    background-color: #00A531;
    color: #fff;
    font-size: 30px;
}
.banner-title-campagin{
    font-size: 40px;
    font-weight: bold;
    color: #00A531;
    display: flex;
    justify-content: center;
}
.banner-title-campagin::before ,
.banner-title-campagin::after{
    content: "";
    background: url(/sougi/wp-content/themes/kuratomo2022/members/kuratomo-membership/img/campagin-left.svg) no-repeat;
    width:40px;
    height:56px;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
}
.banner-title-campagin::after{
    background-image: url(/sougi/wp-content/themes/kuratomo2022/members/kuratomo-membership/img/campagin-right.svg);
    margin-left: 10px;
}
.banner-title-main{
    font-size: 30px;
    color: #333;
}
.banner-title-main .pc{
    display: inline-block !important;
}
.banner-desc{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap:68px;
    line-height: 1;
}
.banner-desc-left{
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.banner-desc-left::after{
    content: "";
    margin: auto;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-left: 18px solid #333333;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
}
.banner-desc-right{
    font-size: 50px;
    font-weight: bold;
    color: #C95981;
    display: flex;
    align-items: baseline;
        line-height: 90px;
}
.banner-desc-right-main{
    font-size: 100px;
}
.banner-line-text{
    width:223px;
}
.banner-line-qr{
    width: 126px;
    padding: 15px;
}
.banner-line-wrap{
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
.members-merit-img{
    width: 150px;
}
.banner-line{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-no-line-link{
    text-align: center;
    display: block;
    margin: 20px auto 70px;
}
.special-section{
    margin-bottom: 80px;
}
.special-section:last-child{
    margin-bottom: 0;
}
.special-section-title-icon{
    color: #fff;
    background-color: #6F1E87;
    display: inline-block;
    padding:3px 10px;
    border-radius: 3px;
}
.special-section-title{
    text-align: center;
}
.special-section-title-main{
    font-size: 30px;
}
.special-section-desc{
    margin-bottom: 40px;
    text-align: center;
}
.special-section-desc-note{
    font-size: 16px;
}
.special-section-link{
    width:15em;
    display: block;
    margin: 0 auto 2em;
}
.lp-ac-button{
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
.special-section .question-qa-plus::before {
    content: "";
    position: absolute;
    right: -2vw;
    top:15%;
    width: 4px;
    height: 20px;
    background-color: #6F1E87;
    transition: all 0.3s;
}
.special-section .question-qa-plus::after {
    content: "";
    position: absolute;
    right:-2vw;
    top: 15%;
    width: 4px;
    height: 20px;
    background-color: #6F1E87;
    transition: all 0.3s;
    transform: rotate(90deg);
}
.active-style .question-qa-plus::before {
    transform: rotate(90deg);
}
.lp-sets-section{
    display: none;
}
.other-specialties{
    margin-top: 80px;
}
.other-specialties-lead{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.lp-privileges-cassettes{
    display: flex;
    flex-wrap: wrap;
    gap:40px 25px;
    margin-top: 35px;
    justify-content: center;
}
.lp-privileges-cassette{
    width:305px;
}
.lp-privileges-cassette-img{
    width:100%;
}
.lp-privileges-cassette-title-text{
    width:calc(100% - 52px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-privileges-cassette-title{
    background-color: #DCE5EB;
    text-align: center;
    display: flex;
    position: relative;
}
.lp-privileges-cassette-title-num{
    background: url(/sougi/wp-content/themes/kuratomo2022/kuratomo_members/img/kuratomo_members_c_type/lp-privileges-cassette-title-num.webp) no-repeat;
    width:35px;
    height: 52px;
    display: block;
    margin-left:17px;
    font-size: 30px;
}
.voice-section{
    background-color:#F6F6F6;
    margin: 70px calc(-1 * (100vw - 1100px) / 2) 30px;
    padding-top: 30px;
}
.voice-section-title{
    font-size: 40px;
    max-width: 1100px;
    width:90vw;
    margin:0 auto 30px;
}
.voices-inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    column-gap: 43px;
    margin: 0 auto;
    padding:0 30px 30px;
    justify-content: center;
}
.voice-detail{
    background-color: #fff;
    padding: 45px 15px;
    border-radius: 10px;
    position: relative;
    width: 350px;
    margin-bottom: 30px;
}
.voice-img{
    width:100px;
    object-fit: contain;
}
.voice-img-title{
    display: flex;
}
.voice-detail-title{
    font-size: 25px;
}
.voice-detail-info{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: normal;
}
.voice-detail-img{
    position: absolute;
    object-fit: cover;
    width:128px;
    height:132px;
    display: block;
    left:0;
    bottom:-110px;
}
.cost-type-section{
    margin-top: 70px;
}
.cost-types{
    display: flex;
    column-gap: 60px;
    margin-top: 1em;
}
.cost-type-dl{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.cost-type-dt{
    font-size: 56px;
    color: #6F1E87;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width:40px;
    text-align: center;
}
.cost-type-dt::after{
    content: "";
    position: absolute;
    right: -20px;
    top:0;
    height:60px;
    width:1px;
    display: block;
    background-color:#6F1E87;
}
.cost-type-text{
    font-size: 18px;
}
.cost-type-text-big{
    font-size: 30px;
    font-weight: bold;
}
.cost-image-section {
    margin-top: 40px;
}
.note-section-title{
    margin-top: 70px;
}
.search-sougi .in-flex p{
    background-color: #fff;
}
.lp-sets-section{
    width:100%;
    max-width: none;
    border: none;
}
.cost-type-section{
    max-width: 1100px;
    margin: auto;
    width: 90.624vw;
}
.cost-type-section-title{
    font-size: 40px;
}
.cost-image-section-graph{
    width:70%;
    margin: 0 auto;
    display: block;
}
.note-section{
    max-width: 1100px;
    margin: auto;
    width: 90.624vw;
    margin-bottom: 70px;
}
.note-section-title{
    font-size: 40px;
}
.lp-faq-section{
    max-width: 1100px;
    margin: auto;
    width: 90.624vw;
}
.lp-sub-section-title{
    font-size: 40px;
}
.saijou-section{
    max-width: 1100px;
    margin: auto;
    width: 90.624vw;
}
.saijou-section-title{
    font-size: 40px;
}
.lp-term-dl{
    font-size: 16px;
    border: 1px solid #919191;
    width:64vw;
    max-width: 400px;
    height:55px;
    margin: 35px auto 0;
    display:flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    border-radius: 15px;
}
.lp-term-dl::after{
    content: "";
    background: url(/sougi/wp-content/themes/kuratomo2022/kuratomo_members/img/dl-mark.webp) no-repeat;
    background-size: contain;
    width:18px;
    height:18px;
    display: block;
    margin-top: 3px;
    margin-left: 0.8em;
}


.special-section-title-main-num{
    font-size: 40px;
    font-weight: bold;
    color: #6f1e87;
}
.cost-image-section-title ,
.cost-image-section-description{
    text-align: center;
}
@media (max-width:1100px) {
    .voice-section{
        margin-left:0;
        margin-right:0;
    }
}
@media (min-width:769px) {
    .other-specialties-lead::before{
        content: "＼";
    }
    .other-specialties-lead::after{
        content: "／";
    }
    .page-image{
        border-top-left-radius: 80px;
        width: 100%;
    }
    .page-image-wrap{
        padding-left: 85px;
        width: calc(1500px - 90px);
        margin: 0 auto;
    }
    .members-recommendation-li:nth-child(even){
        width:38%;
    }
}
@media (max-width:768px) {
    .members-merit-img{
        display: none;
    }
    .page-image{
        margin-bottom: 40px;
    }
    .main-contents{
        width:100%;
    }
    .main-contents-title{
        font-size: clamp(30px, 5vw, 40px);
        width: 94vw;
    }
    .main-contents-desc{
        width:94vw;
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    .main-contents-desc::after{
        margin: 10px 0;
    }
    .members-merits-ul{
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 5vw;
    }
    .members-merit-li{
        width:40vw;
    }
    .cost-total-graph-short{
        width:90.624vw;
        margin: 10px auto 0;
        display: block;
    }
    .h3-title{
        font-size: 20px;
        width:94vw;
        margin-left:auto;
        margin-right: auto;
    }
    .merits-title{
        margin-bottom: 0;
    }
    .members-recommendation-section{
        margin-top:20px;
    }
    .members-recommendation-ul{
        width:90.6vw;
        margin: 15px auto 0;
    }
    .members-recommendation-li{
        font-size: 18px;
        width:100%;
    }
    .banner{
        width:90.6vw;
        padding:0 0 16px;
    }
    .banner-title{
        font-size: 25px;
        line-height: 1.3;
        padding: 10px 0;
    }
    .banner-desc{
        margin-top: 15px;
    }
    .banner-title-campagin{
        font-size: 30px;
        margin-bottom:0;
    }
    .banner-title-campagin::before, .banner-title-campagin::after{
        width:21px;
        height: 30px;
        margin-top: 13px;
        background-size: contain;
    }
    .banner-line{
        margin-top:20px;
    }
    .banner-title-main .pc{
        display: none !important;
    }
    .banner-sp-line-link{
        width:54vw;
        max-width:300px;
        display: block;
        margin: 0 auto;
    }
    .banner-sp-line-link-img{
        margin: 0 auto;
    }
    .banner-desc-left{
        font-size: 24px;
        text-align: center;
        line-height: 1.3;
    }
    .banner-desc-left-yen{
        font-size: 20px;
    }
    .banner-desc-right{
        line-height: 0.8;
        font-size: 45px;
        display: flex;
        align-items: center;
    }
    .banner-desc-right-main{
        font-size: 80px;
    }
    .banner-desc-right-yen{
        margin-top: 10px;
    }
    a.banner-no-line-link{
        width:90.6vw;
        max-width: 400px;
        text-align: center;
    }
    .banner-title-main{
        font-size: 24px;
    }
    .special-section{
        margin-bottom: 40px;
    }
    .special-section-title-icon{
        margin-top: 30px;
    }
    .special-section-title-main{
        font-size: 20px;
    }
    .special-section-title-big{
        font-size: 30px;
    }
    .special-section-desc{
        width:94vw;
        margin: 0 auto;
        font-size: 18px;
        text-size-adjust: 100%;
        text-align: left;
    }
    button.lp-ac-button{
        width:90.6vw;
        max-width: 400px;
        margin: 40px auto 0;
        font-size: 18px;
        text-align: left;
        display: block;
        color: #313131;
    }
    .special-section .question-qa-plus::before ,
    .special-section .question-qa-plus::after{
        right:2vw;
    }
    .lp-sets-section{
        width:90.6vw;
        max-width: 400px;
    }
    .special-section-link{
        margin-left: 3vw;
        margin: 10px;
    }
    .other-specialties-lead{
        font-size: 20px;
    }
    .other-specialties-sp-effect{
        font-size: 35px;
        display: block;
    }
    .other-specialties-sp-effect::before{
        content: "＼";
    }
    .other-specialties-sp-effect::after{
        content: "／";
    }
    .lp-privileges-cassette-title{
        font-size: 14px;
        letter-spacing: -1px;
        position: relative;
        text-align: center;
        padding: 5px 0;
    }
    .lp-privileges-cassette-title-text{
        width:100%;
    }
    .lp-privileges-cassettes{
        row-gap: 10px;
        column-gap: clamp(0px, 1vw, 20px);
    }
    .lp-privileges-cassette-title-num{
        width: 17px;
        height: 25px;
        display: block;
        background-size: cover;
        text-align: center;
        left: -2vw;
        position: absolute;
        top: 0;
        font-size: 14px;
    }
    .lp-privileges-cassette{
        width: 44.5vw;
        max-width: 290px;
    }
    .voice-section-title{
        font-size:30px;
        text-align: center;
    }
    .voices{
        margin-top: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .voice-section-title{
        font-size: clamp(30px, 5vw, 40px);
    }
    .voice-detail-title{
        font-size: clamp(18px , 5.6vw ,22px);
        text-size-adjust: 100%;
    }
    .voice-detail{
        padding:15px;
        margin-bottom: 30px;
    }
    .voice-detail-img{
        bottom:-120px;
    }
    .cost-type-section-description{
        width:94vw;
        margin: 0 auto;
    }
    .cost-type-section ,
    .cost-image-section{
        margin-top: 25px;
    }
    .cost-type-section-title{
        font-size: clamp(30px, 5vw, 40px);
    }
    .cost-types{
        flex-direction: column;
        row-gap: 20px;
    }
    .cost-type-text{
        font-size: 14px;
    }
    .cost-type-text-big{
        font-size: 21px;
    }
    .cost-image-section-description{
        margin-bottom: 10px;
    }
    .cost-image-section-graph{
        width:94vw;
        margin-left: -1vw;
        display: block;
    }
    .lp-term-dl{
        line-height: 1.2;
    }
    .note-section-title{
        margin-top:40px;
        font-size: clamp(30px, 5vw, 40px);
    }
    .note-section-lead ,
    .note-section-ul{
        width:94vw;
        margin: 0 auto;
    }
    .note-section-ul{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .lp-sub-section-title{
        font-size: clamp(30px, 5vw, 40px);
        width:94vw;
        margin: 35px auto 0;
    }
    .qa-list{
        width:94vw;
        margin: 0 auto;
    }
    .question{
        padding: 20px 7vw;
        width: 94%;
        font-size: 18px;
    }
    .question::after{
        left:0;
    }
    .question .question-qa-plus::before ,
    .question .question-qa-plus::after{
        top:35%;
        right: 0;
    }
    .saijou-section-title{
        margin-top: 40px;
        font-size: clamp(30px, 5vw, 40px);
    }
    .search-sougi h3{
        padding-top: 0;
    }
    .search-sougi .inner{
        width:100%;
    }
    .search-sougi .inner .flex ,
    .search-sougi .in-flex:last-child{
        margin-bottom: 0;
    }
    .search-sougi h3{
        font-size: 18px;
    }
    .search-sougi .in-flex .search-sougi-underline{
        font-size: 18px;
    }
}