@charset "UTF-8";

/* 共通 */
body {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3' !important;
    color: #3d3d3d;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    max-width: 640px;
    width: 100%;
    margin: auto;
    background: url('../img/pc_index_fv_bg.png') no-repeat top center/cover;
    background-color: #e7e9ee;
    background-attachment: fixed;
}

p {
    line-height: 1.6;
}

strong {
    font-weight: bold;
}

a {
    transition: .3s;
}

a:hover {
    opacity: .7;
}

.splide__pagination__page.is-active {
    background: #00aeb0;
}

.splide__pagination__page {
    margin: 0 10px;
}

/* --- 共通 --- */

@media screen and (min-width: 641px) {


    .hp_pcNone {
        display: none;
    }
}

@media screen and (max-width: 640px) {

    .hp_spNone {
        display: none;
    }

    img {
        width: 100%;
        height: auto;
    }
}


.bl_header {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 640px) {
    .bl_header {
        padding: 1.563vw 0;
    }

    .bl_header_logo {
        width: 23.438vw;
        margin: auto;
    }
}


/* -----fv ----- */

.bl_fv {
    background: url(../img/sp_fv_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
}


.bl_fv_btnbox {
    text-align: center;
    padding: 40px 0;
    background: linear-gradient(to right, #e7faef 0%, #cff0e2 100%);
    border-radius: 30px;
    margin: 20px 20px 0 20px;
}

.bl_fv_btnbox.--white {
    background-color: #fff;
}

.bl_fv_btnbox_btn01 {
    margin-top: 20px;
    display: inline-block;
}

.bl_fv_btnbox_text02 {
    margin-top: 40px;
}

.bl_fv_btnbox_btn02 {
    margin-top: 20px;
    display: inline-block;
}

.bl_service_image{
  background: #ffffff;
  padding: 60px 0 0;
}

@media screen and (max-width: 640px) {
  .bl_fv{
    background-size: contain;
  }

    .bl_fv_btnbox {
        padding: 6.25vw 0;
        border-radius: 4.688vw;
        margin: 3.125vw 3.125vw 0 3.125vw;
    }

    .bl_fv_item {
        width: 39.063vw;
    }


    .bl_fv_btnbox_btn01 {
        width: 84.375vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_fv_btnbox_text02 {
        width: 82.813vw;
        margin: auto;
        margin-top: 6.25vw;
    }

    .bl_fv_btnbox_btn02 {
        width: 75vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_fv_text {
        width: 81.25vw;
    }

    .bl_fv_btnbox_text01 {
        width: 60.938vw;
        margin: auto;
    }


}

.ly_campaign {
  padding: 40px 0;
  background-color: #fff;
}
.bl_campaign_banner {
  max-width: fit-content;
  width: 87.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .ly_campaign {
    padding: 6.825vw 0;
  }
}

/* -----service ----- */


.ly_service {
    text-align: center;
    padding: 60px 0 0 0;
    background-color: #fff;
}


@media screen and (max-width: 640px) {
    .ly_service {
        padding: 9.375vw 0 0 0;
    }
}

/* -----reason ----- */

.ly_reason {
    text-align: center;
    padding: 60px 0;
    background-color: #fff;
}

.bl_reason_ttl {
    margin-top: -340px;
}

.bl_reason_text {
    font-size: 24px;
    padding: 0 80px;
    text-align: left;
}

.bl_reason_container {
    background-color: #fef2f2;
    padding: 140px 0 80px 0;
}

.bl_reason_container_card {
    padding: 0 40px;
    margin-top: 40px;
}

.bl_reason_container_card_ttl {
    margin-top: 20px;
}

.bl_reason_container_card_text {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
}

@media screen and (max-width: 640px) {
    .ly_reason {
        padding: 9.375vw 0;
    }

    .bl_reason_ttl {
        width: 85.938vw;
        margin: auto;
        margin-top: -53.125vw;
    }

    .bl_reason_text {
        font-size: 3.75vw;
        padding: 0 12.5vw;
        text-align: left;
    }

    .bl_reason_container {
        padding: 21.875vw 0 12.5vw 0;
    }

    .bl_reason_container_card {
        padding: 0 6.25vw;
        margin-top: 6.25vw;
    }

    .bl_reason_container_card_ttl {
        width: 87.5vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_reason_container_card_text {
        font-size: 3.75vw;
        text-align: left;
        margin-top: 4.688vw;
    }

    .bl_reason_container_ttl {
        width: 57.5vw;
        margin: auto;
    }

    .bl_reason_container_card_image {
        width: 87.5vw;
        margin: auto;
    }
}


/* -----info ----- */

.bl_info {
    text-align: center;
    background-color: #fff;
}

.bl_info.__pd{
  padding: 60px 0 0;
}

.bl_info_container {
    padding: 80px 0 40px 0;
    background: linear-gradient(to right, #e7faef 0%, #cff0e2 100%);
    border-radius: 30px;
    margin: -70px 20px 0 20px;
}

.bl_info_container_text02 {
    margin-top: 50px;
}

.bl_info_container_btn02 {
    display: inline-block;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {

    .bl_info_ttl {
        width: 81.25vw;
        margin: auto;
    }

    .bl_info_container {
        padding: 12.5vw 0 6.25vw 0;
        background: linear-gradient(to right, #e7faef 0%, #cff0e2 100%);
        border-radius: 4.688vw;
        margin: -10.937vw 3.125vw 0 3.125vw;
    }

    .bl_info_container_text02 {
        width: 82.813vw;
        margin: auto;
        margin-top: 7.813vw;
    }

    .bl_info_container_btn02 {
        width: 75vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_info_container_btn01 {
        width: 84.375vw;
        margin: auto;
    }


}

/* -----message ----- */

.bl_message {
    text-align: center;
    padding: 40px 0 60px 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .bl_message {
        padding: 6.25vw 0 9.375vw 0;
    }

}

/* -----date ----- */

.ly_date {
    text-align: center;
    padding: 80px 0 0 0;
    background-color: #f2f8ff;
}

.bl_date_text {
    margin: 40px 40px 0 40px;
    text-align: left;
    font-size: 18px;
}

.bl_date_image {
    margin-top: 40px;
}

.bl_date_image02 {
    margin-top: 20px;
}

.bl_date_flexbox {
    margin-top: 20px;
    gap: 12px;
}

.bl_date_image03 {
    margin-top: 80px;
    padding: 20px 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .ly_date {
        padding: 12.5vw 0 0 0;
    }

    .bl_date_ttl {
        width: 60.625vw;
        margin: auto;
    }

    .bl_date_text {
        margin: 6.25vw 6.25vw 0 6.25vw;
        text-align: left;
        font-size: 2.813vw;
    }

    .bl_date_image {
        width: 87.5vw;
        margin: auto;
        margin-top: 6.25vw;
    }

    .bl_date_image02 {
        width: 87.5vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_date_flexbox {
        margin-top: 3.125vw;
        gap: 1.875vw;
    }

    .bl_date_flexbox_image {
        width: 42.813vw;
    }

    .bl_date_image03 {
        margin-top: 12.5vw;
        padding: 3.125vw 0;
        background-color: #fff;
    }

    .bl_date {
      background:#f9efe0 url(../img/sp_form_icon_calendar.png)no-repeat center right 3.125vw/7.5vw 7.813vw !important;
    }
}

/* -----voice ----- */

.ly_voice {
    text-align: center;
    padding: 80px 0 0 0;
    background-color: #fef2f2;
}

.bl_voice_text {
    margin-top: 40px;
    color: #997d1e;
    font-size: 22px;
}

.bl_voice_card {
    margin-top: 40px;
}

.bl_voice_card_ttlbox {
    position: relative;
    background-image: url(../img/sp_voice_img01.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 40px 0;
}

.bl_voice_card_ttlbox.--ver02 {
    background-image: url(../img/sp_voice_img02.png);
}

.bl_voice_card_ttlbox.--ver03 {
    background-image: unset;
    padding: 40px 0 0 0;
}

.bl_voice_card_ttlbox.--ver03::before{
  position: absolute;
  content: "";
  background: url(../img/sp_voice_img03.png)no-repeat;
  height: 240px;
  width: 640px;
  top: 18px;
  left: 0;
}

.bl_voice_card_ttlbox.--ver03 .bl_voice_card_ttlbox_right-text{
  margin: 10px 0 20px;
}

.bl_voice_card_ttlbox_right {
    text-align: left;
    margin-left: 240px;
}

.bl_voice_card_ttlbox_right-ttl {
    font-size: 26px;
    font-weight: bold;
    color: #e83d5d;
    line-height: 40px;
}

.bl_voice_card_ttlbox_right-text {
    font-size: 22px;
    margin-top: 10px;
}

.bl_voice_card_container {
    background-color: #fff;
    padding: 40px 0 20px 0;
    margin: 0 20px;
    border-radius: 30px;
}

.bl_voice_card_container_ttl {
    font-size: 26px;
    font-weight: bold;
    color: #e83d5d;
    text-align: left;
    margin: 0 70px;
    padding-left: 20px;
    border-left: 4px solid #e83d5d;
}

.bl_voice_card_container_content {
    margin: 40px 70px 0 70px;
}



/* アコーディオン */

.bl_voice_card_container_ttl.active{
  display: none;
}

.bl_voice_card_container_content_q {
    background-color: #fff;
    border: 1px solid #997d1e;
    color: #997d1e;
    cursor: pointer;
    padding: 20px 0px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.bl_voice_card_container_content_q.active{
  display: none;
}

.bl_voice_card_container_content_q .symbol {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
}

.bl_voice_card_container_content_q .symbol span {
    background-color: #997d1e;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
}

.bl_voice_card_container_content_q .symbol span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_voice_card_container_content_q .symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
}

.bl_voice_card_container_content_q_text {
    color: #997d1e;
    font-size: 30px;
}

.bl_voice_card_container_content_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.bl_voice_card_container_content_a_text {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
}

.js-q.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
}

.bl_voice_card_container_content_close {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: #997d1e;
}

.bl_voice_card_container_content_a_ttl {
    font-size: 26px;
    font-weight: bold;
    color: #e83d5d;
    text-align: left;
    padding-left: 20px;
    border-left: 4px solid #e83d5d;
}

.bl_voice_card_container_content_a_ttl.--ver02 {
    margin-top: 40px;
}

/* アコーディオン */

.bl_voice_card_container_content02 {
    margin: 60px 20px 0 20px;
    padding: 40px 40px 40px 40px;
    background-color: #fcf5e9;
    border-radius: 30px;
}

.bl_voice_card_container_content02_image {
    margin-top: -110px;
    margin-left: -110px;
}

.bl_voice_card_container_content02_text {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #e83d5d;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}

.bl_voice_card_container_content02_text span {
    font-weight: bold;
    background-color: #fff;
}

.bl_voice_card_container_content02_text02 {
    padding-top: 20px;
    font-size: 24px;
    text-align: left;
}

.bl_voice_card_container_content02_text02 span {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .ly_voice {
        text-align: center;
        padding: 12.5vw 0 0 0;
        background-color: #fef2f2;
    }

    .bl_voice_card_ttlbox.--ver03::before{
      background-size: contain;
      width: 100vw;
      height: 64vw;
      top: 5.8vw;
    }

    .bl_voice_card_ttlbox.--ver03{
      padding: 6.25vw 0 0 0;
    }

    .bl_voice_card_ttlbox.--ver03 .bl_voice_card_ttlbox_right-text{
      margin:2.667vw 0 5.333vw;
    }

    .bl_voice_ttl {
        width: 71.25vw;
        margin: auto;
    }

    .bl_voice_text {
        margin-top: 6.25vw;
        font-size: 3.438vw;
    }

    .bl_voice_card {
        margin-top: 6.25vw;
    }

    .bl_voice_card_ttlbox {
        background-size: contain;
        padding: 6.25vw 0 6.25vw 0;
    }


    .bl_voice_card_ttlbox_right {
        text-align: left;
        margin-left: 37.5vw;
    }

    .bl_voice_card_ttlbox_right-ttl {
        font-size: 4.063vw;
        line-height: unset;
    }

    .bl_voice_card_ttlbox_right-text {
        font-size: 3.438vw;
        margin-top: 1.563vw;
    }

    .bl_voice_card_container {
        padding: 6.25vw 0 3.125vw 0;
        margin: 0 3.125vw;
        border-radius: 4.688vw;
    }

    .bl_voice_card_container_ttl {
        font-size: 4.063vw;
        margin: 0 10.938vw;
        padding-left: 3.125vw;
    }

    .bl_voice_card_container_content {
        margin: 6.25vw 10.938vw 0 10.938vw;
    }



    /* アコーディオン */


    .bl_voice_card_container_content_q {
        padding: 3.125vw 0px;
        margin-bottom: 6.25vw;
    }

    .bl_voice_card_container_content_q .symbol {
        width: 3.125vw;
        height: 3.125vw;
        right: 3.125vw;
    }

    .bl_voice_card_container_content_q .symbol span {
        height: 0.313vw;
    }


    .bl_voice_card_container_content_q_text {
        font-size: 4.688vw;
    }

    .bl_voice_card_container_content_a_text {
        font-size: 3.75vw;
        margin-top: 3.125vw;
        text-align: left;
    }

    .bl_voice_card_container_content_close {
        margin-top: 4.688vw;
        padding-bottom: 0.781vw;
        font-size: 4.688vw;
    }

    .bl_voice_card_container_content_a_ttl {
        font-size: 4.063vw;
        padding-left: 3.125vw;
    }

    .bl_voice_card_container_content_a_ttl.--ver02 {
        margin-top: 6.25vw;
    }

    /* アコーディオン */

    .bl_voice_card_container_content02 {
        margin: 9.375vw 3.125vw 0 3.125vw;
        padding: 6.25vw 6.25vw 6.25vw 6.25vw;
        border-radius: 4.688vw;
    }

    .bl_voice_card_container_content02_image {
        margin-top: -17.187vw;
        margin-left: -9.187vw;
        width: 76.563vw;
    }

    .bl_voice_card_container_content02_text {
        margin-top: 3.125vw;
        font-size: 3.75vw;
        padding-bottom: 1.563vw;
    }

    .bl_voice_card_container_content02_text02 {
        padding-top: 3.125vw;
        font-size: 3.75vw;
        text-align: left;
    }
}

/* -----white ----- */

.bl_white {
    padding: 30px 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .bl_white {
        padding: 4.688vw 0;
    }
}

/* -----flow ----- */

.ly_flow {
    padding: 140px 0;
    background-color: #fff;
    text-align: center;
}

.bl_flow_slide {
    margin: 40px 0px 0px 0px;
    position: relative;
    z-index: 2;
}

.bl_flow_slide .splide{
  width: 600px;
  margin: 0 auto;
}

.bl_flow_slide .splide__slide{
  border: 1px solid #e83d5d;
  border-radius: 20px;
  background: #ffffff;
}

.bl_flow_slide::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 500px;
  background: #ffe4e4;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: -1;
}

.bl_flow_image img {
    border-radius: 20px 20px 0 0;
}

.bl_flow_textbox {
    padding: 20px;
}

.bl_flow_textbox_ttl {
    font-size: 26px;
    font-weight: bold;
    color: #e83d5d;
}

.bl_flow_textbox_text {
    font-size: 24px;
    text-align: left;
    margin-top: 10px;
}

.bl_flow_textbox_text span {
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .ly_flow {
        padding: 21.875vw 0;
    }

    .bl_flow_ttl {
        width: 61.563vw;
        margin: auto;
    }

    .bl_flow_slide .splide{
      width: 93.9vw;
    }

    .bl_flow_slide .splide__slide{
      border: 0.156vw solid #e83d5d;
      border-radius: 3.125vw;
    }

    .bl_flow_slide .splide__slide img{
      width: 93.438vw;
    }

    .bl_flow_slide::after{
      height: 78.125vw;
    }

    .bl_flow_slide {
        margin: 6.25vw 0 0 0;
        border-radius: 3.125vw;
    }

    .bl_flow_image img {
        border-radius: 3.125vw 3.125vw 0 0;
    }

    .bl_flow_textbox {
        padding: 3.125vw;
    }

    .bl_flow_textbox_ttl {
        font-size: 4.063vw;
    }

    .bl_flow_textbox_text {
        font-size: 3.75vw;
        text-align: left;
        margin-top: 1.563vw;
    }

    .bl_flow_textbox_text span {
        font-weight: bold;
    }

}

/* -----.splide.splide1----- */


.splide.splide1 .splide__pagination {
    bottom: -75px;
}

.splide.splide1 .splide__pagination__page.is-active {
    background: #e83d5d !important;
    transform: scale(1);
}

.splide.splide1 .splide__arrow--next {
    right: 110px;
    transform: translateY(-50%) scaleX(-1);
}

.splide.splide1 .splide__arrow--prev {
    left: 110px;
}

.splide.splide1 .splide__arrow {
    top: auto;
    bottom: -150px;
    background: url("../img/sp_flow_arrow.png") no-repeat center / contain;
    border: none;
    width: 80px;
    height: 80px;
}

.splide.splide1 .splide__arrow svg {
    display: none;
}

@media screen and (max-width: 640px) {
    .splide.splide1 .splide__pagination {
        bottom: -12.719vw;
    }

    .splide.splide1 .splide__arrow--next {
        right: 17.188vw;
        transform: translateY(-50%) scaleX(-1);
    }

    .splide.splide1 .splide__arrow--prev {
        left: 17.188vw;
    }

    .splide.splide1 .splide__pagination__page {
        margin: 0 1.563vw;
    }

    .splide.splide1 .splide__arrow {
        bottom: -23.437vw;
        width: 12.5vw;
        height: 12.5vw;
    }

    .splide.splide1 .splide__arrow svg {
        display: none;
    }
}

/* -----.splide.splide1----- */

/* -----price ----- */

.ly_price {
    text-align: center;
    padding: 80px 0 30px;
    background-color: #fff;
}

.bl_price_image {
    margin-top: 40px;
}

.bl_price_note {
    text-align: right;
    padding: 0 40px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.bl_price_text {
    font-size: 24px;
    padding: 0 40px;
    text-align: left;
    margin-top: 40px;
}

.bl_price_text span {
    color: #e83d5d;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .ly_price {
        padding: 12.5vw 0 4.688vw;
    }

    .bl_price_ttl {
        width: 87.5vw;
        margin: auto;
    }

    .bl_price_image {
        width: 90.625vw;
        margin: auto;
        margin-top: 6.25vw;
    }

    .bl_price_note {
        text-align: right;
        padding: 0 6.25vw;
        margin-top: 1.563vw;
        font-size: 2.813vw;
        font-weight: bold;
    }

    .bl_price_text {
        font-size: 3.75vw;
        padding: 0 6.25vw;
        text-align: left;
        margin-top: 6.25vw;
    }
}

/* faq */

.ly_faq {
    text-align: center;
    padding: 80px 0 0 0;
    background-color: #f2f8ff;
}

.bl_area_image{
  background: #ffffff;
  padding: 0 0 20px;
}

.bl_faq_ttl {
    margin-bottom: 50px;
}


/* アコーディオン */

.bl_faq__accordion {
    margin-top: 10px;
    padding: 0 40px;
}

.bl_faq__accordion_q {
    background-color: #fff;
    cursor: pointer;
    padding: 20px 25px 20px 25px;
    align-items: center;
    width: 100%;
    border: none;
    border: 1px solid #e83d5d;
    border-radius: 20px;
    gap: 20px;
}

.bl_faq__accordion_q .symbol {
    width: 20px;
    height: 20px;
    position: relative;
}

.bl_faq__accordion_q .symbol span {
    background-color: #e83d5d;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
}

.bl_faq__accordion_q .symbol span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_faq__accordion_q .symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
}

.bl_faq__accordion_q_text {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    color: #e83d5d;
}

.bl_faq__accordion_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}


.js-q.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
}

.bl_faq__accordion_q_container {
    gap: 30px;
    flex: 1;
}

.bl_faq__accordion_a_text {
    font-size: 24px;
    text-align: left;
    line-height: 1.7;
    padding: 30px;
}

.bl_faq_image {
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .ly_faq {
        padding: 12.5vw 0 0 0;
    }

    .bl_faq_ttl {
        margin: auto;
        margin-bottom: 7.813vw;
        width: 75.313vw;
    }


    /* アコーディオン */

    .bl_faq__accordion {
        margin-top: 1.563vw;
        padding: 0 6.25vw;
    }

    .bl_faq__accordion_q {
        padding: 3.125vw 3.906vw 3.125vw 3.906vw;
        border-radius: 3.125vw;
        gap: 3.125vw;
    }

    .bl_faq__accordion_q .image {
        width: 7.187vw;
    }

    .bl_faq__accordion_q .symbol {
        width: 3.125vw;
        height: 3.125vw;
    }

    .bl_faq__accordion_q .symbol span {
        width: 100%;
        height: 0.313vw;
    }

    .bl_faq__accordion_q_text {
        font-size: 4.063vw;
        flex: 1;
    }

    .bl_faq__accordion_q_container {
        gap: 4.688vw;
        flex: 1;
    }

    .bl_faq__accordion_a_text {
        font-size: 3.75vw;
        text-align: left;
        line-height: 1.7;
        padding: 4.688vw;
    }

}

/* area */

.ly_area {
    background: url(../img/sp_area_bg_pattern.png)repeat top center/contain;
}

.bl_area_tyusyaku {
  text-align: center;
    padding: 60px 0 30px 0;
}

.bl_area_container {
    padding: 0 20px;
}

.bl_service02_image{
  margin: 30px 0 0;
}

@media screen and (max-width: 640px) {
    .ly_area {
        padding: 0 0 9.375vw 0;
    }

    .bl_area_tyusyaku {
        width: 83.125vw;
        margin: auto;
        padding: 9.375vw 0 4.688vw 0;
    }

    .bl_area_container {
        padding: 0 3.125vw;
    }
}


/* アコーディオン */

.bl_area_container__accordion {
    margin-top: 10px;
}

.bl_area_container__accordion_q {
    background-color: #e83d5d;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    padding: 20px 30px 20px 30px;
    align-items: center;
    width: 100%;
    border: none;
    position: relative;
}

.bl_area_container__accordion_q.active {
    border-radius: 10px 10px 0 0;
}

.bl_area_container__accordion_q .symbol {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.bl_area_container__accordion_q .symbol span {
    background-color: #fff;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
}

.bl_area_container__accordion_q .symbol span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bl_area_container__accordion_q .symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
}

.bl_area_container__accordion_q_text {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}

.bl_area_container__accordion_a {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.js-q.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
}

.bl_area_container__accordion_q_container {
    gap: 40px;
}

.bl_area_container__accordion_a_image {
    margin-top: 20px;
}

.ttlbox {
    margin-top: 40px;
    gap: 20px;
}

.ttlbox_tag {
    font-size: 30px;
    font-weight: bold;
    color: #e83d5d;
    line-height: 1;
    background-color: #ffe4e4;
    border-radius: 0 25px 25px 0;
    padding: 10px 40px;
}

.ttlbox_text {
    font-size: 30px;
    font-weight: bold;
}

.ttlbox_text span {
    font-size: 22px;
}

.bl_area_container__accordion_a_image02 {
    margin-top: 20px;
    text-align: center;
}

.bl_area_container__accordion_a_image03 {
    margin-top: 20px;
}

.table {
    text-align: left;
    gap: 40px;
    margin: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.table.--none {
    border: none;
}

.table.--bottom0 {
    margin-bottom: 0;
}

.table .ttl {
    font-size: 24px;
    width: 100px;
    text-align: left;
    color: #e83d5d;
    font-weight: bold;
}

.table02 {
    padding: 10px 50px;
    margin: 0 20px;
    background-color: #f8f8f8;
}

.table02 .ttl {
    font-size: 24px;
    text-align: left;
    color: #e83d5d;
    font-weight: bold;
}

.table .text {
    font-size: 24px;
    line-height: 1.4;
    width: 320px;
    white-space: nowrap;
    padding-top: 10px;
}

.table02 .text {
    font-size: 24px;
    line-height: 1.4;
    width: 320px;
    white-space: nowrap;
}

.taglist {
    padding: 0 40px 40px 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.taglist_item {
    width: 48%;
}

.taglist_item_tag {
  text-align: center;
    background-color: #ffe4e4;
    font-size: 30px;
    font-weight: bold;
    color: #e83d5d;
    border-radius: 25px;
}

.taglist_item_text {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 640px) {
    /* アコーディオン */

    .bl_area_container__accordion {
        margin-top: 1.563vw;
    }

    .bl_area_container__accordion_q {
        border-radius: 1.563vw;
        padding: 3.125vw 4.688vw 3.125vw 4.688vw;
    }

    .bl_area_container__accordion_q.active {
        border-radius: 1.563vw 1.563vw 0 0;
    }

    .bl_area_container__accordion_q .symbol {
        width: 3.125vw;
        height: 3.125vw;
        right: 6.25vw;
    }

    .bl_area_container__accordion_q .symbol span {
        height: 0.313vw;
    }

    .bl_area_container__accordion_q_text {
        font-size: 3.75vw;
    }

    .bl_area_container__accordion_q_container {
        gap: 6.25vw;
    }

    .bl_area_container__accordion_a_image {
        margin-top: 3.125vw;
    }

    .ttlbox {
        margin-top: 6.25vw;
        gap: 3.125vw;
    }

    .ttlbox_tag {
        font-size: 4.688vw;
        border-radius: 0 3.906vw 3.906vw 0;
        padding: 1.563vw 6.25vw;
    }

    .ttlbox_text {
        font-size: 4.688vw;
    }

    .ttlbox_text span {
        font-size: 3.438vw;
    }

    .bl_area_container__accordion_a_image02 {
        width: 57.813vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .table {
        text-align: left;
        gap: 6.25vw;
        margin: 4.688vw;
        padding-bottom: 3.125vw;
    }

    .table .ttl {
        font-size: 3.75vw;
        width: 15.625vw;
    }

    .table02 {
        padding: 1.563vw 7.813vw;
        margin: 0 3.125vw;
        background-color: #f8f8f8;
    }

    .table02 .ttl {
        font-size: 3.75vw;
    }

    .table .text {
        font-size: 3.75vw;
        width: 50vw;
        padding-top: 1.563vw;
    }

    .table02 .text {
        font-size: 3.75vw;
        width: 50vw;
    }

    .taglist {
        padding: 0 6.25vw 6.25vw 6.25vw;
        margin-top: 6.25vw;
    }

    .taglist_item {
        width: 48%;
    }

    .taglist_item_tag {
        font-size: 4.688vw;
        border-radius: 3.906vw;
    }

    .taglist_item_text {
        font-size: 4.688vw;
    }

    .bl_area_container__accordion_a_image03 {
        margin-top: 3.125vw;
    }
}


/* service02 */

.ly_service02 {
    padding: 0 0 80px 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .ly_service02 {
        padding: 0 0 12.5vw 0;
    }
}

/* info02 */

.ly_info02 {
    text-align: center;
    background-color: #fff;
    padding: 30px 0 0;
}

.bl_info02 {
    background: linear-gradient(to right, #e7faef 0%, #cff0e2 100%);
    padding: 40px 0;
    margin: 0 20px;
    border-radius: 30px;
}

.bl_info02_btn01 {
    margin-top: 20px;
    display: inline-block;
}

.bl_info02_text02 {
    margin-top: 40px;
}

.bl_info02_btn02 {
    margin-top: 20px;
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .ly_info02 {
        text-align: center;
        background-color: #fff;
    }

    .bl_info02 {
        background: linear-gradient(to right, #e7faef 0%, #cff0e2 100%);
        padding: 6.25vw 0;
        margin: 0 3.125vw;
        border-radius: 4.688vw;
    }

    .bl_info02_text {
        width: 60.938vw;
        margin: auto;
    }

    .bl_info02_btn01 {
        width: 84.375vw;
        margin: auto;
        margin-top: 3.125vw;
    }

    .bl_info02_text02 {
        width: 82.813vw;
        margin: auto;
        margin-top: 6.25vw;
    }

    .bl_info02_btn02 {
        width: 75vw;
        margin: auto;
        margin-top: 3.125vw;
    }
}

/* fixed */

.bl_fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 9999;
}

.bl_fixed.show {
    display: flex;
}

@media screen and (max-width: 640px) {

    .bl_fixed a {
        width: 50vw;
    }
}

/* footer */

.bl_footer {
    background-color: #fff;
    padding: 60px 0 0 0;
    text-align: center;
}

.bl_footer_flexbox {
    gap: 40px;
    padding: 20px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 40px 40px 0 40px;
}

.bl_footer_flexbox_text {
    font-size: 20px;
    text-align: left;
}

.bl_footer small {
    padding: 20px 0;
    font-size: 16px;
    display: block;
    color: #fff;
    margin-top: 40px;
    background-color: #3d3d3d;
}

@media screen and (max-width: 640px) {
    .bl_footer {
        padding: 9.375vw 0 0 0;
    }

    .bl_footer_logo {
        width: 39.063vw;
        margin: auto;
    }

    .bl_footer_flexbox_image {
        width: 16.563vw;
        margin: auto;
    }

    .bl_footer_flexbox {
        gap: 6.25vw;
        padding: 3.125vw 0;
        margin: 6.25vw 6.25vw 0 6.25vw;
    }

    .bl_footer_flexbox_text {
        font-size: 3.125vw;
    }

    .bl_footer small {
        padding: 3.125vw 0;
        font-size: 2.5vw;
        margin-top: 6.25vw;
    }
}







/* form.php *************************/

.ly_input {
    background-color: #fef2f2;
}

.ly_input.ver02 {
    background-color: #e3f8ee;
}

.bl_input_ttl {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}

.bl_input_ttl02 {
    font-weight: bold;
    margin-top: 80px;
    font-size: 26px;
    color: #e83d5d;
    text-align: center;
}

.bl_input_ttl02.__02{
  color: #1ca6b0;
}

.bl_input_text {
    padding: 0 40px;
    font-size: 28px;
    margin-top: 30px;
    text-align: left;
}

.bl_input_text.center {
    text-align: center;
}

.bl_input_text02 {
    font-size: 26px;
    margin-top: 30px;
    text-align: center;
}

form {
    padding: 0px 30px 60px 30px;
    margin: 20px 20px 300px 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

input {
    width: 100%;
    font-size: 28px;
    padding: 15px 30px;
    background-color: #f9efe0;
    border-radius: 10px;
    border: none;
}

input.ver02 {
    width: 40%;
    font-size: 28px;
    padding: 15px 30px;
    background-color: #f9efe0;
    border-radius: 10px;
    border: none;
}

input.ver03 {
    width: 60%;
    font-size: 28px;
    padding: 15px 30px;
    background-color: #f9efe0;
    border-radius: 10px;
    border: none;
}

input.mt2 {
    margin-top: 20px;
}

select {
    width: 100%;
    font-size: 28px;
    padding: 15px 30px;
    background-color: #f9efe0;
    border-radius: 10px;
    border: none;
}

select.mt1 {
    margin-top: 10px;
}

select::-ms-expand {
    display: none;
}

select {
    background-image: url(../img/triangle.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 16px 14px;
    -webkit-appearance: none;
    appearance: none;
}

.bl_date {
  background:#f9efe0 url(../img/sp_form_icon_calendar.png)no-repeat center right 20px;
}

.flatpickr-wrapper{
  display: block !important;
}

.form_inner {
    margin-bottom: 20px;
    padding-top: 40px;
}

.form_inner.__zoom_select{
  display: none;
}

.form_inner.__zoom_select.active{
  display: block;
}

.form_inner span.toshi {
    font-size: 28px;
    margin-left: 10px;
    display: inline;
}

.form_inner span.yu {
    font-size: 28px;
    margin-right: 10px;
}

.form_inner span.zidou {
    font-size: 24px;
    margin-left: 20px;
}

.form_inner.--btn {
    border: none;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: -230px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: auto;
}

.form_inner.--btn.confilm {
    bottom: -250px;
}

.backtext {
    margin-top: 60px;
    display: block;
    font-size: 24px;
    text-decoration: underline;
    color: #000000;
}

.backtext02 {
    margin: 60px 0;
    display: block;
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    color: #b89317;
}

.form_inner_item {
    margin-bottom: 10px;
}

.form_inner_item_gender label {
    width: 49%;
    gap: 10px;
    padding: 20px 20px 20px 50px;
    background-color: #f9efe0;
    border-radius: 10px;
    font-weight: normal;
    font-size: 24px;
    position: relative;
}

.form_inner_item_gender label input {
    width: auto;
    font-size: 24px;
}

.form_inner_item_gender label:has(input[type="radio"]:checked) {
    background: #b89317;
    color: #fff;
}

/* ネイティブUIは隠す（アクセシブル非表示にしない版） */
.form_inner_item_gender input[type="radio"] {
    position: absolute;
    opacity: 0;
    inset-inline-start: 16px;
    /* 丸の配置に合わせて */
}

/* 白い面＋黒枠の丸（常に白） */
.form_inner_item_gender label::before {
    content: "";
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    inset-inline-start: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* 枠色 */
    background: #fff;
    /* 面は常に白 */
    box-shadow: inset 0 0 0 0 #b89317;
    /* 中の●は最初0 */
}

/* チェック時：中だけ金色で塗る */
.form_inner_item_gender label:has(input[type="radio"]:checked)::before {
    box-shadow: inset 0 0 0 6px #fff;
    background: #b89317;
}

/* キーボード操作のフォーカス表示（任意） */
.form_inner_item_gender label:has(input[type="radio"]:focus-visible) {
    outline: 2px solid #6C7EFF;
    outline-offset: 2px;
}


.form_inner_item_nothissu {
    font-size: 20px;
    color: #fff;
    background-color: #5f656a;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 13px;
}

.form_inner_item_hissu {
    font-size: 20px;
    color: #fff;
    background-color: #e83d5d;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 13px;
}

label {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .1em;
}

legend {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .1em;
}

label span {
    font-size: 20px;
    font-weight: bold;
}

.mailText {
    font-size: 20px;
    margin-top: 30px;
    color: #fff;
}

.textRed {
    color: #ff7373;
}

.pictureText {
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #fff;
}

.form_inner button {
    background: none;
    border: none;
}

.form_inner button {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    display: inline-block;
    margin-top: 40px;
}

.checkbox_group {
    flex-wrap: wrap;
}

.checkbox_group input {
    width: auto;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    border: 2px solid #00aeb0;
}

.checkbox_group .checkbox_item {
    margin-top: 10px;
    width: 50%;
}

.checkbox_group label {
    font-weight: normal;
}

textarea {
    width: 100%;
    font-size: 26px;
    padding: 25px 30px;
    background-color: #effcfc;
    border: none;
}

.form_privacy {
    gap: 20px;
}

.form_privacy_text {
    line-height: 1;
    font-size: 26px;
}

.form_privacy_text a {
    font-weight: bold;
    color: #000000;
}

.form_privacy input {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 640px) {
    .ly_input {
        background-color: #fef2f2;
    }

    .ly_input.ver02 {
        background-color: #e3f8ee;
    }

    .bl_input_ttl {
        font-weight: bold;
        font-size: 5vw;
        text-align: center;
    }

    .bl_input_ttl02 {
        font-weight: bold;
        margin-top: 12.5vw;
        font-size: 4.063vw;
        color: #e83d5d;
        text-align: center;
    }

    .bl_input_text {
        padding: 0 6.25vw;
        font-size: 4.375vw;
        margin-top: 4.688vw;
        text-align: left;
    }

    .bl_input_text.center {
        text-align: center;
    }

    .bl_input_text02 {
        font-size: 4.063vw;
        margin-top: 4.688vw;
        text-align: center;
    }

    form {
        padding: 0px 4.688vw 9.375vw 4.688vw;
        margin: 3.125vw 3.125vw 46.875vw 3.125vw;
        background-color: #fff;
        border-radius: 3.125vw;
        position: relative;
    }

    input {
        width: 100%;
        font-size: 4.375vw;
        padding: 2.344vw 4.688vw;
        background-color: #f9efe0;
        border-radius: 1.563vw;
        border: none;
    }

    input.ver02 {
        width: 40%;
        font-size: 4.375vw;
        padding: 2.344vw 4.688vw;
        background-color: #f9efe0;
        border-radius: 1.563vw;
        border: none;
    }

    input.ver03 {
        width: 60%;
        font-size: 4.375vw;
        padding: 2.344vw 4.688vw;
        background-color: #f9efe0;
        border-radius: 1.563vw;
        border: none;
    }

    input.mt2 {
        margin-top: 3.125vw;
    }

    select {
        width: 100%;
        font-size: 4.375vw;
        padding: 2.344vw 4.688vw;
        background-color: #f9efe0;
        border-radius: 1.563vw;
        border: none;
    }

    select.mt1 {
        margin-top: 1.563vw;
    }

    select::-ms-expand {
        display: none;
    }

    select {
        background-image: url(../img/triangle.png);
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 2.5vw 2.188vw;
        -webkit-appearance: none;
        appearance: none;
    }

    input[type="date"] {
        position: relative;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        z-index: 1;
    }

    input[type="date"]::after {
        content: '';
        background-image: url(../img/sp_form_icon_calendar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0;
        width: 6.25vw;
        height: 6.25vw;
        position: absolute;
        top: 50%;
        right: 3.125vw;
        transform: translateY(-50%);
    }

    /* 置き換え画像の位置調整 */
    .datepicker-field {
        position: relative;
    }

    .calendar-icon {
        position: absolute;
        right: 3.125vw;
        top: 50%;
        transform: translateY(-50%);
        width: 7.5vw;
        height: 7.813vw;
        cursor: pointer;
        display: none;
    }

    .form_inner {
        margin-bottom: 3.125vw;
        padding-top: 6.25vw;
    }

    .form_inner span.toshi {
        font-size: 4.375vw;
        margin-left: 1.563vw;
        display: inline;
    }

    .form_inner span.yu {
        font-size: 4.375vw;
        margin-right: 1.563vw;
    }

    .form_inner span.zidou {
        font-size: 3.75vw;
        margin-left: 3.125vw;
    }

    .form_inner.--btn {
        border: none;
        text-align: center;
        margin: 0;
        position: absolute;
        left: 50%;
        bottom: -35.937vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        margin: auto;
    }

    .form_inner.--btn.confilm {
        bottom: -39.062vw;
    }

    .backtext {
        margin-top: 9.375vw;
        display: block;
        font-size: 3.75vw;
        text-decoration: underline;
        color: #000000;
    }

    .backtext02 {
        margin: 9.375vw 0;
        display: block;
        text-align: center;
        font-size: 3.75vw;
        text-decoration: underline;
        color: #b89317;
    }

    .form_inner_item {
        margin-bottom: 1.563vw;
    }

    .form_inner_item_gender label {
        width: 49%;
        gap: 1.563vw;
        padding: 3.125vw 3.125vw 3.125vw 7.813vw;
        background-color: #f9efe0;
        border-radius: 1.563vw;
        font-weight: normal;
        font-size: 3.75vw;
        position: relative;
    }

    .form_inner_item_gender label input {
        width: auto;
        font-size: 3.75vw;
    }

    .form_inner_item_gender label:has(input[type="radio"]:checked) {
        background: #b89317;
        color: #fff;
    }

    /* ネイティブUIは隠す（アクセシブル非表示にしない版） */
    .form_inner_item_gender input[type="radio"] {
        position: absolute;
        opacity: 0;
        inset-inline-start: 2.5vw;
        /* 丸の配置に合わせて */
    }

    /* 白い面＋黒枠の丸（常に白） */
    .form_inner_item_gender label::before {
        content: "";
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        inset-inline-start: 2.5vw;
        width: 4.375vw;
        height: 4.375vw;
        border-radius: 50%;
        /* 枠色 */
        background: #fff;
        /* 面は常に白 */
        box-shadow: inset 0 0 0 0 #b89317;
        /* 中の●は最初0 */
    }

    /* チェック時：中だけ金色で塗る */
    .form_inner_item_gender label:has(input[type="radio"]:checked)::before {
        box-shadow: inset 0 0 0 6px #fff;
        background: #b89317;
    }

    /* キーボード操作のフォーカス表示（任意） */
    .form_inner_item_gender label:has(input[type="radio"]:focus-visible) {
        outline: 2px solid #6C7EFF;
        outline-offset: 0.313vw;
    }


    .form_inner_item_nothissu {
        font-size: 3.125vw;
        color: #fff;
        background-color: #5f656a;
        padding: 0.781vw 1.563vw;
        margin-right: 1.563vw;
        border-radius: 2.031vw;
    }

    .form_inner_item_hissu {
        font-size: 3.125vw;
        color: #fff;
        background-color: #e83d5d;
        padding: 0.781vw 1.563vw;
        margin-right: 1.563vw;
        border-radius: 2.031vw;
    }

    label {
        font-size: 4.375vw;
        font-weight: bold;
        letter-spacing: .1em;
    }

    legend {
        font-size: 4.375vw;
        font-weight: bold;
        letter-spacing: .1em;
    }

    label span {
        font-size: 3.125vw;
        font-weight: bold;
    }

    .mailText {
        font-size: 3.125vw;
        margin-top: 4.688vw;
        color: #fff;
    }

    .textRed {
        color: #ff7373;
    }

    .pictureText {
        margin-top: 1.563vw;
        margin-bottom: 9.375vw;
        font-size: 3.75vw;
        color: #fff;
    }

    .form_inner button {
        background: none;
        border: none;
    }

    .form_inner button {
        position: relative;
        overflow: hidden;
        border-radius: 9.375vw;
        display: inline-block;
        margin-top: 6.25vw;
        width: 87.5vw;
    }

    .checkbox_group {
        flex-wrap: wrap;
    }

    .checkbox_group input {
        width: auto;
        margin-right: 1.563vw;
        width: 5.625vw;
        height: 5.625vw;
        border: 2px solid #00aeb0;
    }

    .checkbox_group .checkbox_item {
        margin-top: 1.563vw;
        width: 50%;
    }

    .checkbox_group label {
        font-weight: normal;
    }

    textarea {
        width: 100%;
        font-size: 4.063vw;
        padding: 3.906vw 4.688vw;
        background-color: #effcfc;
        border: none;
    }

    .form_privacy {
        gap: 3.125vw;
    }

    .form_privacy_text {
        line-height: 1;
        font-size: 4.063vw;
    }

    .form_privacy_text a {
        font-weight: bold;
        color: #000000;
    }

    .form_privacy input {
        width: 4.688vw;
        height: 4.688vw;
    }
}

/* confilm.php */

.form_inner_item_answer {
    width: 100%;
    font-size: 26px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f9efe0;
}

.form_inner_item_answer.ver02 {
    width: 40%;
}

.form_inner_item_answer.ver03 {
    width: 60%;
}

.form_inner_item_answer.ver04 {
    margin-top: 10px;
}

.form_inner_item_answer.select {
    width: 350px;
}

.back_text {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    color: #262626;
}

.back_text.--second {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    color: #262626;
    margin-bottom: 150px;
}

.back_text a {
    text-decoration: underline;
    color: #262626;
}

@media (max-width: 640px) {
    .form_inner_item_answer {
        width: 100%;
        font-size: 4.063vw;
        padding: 4.688vw;
        border-radius: 0.938vw;
        background-color: #f9efe0;
    }

    .form_inner_item_answer.ver02 {
        width: 40%;
    }

    .form_inner_item_answer.ver03 {
        width: 60%;
    }

    .form_inner_item_answer.ver04 {
        margin-top: 1.563vw;
    }

    .form_inner_item_answer.select {
        width: 54.688vw;
    }

    .back_text {
        font-size: 3.75vw;
        text-align: center;
        margin-top: 6.25vw;
        color: #262626;
    }

    .back_text.--second {
        font-size: 3.75vw;
        text-align: center;
        margin-top: 6.25vw;
        color: #262626;
        margin-bottom: 23.438vw;
    }

    .back_text a {
        text-decoration: underline;
        color: #262626;
    }
}

/* placeholderの初期設定 */
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #c6c6c6;
}
input[type=text]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #c6c6c6;
}
input[type=text]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder,textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #c6c6c6;
}
input[type=text]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder,textarea::placeholder, select::placeholder {
  color: #c6c6c6;
}
