/*Contact-Usページ*/
.subpage-main-top-img.contact-us {
  display: flex;
  align-items: center;
}

.contact-us-title {
  margin-top: 70px;
  margin-bottom: 95px;
}

.contact-us-title.-mb0 {
  margin-bottom: 0;
}

.contact-us-title h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 55px;
}

.contact-us-title p {
  color: #585858;
  font-weight: 400;
  margin-top: 35px;
}

.contact-us-title .form-pre-p {
  text-align: center;
}

@media(max-width:980px) {
  .contact-us-title h3 {
    margin-top: 40px;
  }
}

.title-color-black {
  color: #000;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media(max-width:500px) {
  .title-color-black {
    font-size: 1.8rem;
  }
}

.contact-us-content {
  margin-bottom: 95px;
  font-weight: 400;
}

.contact-us-content a {
  color: #0060BE;
  text-decoration: underline;
}
