@charset "utf-8";

.page-comment {
  font-size: 20px;
}
.strong {
  color: #f06464;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
/*================================================
    ↓↓↓　contact-tel fax　↓↓↓
=================================================*/
.contact-method {
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 0 20px;
  margin: 70px auto;
}
.method-inner {
  width: 100%;
  background-color: #e9e4f8;
  padding: 20px;
  text-align: center;
}
.method-heading {
  font-size: 1.6rem;
  letter-spacing: 0;
}
strong {
  font-size: 2rem;
}
.method-text {
  margin-top: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact-method {
    flex-direction: column;
  }
  .method-heading {
    font-size: 1.5rem;
  }
  strong {
    font-size: 1.8rem;
  }
}

/*================================================
    ↓↓↓　contact-form　↓↓↓
=================================================*/
.contact-wrapper {
  max-width: 940px;
  padding: 70px 20px;
  margin: 0 auto;
}
.section-heading {
  font-size: 2.25rem;
  text-align: center;
  position: relative;
}
.section-heading::after {
  position: absolute;
  content: url(../images/all-page/section-heading.png);
  top: 0;
  left: 72%;
  z-index: -100;
  transform: translateX(-50%);
}
.form {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 90px;
  margin: 100px 0;
}
input {
  appearance: revert;
}
.contact-wrapper form span {
  font-size: 12px;
  color: red;
}
.contact-wrapper form .span-black {
  color: #333;
}
form p {
  line-height: 35px;
  margin-bottom: 40px;
}
.form-text {
  margin-bottom: 0;
}
.address-bottom {
  margin-bottom: 20px;
}
form p:last-of-type {
  margin-bottom: 60px;
}
input[type="text"],
input[type="email"] {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
}
input[type="tel"] {
  max-width: 300px;
  width: 100%;
  height: 40px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
}
textarea {
  max-width: 600px;
  width: 100%;
  height: 255px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
}
.textarea-bottom {
  margin-bottom: 10px;
}
.favor {
  font-size: 14px;
}
.link-policy {
  font-size: 0.95rem;
  color: blue;
  border-bottom: 1px dashed blue;
}
.submit-btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  display: block;
  background: linear-gradient(125deg, #fdcb04 0%, #fde998 100%);
  border-radius: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding-top: 0;
  }

  .section-heading {
    nav-down: sousinnbotannwo;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .section-heading::after {
    top: 10px;
    left: 60%;
  }
  .form {
    padding: 50px 30px;
    margin: 50px 0;
  }
  .contact-wrapper form span {
    font-size: 11px;
  }
  form p {
    line-height: 25px;
    margin-bottom: 20px;
  }
  form p:last-of-type {
    margin-bottom: 50px;
  }
  .submit-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
}
