.main {
  background-image: url(../img/contact/form_bg.jpg);
  background-position: top left;
  background-repeat: repeat-x, repeat-y;
  background-size: cover;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .contact {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    width: 93.33vw;
  }
}
.contact__head {
  color: #fff;
  background-image: url(../img/contact/form_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .contact__head {
    width: 98.2vw;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .contact__head {
    height: 150px;
  }
}
.contact__title .ja {
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .contact__title .ja {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .contact__title .ja {
    font-size: 21px;
    line-height: 30px;
  }
}
.contact__title .en {
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .contact__title .en {
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .contact__title .en {
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .contact__body {
    max-width: 1020px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contact__body {
    width: 88vw;
  }
}
.contact__subtitle {
  color: #1268cf;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .contact__subtitle {
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .contact__subtitle {
    line-height: 30px;
  }
}
.contact__p, .contact__note {
  line-height: 42px;
}
@media (max-width: 767px) {
  .contact__p, .contact__note {
    width: 80vw;
  }
}
.contact__note {
  color: #e96543;
}
.contact__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .contact__table {
    display: table;
    border-top: 1px solid #1268cf;
  }
}
@media (max-width: 767px) {
  .contact__table {
    display: block;
  }
}
@media (max-width: 767px) {
  .contact__table tbody {
    display: block;
    width: 100%;
  }
}
.contact__tr {
  width: 100%;
  border-bottom: 1px solid #1268cf;
}
@media (min-width: 768px) {
  .contact__tr {
    display: table;
  }
}
@media (max-width: 767px) {
  .contact__tr {
    display: block;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .confirm .contact__tr {
    padding: 15px 10px;
  }
}
.contact__th, .contact__td {
  line-height: 28px;
}
@media (min-width: 768px) {
  .contact__th, .contact__td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .contact__th, .contact__td {
    display: block;
  }
}
.contact__th {
  text-align: left;
}
@media (min-width: 768px) {
  .contact__th {
    background-color: #fff;
    width: 230px;
    padding: 22px 15px;
  }
}
.contact__th .required {
  position: relative;
  display: inline-block;
  line-height: 28px;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 14px;
  background-color: #1268cf;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  padding: 1px 10px;
}
@media (min-width: 768px) {
  .contact__th .none {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .contact__td {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .contact__td {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .confirm .contact__td {
    padding: 22px 25px;
  }
}
.contact__td dl dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  .contact__td dl dt {
    width: 145px;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .confirm .contact__td dl dt {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .contact__td dl dd {
    flex: 1;
  }
}
.contact__ul {
  list-style: none;
  padding: 10px;
}
.confirm .contact__ul {
  padding: 0;
}
.contact__li {
  font-weight: bold;
}
.contact__li + .contact__li {
  margin-left: 30px;
}
.confirm .contact__li {
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.confirm .contact__li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #1268cf;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.form__input {
  display: block;
  background-color: #fff;
  border: solid 1px #c4c4c4;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  height: 45px;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .form__input {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}
.form__textarea {
  background-color: #fff;
  border: solid 1px #c4c4c4;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
}
@media (min-width: 768px) {
  .form__textarea {
    width: 540px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    width: 100%;
    height: 150px;
  }
}
.form__btn {
  width: 245px;
  height: 45px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
}
.form__confirm {
  background-color: #3795eb;
  color: #fff;
}
.form__send {
  background-color: #ff4458;
  color: #fff;
}
.form__top {
  border: 1px solid #1268cf;
  background-color: #fff;
  color: #373737;
}
.form__error {
  display: block;
  font-size: 12px;
  color: #ff4458;
}

.radiobox {
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative;
}
.radiobox__radio {
  letter-spacing: 4px;
  position: absolute;
  left: -100px;
}
.radiobox__radio:checked + .radiobox__select::after {
  opacity: 1;
}
.radiobox__radio[data-error=true] + .radiobox__select {
  border: solid 2px #1268cf;
}
.radiobox__select {
  background-color: #fff;
  align-items: center;
  border: solid 1px #ccc;
  border-radius: 50%;
  display: flex;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 16px;
}
.radiobox__select::after {
  background-color: #1268cf;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  width: 10px;
}/*# sourceMappingURL=contact.css.map */