.kaicontact .arcusformmidashi{
  color: #100604 !important;  
}

.kaicontact .arcusnoform01 dl{
  border-bottom: 1px solid #100604;  
}

.kaicontact .arcusformnobtn01 button {
  background: #100604;
}

/* === コンテナ全体 === */
.contact-section {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #333; /* 上部にアクセントラインを追加し引き締める */
  padding: 40px;
  margin: 0 auto 60px;
  max-width: 900px;
  box-sizing: border-box;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03); /* 非常に薄い影で浮遊感を出す */
}

/* タイトル */
.contact-section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 40px;
  letter-spacing: 0.1em;
}

/* レイアウト（PCは横並び） */
.contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px; /* カード間の隙間 */
}

/* 各項目のカード */
.contact-card {
  flex: 1; /* 幅を均等に */
  display: flex;
  flex-direction: column;
}

/* 項目タイトル */
.contact-card-title {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #333; /* 左にアクセント線 */
  padding-left: 12px;
  margin: 0 0 15px;
  letter-spacing: normal;
  line-height: 1;
}

/* 説明文 */
.contact-card-desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px;
  color: #555;
  flex-grow: 1; /* 高さを揃えるための調整 */
}

/* メール側の装飾（下矢印） */
.contact-arrow-down {
  text-align: center;
  color: #ccc;
  font-size: 12px;
  margin-top: auto; /* 下に押し下げる */
}

/* === リデザインされたLINEボタン === */
.btn-line {
  display: block;
  background-color: #06C755;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(6, 199, 85, 0.2);
  margin-top: auto; /* 下揃え */
}

.btn-line:hover {
  background-color: #05b34c;
  transform: translateY(-2px); /* ホバー時に少し浮く */
  box-shadow: 0 6px 12px rgba(6, 199, 85, 0.3);
}

.btn-line-text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.btn-line-url {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
}

/* === レスポンシブ対応 === */

/* 1024px以下（タブレット・狭いPC） */
@media screen and (max-width: 1024px) {
  .contact-section {
    padding: 30px;
    width: 90%;
  }
  .contact-grid {
    gap: 30px;
  }
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  .contact-section {
    width: 100%;
    padding: 30px 20px;
    border-top-width: 2px;
  }

  .contact-grid {
    display: block; /* 縦並びに戻す */
  }

  .contact-card {
    margin-bottom: 40px; /* 上下の間隔 */
  }
  .contact-card:last-child {
    margin-bottom: 0;
  }

  .contact-card-desc br {
    display: none; /* スマホでは改行を消して詰める */
  }
  
  .contact-arrow-down {
    display: none; /* スマホでは矢印不要（すぐ下にフォームがない場合もあるため） */
  }
}

.arcusformheader.mb-50{
  margin-bottom: 50px;
}

#contact-form .checklist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  
}

#contact-form .checklist li{
   width: 48%;
  margin: 0 1%;
}

#contact-form .checklist02 li{
   width: 31%;
}

/* 2026/01/20 */

.kaicontact .btn-box button.arcussoushin, .kaicontact .btn-box button.arcusmodoru {
    background-color: #100604 !important;
}

.kaicontact .arcuscomplete{
    color: #100604 !important;
}

.kaicontact .b-link div a{
      background-color: #100604 !important;
}

.form-memo.fz-12{
  font-size: 12px;
}
