/* =========================================
   お問い合わせセクション（電話＋フォーム）
   ========================================= */

.ase-contact-wrap {
  background: #ffffff;
  text-align: center;
  padding: 3em 1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* 各ボックス共通 */
.ase-contact-box {
  background: #ffffff;
  margin-top: 2em;
}

.ase-contact-box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

.ase-contact-box hr {
  border: 0;
  border-top: 4px solid #007acc;
  width: 80px;
  margin: 0.6em auto 1.2em;
}

/* 電話番号 */
.ase-contact-box .tel-number {
  display: inline-block;
  font-size: 3rem;
  font-weight: 800;
  color: #007acc;
  text-decoration: none;
  line-height: 1;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .ase-contact-box h2 {
    font-size: 1.8rem;
  }

  .ase-contact-box .tel-number {
    font-size: 2.2rem;
  }
}