@charset "UTF-8";
/*---------------------------------------------------------
下層ページ用CSS
---------------------------------------------------------*/
p,span,th,td,dd,dt{
line-height: 1.5;
}
/*---------------------------------------------------------
CTA
---------------------------------------------------------*/
.p-framecolumn__box_item--tel-num p {
align-items: center;
line-height: 1;
}
.p-framecolumn__box_item--tel-num p strong {
    font-size: calc(60 / 16 * 1em);
    letter-spacing: -0.05em;
    font-family: 'Roboto', sans-serif;
}
.cta-comment-inquiry {
    left: 15%;
}
.cta-btnBox{
    margin: 0 0 2vh;
}
@media screen and (max-width: 768px) {
    .p-framecolumn__box_item--tel-num p strong {
        font-size: calc(26 / 16 * 1em);
    }
        .cta-comment-inquiry {
        left: 10%;
    }
}
@media screen and (max-width: 640px) {
    .cta-comment-inquiry {
        left: 2%;
    }
    .cta-comment {
        width: 45px;
        height: 45px;
    }
    .cta-comment-number {
        font-size: .7rem;
        letter-spacing: -.03rem;
    }
}
/*---------------------------------------------------------
余白
---------------------------------------------------------*/
.m-1{margin:1vh 1vw;} .m-2{margin:2vh 2vw;} .m-3{margin:3vh 3vw;} .m-4{margin:4vh 4vw;} .m-5{margin:5vh 5vw;} 
.mt-1{margin-top:1vh;} .mt-2{margin-top:2vh;} .mt-3{margin-top:3vh;} .mt-4{margin-top:4vh;} .mt-5{margin-top:5vh;}
.mb-1{margin-bottom:1vh;} .mb-2{margin-bottom:2vh;} .mb-3{margin-bottom:3vh;} .mb-4{margin-bottom:4vh;} .mb-5{margin-bottom:5vh;} 
.ml-1{margin-left:1vw;} .ml-2{margin-left:2vw;}.ml-3{margin-left:3vw;}.ml-4{margin-left:4vw;}.ml-5{margin-left:5vw;}
.mr-1{margin-right:1vw;} .mr-2{margin-right:2vw;} .mr-3{margin-right:3vw;}.mr-4{margin-right:4vw;}.mr-5{margin-right:5vw;}

.p-1{padding:1vh 1vw;} .p-2{padding:2vh 2vw;} .p-3{padding:3vh 3vw;} .p-4{padding:4vh 4vw;} .p-5{padding:5vh 5vw;}
.pt-1{padding-top:1vh} .pt-2{padding-top:2vh;} .pt-3{padding-top:3vh;} .pt-4{padding-top:4vh;} .pt-5{padding-top:5vh;} 
.pb-1{padding-bottom:1vh;} .pb-2{padding-bottom:2vh;} .pb-3{padding-bottom:3vh;} .pb-4{padding-bottom:4vh;} .pb-5{padding-bottom:5vh;} 
.pl-1{padding-left:1vw;} .pl-2{padding-left:2vw;} .pl-3{padding-left:3vw;} .pl-4{padding-left:4vw;} .pl-5{padding-left:5vw;} 
.pr-1{padding-right:1vw;} .pr-2{padding-right:2vw;}  .pr-3{padding-right:3vw;}  .pr-4{padding-right:4vw;}  .pr-5{padding-right:5vw;} 

.w-1000,.w-1200.w-800,.w-600{margin: 0 auto;width: 90%;}
.w-1000{max-width: 1000px;}
.w-1200{max-width: 1200px;}
.w-800{max-width: 800px;}
.w-600{max-width: 600px;}
.w-20{width: 20%;}
.w-30{width: 30%;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-60{width: 60%;}
.w-70{width: 70%;}
.w-80{width: 80%;}

.pt-section{
    padding-top:5vh;
}
.pb-section{
    padding-bottom:5vh;
}
.bg-lattice-wamgreen{
width:100%;
background-size: 16px 16px;
background-position: 50% 50%;
background-image: repeating-linear-gradient( 90deg, rgba(239,239,239,0.9) , rgba(239,239,239,0.9) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(239,239,239,0.9) , rgba(239,239,239,0.9) 1px, #fff 1px, #fff 16px);
}
.img-w80 {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.column-box{
    display: flex;
}
.f-column-box{
    display: flex;
    flex-wrap: wrap;
}
.column-box-contents{
display: flex;
    flex-direction: column;
}
.column-grid{
    display: grid;
    gap:2%;
}
.column-2{
grid-template-columns: 1fr 1fr;
}
.column-3{
grid-template-columns: 1fr 1fr 1fr;
}
.column-4{
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.column-5{
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.img-space{padding:2vh 2vw;}
.img-space-right{padding-right:2vw;}
.img-space-left{padding-left:2vw;}
.align-items-c {
    align-items: center;
}
.f-box, .f-box-none {
    display: flex;
}
.pct-shadow{
display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #fff;
    border-radius: 1vh;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
p,span,th,td,dd,dt{
    font-size: 1rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.w-20,.w-30,.w-40,.w-50,.w-60,.w-70,.w-80{width: 100%;}
.f-column-box,.column-box{ flex-direction: column;}
.order-1{order: 1;}
.order-2{order: 2;}
.img-sp-w90,.img-sp-w80,.img-sp-w60,.img-sp-w50{display: block !important;margin-left: auto;margin-right: auto;}
.img-sp-w90{width:90% !important;}
.img-sp-w80{width:80% !important;}
.img-sp-w60{width:60% !important;}
.img-sp-w50{width:50% !important;}
.sp_t-c {text-align: center !important;}
.sp_t-l {text-align: left !important;}
.sp_t-r {text-align: right !important;}
.imgfull {margin-left: -10px;margin-right: -10px;}
.sp-column-3,.sp-column-2,.sp-column-4,.sp-column-5{
grid-template-columns: 1fr !important;
}
}

/*---------------------------------------------------------
料金シュミレーション
---------------------------------------------------------*/
 :root { 
 --main-color: #007440;
 --main-light-color: #F9F9F3;
  --main-sublight-color: #FFFDE9;
  } 
.bg-w-lp-green{background-color: var(--main-sublight-color);}
.plan-box{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    text-align: left;
    padding: 3vh 3vw;
    margin: 2.5vh 0 6vh;
}
.simulation-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 3vh;
}
.simulation-ttl{
    margin: 0 0 2vh;
}
.simulation-ttl > h2{
font-size: clamp(1.1rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
}
.simulation-result{
margin: 4vh 0;
}
.simulation-result-txt-big{
font-size: clamp(2.5rem, 3vw, 4rem);
font-weight: 700;
text-align: center;
    color: #d70720;
}
.simulation-result > p > span{
font-size: clamp(1rem, 3vw, 1.4rem);
color: #000;
font-weight: 500;
}
.simulation-result-txt-mini{
font-size: clamp(.7rem, 3vw, .9rem);
font-weight: 500;
}
.simulation-number {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 1vh 2vw;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: var(--main-color);
  text-align: center;
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.simulation-number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.simulation-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: var(--main-color) transparent transparent;
  translate: -50% 100%;
}
.simulation-box > p{
    width: 100%;
}
.simulation-box .select-c{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.simulation-box .wpcf7-list-item{
    display: block !important;
    margin: .5% !important;
    text-align: center;
    width: 48%;
}
.simulation-box .wpcf7-list-item label{
    display: block;
    width: 100%;
    padding: 2% 1%;
}


/* ラベル全体のスタイリング */
.simulation-box .wpcf7-list-item {
    display: inline-block !important;
    margin: 5px !important;
}

.simulation-box .wpcf7-list-item label {
    display: block;
    padding: 3% 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

/* ラジオボタンがチェックされた時のラベル（親要素）の背景色 */
/* 最新のブラウザ（Chrome, Edge, Safari, Firefox）で動作します */
.simulation-box .wpcf7-list-item label:has(input:checked) {
    background-color: var(--main-color); /* 好きな背景色に */
    color: #fff;               /* 文字色を白に */
    border-color: var(--main-color);
}

/* ホバー時の挙動 */
.simulation-box .wpcf7-list-item label:hover {
    background-color: #f0f0f0;
}
.simulation-box .wpcf7-list-item label:has(input:checked):hover {
    background-color: var(--main-color);
}

/* 元のラジオボタン（丸い点）を隠す場合（デザイン性を高めるなら） */
.simulation-box .wpcf7-list-item input[type="radio"] ,
.simulation-box .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.simulation-box .simulation-txtBox{
    padding: 1vh .5vw;
    border-radius: 4px;
    border: 1px solid #bbb;
}
form input[type="submit"], form button {
    background: #f44336 !important;
    color: #fff;
    padding: 1vh 3vw;
    width: 100%;
    border: 1px solid #fff;
}
#price-simulation-thanks .p-form__nav_step ul li em{
    display: flex;
    align-items: center;
    justify-content: center;
}
#price-simulation-thanks .p-form__nav_step ul li strong {
    text-align: center;
}
/* form-nav */
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
    font-weight: bold;
}
.progressbar li:before {
    display: block;
    width: 18px;
    height: 18px;
    margin: 7px auto 20px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #ddd;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ddd;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: var(--main-color);
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: var(--main-color);
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: var(--main-color);
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.simulation-box .wpcf7-list-item {
    width: 100%;
}
}
/*---------------------------------------------------------
画像ゆれ
---------------------------------------------------------*/
  .yurayura-item {
    /* 画面下の位置指定 */
    position: fixed;
    bottom: 5px;      /* 下からの距離 */
    left: 5%;         /* 中央寄せの起点 */
    z-index: 9999;     /* 一番手前に表示 */
    
    /* アニメーションの設定 */
    animation: yurayura 3s ease-in-out infinite;
    width: 120px !important;      /* 画像のサイズ（適宜変更） */
  }

  /* ゆらゆら動く動きの定義 */
@keyframes yurayura {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    /* 上に15px浮き上がり、5度傾く */
    transform: translateY(0px) rotate(5deg);
  }
}

@media screen and (max-width: 640px) {
    /* アニメーションの設定 */
   .yurayura-item { animation: yurayura 3s ease-in-out infinite;
    width: 80px !important;      /* 画像のサイズ（適宜変更） */
  }
}