#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  position: relative;
}
#intro section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#intro section h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #intro section h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #intro section h2 {
    font-size: 30px;
  }
}
#intro section h2 .opensans {
  font-size: 115%;
  font-weight: 700;
}
#intro section p > span {
  font-size: 60px;
}
@media (max-width: 480px) {
  #intro section p > span {
    font-size: 50px;
  }
}
#intro section p small {
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #intro section p small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #intro section p small {
    font-size: 14px;
  }
}

.webp #intro {
  background: url(../../image/contact1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../../image/contact1s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #intro {
    background: url(../../image/contact1ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../../image/contact1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/contact1s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #intro {
    background: url(../../image/contact1ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#form_section {
  padding: 70px 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #form_section {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  #form_section {
    padding: 30px 20px;
  }
}
#form_section p {
  text-align: center;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #form_section p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #form_section p {
    font-size: 16px;
    text-align: justify;
  }
  #form_section p br {
    display: none;
  }
}
#form_section a {
  border-bottom: 1px dotted #0062C8;
}
#form_section .telephone {
  background: #0062C8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 5rem;
  border-radius: 10px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #form_section .telephone {
    margin: 2rem auto 3rem;
  }
}
@media (max-width: 480px) {
  #form_section .telephone {
    margin: 1rem auto 2rem;
    padding: 1rem;
    width: 100%;
  }
}
#form_section .telephone span:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #form_section .telephone span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #form_section .telephone span:nth-of-type(1) {
    font-size: 18px;
  }
}
#form_section .telephone span:nth-of-type(2) {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #form_section .telephone span:nth-of-type(2) {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #form_section .telephone span:nth-of-type(2) {
    font-size: 28px;
  }
}
#form_section .telephone span:nth-of-type(2) i {
  margin-right: 0.5rem;
}
#form_section h3 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #form_section h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #form_section h3 {
    font-size: 24px;
  }
}
#form_section h3 + p {
  line-height: 1.5;
}
@media (max-width: 480px) {
  #form_section h3 + p {
    text-align: justify;
  }
  #form_section h3 + pbr {
    display: none;
  }
}
#form_section table {
  width: 100%;
  font-size: 20px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #form_section table {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #form_section table {
    font-size: 16px;
  }
}
#form_section th {
  white-space: nowrap;
  width: 35%;
  padding: 2rem 0.5rem;
  border-top: 1px solid #0062C8;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #form_section th {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 480px) {
  #form_section th {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
  }
}
#form_section td {
  width: 65%;
  padding: 2rem 0.5rem;
  border-top: 1px solid #0062C8;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #form_section td {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 480px) {
  #form_section td {
    display: block;
    width: 100%;
    border: none;
    padding: 0 0.5rem 1rem;
  }
}
#form_section tr:nth-last-of-type(1) th {
  border-bottom: 1px solid #0062C8;
}
@media (max-width: 480px) {
  #form_section tr:nth-last-of-type(1) th {
    border: none;
    border-top: 1px solid #0062C8;
  }
}
#form_section tr:nth-last-of-type(1) td {
  border-bottom: 1px solid #0062C8;
}
#form_section textarea {
  border: 1px solid #0062C8;
  border-radius: 5px;
  width: 100%;
  height: 7rem;
  font-weight: 500;
  padding: 0.5rem;
}
#form_section input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}
#form_section input[type=radio]::before,
#form_section input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#form_section input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #0062C8;
  height: 20px;
  width: 20px;
  left: 0px;
}
#form_section input[type=radio]::after {
  background-color: #0062C8;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 4px;
}
#form_section input[type=radio]:checked::after {
  opacity: 1;
}
#form_section label {
  margin-right: 1rem;
}
#form_section input[type=text] {
  border: 1px solid #0062C8;
  width: 100%;
  padding: 0.5rem;
  font-weight: 500;
}
#form_section input[type=submit],
#form_section input[type=reset] {
  background: #0062C8;
  color: #fff;
  padding: 0.5rem 1rem;
  width: 7rem;
  border-radius: 7px;
  text-align: center;
}
#form_section input[type=submit]:hover,
#form_section input[type=reset]:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  #form_section input[type=submit],
#form_section input[type=reset] {
    width: 6rem;
  }
}
#form_section p {
  text-align: center;
}

.thanks2 {
  padding: 200px 20px 100px;
}
@media (max-width: 768px) {
  .thanks2 {
    padding: 150px 20px 50px;
  }
}
@media (max-width: 480px) {
  .thanks2 {
    padding: 130px 20px 30px;
  }
}
.thanks2 p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .thanks2 p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .thanks2 p {
    font-size: 16px;
    text-align: justify;
  }
  .thanks2 p br {
    display: none;
  }
}
/*# sourceMappingURL=contact.css.map */