/* ===== page-mamazroom-contact ===== */

.contact-page{
  background: #f3f6f9;
}

/* 上部 */
.contact-hero{
  padding: clamp(28px, 4vw, 56px) 16px 18px;
}

.contact-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.contact-title{
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  margin: 0 0 14px;
}

.contact-lead{
  margin: 0;
  line-height: 2.0;
  color: #222;
  font-size: clamp(14px, 1.4vw, 16px);
}

/* 本文セクション */
.contact-section{
  padding: 8px 16px clamp(36px, 5vw, 72px);
}

/* 見出し＋横線 */
.contact-h2{
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  margin: 26px 0 8px;
}

.contact-mt-lg{
  margin-top: 46px;
}

.contact-rule{
  border: none;
  border-top: 2px solid rgba(0,0,0,.45);
  margin: 0 0 14px;
}

/* リスト（点付き） */
.contact-list{
  margin: 0 0 10px;
  padding-left: 22px;
  line-height: 2.0;
}

.contact-list li{
  margin: 4px 0;
}

/* STEP */
.contact-steps{
  display: grid;
  gap: 18px;
  margin-top: 6px;
}

.contact-step__head{
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}

.contact-step__label{
  font-weight: 800;
  letter-spacing: .12em;
}

.contact-step__title{
  font-weight: 800;
}

.contact-step__text{
  margin: 0;
  line-height: 2.0;
}

/* 破線 */
.contact-divider{
  margin: 34px 0;
  border-top: 2px dashed rgba(0,0,0,.25);
}

/* Q&A */
.contact-qa{
  margin: 0;
}

.contact-qa__item{
  margin: 0 0 18px;
}

.contact-qa dt{
  font-weight: 800;
  margin: 0 0 6px;
}

.contact-qa dd{
  margin: 0;
  line-height: 2.0;
}

/* お問い合わせ方法 */
.contact-methods{
  margin-top: 8px;
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.contact-method{
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-method__link{
  color: #1b63b8;
  text-decoration: underline;
  font-size: 18px;
}

/* 画像アイコン用 */
.contact-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;   /* アイコンの枠サイズ */
  height: 60px;
  margin-right: 5px;
  border-radius: 50%;
}

.contact-icon img{
  width: 46px;   /* 実際のアイコンサイズ */
  height: 46px;
  display: block;
}


.contact-icon--mail::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 15px;
  height: 0;
  border-top: 3px solid rgba(255,255,255,.95);
  transform: skewY(-18deg);
}

/* フォームボタン */
.contact-formbtn-wrap{
  margin-top: 18px;
}

.contact-formbtn{
  display: inline-block;
  background: #3d7c83;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 14px 18px;
  border-radius: 6px;
  min-width: 220px;
}

.contact-formbtn:hover{
  filter: brightness(0.95);
}

/* スマホで余白微調整 */
@media (max-width: 480px){
  .contact-method__link{
    font-size: 16px;
    word-break: break-all;
  }
  .contact-formbtn{
    width: 100%;
    text-align: center;
  }
}
