/* ----------------------------------------
タイトル調整
---------------------------------------- */
.c-content__title {margin-bottom:40px;}


/* ----------------------------------------
ステップの矢印
---------------------------------------- */

.stepBar{
  display: flex;
  position: relative;
  text-align: center;
  overflow: hidden;
  
  margin-top:60px;
  margin-bottom: 30px;  
  border-right:1px solid #e5ebeb;
}

.stepBar li{
 font-size: 1.6rem;
 color: #666;
 position: relative;
 display: inline-block;
 line-height: 3.125;
 box-sizing: border-box;
 background-color: #f2f6f6;
  width: calc(100% / 3);
  border:1px solid #e5ebeb;
  border-right:none;
}

.stepBar li::before,
.stepBar li::after{
 content:'';
 position:absolute;
 top:0;
 left:100%;
 height:0;
 width:0;
 border: 25px solid transparent;
 border-right-width:0;
 border-left-width: 13px;
}
.stepBar li::after{
 z-index:1;
 transform: translateX(1px);
 border-left-color:#e5ebeb;
}
.stepBar li::before{
 z-index:2;
 border-left-color:#f2f6f6;
}
.stepBar li:last-child{ margin-right: 0;}
.stepBar li:last-child::before,
.stepBar li:last-child::after{ content: none;}
.stepBar li.current{
 color: #fff;
 background-color: #008b56;
}
.stepBar li.current::before{ border-left-color:#008b56;}



/* ----------------------------------------
説明部分
---------------------------------------- */
.description p{
 font-size: 1.6rem;
 line-height: 2.25;
}

.description .attention{
 color: #e60012;
 margin-top: 10px;
}
.description .attention span{ margin-right: 10px;}



/* ----------------------------------------
必須、任意アイコン
---------------------------------------- */

.entryForm span.required,
.entryForm span.any{
 color: #fff;
 display: inline-block;
 font-size: 1.4rem;
 padding: 2px 8px;
 font-weight: normal;
 line-height: 1.4;
  width: 60px;
  text-align: center;
}

.entryForm span.required{ background-color: #e60012;}
.entryForm span.any{ background-color: #bec3c3;position: relative;
    top: -1.5em;}



/* ----------------------------------------
エラーメッセージ
---------------------------------------- */
.errorMessage{
 border: 1px solid #e60012;
 padding: 20px;
 color: #e60012;
 margin-top: 20px;
}
.errorMessage p{
 font-size: 2.1rem;
 font-weight: bold;
 padding-left: 30px;
 position: relative;
}
.error{
	height:0px;
	visibility:hidden;
	line-height:0;}
	
.err{
 visibility: inherit;
 color: #e60012;
 font-size: 1.6rem;
 padding-left: 25px;
 position: relative;
 line-height: 1.429;
 margin-bottom: 30px;
}
.errorMessage p::before,
.err::before{
 content: '!';
 display: inline-block;
 background-color: #e60012;
 width: 24px;
 height: 24px;
 border-radius: 12px;
 font-size: 1.8rem;
 font-weight: normal;
 text-align: center;
 color: #fff;
 position: absolute;
 left: 0;
}	

.err::before{
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 10px;}


.policy-err{
  margin:auto;
  width:770px;
  height:auto;
  margin-bottom:10px;
}

.errorMessage p::before{
  top: 5px;
  line-height: 1.2;}

.err::before {top:0;}
.errorMessage ul{
 list-style: disc;
 font-size: 1.6rem;
 margin-top: 15px;
 padding-left: 50px;
}
.errorMessage ul li:not(:last-child){ margin-bottom: 8px;}




/* ----------------------------------------
入力エリア
---------------------------------------- */
.entryForm {margin-top: 105px;}

.entryForm table{
  width: 100%;
  font-size: 1.6rem;
  margin-top:6rem;
  margin-bottom:6rem;
}

.entryForm th,
.entryForm td{
 border: 1px solid #e5ebeb;
 box-sizing: border-box;
 border-collapse: collapse;
 padding: 18px;
 text-align: left;
 vertical-align: top;
 overflow: hidden;
}
.entryForm th{
  width: 250px;
  line-height: 1.4;
  background-color: #f2f6f6;
}
.entryForm th span{ float: right;}
/*form*/
.entryForm input[type="text"],
.entryForm input[type="tel"],
.entryForm input[type="email"],
.entryForm textarea,
.entryForm .radioWrap{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
 outline: none;
 cursor: auto;
 border: 1px solid #d0d5da;
 font-size: 1.6rem;
 color: #333;
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.entryForm input[type="text"],
.entryForm input[type="tel"],
.entryForm input[type="email"]{
 display: inline-block;
 width: 360px;
 height: 50px;
 padding: 0 10px;
}

.entryForm textarea{
 display: block;
 min-width: 100%;
 max-width: 728px;
 min-height: 180px;
 padding: 15px 10px;
}
.entryForm input[type="text"].wideTxt{ width: 100%;}
.entryForm input[type="text"].yubin{ width: 230px;}
.entryForm input[type="text"].postal-code { width: 100px;}

/*placeholder*/
.entryForm input::-webkit-input-placeholder{ color: #cdcdcd;}
.entryForm input:-ms-input-placeholder{ color: #cdcdcd;}
.entryForm input::-moz-placeholder{ color: #cdcdcd;}
/*radio*/
.entryForm input[type="radio"]{ display: none;}
.entryForm .radioWrap{
 width: 110px;
 display: inline-block;
 padding: 16px 0 14px 20px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 line-height: 1.125;
 cursor: pointer;
}
.entryForm td .radioWrap:nth-of-type(n+2){ margin-left: 6px;}
.entryForm .radioCircle{
 position: relative;
 display: inline-block;
 width: 18px;
 height: 18px;
 margin: 0 8px 0 0;
 vertical-align: top;
 border: 1px solid #999;
 border-radius: 50%;
}
.entryForm .radioCircle::before{
 content: "";
 position: absolute;
 top: 2px;
 left: 2px;
 display: block;
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #e60012;
 transform: scale(0);
 transition: 0.2s cubic-bezier(0.18, 0.85, 0.5, 1.2);
}
.entryForm .radioWrap.hover .radioCircle::before,
.entryForm .radioWrap input[type="radio"]:checked + .radioCircle::before{ transform: scale(1);}

.entryForm .form-group {margin-bottom:1rem;}
.entryForm .form-group:last-child {margin-bottom:0;}



/*セレクトボックス*/
.selectWrap{
 position: relative;
 display: inline-block;
}
.selectWrap .selectArrow{
 display: inline-block;
 width: 8px;
 height: 8px;
 border-bottom: 2px solid #008b56;
 border-right: 2px solid #008b56;
 transform: rotate(45deg);
 position: absolute;
 top: calc(50% - 6px);
 right: 13px;
 z-index: -1;
}
.selectWrap select{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
 outline: none;
 cursor: pointer;
 min-width: 220px;
 box-sizing: border-box;
 border: 1px solid #d0d5da;
 padding: 9px 30px 8px 20px;
 font-size: 1.6rem;
 color: #333;
 background-color: transparent;
 transition-property: border-color;
 transition-duration: 0.12s;
 z-index: 1;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.selectWrap select::-ms-expand { display: none;}
.selectWrap select.hover{ border-color: #008b56;}


.entryForm .selectWrap{
 display: block;
 width: 360px;
}
.entryForm .selectWrap select{
 width: 100%;
 padding: 0 30px 0 10px;
 height: 50px;
}
.entryForm .addressWrap .selectWrap{ margin-bottom: 10px;}
.entryForm td input[type="text"]:nth-of-type(2n){ float: right;}
.entryForm td input[type="text"]:nth-of-type(n+3){ margin-top: 10px;}

.companion_name {margin-bottom:2rem;}
.companion_name label {font-size:1.2rem;}

.entryForm input[type="text"].entry_add {width:100%;}

/* ----------------------------------------
個人情報の取り扱いについて
---------------------------------------- */

.entryForm .privacy {
  font-size:1.6rem;
  line-height: 2.25;}

.privacy_title {
    font-size: 2.1rem;
    font-weight: bold;
    background-color: #e5ebeb;
    padding: 15px 15px 13px 15px;
    margin-bottom: 20px;
}

.entryForm .privacy{
 border: 1px solid #e5ebeb;
 padding: 35px 40px;
 overflow-y: scroll;
 height: 300px;
 box-sizing: border-box;
 margin-bottom: 40px;
}

.entryForm .privacy p {
 margin-bottom: 40px;}


.entryForm .privacy h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
  background: none;
  padding:0;
  margin-bottom:40px;
  position: relative;
}


/* dl */
.entryForm .privacy dl {
  counter-reset: privacy_dt;
  margin-bottom: 80px;
}

.entryForm .privacy dl > dt::before {
  margin-right: 0.25rem;
  content:counter(privacy_dt) ".";
  counter-increment: privacy_dt;
  font-weight: bold;
}

.entryForm .privacy dl dt {
  font-size:1.8rem;
  font-weight: bold;
  margin-bottom:10px;}

.entryForm .privacy dl dd {
  margin-bottom:30px;}

/* li */
.entryForm .privacy dl li {
  list-style:disc;
  margin-left:2rem;
}

/* dl お問合せ */
.entryForm .privacy dl.contact {margin-bottom:120px;}

.entryForm .privacy dl.contact > dt::before {
  margin-right: 0;
  content:none;
}

.entryForm .privacy p.caution{
 color: #555;
 text-align: right;
  margin-bottom:0;
}



/* ----------------------------------------
同意する
---------------------------------------- */
/*同意するボタン*/

.entryForm .consentCheck{
 width: 770px;
 height: 80px;
 color: #e60012;
 font-size: 1.6rem;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0 auto 55px;
 box-sizing: border-box;
 border: 1px solid #e60012;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 cursor: pointer;
 transition: background 0.12s;
}
.entryForm .consentCheck.hover{ background-color: #f8e2e3;}
.entryForm input[type="checkbox"]{ display: none;}
.entryForm .checkBox{
 display: inline-block;
 width: 15px;
 height: 15px;
 border: 1px solid #d0d5da;
 margin-right: 15px;
 position: relative;
 top: -1px;
 background-color: #fff;
}
.entryForm .checkBox::after{
 content: '';
 display: inline-block;
 position: absolute;
 width: 11px;
 height: 7px;
 border-left: 2px solid #e60012;
 border-bottom: 2px solid #e60012;
 transform: rotate(-45deg);
 top: 0;
 left: 1px;
 opacity: 0;
 transition: opacity 0.12s;
}
.entryForm input[type="checkbox"]:checked + .checkBox::after{ opacity: 1;}


input[type="checkbox"] {
  /* ブラウザ標準のスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* サイズと枠線の指定 */
  width: 18px;
  height: 18px;
  border: 1px solid #d0d5da;
  border-radius: 3px; /* 少し角を丸くする場合（不要なら 0 に） */
  background-color: #ffffff;
  cursor: pointer;

  /* チェックマーク（SVG）を中央配置するための設定 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* ホバー時の装飾（必要に応じて調整） */
input[type="checkbox"]:hover {
  border-color: #b0b7c0;
}

/* チェック時のスタイル */
input[type="checkbox"]:checked {
  background-color: #2563eb; /* チェック時の背景色 */
  border-color: #2563eb;     /* チェック時の枠線色 */
}

/* チェックマーク（白のチェック印） */
input[type="checkbox"]:checked::after {
  content: "";
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px; /* 位置の微調整 */
}

/* フォーカス時のアクセシビリティ対応 */
input[type="checkbox"]:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}



/*次へ進むボタン*/
.entryForm .submit{
    min-width: 300px;
    width: fit-content;
    height: 80px;
    color: #fff;
    background-color: #008b56;
    font-size: 1.8rem;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.12s;
    position: relative;
    display: block;
    margin: 55px auto 120px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    padding: 0 2rem;
}
.entryForm .submit.hover{ box-shadow: none;}



/*--------------------------------------
step2
---------------------------------------*/
@media (min-width:768px){.step2 .entryForm th{ padding: 20px 19px;}}
.step2 .entryForm td{ line-height: 1.813;}
@media (min-width:768px){.step2 .entryForm td{ padding: 15px 19px;}}

.step2 .description {margin-top:100px;}
.step2 .submit {margin-bottom:60px;}

/*入力内容を修正するボタン*/
.entryForm .backBtn{
    display: flex;
    width: 260px;
    height: 50px;
    color: #008b56;
    border: 1px solid #008b56;
    font-size: 1.6rem;
    margin: 0 auto 120px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

.entryForm .backBtn.hover{
 color: #fff;
 background-color: #008b56;

}

/*--------------------------------------
step3
---------------------------------------*/

.step3 .description {margin-top:100px;}

.step3 .description > p{
  font-size:1.6rem;
  text-align: center;
  margin-bottom:50px;
}

.step3 .description > p:last-child { margin-bottom:90px;}

.step3 .description .thanks{
 font-size: 2.4rem;
 line-height: 1.75;
 margin: 90px 0 50px;
}

/*トップへボタン*/
.entryForm .toTop{
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 120px;
 font-size: 1.8rem;
 box-sizing: border-box;
  border-radius:3px;
 width: 300px;
 height: 80px;
 color: #ffffff;
  background: #008b56;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 3px 7px rgba(0,0,0,0.25);
 transition: box-shadow 0.12s;
}
.entryForm .toTop.hover{box-shadow: none;}




/*--------------------------------------
error
---------------------------------------*/
.error_message {
  color:#e60012;
  font-size: 1.6rem;
  position: relative;
  margin-bottom:0.5rem;
}
.error_message::before {
  content: "!";
  display: inline-flex;
  font-size: 1.4rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #e60012;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}



/*--------------------------------------
contact send loading
---------------------------------------*/
.ProductC .loadingP{
			width: 100%;
			height: 100%;
			position: fixed;
			background-color: #FFF;
			z-index: 20;
		}
.ProductC .loadingP.hidden{
			visibility: hidden;
		}
.ProductC .loadingP p{
			display: block;
			color: #000;
			text-align: center;
		}
.ProductC .loader,
.ProductC .loader:before,
.ProductC .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1.8s infinite ease-in-out;
  animation: load 1.8s infinite ease-in-out;
}
.ProductC .loader {
  color: #e60012;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.ProductC .loader:before,
.ProductC .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.ProductC .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ProductC .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


.c-main .c-content__detail {
  margin-bottom: 90px;
    padding: 20px 30px;
  }