
.contact_description {
  width: 78vw;
  text-align: center;
  margin: 80px auto 0;
  font-size: 16px;
  line-height: 200%;
}

.contact_description a {
  color: #0075c7;
  text-decoration: underline;
}

.feature-contact {
  width: 1000px;
  margin: 0 auto;
}

.feature-contact__item {
  display: grid;
  grid-template-columns: 260px 450px;
  justify-content: center;
  gap: 80px;
  border-bottom: 1px solid #ccc;
  padding: 80px 0;
}

.feature-contact__item:last-child {
  border-bottom: none;
}

.contact-title {
  display: inline-flex;
  width: 260px;
  height: 64px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #0075c7;
  font-size: 20px;
  border: 1px solid #0075c7;
  border-radius: 8px;
  padding: 16px 20px;
}

.contact-item h2 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.6px;
}

.contact-phone {
  margin: 16px 0;
}

.contact-phone a {
  font-size: 48px;
  font-weight: 600;
  color: #0075c7;
  margin-left: 16px;
}

.contact-hours {
  font-size: 14px;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 767px) {
  .contact_description {
    margin: 56px 24px 60px;
    text-align: left;
  }
  .page-title {
    height: 224px;
  }
  .page-title-ja {
    height: auto;
  }
  .feature-contact {
    width: 100%;
    margin: 0 auto;
  }
  .feature-contact__item {
    display: block;
    width: 100%;
    padding: 40px 24px;
  }
  .contact-title {
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin-bottom: 24px;
  }

  .contact-phone a {
    font-size: 32px;
  }
}