@charset "UTF-8";
.contact-section {
  width: 90%;
  margin: 80px auto 0 auto;
  max-width: 500px;
  color: #333;
}
.contact-section .top-text {
  font-size: 16px;
  line-height: 25px;
}
.contact-section .top-text span {
  color: #065EB0;
}
.contact-section .form-section {
  margin-top: 40px;
}
.contact-section .form-section .container {
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}
.contact-section .form-section .container .form-title {
  font-size: 18px;
  line-height: 25px;
  color: #065EB0;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-section .form-section .container .content input,
.contact-section .form-section .container .content textarea {
  display: block;
  box-sizing: border-box;
  padding: 13px 20px;
  background: #F5F5F5;
  border: none;
  width: 100%;
}
.contact-section .form-section .container .content input::-moz-placeholder, .contact-section .form-section .container .content textarea::-moz-placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .form-section .container .content input::placeholder,
.contact-section .form-section .container .content textarea::placeholder {
  font-size: 17px;
  line-height: 25px;
  color: #A4A3A4;
}
.contact-section .form-section .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #065EB0 25%, #D8DAE7 25%);
  height: 1px;
  width: 100%;
}
.contact-section .form-section .container:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #065EB0 25%, #D8DAE7 25%);
  height: 1px;
  width: 100%;
}
.contact-section .form-section .check {
  margin-top: 30px;
}
.contact-section .form-section .check a {
  color: #065EB0;
}
.contact-section .form-section .check label {
  display: block;
  margin-bottom: 10px;
}
.contact-section .form-section .check label span {
  font-size: 16px;
  line-height: 25px;
}
.contact-section .form-section .check .small {
  font-size: 14px;
  line-height: 25px;
  padding-left: 15px;
  position: relative;
  display: block;
}
.contact-section .form-section .check .small::before {
  content: "※";
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-section .form-section .btn {
  border: none;
}
.contact-section .form-section .btn::after {
  background: #065EB0;
}
.contact-section .form-section .btn:hover::after {
  background: #fff;
}

@media (min-width: 768px) {
  .contact-section {
    margin-top: 160px;
    max-width: 1000px;
  }
  .contact-section .top-text {
    max-width: 740px;
    width: 75%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
  }
  .contact-section .form-section {
    margin-top: 60px;
  }
  .contact-section .form-section .container {
    padding: 30px 40px 30px 20px;
    display: flex;
    justify-content: space-between;
  }
  .contact-section .form-section .container .form-title {
    width: 30%;
    margin-bottom: 0;
    line-height: 42px;
    min-width: 230px;
  }
  .contact-section .form-section .container .content {
    width: 70%;
  }
  .contact-section .form-section .check {
    width: 75%;
    margin: 40px auto 0 auto;
  }
  .contact-section .form-section .btn {
    margin-top: 60px;
    width: 268px;
    padding: 15px 0;
  }
}
.footer-section {
  margin-top: 80px;
}

@media (min-width: 768px) {
  .footer-section {
    margin-top: 160px;
  }
}
.contact-thanks-section {
  width: 90%;
  margin: 80px auto 0 auto;
  max-width: 400px;
}
.contact-thanks-section h2 {
  font-size: 18px;
  line-height: 25px;
  color: #065EB0;
  text-align: center;
  padding: 30px 0;
  display: block;
  border-radius: 5px;
  background: #ECF5FC;
  margin-bottom: 40px;
}
.contact-thanks-section p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
.contact-thanks-section .btn {
  margin-top: 60px;
}
.contact-thanks-section .btn::after {
  background: #065EB0;
}
.contact-thanks-section .btn:hover::after {
  background: #fff;
}

@media (min-width: 768px) {
  .contact-thanks-section {
    margin-top: 160px;
    max-width: 700px;
    text-align: center;
  }
  .contact-thanks-section h2 {
    max-width: 640px;
    margin: 0 auto 60px auto;
    font-size: 20px;
  }
  .contact-thanks-section p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}/*# sourceMappingURL=contact.css.map */