@charset "UTF-8";
/* CSS Document */
.section-top {
  width: 100%;
  height: 185px;
  background-image: url("../img/contact/top_background_blue.png");
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 40px;
}
.section-top__title {
  width: 100%;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 75px;
}
.section-top__title h2 {
  font-size: 3rem;
}
@media (min-width: 1040px) {
  .section-top {
    height: 300px;
  }
  .section-top__title{
    height: 300px;
    padding-top: 130px;
  }
  .section-top__title h2 {
    font-size: 4rem;
  }
}

.main-section {
  padding: 0 24px 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.section-mail, .section-form {
  margin-bottom: 80px;
}
.section-mail h2, .section-form h2 {
  display: block;
  font-size: 2rem;
  border-bottom: solid 2px #855850;
  margin-bottom: 10px;
}
.section-mail__text, .section-form__text {
  text-align: left;
}
.section-mail__text p, .section-form__text p {
  margin-bottom: 30px;
}
.section-mail span::after {
  content: "：";
}
.section-mail__text h3 a, .section-form__text h3 a {
  color: #855850;
}
@media (min-width: 1040px) {
  .section-mail, .section-form {
    margin-bottom: 100px;
  }
  .section-mail h2, .section-form h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}