/* キャブ様 編集用 */

.display-none {
	display: none;
}

.error-message {
	color: #d63638;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	opacity: 0;
    animation: fadeInAnimation 0.5s ease-in forwards;
}
/* error-messageのアニメーション */
@keyframes fadeInAnimation {
	to {
		opacity: 1;
	}
}

.form-agreement-box label{
	font-weight: 500 !important;
}


/* = ▼配置　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* テキスト 左寄せ */
.txt-left {
  text-align: center;
}

/* テキスト 中央寄せ */
.txt-center {
  text-align: center;
}

/* テキスト 右寄せ */
.txt-right {
  text-align: right;
}

/* ブロック・ボタン・写真等 左揃え */
.m-center {
  width: fit-content;
  margin: 0 auto;
}

/* ブロック・ボタン・写真等 中央揃え */
.m-center {
  width: fit-content;
  margin: 0 auto;
}

/* ブロック・ボタン・写真等 右揃え */
.m-right {
  width: fit-content;
  margin-left: auto;
}

/* = ▲配置　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* = ▼マージン　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*
  0px～160pxまで10px刻みでご用意しています。

  上のマージン(スマートフォンサイズ時)：.mt_sp_**(空けたい数量)
  上のマージン(パソコンサイズ時)：.mt_pc_**(空けたい数量)
  下のマージン(スマートフォンサイズ時)：.mb_sp_**(空けたい数量)
  下のマージン(パソコンサイズ時)：.mb_pc_**(空けたい数量)
*/
.mt_sp_0 {
  margin-top: 0 !important;
}
.mt_sp_10 {
  margin-top: 10px !important;
}
.mt_sp_20 {
  margin-top: 20px !important;
}
.mt_sp_30 {
  margin-top: 30px !important;
}
.mt_sp_40 {
  margin-top: 40px !important;
}
.mt_sp_50 {
  margin-top: 50px !important;
}
.mt_sp_60 {
  margin-top: 60px !important;
}
.mt_sp_70 {
  margin-top: 70px !important;
}
.mt_sp_80 {
  margin-top: 80px !important;
}
.mt_sp_90 {
  margin-top: 90px !important;
}
.mt_sp_100 {
  margin-top: 100px !important;
}
.mt_sp_110 {
  margin-top: 110px !important;
}
.mt_sp_120 {
  margin-top: 120px !important;
}
.mt_sp_130 {
  margin-top: 130px !important;
}
.mt_sp_140 {
  margin-top: 140px !important;
}
.mt_sp_150 {
  margin-top: 150px !important;
}
.mt_sp_160 {
  margin-top: 160px !important;
}
.mb_sp_0 {
  margin-bottom: 0 !important;
}
.mb_sp_10 {
  margin-bottom: 10px !important;
}
.mb_sp_20 {
  margin-bottom: 20px !important;
}
.mb_sp_30 {
  margin-bottom: 30px !important;
}
.mb_sp_40 {
  margin-bottom: 40px !important;
}
.mb_sp_50 {
  margin-bottom: 50px !important;
}
.mb_sp_60 {
  margin-bottom: 60px !important;
}
.mb_sp_70 {
  margin-bottom: 70px !important;
}
.mb_sp_80 {
  margin-bottom: 80px !important;
}
.mb_sp_90 {
  margin-bottom: 90px !important;
}
.mb_sp_100 {
  margin-bottom: 100px !important;
}
.mb_sp_110 {
  margin-bottom: 110px !important;
}
.mb_sp_120 {
  margin-bottom: 120px !important;
}
.mb_sp_130 {
  margin-bottom: 130px !important;
}
.mb_sp_140 {
  margin-bottom: 140px !important;
}
.mb_sp_150 {
  margin-bottom: 150px !important;
}
.mb_sp_160 {
  margin-bottom: 160px !important;
}

@media screen and (min-width:  960px) {
  .mt_pc_0 {
    margin-top: 0 !important;
  }
  .mt_pc_10 {
    margin-top: 10px !important;
  }
  .mt_pc_20 {
    margin-top: 20px !important;
  }
  .mt_pc_30 {
    margin-top: 30px !important;
  }
  .mt_pc_40 {
    margin-top: 40px !important;
  }
  .mt_pc_50 {
    margin-top: 50px !important;
  }
  .mt_pc_60 {
    margin-top: 60px !important;
  }
  .mt_pc_70 {
    margin-top: 70px !important;
  }
  .mt_pc_80 {
    margin-top: 80px !important;
  }
  .mt_pc_90 {
    margin-top: 90px !important;
  }
  .mt_pc_100 {
    margin-top: 100px !important;
  }
  .mt_pc_110 {
    margin-top: 110px !important;
  }
  .mt_pc_120 {
    margin-top: 120px !important;
  }
  .mt_pc_130 {
    margin-top: 130px !important;
  }
  .mt_pc_140 {
    margin-top: 140px !important;
  }
  .mt_pc_150 {
    margin-top: 150px !important;
  }
  .mt_pc_160 {
    margin-top: 160px !important;
  }
  .mb_pc_0 {
    margin-bottom: 0 !important;
  }
  .mb_pc_10 {
    margin-bottom: 10px !important;
  }
  .mb_pc_20 {
    margin-bottom: 20px !important;
  }
  .mb_pc_30 {
    margin-bottom: 30px !important;
  }
  .mb_pc_40 {
    margin-bottom: 40px !important;
  }
  .mb_pc_50 {
    margin-bottom: 50px !important;
  }
  .mb_pc_60 {
    margin-bottom: 60px !important;
  }
  .mb_pc_70 {
    margin-bottom: 70px !important;
  }
  .mb_pc_80 {
    margin-bottom: 80px !important;
  }
  .mb_pc_90 {
    margin-bottom: 90px !important;
  }
  .mb_pc_100 {
    margin-bottom: 100px !important;
  }
  .mb_pc_110 {
    margin-bottom: 110px !important;
  }
  .mb_pc_120 {
    margin-bottom: 120px !important;
  }
  .mb_pc_130 {
    margin-bottom: 130px !important;
  }
  .mb_pc_140 {
    margin-bottom: 140px !important;
  }
  .mb_pc_150 {
    margin-bottom: 150px !important;
  }
  .mb_pc_160 {
    margin-bottom: 160px !important;
  }
}

/* = ▲マージン　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* = ▼パディング　楠本追記 2025.09.25＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media screen and (min-width:  960px) {
    .pt_pc_0{
        padding-top:0 !important;
    }
}

/* = ▲パディング　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* = ▼ジャーナル　楠本追記 2025.09.25＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.jnl-external c-arw{
    transform:rotate(-45deg);
}
.jnl-info{
    align-items: center !important;
}
@media screen and (max-width:  960px) {
    .denier-img{
        width:100% !important;
    }    
}
.df-img{
    margin:0 auto; 
}
.poly_mt_sp_zero{
    margin:0 !important
}
.journals-single__content .look .cat{
    writing-mode: horizontal-tb !important;
}
.bordernone{
    border:none !important;
}

/* = ▲ジャーナル　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* = ▼フォーム送信エラー　楠本追記 2025.08.21＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.contacterr-main{padding-bottom:min(min(var(--vw, 1vw),var(--svh, 1vh))*74/768*100,55.5px)}
.contacterr{display:grid;gap:min(min(var(--vw, 1vw),var(--svh, 1vh))*64/768*100,48px);padding:min(min(var(--vw, 1vw),var(--svh, 1vh))*120/768*100,90px) 0 min(min(var(--vw, 1vw),var(--svh, 1vh))*534/768*100,400.5px)}
.contacterr-button-wrap{min-inline-size:0;display:grid;grid-template-columns:1fr 1fr;gap:min(min(var(--vw, 1vw),var(--svh, 1vh))*8/768*100,6px);width:100%}
.contacterr-button{display:grid;min-inline-size:0;border:1px solid #e2231a;border-radius:min(min(var(--vw, 1vw),var(--svh, 1vh))*80/768*100,60px);overflow:hidden}
.contacterr-button .btn .bg{scale:1.05}
.contacterr-button .c-motion-txt{font-family:"Noto Sans JP",sans-serif;font-weight:400;font-size:clamp(1.1666666667rem,1.4rem + (min(var(--vw, 1vw),var(--svh, 1vh))*100 - 384px)*0.0364583333,2.1rem)}
.contacterr-button .c-link-btn{min-inline-size:0;width:100%}
.contacterr-button .c-link-btn .btn{min-width:auto}
@media screen and (min-width: 960px){:root{--radius: 8px}
    .contacterr-main{padding-bottom:min(var(--vw, 1vw)*50/1280*100,62.5px)}
    .contacterr{gap:min(var(--vw, 1vw)*80/1280*100,100px);padding:min(var(--vw, 1vw)*120/1280*100,150px) 0 min(var(--vw, 1vw)*508/1280*100,635px)}
    .contacterr-lead .txt-jp-14{text-align:center;line-height:2.3}
    .contacterr-button-wrap{width:-moz-fit-content;width:fit-content;gap:min(var(--vw, 1vw)*40/1280*100,50px);margin:auto}
    .contacterr-button{border-radius:min(var(--vw, 1vw)*78/1280*100,97.5px)}
    .contacterr-button .btn{padding:min(var(--vw, 1vw)*28/1280*100,35px) min(var(--vw, 1vw)*28/1280*100,35px)}
    .contacterr-button .c-motion-txt{font-size:min(2rem + 2.5*(var(--vw, 1vw)*100 - 1280px)/320,2.25rem)}
    .contacterr-button .c-link-btn{max-width:100%;width:min(var(--vw, 1vw)*412/1280*100,515px)}
}

/* = ▲フォーム送信エラー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* = ▼reCAPTCHAバッジ　楠本追記 2025.09.26＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.grecaptcha-badge {
    transform: scale(0.9);
    transform-origin: bottom right;
    z-index: 9999 !important;
}
/* = ▲reCAPTCHAバッジ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
