:root {
    --campaign_border: #CDCCD4;
    --shadow_color_10: #0000001A;
    --shadow_color_30: #0000004D;
    --shadow_color_24: #0000003D;
    --shadow_color_24_pink: #B600813D;
    --shadow_color_32_gray: #7D7C8F52;
    --gray_color: #706F7D;
    --gray2_color: #9E9DA6;
    --gray3_color: #D8D9DE;
    --black_color: #34333C;
    --pink_color: #B60081;
    --white_color: #FFFFFF;
    --lightpink_color: #F4EBF0;
    --blue_color: #415093;
    --blue2_color: #3366CF;
}

html{
    font-size: 62.5%;
    font-family: -apple-system,BlinkMacSystemFont,GeneralFonts,Hiragino Kaku Gothic ProN,Yu Gothic Medium,YuGothic-Medium,游ゴシック Medium,YuGothic,游ゴシック,Meiryo,Helvetica Neue,Segoe UI,sans-serif;
    font-weight: 300;
    line-height: 20px;
    box-sizing: border-box;
}

img{
    width: 100%;
}

body{
    min-width: unset;
}

.selector {
    font-feature-settings: "palt";
}

/* 共通パーツCSS */
.top_wrapper{
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.top_wrapper a:hover{
    transition: 0.5s;
    opacity: 0.7;
}

.content_wrapper{
    max-width: 1300px;
    margin: 0 auto;
}

.pink_detail{
    background-color: var(--lightpink_color);
    padding: 40px 40px 20px 40px;
    border-radius: 56px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:50px;
}

.pink_detail > h2,.comparison_insurance > h2{
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    color: var(--black_color);
}

.edge_gray_btn{
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid var(--gray2_color);
    background-color: var(--white_color);
    color: var(--black_color);
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
    border-radius: 4px;
}

.edge_gray_btn::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 16px;
    height: 16px;
    background-image: url('/top/img/GrayBackgroundRightArrow.svg');
    right: 11px;
}


.edge_pink_btn{
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid var(--pink_color);
    background-color: var(--white_color);
    color: var(--pink_color);
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 0.05em;
    border-radius: 4px;
}

.edge_pink_btn::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 16px;
    height: 16px;
    background-image: url('/top/img/PinkBackgroundRightArrow.svg');
    right: 11px;
}

.back_pink_btn{
    max-width: 400px;
    width: 100%;
    padding: 16px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: var(--pink_color);
    color: var(--white_color);
    position: relative;
    border: none;
}

.back_pink_btn::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    background-image: url('/top/img/WhiteBackgroundRightArrow.svg');
    right: 11px;
}

.normal_notes p{
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: var(--black_color);
}

.subtit{
    text-align: center;
    margin: 24px 0 16px;
}

.subtit.middle_subtit{
    margin: 40px 0 16px;
}

.subtit h3{
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    color: var(--black_color);
    position: relative;
    display: inline-block;
}

.subtit h3::before,.subtit h3::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: url(/top/img/horizontal_round_dot_line.svg);
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.subtit h3::before{
    left: -95px;
    
}

.subtit h3::after{
    right: -95px;
}

.campaign_list .ongoing_campaign_btn{
    position: relative;
    border: 1px solid var(--campaign_border);
    padding: 12px 16px;
    box-shadow: 1px 1px 4px 0px var(--shadow_color_10);
    background-color: var(--white_color);
    color: var(--black_color);
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 22.5px;
    border-radius: 8px;
    box-sizing: border-box;
}

.campaign_list .ongoing_campaign_btn > span{
    background-color: var(--pink_color);
    color: var(--white_color);
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 17.5px;
    text-align: center;
    padding: 4px 16px 4px 16px;
    border-radius: 100px;
    display: block;
    width: fit-content;
    margin: 0 auto 7px;
}

.campaign_list .ongoing_campaign_btn > span::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width:0;
    height:0;
    border-style:solid;
    border-width: 4px 4px 0 4px;
    border-color:  var(--pink_color) transparent transparent transparent;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.campaign_list .ongoing_campaign_btn::after,.campaign_list .ongoing_campaign_btn::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.campaign_list.held_list .ongoing_campaign_btn::before{
    width: 43.15px;
    height: 43.89px;
    background-image: url('/top/img/present_icon.svg');
    left: 17px;
}

.campaign_list .ongoing_campaign_btn::after{
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url('/top/img/PinkBackgroundRightArrow.svg');
}

.top_wrapper .normal_link{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: var(--blue2_color);
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}

.top_wrapper .normal_link::after{
    content: "";
    display: block;
    border-color: var(--blue2_color);
    border-style: solid;
    border-width: 1.3px 1.3px 0 0;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    right: 0;
}

.top_wrapper .normal_link:hover{
    opacity: 1;
    border-bottom: 1px solid var(--blue2_color);
    transition: none;
}

.gray_dot_horizontal_line{
    max-width: 1300px;
    margin: 30px auto;
    width: 100%;
    height: 2px;
    background-image: url(/top/img/gray_horizontal_line.svg);
}

.mini_sp_br{
    display: none;
}

.pc_only_br{
    display: block;
}

@media screen and (max-width: 1300px) {
    .gray_dot_horizontal_line{
        width: calc(100% - 80px);
    }
}


@media screen and (max-width: 1023px) {
    .pink_detail{
        padding: 56px 40px 56px 40px;
    }
}

@media screen and (max-width: 767px) {
    .gray_dot_horizontal_line{
        width: calc(100% - 32px);
        margin: 32px auto;
    }

    .pink_detail{
        padding: 48px 16px;
        /* border-radius: 28px; */
    }

    .pink_detail > h2, .comparison_insurance > h2{
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 31.25px;
        letter-spacing: 0.05em;
    }

    .subtit.middle_subtit,.search_company_subtit{
        margin: 32px 0 16px;
    }

    .subtit.middle_subtit:first-of-type,.search_company_subtit:first-of-type{
        margin-top: 0;
    }

    .subtit h3{
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 22.5px;
        letter-spacing: 0.05em;
    }

    .subtit h3::before, .subtit h3::after{
        width: 56px;
    }

    .subtit h3::before{
        left: -70px;
    }

    .subtit h3::after{
        right: -70px;
    }

    .back_pink_btn{
        max-width: 260px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 17.5px;
        letter-spacing: 0.05em;
    }

    .back_pink_btn::after{
        width: 16px;
        height: 16px;
    }

    .edge_gray_btn{
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 17.5px;
        letter-spacing: 0.05em;
    }

    .pc_only_br{
        display: none;
    }
}


@media screen and (max-width: 374px) {
    .mini_sp_br{
        display: block;
    }

    .campaign_list.held_list .ongoing_campaign_btn::before{
        width: 33.15px;
        height: 33.89px;
        left: 12px;
    }

    .campaign_list .ongoing_campaign_btn::after{
        right: 12px;
    }
    
}



.latest_news{
    margin-bottom: 40px;
}

.notice_content{
    background-color: var(--white_color);
    padding: 40px;
    border-radius: 28px;
    height: 338px;
    /* margin-bottom: 40px; */
}

.notice_content .news_list{
    height: 100%;
    overflow-y: scroll;
}

.notice_content .news_list::-webkit-scrollbar {
    width: 4px;
}
  
.notice_content .news_list::-webkit-scrollbar-thumb {
    background-color: var(--gray2_color);
    border-radius: 100px;
}
  
.notice_content .news_list::-webkit-scrollbar-track {
    background-color: var(--white_color);
}

.notice_content .news_list li{
    display: flex;
    padding: 12px 32px;
    margin-right: 71px;
    gap: 20px;
    position: relative;
}

.notice_content .news_list li:hover .post_content{
    text-decoration: underline;
}

.notice_content .news_list li a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.notice_content .news_list li:first-of-type{
    padding-top: 0;
}

.notice_content .news_list li::after{
    content: "";
    background-image: url(/top/img/gray_horizontal_line.svg);
    background-size: cover;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.notice_content .news_list .post_date{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: var(--gray_color);
}

.notice_content .news_list .post_content{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: var(--black_color);
    transition: 0.8s;
}

.latest_news .campaign_list{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin: 40px 0 0;
}

#pr_campaign_list_slide{
    max-width: 740px;
}

#pr_campaign_list_slide .slide_nav{
    margin-top: 24px;
}

#pr_campaign_list_slide .slide_nav .custom_scrollbar{
    background-color: var(--white_color);
}

.latest_news .campaign_list .ongoing_campaign_btn{
    width: 100%;
    margin: 0;
    max-width: 400px;
    padding: 16px;
}

.hohan_insurance_btn.ongoing_campaign_btn::before {
    width: 43.15px;
    height: 34.89px;
    background-image: url(/lp/visit_consult/img/hohan-img.png);
    left: 17px;
}

.online_insurance_btn.ongoing_campaign_btn::before {
    width: 38.15px;
    height: 39.89px;
    background-image: url(/lp/visit_consult/img/online-img.png);
    left: 17px;
}

@media screen and (max-width: 1300px) {
    .notice_content{
        margin: 0;
    }

    .latest_news{
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .latest_news .campaign_list .ongoing_campaign_btn{
        max-width: 336px;
    }

    .notice_content{
        padding: 40px 9px 40px 24px;
    }

    .notice_content .news_list li{
        margin-right: 15px;
    }

    #pr_campaign_list_slide .swiper-slide{
        width: 240px;
    }
}

@media screen and (max-width: 820px) {
    #pr_campaign_list_slide{
        margin: 0 40px;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 767px) {
    #pr_campaign_list_slide{
        margin: 0 auto;
        width : 100%;
    }

    .latest_news{
        padding: 0;
        margin-bottom: 40px;
    }

    .notice_content{
        margin: 0 16px;
        padding: 10px 5px;
        border-radius: 8px;
        height: auto;
    }

    .notice_content .news_list li{
        display: block;
        margin-right: 11px;
        padding: 12px 0;
    }

    .notice_content .news_list .post_date{
        margin-bottom: 4px;
    }

    #pr_campaign_list_slide .slide_btn_nav .custom_scrollbar{
        width: 143px;
    }

    #pr_campaign_list_slide .swiper-wrapper{
        width: fit-content;
        margin-left: 0;
    }

    .latest_news .campaign_list{
        flex-wrap: wrap;
        margin: 32px 0 0;
    }
}

@media screen and (max-width: 374px) {
    .latest_news .campaign_list .ongoing_campaign_btn{
        width: calc(100% - 32px);
    }

    .hohan_insurance_btn.ongoing_campaign_btn::before{
        width: 33.15px;
        height: 33.89px;
        left: 12px;
    }
    
    .online_insurance_btn.ongoing_campaign_btn::before{
        width: 33.15px;
        height: 33.89px;
        left: 12px;
    }
}


/* support
---------------------------------------------------- */
.lp202304 .support {
  padding: 0 0 8vw 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .support {
    padding: 0 0 55px 0;
  }
}

@media screen and (min-width: 741px) {
  .lp202304 .support__txt01 {
    font-size: 25px;
    line-height: 1.44;
    margin: 25px 0 0 0;
  }
}
.lp202304 .support__list {
  width: 89.3333333333vw;
  padding: 0 0 8.5333333333vw 0;
  margin: 4.6666666667vw auto 0 auto;
  position: relative;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list {
    width: 926px;
    padding: 0;
    margin: 37px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.lp202304 .support__list::after {
  content: '';
  display: block;
  width: 7.4666666667vw;
  height: 4.9333333333vw;
  background: url(/lp/visit_consult/img/support-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list::after {
    content: none;
  }
}
.lp202304 .support__list li {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list li {
    display: block;
    width: 286px;
    position: relative;
  }
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list li::after {
    content: '';
    display: block;
    width: 44px;
    height: 29px;
    background: url(/lp/visit_consult/img/support-arrow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp202304 .support__list li:not(:first-child) {
  margin: 4.4vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list li:not(:first-child) {
    margin: 0;
  }
}
.lp202304 .support__list p {
    width: 61.4666666667vw;
    min-height: 24.1333333333vw;
    font-size: 3.2vw;
    padding: 2.4vw 15.3333333333vw 2.8vw 2.4vw;
    border-bottom: 4px solid #405091;
    /* border-radius: 1.3333333333vw; */
    position: relative;
}
@media screen and (min-width: 741px) {
	.lp202304 .support__list p {
        width: 100%;
        min-height: 280px;
        font-size: 16px;
        text-align: center;
        padding: 165px 0 15px 0;
        border-radius: 0;
        margin: 24px 0 0 0;
    }
  }
}
.support-img {
    width: 70%;
    text-align: center;
    margin: 15px auto;
}
.lp202304 .support__list p.support__img01::after {
  content: '';
  display: block;
  width: 14vw;
  height: 14.2666666667vw;
  background: url(/lp/visit_consult/img/support-img01.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 2vw;
  right: 0.9333333333vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list p.support__img01::after {
        width: 167px;
        height: 165px;
        bottom: auto;
        top: -15px;
        right: 50%;
        transform: translateX(50%);
  }
}

.lp202304 .support__list p.support__img02::after {
  content: '';
  display: block;
  width: 14vw;
  height: 14.2666666667vw;
  background: url(/lp/visit_consult/img/support-img02.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 2vw;
  right: 0.9333333333vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list p.support__img02::after {
        width: 167px;
        height: 165px;
        bottom: auto;
        top: -15px;
        right: 50%;
        transform: translateX(50%);
  }
}

.lp202304 .support__list p.support__img03::after {
  content: '';
  display: block;
  width: 14vw;
  height: 14.2666666667vw;
  background: url(/lp/visit_consult/img/support-img03.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 2vw;
  right: 0.9333333333vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list p.support__img03::after {
        width: 167px;
        height: 165px;
        bottom: auto;
        top: -15px;
        right: 50%;
        transform: translateX(50%);
  }
}

.lp202304 .support__list + .support__txt01 {
  margin: 2.6666666667vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .support__list + .support__txt01 {
    margin: 45px 0 0 0;
  }
}
.lp202304 .support h3 {
  width: 26.5333333333vw;
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #b60081;
  border-radius: 1.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 741px) {
  .lp202304 .support h3 {
    width: 100%;
    height: 100px;
    font-size: 20px;
    border-radius: 10px;
  }
}
.lp202304 .support h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.4666666667vw 2.4vw 1.4666666667vw;
  border-color: transparent transparent #b60081 transparent;
  position: absolute;
  bottom: 100%;
  left: 6.8vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .support h3::after {
    border-width: 0 8.5px 15px 8.5px;
    left: 50%;
  }
}


/* flow
---------------------------------------------------- */
.lp202304 .flow {
  padding: 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow {
    padding: 0 0 55px 0;
  }
}
.lp202304 .flow__list {
  margin: 5.0666666667vw 0 0 10vw;
  position: relative;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list {
    width: 900px;
    margin: 0 auto;
    display: flex;
  }
}
.lp202304 .flow__list::after {
  content: '';
  display: block;
  width: 1.6vw;
  height: 100%;
  background: #b60181;
  border-radius: 0 0 50vh 50vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list::after {
    width: 100%;
    height: 7px;
    border-radius: 0 50vh 50vh 0;
    top: 154px;
  }
}
.lp202304 .flow__list li {
  min-height: 23.7333333333vw;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 0 0 39.7333333333vw;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li {
    flex: 1;
    min-height: auto;
    font-size: 1.5rem;
    text-align: center;
    padding: 198px 0 0 0;
    display: block;
  }
}
.lp202304 .flow__list li::after {
  content: '';
  display: block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background: #b60181;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: -1.4666666667vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li::after {
        width: 25px;
        height: 25px;
        top: 145px;
        left: 50%;
    transform: translateX(-50%);
  }
}
.lp202304 .flow__list li:nth-child(1) {
    background: url(/lp/visit_consult/img/flow-img01.jpg) no-repeat 9vw 10%;
    background-size: 20vw auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li:nth-child(1) {
		background: url(/lp/visit_consult/img/flow-img01.jpg) no-repeat 30% 0px;
        background-size: 120px auto;
  }
}
.lp202304 .flow__list li:nth-child(2) {
    background: url(/lp/visit_consult/img/flow-img02.jpg) no-repeat 6.733333vw 50%;
    background-size: 26.666667vw auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li:nth-child(2) {
    background: url(/lp/visit_consult/img/flow-img02.jpg) no-repeat 50% 10px;
    background-size: 180px auto;
  }
}
.lp202304 .flow__list li:nth-child(3) {
    background: url(/lp/visit_consult/img/flow-img03.jpg) no-repeat 8.4vw 0%;
    background-size: 21.333333vw auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li:nth-child(3) {
    background: url(/lp/visit_consult/img/flow-img03.jpg) no-repeat 50% 0;
    background-size: 120px auto;
  }
}
.lp202304 .flow__list li:nth-child(4) {
    background: url(/lp/visit_consult/img/flow-img03.jpg) no-repeat 8.4vw 200%;
    background-size: 21.333333vw auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li:nth-child(4) {
        background: url(/lp/visit_consult/img/flow-img04.jpg) no-repeat 50% 0px;
        background-size: 120px auto;
  }
}
.lp202304 .flow__list li:nth-child(5) {
    background: url(/lp/visit_consult/img/flow-img05.jpg) no-repeat 10.266667vw 50%;
    background-size: 20vw auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__list li:nth-child(5) {
        background: url(/lp/visit_consult/img/flow-img05.jpg) no-repeat 50% 15px;
        background-size: 120px auto;
  }
}
.lp202304 .flow__list li:nth-child(5) span {
  display: inline-block;
  white-space: nowrap;
  margin: 0 -0.5em 0 0;
}
.lp202304 .flow__txt01 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.2;
  margin: 6.4vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__txt01 {
    font-size: 25px;
    line-height: 1;
    margin: 25px 0 0 0;
  }
}
.lp202304 .flow__txt01 > span {
  color: #b60181;
}
.lp202304 .flow__txt01 > span span:nth-child(1) {
  font-size: 6.8266666667vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__txt01 > span span:nth-child(1) {
    font-size: 40px;
  }
}
.lp202304 .flow__txt01 > span span:nth-child(2) {
  font-size: 5.12vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__txt01 > span span:nth-child(2) {
    font-size: 30px;
  }
}
.lp202304 .flow__txt02 {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__txt02 {
    font-size: 25px;
    margin: 12px 0 0 0;
  }
}
.lp202304 .flow__txt02 span {
  font-weight: bold;
  color: #b60181;
}
.lp202304 .flow__notes {
  margin: 3.3333333333vw 5.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 741px) {
  .lp202304 .flow__notes {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0 0;
  }
}

/* voice
---------------------------------------------------- */
.lp202304 .voice__txt01 {
  font-size: 4.2666666667vw;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .voice__txt01 {
    font-size: 25px;
    line-height: 1.44;
    margin: 40px 0 0 0;
  }
}
.lp202304 .voice__list {
  width: 89.3333333333vw;
  margin: 5.3333333333vw auto 0 auto;
}
@media screen and (min-width: 741px) {
  .lp202304 .voice__list {
    width: 850px;
    margin: 30px auto 0 auto;
  }
}
.lp202304 .voice__list li {
    padding: 19.333333vw 7.666667vw 6.666667vw 7.666667vw;
    font-size: 1.4rem;
}
@media screen and (min-width: 741px) {
  .lp202304 .voice__list li {
        min-height: 150px;
        font-size: 1.8rem;
        line-height: 1.66;
        padding: 25px 40px 30px 170px;
  }
}
.voice .voice__list li.man10 {
    background: url(/lp/visit_consult/img/10m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man20 {
    background: url(/lp/visit_consult/img/20m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man30 {
    background: url(/lp/visit_consult/img/30m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man40 {
    background: url(/lp/visit_consult/img/40m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man50 {
    background: url(/lp/visit_consult/img/50m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man60 {
    background: url(/lp/visit_consult/img/60m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.man70 {
    background: url(/lp/visit_consult/img/70m.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman10 {
    background: url(/lp/visit_consult/img/10w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman20 {
    background: url(/lp/visit_consult/img/20w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman30 {
    background: url(/lp/visit_consult/img/30w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman40 {
    background: url(/lp/visit_consult/img/40w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman50 {
    background: url(/lp/visit_consult/img/50w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman60 {
    background: url(/lp/visit_consult/img/60w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
.voice .voice__list li.woman70 {
    background: url(/lp/visit_consult/img/70w.jpg) no-repeat 50% 3.6vw;
    background-size: 19.7333333333vw auto;

}
@media screen and (min-width: 741px) {
  .voice .voice__list li.man10 {
        background: url(/lp/visit_consult/img/10m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man20 {
        background: url(/lp/visit_consult/img/20m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man30 {
        background: url(/lp/visit_consult/img/30m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man40 {
        background: url(/lp/visit_consult/img/40m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man50 {
        background: url(/lp/visit_consult/img/50m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man60 {
        background: url(/lp/visit_consult/img/60m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.man70 {
        background: url(/lp/visit_consult/img/70m.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman10 {
        background: url(/lp/visit_consult/img/10w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman20 {
        background: url(/lp/visit_consult/img/20w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman30 {
        background: url(/lp/visit_consult/img/30w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman40 {
        background: url(/lp/visit_consult/img/40w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman50 {
        background: url(/lp/visit_consult/img/50w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman60 {
        background: url(/lp/visit_consult/img/60w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
  .voice .voice__list li.woman70 {
        background: url(/lp/visit_consult/img/70w.jpg) no-repeat 50px 60%;
        background-size: 92px auto;
  }
}

.lp202304 .voice__name {
  text-align: left;
  margin: 4.6666666667vw 0 0 0;
}
@media screen and (min-width: 741px) {
  .lp202304 .voice__name {
    margin: 25px 0 0 0;
  }
}

/*
---------------------------------------------------- */
.box926{
	width:926px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:740px) {
	.box926{
		width:100%;
	}
}
h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 24px;
    color: var(--black_color);
}
@media screen and (max-width:740px) {
    h2{
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 22.5px;
        letter-spacing: 0.05em;
        margin-bottom: 16px;
    }
}
.sub{
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 24px;
    color: var(--black_color);
}
@media screen and (max-width:740px) {
    .sub{
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 17.5px;
        letter-spacing: 0.05em;
    }
}

.sub2{
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 24px;
    color: var(--black_color);
}
@media screen and (max-width: 740px) {
    .sub2 {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 19.5px;
        letter-spacing: 0.05em;
    }
}
span.maze{
	color:#b60081;
}
.only_pc {
	display:block!important;
}
.only_sp {
	display:none!important;
}
@media screen and (max-width:740px) {
	.only_pc {
		display:none!important;
	}
	.only_sp {
		display:block!important;
	}
}

@media screen and (max-width:740px) {
	.pink_detail{
		border-radius: 0;
        width: 100%;
                padding: 5% 1% 1% 1%;
	}
}

#notes p{
    font-size: 1.4rem;
}
#notes .b{
	font-weight:bold;
}
.mb20{
	margin-bottom:20px;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
#notes a{
	text-decoration: underline;
    color: #405091;
}
@media screen and (max-width:740px) {
	.sp-box{
		width:90%;
		margin:0 5% 5%;
	}
	#notes p{
	    font-size: 1.2rem;
	}
}



/*もっと見る
--------------------------------------------------------------*/
.sample-container {
	width: 926px;
	max-width: 100%;
	margin-inline: auto;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width:740px) {
	.sample-container {
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
}


.container {
  --max-height: 926px;
  position: relative;
  max-height: var(--max-height);
  overflow: hidden;
  
  &:has(.read-more-button > input:checked) {
    max-height: initial;
  }
}
@media screen and (max-width:740px) {
	.container {
	  --max-height: 770px;
	  position: relative;
	  max-height: var(--max-height);
	  overflow: hidden;
	  
	  &:has(.read-more-button > input:checked) {
	    max-height: initial;
	  }
	}

}

.text-container {
  position: relative;
}

.read-more-container {
	position: absolute;
	top: var(--max-height);
	transform: translateY(-100%);
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	background-image: linear-gradient(transparent, #fff 65%);
	height: calc(clamp(0px, round(up, 100% - var(--max-height), 1px), 1px) * 60);

	&:has(.read-more-button > input:checked) {
	display: none;
  }
}

.read-more-button {
	margin: 8px;
	text-decoration: underline;
	cursor: pointer;

	&:hover {
    text-decoration: none;
  }

  & > input {
    display: none;
  }
}
@media screen and (max-width:740px) {
	.read-more-button {
		cursor: pointer;
		text-decoration: none;
		width: 100%;
		box-sizing: border-box;
		max-width: 265px;
		margin: 0 auto 3%;

		&:hover {
	    text-decoration: none;
	  }

	  & > input {
	    display: none;
	  }
	}
}

.flex_test-box {
	display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width:740px) {
	.flex_test-box {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    flex-wrap: nowrap;
	}
}

.flex_test-item{
	width:185.2px;
	margin-bottom: 30px;
}
@media screen and (max-width:740px) {
	.flex_test-item{
        width: 66%;
        margin: 0 17% 5%;
	}
}

.fp{
	width:160px;
	margin-inline: auto;
}
@media screen and (max-width:740px) {
	.fp{
		width: 100%;
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
	}
}

.flex_test-item img{
	width:80px;
	margin-left: 25%;
    margin-right: 25%;
}

.flex_test-item p{
	font-size:16px;
}
@media screen and (max-width:740px) {
	.flex_test-item p{
		font-size:1.4rem;
	}
}

.kome{
	font-size:12px;
	text-align:right;
}
@media screen and (max-width:740px) {
	.kome{
		font-size:1.2rem;
		text-align:center;
	}
}

.edge_gray_btn{
    text-align: center;
    text-decoration: none;
    display: block;
    border: 1px solid var(--gray2_color);
    background-color: var(--white_color);
    color: var(--black_color);
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 0.05em;
    border-radius: 4px;
    padding: 6px;
}

.edge_gray_btn::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 16px;
    height: 16px;
    background-image: url('/lp/visit_consult/img/GrayBackgroundRightArrow.svg');
    right: 11px;
}
