@charset "utf-8";

/*========================================
フロントページ
========================================*/


/*========================================
独自CSS
========================================*/
body {
	font-family: "Noto Sans","Noto Sans JP", sans-serif;
}

a{
	text-decoration: none;
	letter-spacing: 0.11em;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
  font-weight: normal;
}

p{
	color: #5C5C5C;
	letter-spacing: 0.11em;
  margin: 0;
  font-size: 16px;
  margin-block-start: 0em;
  margin-block-end: 0em;
  line-height: 1.5;
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
  padding-inline-start: 0px;
  margin: 0;
}

/*========================================
ページ全体適用
========================================*/

.pc{
  display: block;
}
.tab{
  display: none;
}

.sp{
  display: none;
}

.sp-m{
  display: none;
}

.sp-s{
  display: none;
}

@media (max-width: 1079px) {
  .pc{
    display: none;
  }
}


@media (max-width: 900px) {
  .tab{
    display: block;
  }
}

@media (max-width: 768px) {
  .sp-m{
    display: block;
  }
}

@media (max-width: 600px) {
  .sp{
    display: block;
  }
}

@media (max-width: 374px) {
  .sp-s{
    display: block;
  }
}

.site-bg{
  background-color: #ECEBE7;
}

.section-space{
  padding: 0;
}
@media (max-width: 900px) {
  .section-space{
    padding: 0 2vw;
  }
}
@media (max-width: 600px) {
  .section-space{
    padding: 0 4vw;
  }
}

.site-container{
  max-width: 1200px;
  width: 100%;
  margin: -4px auto 0 auto;
  padding-top: 80px;
}
@media (max-width: 900px) {
  .site-container{
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .site-container{
    max-width: 100%;
    padding-top: 48px;
  }
}

/*======================================
セクション文字タイトル
========================================*/

.selection__title,
.price__title,
.flow__title,
.faq__title,
.flow__title,
.form__title{
  position: relative;
  text-align: center;
  padding: 32px 0;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .selection__title,
  .price__title,
  .flow__title
  .faq__title,
  .faq__title{
    padding: 16px 0;
    margin-bottom: 16px;
  }
}

.selection__title::before,
.price__title::before,
.flow__title::before,
.faq__title::before,
.form__title::before{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 160px; 
  font-family: "Oooh Baby", cursive;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 600px) {
  .selection__title::before,
  .price__title::before,
  .flow__title::before,
  .faq__title::before,
  .form__title::before{
    font-size: 140px; 
  }

  .selection__title::before{
    font-size: 124px;
    padding-right: 16px;
  }
}
@media (max-width: 468px) {
  .selection__title::before{
    font-size: 96px;
    padding-right: 16px;
  }
  .price__title::before{
    font-size: 140px;
  }
  .flow__title::before{
    font-size: 110px; 
  }
  .faq__title::before{
    font-size: 110px; 
  }
  .form__title::before{
    font-size: 110px; 
  }
}

@media (max-width: 374px) {
  .selection__title::before{
    font-size: 100px; 
  }
  .price__title::before{
    font-size: 130px;
  }
  .flow__title::before{
    font-size: 100px; 
  }
  .faq__title::before{
    font-size: 100px; 
  }
  .form__title::before{
    font-size: 100px; 
  }
}

.selection__title::before{
  content: "Selection";
}

.price__title::before{
  content: "Price";
}

.flow__title::before{
  content: "Flow";
}

.faq__title::before{
  content: "Faq";
}

.form__title::before{
  content: "Form";
}


/* 小タイトル */
.selection__sub-title,
.price__sub-title,
.flow__sub-title,
.faq__sub-title,
.form__sub-title{
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  color: #222;
  z-index: 1;
}

/* メインタイトル */
.selection__main-title,
.price__main-title,
.flow__main-title,
.faq__main-title,
.form__main-title{
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  z-index: 1;
  letter-spacing: .1em;
}
@media (max-width: 600px) {
  .selection__main-title,
  .price__main-title,
  .flow__main-title,
  .faq__main-title,
  .form__main-title{
    font-size: 40px;
  }
}
@media (max-width: 468px) {
  .selection__main-title,
  .price__main-title,
  .flow__main-title,
  .faq__main-title,
  .form__main-title{
    font-size: 34px;
  }
}
@media (max-width: 374px) {
  .selection__main-title,
  .price__main-title,
  .flow__main-title,
  .faq__main-title,
  .form__main-title{
    font-size: 32px;
  }
}

/* スクロールジャンプ　差分 */


@media screen and (min-width: 900px) {
  #selection,
  #point-list,
  #price,
  #flow,
  #faq,
  #form-submit{
    scroll-margin-top: 120px;
  }
}

/* 900px未満（SP） */
@media screen and (max-width: 900px) {
  #selection,
  #point-list,
  #price,
  #flow,
  #faq,
  #form-submit{
    scroll-margin-top: 80px;
  }
}

/*======================================
重要なお知らせ
========================================*/

.custom_news{
  text-align: center;
  background-color: #fff;
  border: solid 3px #CF6F6F;
  max-width: 600px;
  margin: 0 auto 72px auto;
  padding: 16px 8px;
}

.custom_news__title{
  text-align: center;
  font-weight: bold;
  color: rgb(255, 76, 76);
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .custom_news__title{
    font-size: 18px;
  }
}

.custom_news__text{
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .custom_news__text{
    font-size: 14px;
  }
}


/*======================================
メインビジュアル
========================================*/
.front-fv{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .front-fv__content{
    margin-top: 72px;
  }
}
@media screen and (max-width: 900px) {
  .front-fv__content{
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .front-fv__content{
    margin-top: 12px;
  }
}

/*======================================
メインビジュアル直下、オファー（sub-price）
========================================*/
.sub-price{
  max-width: 940px;
  margin: 0 auto 80px auto;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub-price{
    margin: 0 auto 48px auto;
  }
}

.sub-price__list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .sub-price__list{
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .sub-price__list{
    background-color: #A19A7D;
    flex-direction: column;
    padding: 32px 16px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 24px auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
  }
  .sub-price__list::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #A19A7D;
    border-bottom: 0;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.sub-price__item{
  text-align: center;
  width: calc(33% - 10px);
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .sub-price__item{
    width: 100%;
    position: relative;
    padding-bottom: 46px;
  }

  .sub-price__item:last-of-type{
    padding-bottom: 0;
  }

  .sub-price__item:nth-of-type(1)::before,
  .sub-price__item:nth-of-type(2)::before {
    content: "+";
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-weight: normal;
  }
}

.sub-price__item__title{
  background-color: #A19A7D;
  padding: 28px 20px;
  color: #fff;
  font-size: 24px;
  position: relative;
  white-space: nowrap;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
@media (max-width: 1366px) {
  .sub-price__item__title{
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .sub-price__item__title{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sub-price__item__title{
  background: none;
  padding: 0;
  font-size: 24px;
  box-shadow: none;
}
}
@media (max-width: 600px) {
  .sub-price__item__title{
    font-size: 16px;
    letter-spacing: .1em;
  }
}

.sub-price__item__title::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #A19A7D;
  border-bottom: 0;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sub-price__item__title::before{
    display: none;
  }
}

.sub-price__item__title__lead{
  font-size: 14px;
  color: #ffffff;
  letter-spacing: .1em;
  display: block;
}
@media (max-width: 768px) {
  .sub-price__item__title__lead{
    font-size: 12px;
  }
}

.sub-price__item__title--other{
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .sub-price__item__title--other{
    padding: 0;
  }
}

/*==========
すべて月額料金に含めて・・・
===========*/
.sub-price__month{
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .sub-price__month{
    flex-direction: column;
  }
}

.sub-price__month__text{
  font-size: 22px;
  border-top: solid 2px #385060;
  border-bottom: solid 2px #385060;
  padding: 14px 8px;
  color: #385060;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .sub-price__month__text{
    width: 80%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .sub-price__month__text{
    font-size: 16px;
    width: 78%;
    text-align: center;
  }
}

.sub-price__month__price{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 900px) {
  .sub-price__month__price{
    margin-top: 12px;
  }
}

.sub-price__month__price__text{
  font-size: 44px;
  color: #385060;
  font-weight: 500;
}
@media (max-width: 600px) {
  .sub-price__month__price__text{
  font-size: 24px;
  }
}

.sub-price__month__price__text__number{
  font-size: 80px;
  line-height: 1.1;
  color: #385060;
  font-weight: 600;
}
@media (max-width: 600px) {
  .sub-price__month__price__text__number{
    font-size: 48px;
  }
}

.sub-price__month__price__text__yen{
  font-size: 44px;
  position: relative;
  color: #385060;
}
@media (max-width: 600px) {
  .sub-price__month__price__text__yen{
  font-size: 24px;
  }
}

.sub-price__month__price__text__yen-tax{
  position: absolute;
  display: inline-block;
  top: -8px;
  right: 2px;
  left: -4px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: -.1em;
  font-weight: normal;
  font-size: 16.7px;
  text-align: center;
}
@media (max-width: 600px) {
  .sub-price__month__price__text__yen-tax{
    font-size: 12px;
    top: -10px;
  }
}

.sub-price__month__price__text__yen__other{
  font-size: 54px;
}
@media (max-width: 600px) {
  .sub-price__month__price__text__yen__other{
    font-size: 24px;
  }
}

/*======================================
新規ご契約特典
========================================*/
.benefit__bg{
  max-width: calc(1200px + 2vw);
  margin: 0 auto 96px auto;
  width: 100%;
  background-color: #ffffff;
  padding: 48px 2vw;
}

@media (max-width: 600px) {
  .benefit__bg{
    margin: 0 auto 64px auto;
    padding: 40px 4vw;
  }
}

.benefit-title{
  text-align: center;
  font-size: 24px;
  letter-spacing: .1em;
  margin-bottom: 40px;
  color: #385060;
  font-weight: bold;
}

.benefit__img{
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px auto;
}
@media (max-width: 600px) {
  .benefit__img{
    max-width: 90%;
    margin: 0 auto 40px auto;
  }
}

.benefit__img img{
  display: inline-block;
}

/*==========
CTA
===========*/
.benefit__btn{
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}

.benefit__btn__text{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #385060;
}
@media (max-width: 600px) {
  .benefit__btn__text{
    font-size: 16px;
    letter-spacing: .02em;
  }
}
@media (max-width: 374px) {
  .benefit__btn__text{
    font-size: 15px;
    letter-spacing: .05em;
  }
}

.benefit__btn__text__line-left,
.benefit__btn__text__line-right{
  display: inline-block;
  background-color: #385060;
  height: 24px;
  width: 1px;
}
@media (max-width: 600px) {
  .benefit__btn__text__line-left,
  .benefit__btn__text__line-right{
    height: 18px;
  }
}

.benefit__btn__text__line-left{
  rotate: -25deg;
  margin-right: .5em;
}

.benefit__btn__text__line-right{
  rotate: 25deg;
  margin-left: .5em;
}

.benefit__btn__link{
  background: #CF6F6F;
  max-width: 880px;
  width: 100%;
  padding: 24px 16px;
  border-radius: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: .3s;
  margin-bottom: 16px;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .benefit__btn__link{
    flex-direction: column;
    border-radius: 13px;
  }
}

.benefit__btn__link:hover{
  transform: scale(1.02)
}

.benefit__btn__link__sub-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.benefit__btn__box__link__sub-box__tel,
.benefit__btn__box__link__sub-box__web{
  box-shadow: inset 0px 0px 7.3px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  color: #FF5F6A;
  background-color: #fff;
  width: 110px;
  padding: 4px 8px;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .benefit__btn__box__link__sub-box__tel,
  .benefit__btn__box__link__sub-box__web{
    margin-right: 0px;
  }
}

/*==========
注釈
===========*/
.benefit__s-text-list{
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #385060;
}

/*======================================
会社について(company)
========================================*/
.company__container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 96px auto;
  background-color: #385060;
  padding: 32px 32px;
}
@media (max-width: 1366px) {
  .company__container{
    padding: 16px 16px;
    margin: 0 auto 80px auto;
  }
}
@media (max-width: 600px) {
  .company__container{
    padding: 16px 8px;
  }
}

.company__bg{
  background-color: #fff;
  padding: 40px 32px;
}
@media (max-width: 1366px) {
  .company__bg{
    padding: 32px 16px;
  }
}
@media (max-width: 600px) {
  .company__bg{
    padding: 16px 8px;
  }
}

.company__logo-img{
  text-align: center;
  margin-bottom: 1em;
}

.company__logo-img img{
  max-width: 300px;
  width: 80%;
  margin-bottom: 16px;
}

.company__lead{
  text-align: center;
  margin-bottom: 64px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company__lead{
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .company__lead{
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .company__lead{
    font-size: 13.4px;
  }
}

.point-list__img{
  display: block;
  text-align: center;
  margin: 0 auto 80px auto;
  max-width: 870px;
}
@media (max-width: 768px) {
  .point-list__img{
    margin: 0 auto;
  }
}

.point-list__img img{
  max-width: 1080px;
  width: 100%;
}

/*中心線*/
.company__line{
  display: block;
  height: 2px;
  width: 100%;
  background-color: #CDCDCD;
  text-align: center;
  margin: 64px auto;
}
@media (max-width: 768px) {
  .company__line{
    margin: 48px auto 60px auto;
  }
}
@media (max-width: 600px) {
  .company__line{
    margin: 32px auto 32px auto;
  }
}

/*コーポレーション側*/
.company__box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  gap: 32px;
}

.company__box:last-of-type{
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .company__box{
    flex-direction: column;
    margin-bottom: 48px;
  }
}

.company__box__img-box{
  width: 40%;
  text-align: center;
}
@media (max-width: 768px) {
  .company__box__img-box{
    width: 100%;
    text-align: center;
  }
}

.company__box__img-box-jp{
  text-align: center;
}

/*個別_ロゴ側*/
.company__box__img-box__pic-logo img{
  max-width: 200px;
  width: 100%;
}
@media (max-width: 600px) {
  .company__box__img-box__pic-logo img{
    max-width: 300px;
    margin: 24px auto;
  }
}

/*日本列島*/
.company__box__img-box__pic-jp img{
  max-width: 290px;
  width: 100%;
}

.company__box__textarea{
  width: 50%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company__box__textarea{
    width: 100%;
    text-align: center;
  }
}

/*個別_ロゴ側*/
.company__box__textarea__main{
  font-size: 22px;
  letter-spacing: .01em;
  font-weight: 500;
}
@media (max-width: 600px) {
  .company__box__textarea__main{
    font-size: 16px;
  }
}

/*個別_ロゴ_上段テキスト*/
.company__box__textarea__sub{
  font-size: 18px;
  letter-spacing: .01em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .company__box__textarea__sub{
    font-size: 13.4px;
  }
}
@media (max-width: 374px) {
  .company__box__textarea__sub{
    font-size: 13.4px;
  }
}

.company__box__textarea__text{
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: .05em;
}
@media (max-width: 600px) {
  .company__box__textarea__text{
    font-size: 14px;
    text-align: justify;
  }
}

.company__box__textarea__lead{
  font-size: 18px;
  text-align: center;
  line-height: 2;
  letter-spacing: .02em;
  margin-bottom: 16px;
}

.company__box__textarea__figure{
  font-size: 34px;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .company__box__textarea__figure{
    font-size: 24px;
  }
}

.company__box__textarea__figure__num{
  font-size: 84px;
  color: #1EAD4C;
}
@media (max-width: 600px) {
  .company__box__textarea__figure__num{
    font-size: 64px;
  }
}

.company__box__textarea__figure__notice{
  display: inline-block;
  font-size: 10px;
  position: absolute;
  bottom: 44px;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .company__box__textarea__figure__notice{
    bottom: 30px;
  }
}

.company__box__textarea__small{
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: .07em;
}

/*======================================
家事がひとつ、ラクになるサーラの浄水
========================================*/
.point-list{
  margin: 0 auto 128px auto;
  text-align: center;
}
@media (max-width: 600px) {
  .point-list{
    margin: 0 auto 80px auto;
    text-align: center;
  }
}

.point-list__line{
  display: block;
  border: solid 1px #214359;
  max-width: 1080px;
  width: 100%;
  margin: 0px auto 80px auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .point-list__line{
    margin: 48px auto 48px auto;
  }
}

.point-list__text{
  font-size: 24px;
  letter-spacing: .15em;
  line-height: 1.3;
  font-weight: 500;
  background-color: #A19A7D;
  color: #ffffff;
  padding: 16px 16px;
  max-width: 860px;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media (max-width: 1366px) {
  .point-list__text{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .15em;

  }
}
@media (max-width: 600px) {
  .point-list__text{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .15em;
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 374px) {
  .point-list__text{
    padding: 16px 10px;
  }
}

.point-list__img-list{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 860px;
  gap: 32px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .point-list__img-list{
    flex-direction: column;
  }
}

/*======================================
安心してご利用いただける標準機能
========================================*/

.front-use{
  padding: 64px 16px;
  background:
    #ffffff url("../../../img/front-page/front-page_7.png") no-repeat right top;
  background-size: cover;
}
@media (max-width: 768px) {
  .front-use{
    padding: 64px 16px;
    background:
    #ffffff url("../../../img/front-page/front-page_7_sp.png") no-repeat center top;
    background-size: cover;
  }
}

.front-use__container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.front-use__title{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .15em;
  color: #214359;
}
@media (max-width: 600px) {
  .front-use__title{
    font-size: 16px;
  }
}

.front-use__main-title{
  font-size: 48px;
  text-align: center;
  margin-bottom: 64px;
  color: #214359;
  font-weight: 700;
}
@media (max-width: 600px) {
  .front-use__main-title{
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.front-use__list{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .front-use__list{
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 600px) {
  .front-use__list{
    gap: 20px;
  }
}

.front-use__item{
  text-align: center;
  min-width: 290px;
  border-radius: 0px;
  filter: drop-shadow(0px 2.86853px 7.60159px rgba(0, 0, 0, 0.25));
  padding: 24px 16px;
  background: #A19A7D;
  max-width: 300px;
}
@media (max-width: 1366px) {
  .front-use__item{
    min-width: 260px;
  }
}
@media (max-width: 900px) {
  .front-use__item{
    max-width: 100%;
    min-width: auto;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .front-use__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    padding: 24px 28px;
    background: rgba(161, 154, 125, 0.5);
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .front-use__item{
    gap: 16px;
    width: 100%;
  }
}


.front-use__item__box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .front-use__item__box{
    align-items: flex-start;
    justify-content: center;
  }
}

.front-use__item__box__title{
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 900px) {
  .front-use__item__box__title{
    font-size: 18px;
  }
}

.front-use__item__box__title--notice::before{
  content: "※1";
  font-size: 12px;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: 44px;
}
@media (max-width: 1366px) {
  .front-use__item__box__title--notice::before{
    top: 0;
    right: 26px;
  }
}
@media (max-width: 900px) {
  .front-use__item__box__title--notice::before{
    top: 0;
    right: 14px;
  }
}
@media (max-width: 768px) {
  .front-use__item__box__title--notice::before{
    top: 0;
    right: 0px;
  }
}

.front-use__item__box__sub{
  font-size: 14px;
  color: #ffffff;
}

.front-use__lead-text{
  text-align: center;
  font-size: 12px;
}
@media (max-width: 768px) {
  .front-use__lead-text{
    text-align: left;
    font-size: 12px;
    text-indent: -2.2em;
    padding-left: 2.2em;
    max-width: 480px;
    margin: 0 auto;
  }
}

/*======================================
ラインナップ(selection)
========================================*/

.selection{
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .selection{
    margin-bottom: 64px;
  }
}

/* ==========
ラインナップ_リード文(selection)
============= */
.selection__lead{
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  color: #000000;
}
@media (max-width: 600px) {
  .selection__lead{
    font-size: 13.4px;
    margin-bottom: 32px;
  }
}

.selection__container{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1079px) {
  .selection__container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* ==========
ラインナップ_写真(selection)
============= */
.selection__pic{
  max-width: 256px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .selection__pic{
    margin-bottom: 32px;
    max-width: 180px;
  }
}


/* ==========
ラインナップ_テキスト群(selection)
============= */
.selection__content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 16px;
}

/* ==========
ラインナップ_料金周り(selection)
============= */
.selection__price{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .selection__price{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .selection__price__option{
    width: 100%;
  }
}

.selection__price__option__text{
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-right: 32px;
  padding: 12px 8px;
}
@media (max-width: 768px) {
  .selection__price__option__text{
    margin: 0 auto;
    width: 100%;
  }
}

.selection__price__option__text::after,
.selection__price__option__text::before{
  content: "";
  display: inline-block;
  width: 9em;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .selection__price__option__text::after,
  .selection__price__option__text::before{
    width: 100%;
  }
}

.selection__price__option__text::after{
  top: 0px;
}

.selection__price__option__text::before{
  bottom: 0px;
}

.selection__price__month-price{
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .selection__price__month-price{
  font-size: 24px;
  font-weight: 500;
  margin-top: 32px;
}

}

.selection__price__month-price__num{
  font-size: 72px;
  color: #E66464;
  font-weight: 600;
  letter-spacing: .0em;
  margin: 0 -8px 0;
  line-height: .07;
}
@media (max-width: 768px) {
  .selection__price__month-price__num{
    font-size: 50px;
    margin: 0 -4px 0;
  }
}

.selection__price__month-price__num__tax{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-left: -8px;
}

/* ==========
ラインナップ_こんな方におすすめ(selection)
============= */
.selection__recommend-title{
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .selection__recommend-title{
    font-size: 16px;
  }
}

.selection__recommend-list{
  display: flex; 
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .selection__recommend-list{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .selection__recommend-list{
    margin-bottom: 24px;
    gap: 8px;
  }
}

.selection__recommend-item{
  background-color: #F2F5F7;
  padding: 16px 8px;
  width: calc(25% - 8px);
}
@media (max-width: 900px) {
  .selection__recommend-item{
    width: calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .selection__recommend-item{
    padding: 8px;
    width: calc(50% - 8px);
  }
}

.selection__recommend-item__img{
  margin-bottom: 8px;
}

.selection__recommend-item__text{
  font-size: 16px;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .selection__recommend-item__text{
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .selection__recommend-item__text{
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 374px) {
  .selection__recommend-item__text{
    font-size: 13.4px;
  }
}


/* ==========
ラインナップ_タブ切り替え(selection)
============= */
.selection__tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin-bottom: -2px;
}

.selection__tab-item {
  width: 44%;
  padding: 28px 0;
  text-align: center;
  cursor: pointer;
  transition: .3s ease;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #A19A7D;
}
@media (max-width: 768px) {
  .selection__tab-item {
    width: 48.1%;
    font-size: 12px;
    padding: 12px 10px;
  }
}
@media (max-width: 600px) {
  .selection__tab-item {
    width: 48.2%;
    font-size: 12px;
    padding: 12px 8px;
  }
}
@media (max-width: 374px) {
  .selection__tab-item {
    width: 48.2%;
    font-size: 12px;
    padding: 12px 4px;
  }
}

.selection__tab-item:first-child {
  background-color: #4A7E91;
}
.selection__tab-item:nth-child(2) {
  background-color: #214359;
}

.selection__tab-item.selection__tab-is-active {
  transform: scale(1.02);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.selection__tab-item__lead{
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .selection__tab-item__lead{
  font-size: 14px;
  }
}
@media (max-width: 600px) {
  .selection__tab-item__lead{
  font-size: 12px;
  }
}

.selection__tab-item__title{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .selection__tab-item__title{
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .selection__tab-item__title{
    font-size: 14px;
  }
}

/* ==========
ラインナップ_パネル(selection)
============= */
.selection__panel-item {
  display: none;
  padding: 40px 30px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 600px) {
  .selection__panel-item {
    padding: 24px 8px;
  }
}

.selection__panel-item--litta{
  border: solid 10px #4A7E91;
}
@media (max-width: 600px) {
  .selection__panel-item--litta{
    border: solid 6px #4A7E91;
  }
}

.selection__panel-item--slim{
  border: solid 10px #214359;
}

.selection__panel-item.selection__tab-is-active {
  display: block;
  animation: selection-panel-show .5s ease forwards;
}

@keyframes selection-panel-show {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.selection__panel-item.selection__tab-is-active {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.selection__panel-text {
  font-size: 18px;
  color: #214359;
  line-height: 1.6;
}

/* ==========
ラインナップ_アコーディオン(selection)
============= */
.selection-accordion{
  margin-inline: 0;
  border-top:2px solid #000000;
  border-bottom:2px solid #000000;
  margin: 64px auto 0 auto;
}

.selection-accordion__title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  padding: 32px 16px;
  transition: background-color .3s ease;
  will-change: background-color;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 900px) {
  .selection-accordion__title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .selection-accordion__title {
    font-size: 16px;
  }
}

.selection-accordion__title:hover{
  background-color: #ececec;
}

summary.selection-accordion__title::-webkit-details-marker {
  display:none;
}

.selection-accordion__title:after {
  content: "+";
  display: inline-block;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  margin-left: 32px;
  font-size: 30px;
  vertical-align: top;
}

.selection-accordion::details-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  will-change: max-height, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1.6em;
}

.selection-accordion .selection-accordion__contents {
  padding: 0 2em 0 2em;
}

.selection-accordion .selection-accordion__contents > *:first-of-type {
  margin-top: 0;
}

.selection-accordion .selection-accordion__contents > *:last-of-type {
  margin-bottom: 0;
}

.selection-accordion[open]::details-content {
  opacity: 1;
  max-height: 5000px; /* 十分大きな値 - Safari最適化 */
}

.selection-accordion[open] .selection-accordion__contents {
  padding: 32px 24px;
}
@media (max-width: 600px) {
  .selection-accordion[open] .selection-accordion__contents {
    padding: 8px 8px 12px 8px;
  }
}

.selection-accordion[open] .selection-accordion__title:after {
  content: "-";
  vertical-align: text-bottom;
}

/* ==========
ラインナップ_アコーディオンの内容(selection)
============= */
.selection-accordion__contents__bg{
  background-color: #F6F6F6;
  padding: 48px 32px;
  text-align: justify;
}
@media (max-width: 600px) {
  .selection-accordion__contents__bg{
    background-color: #F6F6F6;
    padding: 18px 16px;
    text-align: justify;
  }
}

.selection-accordion__contents__box{
  margin-bottom: 32px;
}

.selection-accordion__contents__box__title{
  font-size: 18px;
  letter-spacing: .07em;
  margin-bottom: 4px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .selection-accordion__contents__box__title{
    font-size: 16px;
  }
}

.selection-accordion__contents__box__text{
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .selection-accordion__contents__box__text{
    font-size: 14px;
  }
}

.selection-accordion__contents__small__text{
  font-size: 12px;
  line-height: 1.5;
}


/*======================================
ご利用料金(price)
========================================*/

.price__bg{
  background-color: #ffffff;
  padding: 40px 16px;
  margin-bottom: 72px;
}

.price__list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .price__list{
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .price__list{
    background: #A19A7D;
    flex-direction: column;
    padding: 32px 16px;
    text-align: center;
    margin-bottom: 46px;
    position: relative;
  }
  .price__list::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #A19A7D;
    border-bottom: 0;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.price__item{
  text-align: center;
  width: calc(33% - 32px);
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .price__item{
    width: 100%;
    position: relative;
    padding-bottom: 46px;
  }

  .price__item:last-of-type{
    padding-bottom: 0;
  }

  .price__item:nth-of-type(1)::before,
  .price__item:nth-of-type(2)::before {
    content: "+";
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.price__item__title{
  background: #A19A7D;
  padding: 28px 20px;
  color: #fff;
  font-size: 24px;
  position: relative;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .price__item__title{
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .price__item__title{
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .price__item__title{
  background: none;
  padding: 0;
  font-size: 24px;
}
}
@media (max-width: 600px) {
  .price__item__title{
    font-size: 20px;
    letter-spacing: .1em;
  }
}

.price__item__title::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #A19A7D;
  border-bottom: 0;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .price__item__title::before{
    display: none;
  }
}

/*カートリッジ代のサブタイトル*/
.price__item__title--other{
  padding: 18px 20px;
}
@media (max-width: 768px) {
  .price__item__title--other{
    padding: 0;
  }
}

.price__item__title__sub{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

/*すべて月額料金に含めて・・・*/

.price__lead{
  text-align: center;
  font-size: 24px;
  letter-spacing: .1em;
  margin-bottom: 40px;
}

.price__pattern{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .price__pattern{
    flex-direction: column;
  }
}

.price__pattern__box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width:768px) {
  .price__pattern__box{
    max-width: 100%;
    padding: 16px;
  }
}

.price__pattern__box:first-of-type{
  border-right: solid 2px #E1E1E1;
}
@media screen and (max-width:768px) {
  .price__pattern__box:first-of-type{
    border-right: none;
    border-bottom: solid 2px #E1E1E1;
    margin-bottom: 24px;
  }
}

.price__pattern__box__title{
  text-align: center;
  font-size: 20px;
  letter-spacing: .1em;
  max-width: 370px;
  text-align: center;
  padding: 12px 24px;
  border-radius: 46px;
  width: 100%;
  max-width: 370px;
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .price__pattern__box__title{
    font-size: 16px;
  }
}

.price__pattern__box__title--litta{
  background-color: #4A7E91;
}

.price__pattern__box__title--slim{
  background-color: #214359;
}

.price__pattern__box__img{
  max-width: 300px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .price__pattern__box__img{
    margin-bottom: 16px;
    max-width: 210px;
  }
}


.price__pattern__box__month{
  display: flex;
  align-items:flex-end;
  justify-content: center;
}
@media screen and (max-width:1279px) {
  .price__pattern__box__month{
    flex-direction: column;
  }
}

@media screen and (max-width:1279px) {
  .price__pattern__box__month--litta{
    margin-top: 44px;
  }
}
@media screen and (max-width:768px) {
  .price__pattern__box__month--litta{
    margin-top: 14px;
  }
}


.price__pattern__box__month__option{
  border-top:solid  1px #000000;
  border-bottom:solid 1px #000000;
  padding: 8px 2px;
  margin-right: 8px;
  margin: 0 8px 8px 0;
  text-align: center;
}
@media screen and (max-width:1279px) {
  .price__pattern__box__month__option{
    margin: 0 auto;
    width: 100%;
  }
}

.price__pattern__box__month__text{
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width:1279px) {
  .price__pattern__box__month__text{
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .price__pattern__box__month__text{
    font-size: 16px;
  }
}

.price__pattern__box__month__num{
  font-size: 48px;
  color: #CF6F6F;
  font-weight: 600;
  letter-spacing: -.01em;
  margin-left: 8px;
}
@media screen and (max-width:1279px) {
  .price__pattern__box__month__num{
    font-size: 40px;
  }
}
@media screen and (max-width:768px) {
  .price__pattern__box__month__num{
    font-size: 50px;
  }
}

/*======================================
設置から試運転まで、プロにお任せ
========================================*/

.pro{
  background-color: #13212B;
}

.pro__bg{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 64px 16px;
}

.pro__lead{
  text-align: center;
  line-height: 2;
  margin-bottom: 48px;
  font-size: 32px;
  letter-spacing: .2em;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .pro__lead{
    margin-left: 1em;
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.pro__price-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .pro__price-box{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 30px;
  }
}

.pro__price-box__title{
  font-size: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  max-width: 290px;
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  background: #A19A7D;
  border-radius: 32px;
  color: #fff;
}
@media screen and (max-width:768px) {
  .pro__price-box__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    font-size: 16px;
  }
}

.pro__price-box__price{
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .pro__price-box__price{
    font-size: 16px;
  }
}

.pro__price-box__price__times{
  vertical-align: text-top;
}

.pro__price-box__price__num{
  font-size: 36px;
  letter-spacing: .08em;
  margin-right: -10px;
  margin-left: 16px;
}
@media screen and (max-width:768px) {
  .pro__price-box__price__num{
    font-size: 48px;
    margin-right: -16px;
    line-height: 1.1;
  }
}

/*==========
プロにお任せ_リスト
============*/
.pro__list{
  display: flex;
  align-items:stretch;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width:768px) {
  .pro__list{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.pro__item{
  padding: 32px 16px;
  width: 30%;
  text-align: center;
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .pro__item{
    padding: 16px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 600px;
  }
}

.pro__item__img{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pro__item__img__pic{
  max-width: 32px;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .pro__item__img__pic{
    margin-bottom: 0px;
    margin-right: 8px;
  }
}


.pro__item__text{
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width:900px) {
  .pro__item__text{
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width:374px) {
  .pro__item__text{
    height: 2em;
    font-size: 14px;
  }
}

.pro__item__text__br{
  display: none;
}
@media screen and (max-width:900px) {
  .pro__item__text__br{
    display: block;
  }
}
@media screen and (max-width:768px) {
  .pro__item__text__br{
    display: none;
  }
}

/*==========
プロにお任せ_対応エリアボタン
============*/
.pro__modal{
  text-align: center;
  display: block;
}

.pro__modal .modal__button{
  display: inline-block;
  max-width: 540px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: 500;
  color: #ffffff;
  background-color: #E66464;
  margin-bottom: 16px;
  padding: 18px 16px;
  position: relative;
  transition:.3s;
  outline: 2px solid #E66464;
}

.pro .modal__button:hover{
  color: #E66464;
  background-color: #fff;
  transition:.3s;
}

.pro .modal__button::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 23px;
}

.pro .modal__button:hover.modal__button::after{
  color: #E66464;
  transition:.3s;
}

.pro .service-agreements__btn{
  text-align: center;
  cursor: pointer;
}

/*==========
プロにお任せ_規約ボタン
============*/
.service-agreements__btn__link{
  display: inline-block;
  max-width: 324px;
  width: 100%;
  padding: 12px 16px;
  color: #ffffff;
  background-color: #5E5E5E;
  font-size: 16px;
  border: solid 1px #5E5E5E;
  margin-bottom: 32px;
}
@media screen and (max-width:768px) {
  .service-agreements__btn__link{
    max-width: 540px;
  }
}

.service-agreements__btn__link:hover{
  background-color: #ffffff;
  color: #5E5E5E;
  transition: .4s;
}

.pro__small{
  font-size: 16px;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .pro__small{
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .pro__small{
    align-items: flex-start;
    text-align: left;
  }
}

.pro__small__title:nth-of-type(1){
  padding-right: 16px;
  border-right: solid 1px #ffffff;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .pro__small__title:nth-of-type(1){
    padding-right: 0px;
    border-right: none;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .pro__small__title:nth-of-type(1){
    font-size: 12px;
  }
}

.pro__small__title:nth-of-type(2){
  padding-left: 16px;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .pro__small__title:nth-of-type(2){
    padding-left: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .pro__small__title:nth-of-type(2){
    font-size: 12px;
  }
}

.pro__small__title-under:nth-of-type(1){
  text-align: center;
  color: #ffffff;
  border-right: none;
}
@media screen and (max-width:768px) {
  .pro__small__title-under:nth-of-type(1){
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .pro__small__title-under:nth-of-type(1){
    font-size: 12px;
    text-align: left;
  }
}



/*======================================
ご利用までの流れ
========================================*/

.flow-section {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 96px auto;
  position: relative;
}
@media screen and (max-width:900px) {
  .flow-section {
    margin: 0 auto 80px auto;
  }
}

/*========================================
モーダルボタン
========================================*/
.flow-panel-list--tel__modal .modal__button{
  background: #214359;
  outline: 2px solid #214359;
}

.flow-panel-list--tel__modal .modal__button:hover{
  background: #fff;
  color: #214359;
  outline: 2px solid #214359;
}

.flow-panel-list--web__modal .modal__button{
  background: #4A7E91;
  outline: 2px solid #4A7E91;
}

.flow-panel-list--web__modal .modal__button:hover{
  background: #fff;
  color: #4A7E91;
  outline: 2px solid #4A7E91;
}

/*====================
タブ切り替え
====================*/
.flow-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}

.flow-tab-item {
  width: 44%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: transform .25s ease, filter .25s ease;
  font-size: 24px;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width:1079px) {
  .flow-tab-item {
    font-size: 22px;
  }
}

@media screen and (max-width:768px) {
  .flow-tab-item {
    font-size: 20px;
  }
}

@media screen and (max-width:600px) {
  .flow-tab-item {
    font-size: 18px;
  }
}

.flow-tab-item:first-child {
  background-color: #214359;
}

.flow-tab-item:nth-child(2) {
  background-color: #4A7E91;
}

.flow-tab-item.flow-tab-is-active {
  transform: scale(1.02);
}

/*====================
パネル内コンテンツ
====================*/
.flow-panel-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width:600px) {
  .flow-panel-list {
    gap: 16px;
  }
}

.flow-panel-item {
  display: none;
  width: 100%;
  padding: 40px 30px;
  margin-top: -2px;
}

@media screen and (max-width:600px) {
  .flow-panel-item {
    padding: 14px 10px;
  }
}

@media screen and (max-width:374px) {
  .flow-panel-item {
    padding: 14px 10px;
  }
}

.flow-panel-item:nth-child(1) {
  background-color: #214359;
}

.flow-panel-item:nth-child(2) {
  background-color: #4A7E91;
}

/*====================
パネル表示アニメーション
====================*/
.flow-panel-item.flow-tab-is-active {
  display: block;
  animation: panel-show .6s ease forwards;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes panel-show {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*====================
STEPリスト
====================*/
.flow-step-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
  background-color: #fff;
}

@media screen and (max-width:900px) {
  .flow-step-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width:900px) {
  .flow-step-item {
    padding: 20px 16px;
  }
}

@media screen and (max-width:600px) {
  .flow-step-item {
    padding: 20px 14px;
  }
}

@media screen and (max-width:374px) {
  .flow-step-item {
    padding: 20px 10px;
  }
}

.flow-panel-item__title {
  width: 50%;
  font-size: 20px;
  color: #214359;
  font-weight: 500;
}

@media screen and (max-width:1079px) {
  .flow-panel-item__title {
    font-size: 18px;
  }
}

@media screen and (max-width:900px) {
  .flow-panel-item__title {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width:600px) {
  .flow-panel-item__title {
    font-size: 16px;
  }
}

@media screen and (max-width:468px) {
  .flow-panel-item__title {
    font-size: 15.4px;
  }
}

@media screen and (max-width:374px) {
  .flow-panel-item__title {
    font-size: 15px;
  }
}

/* WEB側 */
.flow-panel-item__title--web {
  color: #4A7E91;
}

/* フォーム側 */
.flow-panel-item__title--tel {
  color: #214359;
}

.flow-panel-item__box {
  width: 47%;
}

@media screen and (max-width:1079px) {
  .flow-panel-item__box {
    width: 55%;
  }
}

@media screen and (max-width:900px) {
  .flow-panel-item__box {
    width: 100%;
  }
}

/*====================
翌営業日バッジ
====================*/
.flow-panel-item__box__day {
  display: inline-block;
  background-color: #214359;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 8px;
}

@media screen and (max-width:600px) {
  .flow-panel-item__box__day {
    font-size: 14px;
    padding: 4px 8px;
  }
}

.flow-panel-item__box__day--tel {
  background-color: #214359;
}

.flow-panel-item__box__day--web {
  background-color: #4A7E91;
}

/*====================
テキスト
====================*/
.flow-panel-item__box__text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #214359;
}

@media screen and (max-width:900px) {
  .flow-panel-item__box__text {
    font-size: 14px;
  }
}

@media screen and (max-width:600px) {
  .flow-panel-item__box__text {
    font-size: 14px;
  }
}

/* 電話受付時間 */
.flow-panel-item__box__text--day {
  justify-content: center;
  font-size: 17px;
}

@media screen and (max-width:900px) {
  .flow-panel-item__box__text--day {
    justify-content: center;
    font-size: 14px;
  }
}

@media screen and (max-width:600px) {
  .flow-panel-item__box__text--day {
    justify-content: center;
    font-size: 12px;
  }
}

.flow-panel-item__box__text--tel,
.flow-panel-item__box__text--web {
  margin-bottom: 4px;
}

/*====================
電話リンク
====================*/
.flow-panel-item__box__tel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #214359;
  padding: 6px 14px;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 8px;
  border: solid 2px #214359;
  transition: .3s;
}

@media screen and (max-width:600px) {
  .flow-panel-item__box__tel-link {
    font-size: 20px;
    padding: 10px 8px;
  }
}

@media screen and (max-width:468px) {
  .flow-panel-item__box__tel-link {
    font-size: 19px;
    padding: 10px 8px;
  }
}

.flow-panel-item__box__tel-link:hover {
  background-color: #ffffff;
  color: #214359;
}

.flow-panel-item__box__tel-link:hover .flow-panel-item__box__tel-link__text {
  background-color: #214359;
  color: #ffffff;
}

.flow-panel-item__box__tel-link__text {
  font-size: 17px;
  color: #214359;
  background-color: #fff;
  border-radius: 16px;
  padding: 4px 24px;
  margin-right: 16px;
  transition: .3s;
  font-weight: 700;
}

@media screen and (max-width:600px) {
  .flow-panel-item__box__tel-link__text {
    font-size: 14px;
    padding: 4px 8px;
  }
}

/*====================
電話注釈
====================*/
.flow-panel-item__box__text__day {
  background-color: #214359;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .1em;
  border-radius: 50%;
  font-size: 12px;
}

.flow-panel-item__box__text__text-time {
  margin-right: 4px;
}

.flow-panel-item__box__text__time {
  margin-left: 4px;
}

/*====================
フォームボタン
====================*/
.flow-panel-item__box__form-link {
  display: inline-block;
  width: 100%;
  background: #4A7E91;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: .08em;
  padding: 14px 36px 14px 20px;
  position: relative;
  transition: .3s;
  outline: solid 2px #4a7e91;
}

.flow-panel-item__box__form-link:hover {
  background-color: #fff;
  outline: solid 2px #4a7e91;
  color: #4a7e91;
}

.flow-panel-item__box__form-link:hover.flow-panel-item__box__form-link::before,
.flow-panel-item__box__form-link:hover.flow-panel-item__box__form-link::after {
  background-color: #4a7e91;
}

.flow-panel-item__box__form-link::before,
.flow-panel-item__box__form-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 28px;
  width: 12.7px;
  height: 3px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1.5px) 50%;
}

.flow-panel-item__box__form-link::before {
  transform: rotate(34.5deg);
}

.flow-panel-item__box__form-link::after {
  transform: rotate(-34.5deg);
}



/*======================================
よくある質問
========================================*/

.faq-section{
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
  z-index: 0;
}
@media (max-width: 600px) {
  .faq-section{
    margin-bottom: 48px;
  }
}

.faq-section-title{
  display: block;
}
@media (max-width: 600px) {
  .faq-section-title{
    text-align: center;
  }
}

.faq-section-title__text{
  display: inline-block;
  background-color: #A19A7D;
  color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 32px;
  font-size: 20px;
  letter-spacing: .07em;
  margin-left: 32px;
}
@media (max-width: 600px) {
  .faq-section-title__text{
    margin: 0 auto;
  }
}

.faq-item{
  margin-bottom: 4px;
}

/*==========
よくある質問_タイトル見出し_Q
===========*/
.faq-title {
  background: #214359;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  padding: 20px 60px 20px 32px;
  position: relative;
  text-align: justify;
}
@media (max-width: 600px) {
  .faq-title{
    gap: 14px;
    padding: 12px 36px 12px 16px;
    font-size: 16px;
    text-align: justify;
  }
}

.faq-title__icon{
  display: inline-block;
  background-color: #fff;
  font-size: 36px;
  color: #214359;
  line-height: 1;
  padding: 8px 14px 14px;
}
@media (max-width: 600px) {
  .faq-title__icon{
    font-size: 24px;
    padding: 6px 8px 10px;
    margin-top: 4px;
  }
}

/*==========
よくある質問_矢印
===========*/
.faq-title::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  position: absolute;
  right: 25px;
  top: 42%;
  width: 13px;
  height: 13px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .faq-title::after {
    right: 14px;
    top: 40%;
  }
}

.faq-title.open::after {
  top: 42%;
  transform: rotate(-45deg);
}

/* 開いているとき（aria-expanded=true）に向きを変える */
.faq-title[aria-expanded="true"]::after{
  transform: rotate(-45deg);
  top: 42%;
}
@media (max-width: 600px) {
  .faq-title[aria-expanded="true"]::after{
    transform: rotate(-45deg);
    top: 46%;
  }
}

/*==========
よくある質問_アンサー_A
===========*/
.faq-content{
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 500;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 36px;
  padding: 24px 32px;
  background-color: #fff;
  /*アコーディオン - Safari最適化 */
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  will-change: max-height, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*=============*/
}
@media (max-width: 600px) {
  .faq-content{
    gap: 14px;
    padding: 12px 16px;
  }
}

.faq-item.is-open .faq-content { 
  /*アコーディオン - Safari最適化 */
  display: flex;
  max-height: 5000px; /* 十分大きな値 */
  opacity: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

/*js-faq-default-open を初期にクラス名を付与しておくと、アコーディオンが初期から開いた状態になる。*/



.faq-content__icon{
  display: inline-block;
  background-color: #214359;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding: 8px 14px 14px;
}
@media (max-width: 600px) {
  .faq-content__icon{
    font-size: 24px;
    padding: 6px 9px 10px;
  }
}

.faq-content__anser-box{
  margin-top: 16px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .faq-content__anser-box{
    margin-top: 10px;
  }
}

.faq-content__anser-box__section{
  margin-bottom: 32px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section{
    margin-bottom: 16px;
    width: 100%;
  }
}

.faq-content__anser-box__section__title{
  margin-bottom: 16px;
  font-size: 18px;
  color: #214359;
  font-weight: 400;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__title{
  font-size: 14px;
  }
}


/*アンサーテキスト内、タイトル-マージン0*/
.faq-content__anser-box__section__title-m0{
  margin-bottom: 4px;
}

.faq-content__anser-box__section__text{
  margin-bottom: 12px;
  line-height: 1.5;
  color: #214359;
  font-weight: 400;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__text{
    font-size: 14px;
    margin-bottom:1em;
  }
}

.faq-content__anser-box__section__text--other{
  margin-bottom: 24px;
}



.faq-content__anser-box__section__text__ref-box{
  margin-bottom: 32px;
}

.faq-content__anser-box__section__text__ref{
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__text__ref:first-of-type{
    margin-top: 8px;
  }
}

.faq-content__anser-box__section__small{
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  color: #214359;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__small{
    font-size: 14px;
  }
}

/*アンサーテキスト内、左側にスペースを設ける用*/
.faq-content__anser-box__section__text-space{
  margin-left: 1em;
}

/*アンサーテキスト内、テキスト折り返し用*/
.faq-content__anser-box__section__text-flex{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__text-flex{
    font-size: 14px;
  }
}

/*アンサーテキスト内、テキスト折り返し用*/
.faq-content__anser-box__section__text-flex__title{
  white-space: nowrap;
  color: #214359;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__text-flex__title{
    font-size: 14px;
  }
}

.faq-content__anser-box__section__text-flex__text{
  color: #214359;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__text-flex__text{
    font-size: 14px;
  }
}

.faq-content__anser-box__section__pdf-link{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .2em;
  color: #ffffff;
  background-color: #214359;
  width: 100%;
  display: inline-block;
  max-width: 460px;
  padding: 20px 16px;
  text-align: center;
  border: solid 2px #214359;
  transition: .3s;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .faq-content__anser-box__section__pdf-link{
    font-size: 16px;
  }
}

.faq-content__anser-box__section__pdf-link:hover{
  color: #214359;
  background-color: #fff;
}

/*FAQ・よくある質問_テーブル*/
.faq-content__anser-box__section__table {
  max-width: 340px;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  color: #214359;
  font-weight: normal;
}

.faq-content__anser-box__section__table th,
.faq-content__anser-box__section__table td {
  border: 1px solid #ccc;
  padding: 8px 8px;
}

.faq-content__anser-box__section__table th {
  background-color: #f7f9fa;
  font-weight: 600;
}

.faq-table__cell {
  background-color: #fff;
  width: 50%;
}

.faq-table__cell:nth-of-type(1){
  text-align: left;
}

.faq-table__cell:nth-of-type(2){
  text-align: right;
}

/* スマホ時の見やすさ調整 */
@media (max-width: 767px) {
  .faq-content__anser-box__section__table {
    font-size: 14px;
  }
  .faq-content__anser-box__section__table th,
  .faq-content__anser-box__section__table td {
    padding: 10px 6px;
  }
}

/*FAQ・よくある質問_テーブル（ここまで）*/

.faq-card-content{
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 0 24px 32px 24px;
}
@media (max-width: 600px) {
  .faq-card-content{
    padding: 0 12px 16px 12px;
  }
}

.faq-card-content__line{
  border: solid 2px #214359;
  padding: 24px 16px 24px 16px;
  text-align: center;
}

.faq-card-content__pic img{
  display: inline-block;
  max-width: 680px;
  width: 90%;
}
@media (max-width: 374px) {
  .faq-card-content__pic img{
    width: 100%;
  }
}

/*=======================
アンサーテキスト内、電話リンク(ここから)
=========================*/
.faq-content__answer-box__section__tel{
  max-width: 460px;
}

.faq-content__answer-box__section__tel__link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: solid 1px #214359;
  padding: 10px 16px;
  background: #fff;
  transition: color .3s, border-color .3s;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .faq-content__answer-box__section__tel__link{
    gap: 8px;
    padding: 12px 14px;
  }
}

.faq-content__answer-box__section__tel__link__number{
  color: #fff;
  font-size: 36px;
  transition: .3s;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .faq-content__answer-box__section__tel__link__number{
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .faq-content__answer-box__section__tel__link__number{
    font-size: 16px;
  }
}

.faq-content__answer-box__section__tel__link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #214359;
  z-index: 0;
  opacity: 1;
  transition: opacity .3s;
}

.faq-content__answer-box__section__tel__link > * {
  position: relative;
  z-index: 1;
}

.faq-content__answer-box__section__tel__link:hover::before {
  opacity: 0;
}

.faq-content__answer-box__section__tel__link:hover {
  color: #214359;
  border-color: #214359;
  background: #fff;
}

.faq-content__answer-box__section__tel__link:hover .faq-content__answer-box__section__tel__link__number{
  color: #214359;
}

.faq-content__answer-box__section__tel__link__free{
  background-color: #fff;
  color: #214359;
  padding: 8px 24px;
  border-radius: 38px;
  border: solid 1px #214359;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .faq-content__answer-box__section__tel__link__free{
    font-size: 14px;
    padding: 4px 14px;
  }
}
/*=======================
アンサーテキスト内、電話リンク(ここまで)
=========================*/

.faq-content__answer-box__section__tel-text{
  text-align: center;
  color: #214359;
}
@media (max-width: 600px) {
  .faq-content__answer-box__section__tel-text{
    font-size: 12px;
  }
}
@media (max-width: 468px) {
  .faq-content__answer-box__section__tel-text{
    font-size: 11px;
  }
}
@media (max-width: 374px) {
  .faq-content__answer-box__section__tel-text{
    font-size: 10.2px;
  }
}

.faq-content__answer-box__section__tel-text__day{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff; 
  font-weight: normal;
  letter-spacing: 0;
  border-radius: 50%;
  background-color: #214359;
  font-size: 14px;
}
@media (max-width: 600px) {
  .faq-content__answer-box__section__tel-text__day{
    width: 13px;
    height: 13px;
    font-size: 10px;
  }
}

/*FAQ_モーダル*/
.faq__modal{
  text-align: center;
  display: block;
  margin: 0 auto;
}

.faq__modal .modal__button{
  display: inline-block;
  max-width: 600px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: 500;
  color: #ffffff;
  background-color: #A19A7D;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 18px 16px;
  position: relative;
  transition:.3s;
  outline: 2px solid #A19A7D;
}
@media (max-width: 600px) {
  .faq__modal .modal__button{
    padding: 10px 16px;
    text-align: left;
    font-size: 16px;
  }
}

.faq .modal__button:hover{
  color: #A19A7D;
  background-color: #fff;
  transition:.3s;
}

.faq .modal__button::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 23px;
}
@media (max-width: 600px) {
  .faq .modal__button::after{
    right: 22px;
    bottom: 12px;
  }
}

.faq .modal__button.modal__button--deli{
  margin-bottom: 0;
}

.faq .modal__button.modal__button--deli::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 23px;
}
@media (max-width: 600px) {
  .faq .modal__button.modal__button--deli::after{
    right: 22px;
    bottom: 12px;
  }
}

.faq .modal__button.fee__modal__button{
  max-width: 457px;
  outline: none;
  border: solid 1px #214359;
  padding: 22px 36px 22px 20px;
}
@media (max-width: 600px) {
  .faq .modal__button.fee__modal__button{
    font-size: 16px;
  }
}

.faq .modal__button:hover.modal__button::after{
  color: #214359;
  transition:.3s;
}

.faq .modal__button.fee__modal__button:hover{
  color: #214359;
  background-color: #fff;
  transition:.3s;
}

.faq .modal__button.fee__modal__button::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 24px;
}
@media (max-width: 600px) {
  .faq .modal__button.fee__modal__button::after{
    right: 22px;
    bottom: 22px;
    color: #ffffff;
  }
}


/*==========
FAQ_モーダル_各種手数料
============*/

.fee-modal__contents{
  margin-bottom: 48px;
}

.fee-modal__contents:last-of-type{
  margin-bottom: 0px;
}

.fee-modal__contents-sbg{
  background-color: #fff;
  padding: 40px 16px;
}

.fee-modal__content__title{
  font-size: 24px;
  color: #A19A7D;
  background-color: #F6F6F4;
  padding: 24px 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .fee-modal__content__title{
    font-size: 18px;
  }
}

.fee-modal__lead{
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}

.fee-modal__lead:last-of-type{
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .fee-modal__lead{
    font-size: 14px;
  }
}

/*==========
各種手数料テーブル
============*/

.fee-modal__list{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center; 
  justify-content: center;
  border: solid 1px #214359;
}
@media (max-width: 900px) {
  .fee-modal__list{
    flex-direction: column;
  }
}

/*変更事務手数料*/
.fee-modal__list--change{
  max-width: 440px;
  margin: 0 auto;
}

/*配送事務手数料*/
.fee-modal__list--change{
  max-width: 680px;
  margin: 0 auto;
}

.fee-modal__item{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fee-modal__item:not(:first-of-type){
  border-left: solid 1px #214359;
}
@media (max-width: 900px) {
  .fee-modal__item:not(:first-of-type){
    border-left: none;
  }
}

.fee-modal__item__title{
  background-color: #f1f1f1;
  width: 100%;
  text-align: center;
  padding: 6px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  color: #000000;
  border-bottom: solid 1px #214359;
}
@media (max-width: 900px) {
  .fee-modal__item__title{
    border-bottom: none;
  }
}

.fee-modal__list--exchange:first-of-type{
  margin-bottom: 64px;
}

.fee-modal__list--exchange .fee-modal__item__title{
  background-color: #F6F6F4;
  border-bottom: solid 1px #214359;
}
@media (max-width: 900px) {
  .fee-modal__list--exchange .fee-modal__item__title{
    border-bottom: none;
  }
}

.fee-modal__item__sub-title{
  font-size: 14px;
  color: #000000;
}
@media (max-width: 600px) {
  .fee-modal__item__sub-title{
    font-size: 12px;
  }
}

.fee-modal__contents__small{
  text-align: center;
  font-size: 14px;
  line-height: 2;
  display: block;
  color: #000000;
}

.fee-modal__contents__small--last{
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .fee-modal__contents__small{
    font-size: 12px;
  }
}

.fee-modal__list-title{
  text-align: center;
  border-top: solid 1px #214359;
  border-left: solid 1px #214359;
  border-right: solid 1px #214359;
  padding: 16px 12px;
  background-color: #567c96;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

.fee-modal__item__title{
  background-color: #F6F6F4;
}



.fee-modal__list-title__sub-title{
  font-size: 14px;
}
@media (max-width: 600px) {
  .fee-modal__list-title__sub-title{
    font-size: 12px;
  }
}

.fee-modal__item__price{
  padding: 16px 12px;
  color: #000000;
}

.fee-modal__one-price-box{
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
}

.fee-modal__one-price-box__title{
  padding: 16px 12px;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: solid 1px #214359;
  color: #000000;
}



/*============================================
お問い合わせフォーム
===============================================*/

.form{
  padding-bottom: 64px;
}

.form__bg{
  background-color: #fff;
  padding: 48px 32px;
}
@media (max-width: 900px) {
  .form__bg{
    background-color: #fff;
    padding: 40px 24px;
  }
}
@media (max-width: 600px) {
  .form__bg{
    background-color: #fff;
    padding: 40px 12px;
  }
}

.form__section {
  margin: 0 0 64px;
}

/* ===========
フォーム(form)_各項目のタイトル
============== */
.form__section-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin: 0 0 18px;
  background-color: #214359;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 16px;
}
@media (max-width: 600px) {
  .form__section-title {
    font-size: 18px;
    padding: 12px 8px;
    margin: 0 0 16px;
  }
}
@media (max-width: 374px) {
  .form__section-title {
    font-size: 17px;
  }
}

.form__title__req{
  color: #ffffff;
  background-color: #E66464;
  font-size: 14px;
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
}

/* ===========
フォーム(form)_カード選択（設置／商品／カラー）
============== */
.form__choice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.form__choice-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .form__choice-grid--2 {
    grid-template-columns: 1fr;
  }
}

.form__choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__choice-card {
  display: block;
  border: 5px solid #214359;
  padding: 44px 64px;
  cursor: pointer;
  background: #ffffff;
  transition: box-shadow 0.20s ease, border-color 0.20s ease;
}
@media (max-width: 900px) {
  .form__choice-card {
    padding: 32px 16px;
  }
}
@media (max-width: 600px) {
  .form__choice-card {
    padding: 24px 16px;
  }
}

/*カラーのみ*/
.form__choice-card--sm{
  padding: 24px 32px;
}

.form__choice-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.form__choice-card:focus {
  outline: 3px solid rgba(47, 111, 178, 0.35);
  outline-offset: 2px;
}

/* 選択状態 */
.form__choice-card:has(.form__choice-input:checked) {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100,.15);
}

.form__choice-card:has(.form__choice-input:checked) .form__check-icon {
  opacity: 1;
}

/* Contact Form 7が生成する設置方法セクション用（inputがlabelの前に来る場合） */
input[name="install"]:checked ~ label.form__choice-card,
.form__choice-input[name="install"]:checked + label.form__choice-card {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100,.15);
}

input[name="install"]:checked ~ label.form__choice-card .form__check-icon,
.form__choice-input[name="install"]:checked + label.form__choice-card .form__check-icon {
  opacity: 1;
}

/* JavaScriptで追加されるis-checkedクラス用 */
.form__choice-card.is-checked {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100,.15);
}

.form__choice-card.is-checked .form__check-icon {
  opacity: 1;
}

/* Contact Form 7のラジオボタンラッパー（非表示） */
.form__cf7-radio-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form__cf7-radio-wrapper input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form__cf7-radio-wrapper label {
  display: none !important;
}

/* ===========
フォーム(form)_カード内、タイトルなど
============== */
.form__choice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .form__choice-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__choice-head--common{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.form__choice-head--color{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.form__choice-head__left-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__choice-title{
  font-weight: 500;
  line-height: 1.4;
  margin-left: 10px;
  font-size: 24px;
}

.form__choice-title__main{
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: 500;
}
@media (max-width: 374px) {
  .form__choice-title__main{
    font-size: 17px;
  }
}

.form__choice-title-common,
.form__choice-title-color{
  font-weight: 500;
  line-height: 1.4;
  margin-left: 10px;
  font-size: 20px;
}
@media (max-width: 600px) {
  .form__choice-title-common,
  .form__choice-title-color{
    font-size: 18px;
  }
}

.form__choice-title-common__space{
  display: inline-block;
}
@media (max-width: 600px) {
  .form__choice-title-common__space{
    display: none;
  }
}

.form__choice-lead{
  font-size: 14px;
  letter-spacing: .1em;
  font-weight: 500;
}

.form__choice-lead--sp{
  display: none;
}
@media (max-width: 900px) {
  .form__choice-lead{
    display: none;
  }

  .form__choice-lead--sp{
    display: block;
    margin-left: 56px;
  }
}
@media (max-width: 600px) {
  .form__choice-lead--sp{
    display: block;
    margin-left: 0px;
  }
}

/*====================
フォーム(form)_商品金額
======================*/
.form__choice-body--option{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .form__choice-body--option{
    flex-direction: column;
  }
}

.form__choice-body--center {
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1079px) {
  .form__choice-body--center {
    margin-top: 82px;
  }
}
@media (max-width: 768px) {
  .form__choice-body--center {
    margin-top: 0px;
  }
}

.form__price{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.form__price-unit{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  margin-bottom: 1px;
}
@media (max-width: 600px) {
  .form__price-unit{
    font-size: 20px;
    margin-bottom: -5px;
  }
}

.form__price-label {
  font-size: 18px;
  font-weight: 600;
}

.form__price-num{
  font-size: 48px;
  color: #000000;
  margin: 0 8px 0;
  font-weight: 600;
  line-height: .85;
}
@media (max-width: 600px) {
  .form__price-num{
    font-size: 32px;
  }
}

.form__price-yen{
  font-size: 18px;
  letter-spacing: .09em;
  line-height: 1.3;
  font-weight: 600;
}

.form__price-free{
  font-size: 32px;
  font-weight: 500;
}

/*====================
フォーム(form)_再加熱機能付き
======================*/
.form__tag {
  font-size: 16px;
  padding: 2px 8px;
  position: relative;
  font-weight: 500;
  margin-top: 10px;
}

.form__tag::before,
.form__tag::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  font-size: 16px;
  font-weight: 500;
  left: 0;
}

.form__tag::before{
  top: -2px;
}

.form__tag::after{
  bottom: -2px;
}

/* ===========
フォーム(form)_カード内、チェックボックスのデザイン
============== */
.form__fake-box {
  position: relative;
  width: 44px;
  height: 44px;
  border: 4px solid #3a4a57;
  flex: 0 0 44px;
  display: inline-block;
  background: #ffffff;
}
@media (max-width: 600px) {
  .form__fake-box {
    position: relative;
    width: 38px;
    height: 38px;
    border: 3px solid #3a4a57;
    flex: 0 0 38px;
    display: inline-block;
    background: #ffffff;
  }
  
}

/* ===========
フォーム(form)_選択エリアのチェックボックス用
============== */
.form__check-icon {
  position: absolute;
  right: -2px;
  top: -8px;
  width: 40px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

/* ===========
フォーム(form)_ご希望の連絡方法のチェックボックス
============== */
.form__check-icon-s {
  right: 0px;
  top: -14px;
}

/* ===========
フォーム(form)_同意のチェックボックス
============== */

.form__check-icon-agree {
  right: 0px;
  top: -14px;
}

/* ===========
フォーム(form)_画像など
============== */
.form__choice-media {
  margin: 16px 0 32px 0;
  text-align: center;
}

.form__picture img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* ===========
フォーム(form)_設置方法_モーダル
============== */
.form__modal__select{
  text-align: center;
  display: block;
  cursor: pointer;
}

.form__modal__select .modal__button{
  display: inline-block;
  max-width: 540px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: 500;
  color: #ffffff;
  background-color: #E66464;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 18px 16px;
  position: relative;
  transition:.3s;
  outline: 2px solid #E66464;
}

.form__modal__select .modal__button:hover{
  color: #E66464;
  background-color: #fff;
  transition:.3s;
}

.form__choice-grid .modal__button::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 24px;
}
@media (max-width: 900px) {
  .form__choice-grid .modal__button::after{
    font-size: 32px;
    right: 22px;
    bottom: 22px;
  }
}

.form__modal__select .modal__button:hover.modal__button::after{
  color: #E66464;
  transition:.3s;
}
@media (max-width: 600px) {
  .form__modal__select .modal__button:hover.modal__button::after{
    right: 22px;
    bottom: 22px;
  }
}

.service-agreements__btn{
  text-align: center;
  cursor: pointer;
}

/* ===========
フォーム(form)_送信直前の対応エリアモーダル
============== */
.form__modal{
  text-align: center;
  display: block;
}

.form__modal .modal__button{
  display: inline-block;
  max-width: 540px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: .2em;
  font-weight: 500;
  color: #ffffff;
  background-color: #E66464;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 18px 16px;
  position: relative;
  transition:.3s;
  outline: 2px solid #E66464;
}

.form__modal .modal__button:hover{
  color: #E66464;
  background-color: #fff;
  transition:.3s;
}

.form__modal .modal__button::after{
  content: "+";
  font-size: 32px;
  color: #ffffff;
  position: absolute;
  right: 22px;
  bottom: 18px;
}

.form__modal .modal__button:hover.modal__button::after{
  color: #214359;
  transition:.3s;
}

/*==========
プロにお任せ_規約ボタン
============*/
.service-agreements__btn__link{
  display: inline-block;
  max-width: 324px;
  width: 100%;
  padding: 12px 16px;
  color: #ffffff;
  background-color: #5E5E5E;
  font-size: 16px;
  border: solid 1px #5E5E5E;
  margin-bottom: 32px;
}
@media screen and (max-width:900px) {
  .service-agreements__btn__link{
    max-width: 540px;
    margin-bottom: 48px;
  }
}

.service-agreements__btn__link:hover{
  background-color: #ffffff;
  color: #5E5E5E;
  transition: .4s;
}

.form__small{
  font-size: 16px;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  color: #676C6F;
}
@media screen and (max-width:900px) {
  .form__small{
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .form__small{
    align-items: flex-start;
    text-align: left;
  }
}

.form__small__title:nth-of-type(1){
  padding-right: 16px;
  border-right: solid 1px #676C6F;
  color: #676C6F;
}
@media screen and (max-width:900px) {
  .form__small__title:nth-of-type(1){
    padding-right: 0px;
    border-right: none;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .form__small__title:nth-of-type(1){
    font-size: 12px;
  }
}

.form__small__title:nth-of-type(2){
  padding-left: 16px;
  color: #676C6F;
}
@media screen and (max-width:900px) {
  .form__small__title:nth-of-type(2){
    padding-left: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .form__small__title:nth-of-type(2){
    font-size: 12px;
  }
}

.form__small__title-under:nth-of-type(1){
  text-align: center;
  color: #676C6F;
  border-right: none;
}
@media screen and (max-width:900px) {
  .form__small__title-under:nth-of-type(1){
    font-size: 14px;
  }
}
@media screen and (max-width:468px) {
  .form__small__title-under:nth-of-type(1){
    font-size: 12px;
    text-align: left;
  }
}

/* ====================================================== */

.form__choice-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.form__choice-card--sm .form__choice-body {
  display: none;
}

.form__badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 6px 0;
}

.form__badge-btn {
  border: none;
  background: #b4a889;
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.form__badge-btn--ghost {
  background: #eef2f5;
  color: #223344;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.form__note {
  color: #666666;
  font-size: 12px;
}

.form__price{
  min-width: 200px;
}
@media screen and (max-width:900px) {
  .form__price{
    display: block;
    margin: 16px auto 0 auto;
  }
}
/* ====================================================== */

/* =========================================
フォーム_ご連絡先
========================================= */

/*ご連絡（form_section）*/
/*単独でクラスを付与。form__section--op*/
.form__section--op{
  margin-bottom: 0;
}

.form-input-container{
  background-color: #F3F2F1;
  padding: 64px 16px 64px 16px;
  max-width: 920px;
  margin: 0 auto 64px auto;
}
@media screen and (max-width:600px) {
  .form-input-container{
    padding: 24px 12px;
    margin: 0 auto 32px auto;
  }
}

.form__section__submit-title{
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media screen and (max-width:600px) {
  .form__section__submit-title{
    font-size: 24px;
  }
}

.form__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.form__grid--stack {
  grid-template-columns: 1fr !important;
  max-width: 720px;
  margin: 0 auto;
}

/* ===========
フォーム_項目
============== */

.form__label {
  display: block;
  font-weight: 700;
  margin: 0 8px 8px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width:600px) {
  .form__label {
    font-size: 15px;
  }
}
@media screen and (max-width:374px) {
  .form__label {
    font-size: 14px;
  }
}

/*必須*/
.form__req{
  display: inline-block;
  background-color: #E66464;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 8px;
  border-radius: 4px;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width:600px) {
  .form__req{
    font-size: 12px;
    vertical-align: text-bottom;
  }
}

/*任意*/
.form__no-req{
  display: inline-block;
  background-color: #8D8D8D;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: top;
}
@media screen and (max-width:600px) {
  .form__no-req{
    font-size: 12px;
    vertical-align: text-bottom;
  }
}

/*styleシートより上書き*/
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
  display: block;
  width: 100%;
  padding: 20px 32px;
  font-size: 18px;
  letter-spacing: .2em;
  background: #ffffff;
  color: #404040;
  font-weight: 400;
}
@media screen and (max-width:600px) {
  /*styleシートより上書き*/
  input[type="text"], 
  input[type="email"], 
  input[type="url"], 
  input[type="password"], 
  input[type="search"], 
  input[type="number"], 
  input[type="tel"], 
  input[type="range"], 
  input[type="date"], 
  input[type="month"], 
  input[type="week"], 
  input[type="time"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="color"], 
  textarea {
    padding: 16px 12px;
    font-size: 16px;
    letter-spacing: .2em;
  }
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
textarea {
  outline: 2px solid #E66464;
}

/*====================*/

.form__input {
  color: #404040;
}

.form__input::placeholder {
  color: #9aa4ad;
}

.form__help {
  color: #666666;
  font-size: 12px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .form__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
ご希望の連絡方法（画像チェック・横並び）
========================================= */
.commu-r-box {
  display: flex;
  gap: 16px;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.commu-box{
  width: calc(50% - 8px);
}

.form__contact-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  padding: 16px 24px;
  border: 1px solid #c9d0d5;
  background: #ffffff;
  cursor: pointer;
  transition: box-shadow 0.20s ease, border-color 0.20s ease, background 0.20s ease;
}
@media (max-width: 600px) {
  .form__contact-card {
    padding: 10px 12px;
  }
}

.form__contact-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.form__contact-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #2b2b2b;
  font-size: 18px;
}
@media (max-width: 600px) {
  .form__contact-title {
    font-size: 14px;
  }
}

.form__contact-card .form__fake-box {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: solid 3px #7e7e7e;
}
@media (max-width: 600px) {
  .form__contact-card .form__fake-box {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: solid 3px #7e7e7e;
  }
}

.form__contact-card:has(.form__contact-check:checked) {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100, .15);
}

.form__contact-card:has(.form__contact-check:checked) .form__check-icon {
  opacity: 1;
}

/* JavaScriptで追加されるis-checkedクラス用 */
.form__contact-card.is-checked {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100, .15);
}

.form__contact-card.is-checked .form__check-icon,
.form__contact-card.is-checked .form__check-icon-s {
  opacity: 1;
}

.form__contact-card:focus {
  border-color: #E66464;
  box-shadow: 0 0 0 3px rgba(230, 100, 100, .15);
}

/*ご希望の連絡先直下のテキスト*/
.commu__text{
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.3;
  margin-top: 16px;
}

/* =========================================
同意（画像チェックボックス：両方必須）
========================================= */
.form__consents {
  list-style: none;
  padding: 0;
  margin: 12px auto 64px;
  display: grid;
  gap: 8px;
  max-width: 456px;
}

.form__consent-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__consent-card {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 4px 4px;
  border-radius: 8px;
  background: #ffffff;
  transition: box-shadow 0.20s ease, border-color 0.20s ease, background 0.20s ease;
}

.form__consent-card .form__fake-box {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.form__consent-text {
  color: #303030;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
}
@media (max-width: 600px) {
  .form__consent-text {
    font-size: 13px;
  }
}

.form__consent-text__link{
  display: inline;
  color: #303030;
  margin-right: -4px;
  text-decoration: underline;
}

.form__consent-card:has(.form__consent-check:checked) {
  border-color: transparent;
  box-shadow: none;
}

.form__consent-card:has(.form__consent-check:checked) .form__check-icon {
  opacity: 1;
}

/* =========================================
配達エリアボタン
========================================= */

.form__area{
  max-width: 800px;
  margin: 0 auto;
}

.form__area__title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .form__area__title{
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.form__area-row {
  margin: 8px auto 64px;
  max-width: 540px;
  width: 100%;
}
@media (max-width: 600px) {
  .form__area-row {
    margin: 8px auto 12px;
  }
}

.form__area-row .modal__button{
  text-align: center;
}

.form__area-btn {
  border: none;
  background: #1f3c54;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 14px;
  cursor: pointer;
}

.form__area-btn:hover {
  filter: brightness(1.05);
}

.form__area-btn:focus {
  outline: 3px solid rgba(47, 111, 178, 0.35);
  outline-offset: 2px;
}

/* =========================================
   送信ボタン
========================================= */
.form__submit-row {
  text-align: center;
  margin: 24px 0 64px;
}
@media (max-width: 600px) {
  .form__submit-row {
    margin: 24px 0 0px;
  }
}

.form__btn-submit {
  width: min(820px, 100%);
  padding: 40px 16px;
  font-size: 32px;
  font-weight: 400;
  background: #A19A7D;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: opacity 0.20s ease, filter 0.20s ease;
}
@media (max-width: 600px) {
  .form__btn-submit {
    padding: 32px 16px;
    font-size: 24px;
  }
}

.form__btn-submit:hover {
  filter: brightness(1.03);
}

.form__btn-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(30%);
}

/* =========================================
   CF7（任意：メッセージの見た目）
========================================= */
.wpcf7 {
  margin-top: 16px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #c9d0d5;
  background: #f8fbff;
  color: #1f3c54;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #fff8f8;
  color: #8b1a1a;
  border-color: #f0b6b6;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #f3fff5;
  color: #1c6b2a;
  border-color: #bfe6c7;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #c62828;
}

.wpcf7 .wpcf7-spinner {
  margin-left: 8px;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: #c62828;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
