@charset "UTF-8";
#contact {
  padding: 80px 0 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#253245), to(#77889F));
  background: -webkit-linear-gradient(#253245, #77889F);
  background: linear-gradient(#253245, #77889F);
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #contact {
    max-width: 600px;
  }
}
#contact .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#contact .title p:first-of-type {
  border-bottom: 1px solid #272A2C;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
}
#contact .title p:last-of-type {
  font-size: 18px;
  padding-top: 18px;
}
#contact .contact_form {
  margin: 0 auto;
  padding: 40px 0;
}
#contact .contact_form tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-bottom: 16px;
}
#contact .contact_form tr:last-of-type {
  padding-bottom: unset;
}
#contact .contact_form tr ._title_form {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 48px;
  max-width: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_form tr ._title_form::before {
  content: "必須";
  position: absolute;
  color: white;
  font-size: 10px;
  font-weight: 400;
  background: #DA3333;
  width: 40px;
  height: 21px;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_form tr ._title_form2 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 48px;
  max-width: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_form tr ._title_form2::before {
  content: "任意";
  position: absolute;
  color: white;
  font-size: 10px;
  font-weight: 400;
  background: #272A2C;
  width: 40px;
  height: 21px;
  border-radius: 2px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact_form tr td {
  margin: 0 auto;
}
#contact .contact_form tr td input {
  border: 1px solid #272A2C;
  max-width: 335px;
  height: 48px;
  color: #272A2C;
  padding: 10px;
}
@media screen and (max-width: 350px) {
  #contact .contact_form tr td input {
    max-width: 300px;
  }
}
#contact .contact_form tr td textarea {
  border: 1px solid #272A2C;
  max-width: 335px;
  height: 144px;
  color: #272A2C;
  padding: 10px;
}
@media screen and (max-width: 350px) {
  #contact .contact_form tr td textarea {
    max-width: 300px;
  }
}
#contact .this_button {
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #272A2C;
  margin: 0 auto;
  cursor: pointer;
}
#contact .this_button .confirm_btn {
  border: 1px solid white;
  background: #272A2C;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 172px;
  height: 40px;
  cursor: pointer;
}
#contact .this_button.margin_button {
  margin-top: 5px;
}

.err.no,
.err2.no,
.err3.no,
.err2.no,
.err4.no,
.err5.no {
  color: #DA3333;
}

.this_button2 {
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #272A2C;
  margin: 0 auto;
  cursor: pointer;
}
.this_button2 .confirm_btn2 {
  border: 1px solid white;
  background: #272A2C;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 172px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.modal-contact-over th {
  color: #272A2C;
}
.modal-contact-over td {
  color: #272A2C;
}
.modal-contact-over input {
  color: #272A2C;
}
.modal-contact-over textarea {
  color: #272A2C;
}

.content6__text {
  max-width: 352px;
  margin: 0 auto;
  padding: 0px 0px;
  text-align: left;
}
@media screen and (max-width: 360px) {
  .content6__text {
    padding: 0px 15px;
  }
}/*# sourceMappingURL=contact.css.map */