/*
-------------------------------------
ノーマライズ
-------------------------------------
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%
}
body {
  margin: 0
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #0d2a13;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh
}
header {
  background-color: #FFF
}
.form-list--addr li div:nth-of-type(1) {
  margin-right: 1em
}
.form-list--addr li.addr-zip div:nth-of-type(2) {
  width: calc(100% - 2em)
}
.form-list--unit div:nth-of-type(2) {
  margin-left: 1em
}

/*
-------------------------------------
ヘッダ
-------------------------------------
*/

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 16px;
  background: #0d2a13;
/*  max-width: 640px;*/
  width: 100%;
  margin: 0 auto
}
.BoxPresent p{
text-align: left;
font-size: clamp(16px, 4.266vw, 24px);
color: #0d2a13;
font-weight: 400;
}

.Contents01 p{
margin-bottom: 16px;
font-size: clamp(16px, 4.266vw, 24px);
}
.Contents03 p{
font-size: clamp(16px, 4.266vw, 24px);
}
.faq-detail-list dd p {
  width: calc(100% - 68px);
  font-size: clamp(16px, 4.266vw, 24px);
  line-height: 1.5
}

.form-tbl--item dd p {
font-size: clamp(16px, 3.125vw, 24px);
color: #FFF;
margin-bottom: 16px;
}
.card p {
  margin: 0;
  line-height: 1.7;
  font-size: clamp(14px, 3.5vw, 16px);
  color: #444;
}

.Cotents02 p{
    color: #FFF;
    font-size: clamp(16px, 4.266vw, 24px);
    margin-bottom: 32px;
}
.Cotents04 p{
  color: #FFF;
  font-size: clamp(16px, 4.266vw, 24px);
		margin-bottom: 32px;
}
.header__logo{
margin: 0;
padding: 0;
display: flex;
align-items: center;
align-content: center;
max-width: 168px;  
}
img {
  border-style: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.Contents08 h2 img{
width:clamp(168px, 44.8vw, 440px) ;
}
.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.c-badges__item img {
  display: block;
  width: 100%;
  height: auto;                          /* 画像はアスペクト比維持で可変 */
  max-width: 100%;
}
.hl01　img{
padding-bottom: 32px;
display: block;
margin-bottom: 100px;
line-height: 9;
}
  .sticky-cta__btn img{ display:block; max-height:64px; height:auto; width:auto; max-width:100%; }
.header__phone {
  display: flex;
  flex-direction: column
}
.header__tel {
  margin: 0;
font-size: clamp(16px, 3.125vw, 24px);
  font-weight: 900;
  align-self: flex-end;
  /*color: #0d2a13 !important;*/
		color: #FFF;
  line-height: 1
}
.header__tel a {
		color: #FFF;
}
a {
  background-color: transparent
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: underline
}

.btn a:hover{
  opacity: 0.8!important;
}
.header__hours {
  margin: 4px 0 0;
  font-size: 10px;
		color: #FFF;
  align-self: center;
  line-height: 1
}
main {
  display: block;
		background: #000;
}
main h1{
margin: 0;
}

  .sticky-cta{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    background: rgba(13,42,19,.95); /* 背景色は適宜変更可 */
    box-shadow: 0 -6px 20px rgba(0,0,0,.15);
    transform: translateY(100%);
    transition: transform .35s ease;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  }
  .sticky-cta.is-show{ transform: translateY(0); }
  @media (min-width:768px){
    .sticky-cta{ padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); }
    .sticky-cta__btn img{ max-height:72px; }
  }
  .sticky-cta__inner{
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .sticky-cta__btn{ display:inline-block; line-height:0; }

/*
-------------------------------------
コンテンツ
-------------------------------------
*/
.container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
h1 {
  font-size: 2em;
  margin: .67em 0
}


.Cotents01{
  background: #8dc21f;
}

.Cotents01Tra{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: min(50vw, 320px) solid transparent;
  border-right: min(50vw, 320px) solid transparent;
  border-top: 32px solid #0d2a13;
  border-bottom: 0;
  margin: 0 auto;
}
.Contents08 h2{
text-align: center;
margin: 0 auto 48px;
}

.CotentsCase h2{
  padding: 64px 23% 32px;
}

.Cotents02 h2{
text-align: center;
padding-bottom:64px;
}
.mgT24{
margin-top: 24px!important;
}
.hl{
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.side01{
padding: 32px 16px 16px;
}

.btn{
  padding-bottom: 16px;
}
.card .btn {
  justify-self: start;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #e3e3e7;
  background: #0d2a13;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.CotentsCase{
  padding-bottom: 32px;
		background: #0d2a13;
}
.CotentsCaseTra{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: min(50vw, 320px) solid transparent;
  border-right: min(50vw, 320px) solid transparent;
  border-top: 32px solid #8dc21f;
  border-bottom: 0;
  margin: 0 auto;
}

/* ========== Slider ========== */
.slider {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  overflow: hidden;
  padding:0 8px 64px;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}
.form button, .form input[type=submit] {
  text-align: center;
  font-weight: 600;
  border: 0;
  font-size: clamp(16px, 1.563vw, 20px);
  font-family: inherit;
  cursor: pointer;
  background: none;
}

/* Controls */
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  background: rgba(255,255,255,0.4);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}
.slider__arrow:focus-visible { outline: 2px solid #4c9ffe; }
.slider__arrow--prev { left: 10px; }

.slider__viewport {
  position: relative;           /* 追加: 安定化 */
  overflow: hidden;
  width: 100%;
}

.slider__track {
  display: flex;
  will-change: transform;
  transition: transform 450ms ease;
  backface-visibility: hidden;  /* 追加: 合成レイヤ */
  transform: translateZ(0);     /* 追加: 合成レイヤ */
}

.slide {
  flex: 0 0 100%;
  box-sizing: border-box;
		padding: 16px;
}

/* 画像スライドのベース */
.slide figure { margin: 0; }

/* Dots */
.slider__dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}
.slider__arrow--next { right: 10px; }


.Cotents02 {
  background-image:
    url("../images/cotents02_bg.webp"),
    linear-gradient(#0d2a13, #0d2a13); /* 単色層 */
  background-position:  center top,  0 0;
  background-size: contain,    auto;
  background-repeat:  no-repeat, repeat; /* 下層は全面リピート相当 */
  padding-top: clamp(208px, 32vw, 360px);
		padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
}

.Cotents02 h3{
text-align: center;
padding-bottom:32px;
}

.Cotents02 h4{
text-align: center;
padding-bottom:32px;
}

.Cotents03 {
  background-image:
    url("../images/cotents03_bg.webp"),
    linear-gradient(#081022, #081022); /* 単色層 */
  background-position:  center top,  0 0;
  background-size: contain,    auto;
  background-repeat:  no-repeat, repeat; /* 下層は全面リピート相当 */
  padding-top: clamp(104px, 16vw, 180px);
		padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
}
/* ===== check list (黒60%+白地赤チェック) ===== */
.chklist{
  max-width: 640px;
  margin: 0 auto;
  padding: 16px;
  list-style: none;
  display: grid;
  gap: 48px;                 /* ボックス間隔：デザインに合わせて */
}

.chklist li{
  position: relative;
  color: #fff;
  background: rgba(0,0,0,0.6); /* 黒の60%透過 */
  padding: 24px;               /* 指定どおり */
  border-radius: 6px;
  line-height: 1.8;
  font-size: clamp(16px, 4.266vw, 24px); /* 指定どおり */
}

/* 左上のチェック（白地＋赤チェック画像） */
.chklist li::before{
  content: "";
  position: absolute;
  top: -12px;                 /* 少しはみ出す配置 */
  left: -12px;
  width: clamp(24px, 6vw, 36px);
  height: clamp(24px, 6vw, 36px);
  background: url("../images/ico_check.webp") center / contain no-repeat;
  pointer-events: none;       /* クリック干渉防止 */
}

/* 細かな見た目調整（任意） */
@media (min-width: 480px){
  .chklist{ gap: 28px; }
}

/* キャプション */
.c-badges__note {
  margin-top: 16px;                      /* 16px */
  font-size: clamp(12px, 1.3vw, 14px)!important;   /* 小さめの可変 */
  line-height: 1.6;
  text-align: left;
  opacity: 0.9;
}

.flow-detail ul li .desc h3 {
  font-size: clamp(16px, 4.266vw, 24px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(2px, 0.522vw, 4px);
}
.card h3 {
  margin: 0;
  font-size: clamp(18px, 3.8vw, 22px);
}
.Cotents04 h2{
  margin-bottom: 48px;
}

.Cotents04 h3{
  margin-bottom: 16px;
}
.mgB48{
margin-bottom: 48px!important;
}

/* ---- Layout ---- */


.c-badges__inner {
  max-width: 640px;                      /* 指定最大幅 */
  margin-inline: auto;                   /* 中央寄せ */
                      /* 16の倍数 */
}
ul, ol {
  list-style: none
}

.flow-detail ul {
  /* 常に幅100%にする */
  width: 100%;
}

.flow-detail ul li {
  display: flex;
  /* スマホ用のgapに統一 */
  gap: 10px;
  margin-bottom: clamp(22px, 5.997vw, 46px);
  position: relative;
}	

.flow-detail ul li::after {
  position: absolute;
  /* スマホ用の位置とスタイルに統一 */
  left: 52px;
  top: 20px;
  bottom: -38px;
  height: 100%;
  content: "";
  display: block;
  background: url(../images/flow_dotted.webp) repeat-y;
  width: 6px;
  z-index: 1;
}

/* 最後のリストアイテムの後の線は消す */
.flow-detail ul li:last-of-type::after {
  content: none;
}

.flow-detail ul li .img {
  /* スマホ用のサイズとスタイルに統一 */
  width: 140px;
  height: 130px;
  border: solid 10px #fff;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
		z-index: 5;
}

.flow-detail ul li .desc {
  /* スマホ用の幅に統一 */
  width: calc(100% - 118px);
  padding-top: clamp(7px, 1.825vw, 14px);
}

.flow-detail ul li .desc .num {
  font-size: clamp(22px, 2.188vw, 28px);
  font-weight: 600;
  color: #0085b2;
}

.flow-detail ul li .desc .text {
  line-height: 1.5;
  /* スマホ用のfont-sizeに統一 */
  font-size: clamp(16px, 3.129vw, 24px);
}

.c-badges__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;                             /* 16pxグリッド */
  list-style: none;
  padding: 0;
  margin: 0;                             /* 余白は16の倍数のみ使用 */
  flex-wrap: nowrap;                     /* PCは横並び維持 */
}

.CheckList li {
  display: flex;
  align-items: center;
  gap: 16px; /* アイコンとテキストの間隔 */
  margin-bottom: 16px;
  font-size: clamp(24px, 4vw, 32px);
  color: #0d2a13;
  font-weight: 600;
}
.form-list--addr li + li {
  margin-top: 1em
}
.form-list--unit li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center
}

/* 各アイテムは等幅・画像はレスポンシブ */
.c-badges__item {
  flex: 1 1 0;                           /* 3等分 */
  min-width: 0;
}




.Cotents04 {
  background-color: #0d2a13;                
  background-image: url("../images/img_04_bg.webp");  
  background-size: contain;
  background-position: top;
		background-repeat: no-repeat;
  /*background-blend-mode: multiply;*/
		padding: 96px 16px 32px;
}

.hl01{
  margin-bottom: 32px;
}

.btn32{
  padding-bottom: 32px;
}

/* 画像にホバーで「拡大できる」カーソル */
.js-lightbox { cursor: zoom-in; }

.btn32B32{
  padding-bottom: 32px;
		margin-bottom: 32px;
}

.mgB64{
margin-bottom: 64px!important;
}

/* オーバーレイ（半透明背景） */
.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.95);
  display: none;
  z-index: 9999;
}
.lb-overlay.is-open { display: block; }

/* フェード＆スケールの軽い演出 */
.lb-overlay { opacity: 0; transition: opacity .18s ease; }
.lb-overlay.is-open { opacity: 1; }
.lb-overlay.is-open .lb-content { transform: scale(1); }

/* 中央配置のラッパー（パディングで余白、スマホも安全） */
.lb-dialog {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(6vh, 48px) min(4vw, 32px);
}

/* 閉じるボタン */
.lb-close {
  position: absolute;
  top: clamp(8px, 2vh, 20px);
  right: clamp(8px, 2vh, 20px);
  border: none;
  background: rgba(255,255,255,.9);
  font: inherit;
  padding: .4em .6em;
  border-radius: .6em;
  cursor: pointer;
		z-index: 99999

}

/* 内容ボックス：ここで“縦長はスクロール”にする */
.lb-content {
  max-height: 90vh;            /* 画面高の90%まで表示 */
  max-width: 90vw;             /* 画面幅の90%まで表示 */
  overflow: auto;              /* はみ出したら中でスクロール */
  outline: 0;
}
.lb-content { transform: scale(.98); transition: transform .18s ease; }

/* 画像の振る舞い：横は90vwまで、縦は自然（=縦長はスクロール） */
.lb-image {
  display: block;
  max-width: 90vw;             /* 横は画面幅に合わせる */
  height: auto;                /* 縦は元比率を維持（=必要なら縦に長くなる） */
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
}


.Cotents05 {
  background-image:
    url("../images/cotents05_bg.webp"),
    linear-gradient(#0d2a13, #0d2a13); /* 単色層 */
  background-position:  center top,  0 0;
  background-size: 100% ;
  background-repeat:  no-repeat, repeat; /* 下層は全面リピート相当 */
  padding-top: clamp(96px, 15vw, 160px);
		padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #FFF;
}
.Cotents05 h2{
margin-bottom: 16px;
}

.Cotents05 h3{
margin-bottom: 16px;
}

.Cotents05 p{
font-size: clamp(16px, 4.266vw, 24px);
}

.Cotents05Inner{
background-color: rgba(255, 255, 255, 0.2);
padding: 16px 16px;
border-radius: 8px;
}
.Cotents05Tagline{
margin-bottom: 16px;
}

.Cotents05 h4{
background-image: url("../images/cotents05_hl_bg.webp");
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
line-height: 1.8;
padding-top: clamp(2px, 1.0vw, 8px);
margin-bottom: 16px;
font-size: clamp(16px, 4.266vw, 24px);
height: clamp(32px, 12vw, 80px);
color: #fcee21;
font-weight: 800;
text-align: center;
}
/*
-------------------------------------
価格セクション (Cotents05内)
-------------------------------------
*/
.price-section {
  color: #FFF;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列グリッド */
  gap: 24px 16px;
  margin-bottom: 32px;
}

.price-grid__item {
  background-color: #FFF;
  color: #0d2a13; /* 既存のメインカラー */
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px; /* 高さを揃える */
}

.price-grid__tsubo {
  font-size: clamp(14px, 3.5vw, 18px);
  font-weight: 700;
  display: block;
		background-color: #0d2a13;
		padding: 0.25rem 1.0rem;
		color: #FFF;
		width: 100%;
				border-radius: 8px;
				margin-bottom: 4px;
}

.price-grid__price {
  font-size: clamp(24px, 5.2vw, 32px); /* 少し大きめに調整 */
  font-weight: 900;
  display: block;
  line-height: 1.2;

}

.price-section__subtitle {
  font-size: clamp(16px, 4.266vw, 22px);
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 8px;
		padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); /* 画像の細い線 */
		border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* 画像の細い線 */
  margin-left: auto;
  margin-right: auto;
}

.included-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 3-2配置の中央寄せ */
  gap: 16px 16px; /* 縦横の隙間 */
}

.included-grid__item {
  /* 3列ベース (flex-basis) */
  flex: 0 1 calc(33.333% - 12px); /* (gap 12px * 2/3) */
  min-width: 80px; /* 最小幅 */
  max-width: 180px; /* 最大幅 */
  text-align: center;
}

.included-grid__item img {
  width: 100%; /* アイコンの幅を揃える */
  height: auto;
  background-color: #FFF;
  border-radius: 6px;
  vertical-align: bottom; /* 既存のimgルールと合わせる */
}

/*カラーパレット (Cotents05内)*/
.color-palette-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px; 
  max-width: 100%;
}

.color-palette__item {
  aspect-ratio: 1 / 1;
  border-radius: 4px; 
  margin: 0;
  padding: 0;
}

.MatomeBox{
background-color: #ffe563;
padding: 32px 16px;
text-align: center;
font-size: clamp(16px, 4.266vw, 24px);
color: #0d2a13;
font-weight: 800;
border-radius: 8px;
}

/*
-------------------------------------
お支払い方法
-------------------------------------
*/
.Cotents06 {
  background-image:
    url("../images/cotents06_bg.webp"),
    linear-gradient(#6d8931, #6d8931); /* 単色層 */
  background-position:  center top,  0 0;
  background-size: 100% ;
  background-repeat:  no-repeat, repeat; /* 下層は全面リピート相当 */
  padding-top: clamp(64px, 9.0vw, 112px);
		padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #0d2a13;
}
.Cotents06 h2{
text-align: center;
margin-bottom: 48px;
}
.Cotents06 h3{
text-align: center;
margin-bottom: -64px;
}
.Cotents06 p{
font-size: clamp(16px, 4.266vw, 24px);
}

.Cotents06BoxInner{
background-color: #FFF;
border-radius: 8px;
padding: 64px 16px 32px;
margin-bottom: 36px;
}


/*
-------------------------------------
保証
-------------------------------------
*/

.Cotents07 {
  background-image:
    url("../images/cotents07_bg.webp"),
    linear-gradient(#f8fced, #f8fced); /* 単色層 */
  background-position:  center top,  0 0;
  background-size: 100% ;
  background-repeat:  no-repeat, repeat; /* 下層は全面リピート相当 */
  padding-top: clamp(64px, 9.0vw, 112px);
		padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  color: #0d2a13;
}
.Cotents07 h2{
text-align: center;
margin-bottom: 36px;
}
.Cotents07 p.Tagline{
text-align: center;
margin-bottom: 48px;
}
.Cotents07 h3{
text-align: center;
margin-bottom: 8px;
}
.Cotents07 .ServiceLogo{
text-align: center;
margin-bottom: 16px;
}
.Cotents07 p{
font-size: clamp(16px, 4.266vw, 24px);
}
.red{
color: #c1272d!important;
}
/*************************
###### 流れ ######
**************************/
/* PC/タブレット向けのスタイルを削除し、スマホ表示（1列）に最適化 */
.flow_inner {
  background: #FFF;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
		padding: 48px 16px;
}

.flow-tit {
  margin: 0 auto clamp(12px, 3.129vw, 24px);
		text-align: center;
}

.flow-detail {
  display: flex;
  /* 常に縦並び（1列）にする */
  flex-direction: column;
  gap: 15px;
}

.Hl01 span{
text-align: center;
font-weight: 400;
font-size: clamp(16px, 2.5vw, 24px);
color: #3a4b25;
display: block;
}

.CheckList .text {
  display: inline-block;
  font-weight: 900;
}
.Contents07{
background-color: #f8fced;
padding: 48px 16px 24px;
}
.Hl01{
text-align: center;
font-weight: 900;
font-size: clamp(32px, 4vw, 48px);
color: #3a4b25;
margin-bottom: 48px;
}
 .company-cnt--tbl dl {
  /*width: calc((100% - 40px)/1);*/
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  font-size: clamp(16px, 4.266vw, 24px);
}
 .company-cnt--tbl dl + dl {
  border-top: none;
}

@media print, screen and (max-width:1024px) {
   .company-cnt--tbl dl {
    width: 100%
  }
}
@media print, screen and (max-width:1024px) {
   .company-cnt--tbl dl:nth-of-type(2) {
    border-top: 0
  }
}
 .company-cnt--tbl dl dt {
  width: 8em;
  padding: 1.5em 1em;
  border-bottom: 1px solid #ccc
}
 .company-cnt--tbl dl dd {
  width: calc(100% - 8em);
  padding: 1.5em 1em;
  border-bottom: 1px solid #ccc;
  line-height: 1.5
}
.faq-detail-list .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6d8931;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: clamp(22px, 2.109vw, 27px);
  font-family: Roboto, sans-serif;
  font-weight: 500
}
@media screen and (max-width:767px) {
  .faq-detail-list .icon {
    font-size: clamp(18px, 1.719vw, 22px);
    width: 36px;
    height: 36px
  }
}
.faq-detail-list .icon.a {
  background: #FFF;
  color: #6d8931
}
.faq-detail-list dt {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 4.266vw, 24px);
  font-weight: 700;
  gap: 0 18px;
  margin-bottom: clamp(11px, 1.094vw, 14px)
}
.faq-detail-list dd {
  display: flex;
  font-size: clamp(16px, 4.266vw, 24px);
  font-weight: 400;
  gap: 0 18px;
  border-bottom: solid 1px #f1f2f1;
  padding-bottom: clamp(22px, 2.188vw, 28px);
  margin-bottom: clamp(22px, 2.188vw, 28px)
}

.form-tbl dt{
color: #0d2a13;
text-align: left;
font-size: clamp(16px, 4.266vw, 24px);
font-weight: 900;
width: 22%!important;
display: flex;
align-items:center;
padding-bottom: 24px;
}

.CheckList .icon {
  width: 32px; /* アイコンサイズ */
  height: 32px;
  background-image:url("../images/icon_list01.webp"); /* ここに背景画像を指定 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0; /* 画像サイズを固定してテキストで押しつぶされないように */
}
.form-tbl--item dd {
text-align: left;
width: 76%!important;

}


.check .form-tbl--item dd {
text-align: left;
}


.Contents08{
padding: 48px 16px;
background: #FFF;
}
 .company-cnt--tbl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  /*gap: 0 40px*/
}
@media print, screen and (max-width:1024px) {
   .company-cnt--tbl {
    flex-direction: column
  }
}
.mgB40{
margin-bottom: 40px!important;
}

.BoxPresent {
    padding: 12px 16px 32px;
    background:rgba(153, 204, 51, 1) ;
    /*background: linear-gradient(180deg, rgba(141, 194, 31, 1) 0%, rgba(109, 137, 49, 1) 100%);*/
    position: relative;
    text-align: center;
    margin-bottom: 96px;
}

.BoxPresent::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 68px solid transparent;
    border-right: 68px solid transparent;
    border-top: 32px solid #6d8931;
}

.BoxPresent.none::after {
border: none;
    bottom: 0;
}

.form-tbl dt.none{
align-items:flex-start!important;
padding-top: 0;
}
.mgB16{
margin-bottom: 16px!important;
}
.mgB24{
margin-bottom: 24px!important;
}
.mgB36{
margin-bottom: 36px!important;
}
b, strong {
  font-weight: bolder
}
.CheckList {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

/*
-------------------------------------
フォーム
-------------------------------------
*/
.form input[type=email], .form input[type=number], .form input[type=password], .form input[type=search], .form input[type=tel], .form input[type=text], .form input[type=url], .form select, .form textarea {
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.0em;
  max-width: 100% !important;
}
.form input[type=checkbox] {
  display: inline-block;
  margin-right: .5em;
  border: solid 2px #bbb !important;
  border-radius: 0;
  height: 18px;
  width: 18px
}
.form label:has(input[type=checkbox]) {
  display: inline-block;
  margin-bottom: .32em;
font-size: clamp(16px, 3.125vw, 24px);
color: #FFF;
}
/*
.form button.submit-conf, .form button.submit-send, .form input[type=submit].submit-conf, .form input[type=submit].submit-send {
background: url("../images/bnt01.webp") no-repeat center top;
background-size: contain;
width: 100%;
height: 12vh;
}
*/
.form button.submit-back, .form input[type=submit].submit-back {
  background-color: #ccc
}
.form-tbl {
margin-bottom: 24px;
}

.form-tbl--item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%
}
.form-size--md {
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width:767px) {
  .form-size--md {
    width: 100%
  }
}

footer{
background-color: #0d2a13;
padding: 0.5em;
color: #FFF;
text-align: center;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg)
}
/* =========================
   使用していない（index.phpに登場しない）スタイル
   ========================= */
/*使用していない*/
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
/*使用していない*/
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
/*使用していない*/
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
/*使用していない*/
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
/*使用していない*/
small {
  font-size: 80%
}
/*使用していない*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
/*使用していない*/
sub {
  bottom: -.25em
}
/*使用していない*/
sup {
  top: -.5em
}
/*使用していない*/
fieldset {
  padding: .35em .75em .625em
}
/*使用していない*/
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
/*使用していない*/
progress {
  vertical-align: baseline
}
/*使用していない*/
textarea {
  overflow: auto
}
/*使用していない*/
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}
/*使用していない*/
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
/*使用していない*/
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
/*使用していない*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
/*使用していない*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
/*使用していない*/
details {
  display: block
}
/*使用していない*/
summary {
  display: list-item
}
/*使用していない*/
template {
  display: none
}
/*使用していない*/
[hidden] {
  display: none
}
/*使用していない*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
/*使用していない*/
.mgB00{
margin-bottom: 0px!important;
}
/*使用していない*/
.mgB32{
margin-bottom: 32px!important;
}
/*使用していない*/
.mgB56{
margin-bottom: 56px!important;
}
/*使用していない*/
.pdT48{
padding-top: 48px!important;
}
/*使用していない*/
.Contents01{
background: #FFF;
padding: 48px 16px;
}
/*使用していない*/
.Contents01 .Img{
margin-bottom: 32px;
}
/*使用していない*/
.Contents03{
background-color: #f8fced;
padding: 48px 16px;
}
/*使用していない*/
.TextWhite{
color: #FFF!important;
font-weight: 800!important;
}
/*使用していない*/
.indent{
text-indent: -2.0em!important;
padding-left: 2.0em;
}
/*使用していない*/
.form-size--xs {
  width: 4em
}
/*使用していない*/
.form-size--lg {
  width: 100%
}
/*使用していない*/
.form-list--addr {
  display: flex;
  flex-wrap: wrap
}
/*使用していない*/
.form-list--addr li.addr-zip {
  display: flex;
  align-items: center;
  width: 100%
}
/*使用していない*/
.form-list--addr li.addr-zip .zip-mark {
  width: 1em
}
/*使用していない*/
/* 任意HTMLスライドの例 */
.card {
  display: grid;
  gap: 8px;
  padding: 20px;
  min-height: 200px;
  align-content: center;
  background: #ffffff;
}
/*使用していない*/
.slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
}
/*使用していない*/
.slider__dot[aria-current="true"] {
  background: rgba(255,255,255,0.75);
  width: 18px;
}
/*使用していない*/
/* メディアクエリ（必要なら微調整） */
@media (hover: hover) {
  .slider__arrow:hover { background: rgba(0,0,0,0.55); }
}
/*使用していない*/
/* ---- Responsive tweaks ---- */
/* 画面が狭いときはバッジが小さすぎないよう最小幅を確保 */
@media (max-width: 480px) {
  .c-badges__item {
    flex-basis: 0;
  }
  .c-badges__item img {
    max-width: 176px;                    /* 16の倍数：11×16 */
    margin-inline: auto;
  }
  .c-badges__list {
    gap: 16px;
  }
}
/*使用していない*/
/* 必要なら2段落ち対応（超狭幅時） */
@media (max-width: 360px) {
  .c-badges__list {
    flex-wrap: wrap;                     /* 折返し可 */
  }
  .c-badges__item {
    flex: 1 1 calc(50% - 8px);           /* 2列（16pxギャップの半分を控除） */
  }
  .c-badges__item:nth-child(3) {
    flex-basis: 100%;                    /* 3つ目を下段中央に */
    max-width: 240px;                    /* 16の倍数：15×16 */
    margin-inline: auto;
  }
}
/*使用していない*/
/* ====== ライトボックス用コンポーネントCSS ====== */

/* 背景スクロール固定 */
body.lb-open { overflow: hidden; }
/*使用していない*/
/* ==== スライダー操作UIの前面化＆CTA回避（PCのみ） ==== */
@media (min-width: 768px) {
  .slider { position: relative; z-index: 50; padding-bottom: 96px; }
  .slider .slider__dots { bottom: 72px; }
  .slider .slider__arrow,
  .slider .slider__dots { z-index: 1000; pointer-events: auto; }
}
/*使用していない*/
/* ==== PC時のUIの前面化（z-indexだけ上げ、.slider 自体に z-index は付けない） ==== */
@media (min-width: 768px) {
  .slider { padding-bottom: 96px; }           /* ← 以前付けた z-index:50 は削除 */
  .slider .slider__dots { bottom: 72px; }
  .slider .slider__arrow,
  .slider .slider__dots { z-index: 1000; pointer-events: auto; }
}
