.sectionHeader {
  padding: 0;
}

.sectionHeader__ttl .icon {
  stroke-width: 1;
}

@media all and (width >= 1280px) {
  .sectionHeader__ttl {
    font-size: 2.2rem;
  }

  .sectionHeader__ttl .icon:first-child {
    margin-right: 10px;
  }
}
/* --------------------------------------------------------- */
/* tel-section */
.tel-section .info__tel {
  font-weight: 500;
  color: inherit;
}

@media all and (width >= 1280px) {
  .tel-section .info__tel {
    font-size: 4rem;
  }

  .tel-section .info__txt {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------------- */
/* mail-section */
.mail-section {
  padding-top: 30px;
  border-top: 1px solid #c9ccd3;
}

@media all and (width >= 768px) {
  .mail-section {
    padding-top: 40px;
  }
}
@media all and (width >= 1280px) {
  .mail-section {
    padding-top: 60px;
  }
}