.contact-form {
  margin-top: 32px;
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .contact-form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.contact-form dt {
  font-size: 1.4rem;
  padding: 20px 5px 4px;
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  line-height: 1.687;
}
@media (min-width: 768px) {
  .contact-form dt {
    font-size: 1.6rem;
    width: 320px;
    padding: 30px 30px 30px 10px;
  }
}
@media (min-width: 768px) {
  .contact-form__address {
    width: 260px !important;
  }
}
.contact-form dd {
  padding: 10px 5px 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .contact-form dd {
    width: 680px;
    border-top: solid 1px #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .contact-form__address + dd {
    width: 740px !important;
  }
}
.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  font-size: 1.6rem;
  line-height: 1.53;
  background: #f2f2f2;
  width: 100%;
  border: none;
  padding: 18px 10px;
  box-sizing: border-box;
}
@media (max-width: 767.9px) {
  .contact-form input[type=text],
  .contact-form input[type=number],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}
.contact-form input[type=text].name {
  width: 254px;
}
.contact-form input[type=text].name:first-child {
  margin-right: 20px;
}
@media (max-width: 767.9px) {
  .contact-form input[type=text].name {
    width: 130px;
  }
}
.contact-form input[type=text].postcode1 {
  width: 100px;
  margin-left: 20px;
}
@media (max-width: 767.9px) {
  .contact-form input[type=text].postcode1 {
    width: 85px;
    margin-left: 12px;
  }
}
.contact-form input[type=text].postcode2 {
  width: 150px;
}
@media (max-width: 767.9px) {
  .contact-form input[type=text].postcode2 {
    width: 115px;
  }
}
@media (min-width: 768px) {
  .contact-form input[type=text].number {
    width: 222px;
  }
}
@media (min-width: 768px) {
  .contact-form input[type=text].relationship {
    width: 531px;
  }
}
.contact-form input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 767.9px) {
  .contact-form input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.contact-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
@media (max-width: 767.9px) {
  .contact-form input[type=checkbox] {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: -24px;
  }
}
@media (max-width: 767.9px) {
  .contact-form label {
    margin-bottom: 15px;
    display: block;
    position: relative;
  }
}
.contact-form::-moz-placeholder {
  color: #999;
}
.contact-form::placeholder {
  color: #999;
}
.contact-form__btns {
  display: flex;
}
@media (min-width: 768px) {
  .contact-form__btns {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767.9px) {
  .contact-form__btns {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form-address {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .form-address {
    margin-left: 15px;
    border-top: solid 1px #ddd;
  }
}
@media (min-width: 768px) {
  .form-address dt {
    width: 270px;
    padding: 30px 10px 30px 70px;
  }
}
@media (max-width: 767.9px) {
  .form-address dt {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .form-address dt:first-child {
    padding-top: 20px;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .form-address dt:last-of-type {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .form-address dd {
    width: 470px;
  }
}
@media (max-width: 767.9px) {
  .form-address dd {
    border-top: none;
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .form-address dd:first-of-type {
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 768px) {
  .form-address dd:last-of-type {
    padding-bottom: 0;
  }
}

.select {
  position: relative;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .select {
    width: 308px;
    box-sizing: border-box;
  }
}
.select::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 11px;
  height: 16px;
  display: block;
  background-image: url(/houjin/assets/images/common/btn_icn_anchor.png);
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}
.select select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 1.53;
  padding: 18px 10px;
  color: #222;
}
@media (max-width: 767.9px) {
  .select select {
    font-size: 1.4rem;
  }
}

.required {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #cd3b3b;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 10px;
}
@media (max-width: 767.9px) {
  .required {
    font-size: 1rem;
    padding: 1px 3px;
    border-radius: 2px;
    margin-right: 7px;
  }
}

.radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio > div {
  margin-right: 30px;
}

.privacy {
  background: #f7f7f7;
  margin: 40px auto;
  border-radius: 5px;
}
@media (max-width: 767.9px) {
  .privacy {
    margin-top: 50px;
  }
}
.privacy__title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #ebebeb;
  padding: 15px 18px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 767.9px) {
  .privacy__title {
    font-size: 1.4rem;
    padding: 15px 12px;
  }
}
.privacy__txt {
  padding: 30px 27px 40px;
}
@media (max-width: 767.9px) {
  .privacy__txt {
    padding: 20px;
    line-height: 1.923;
  }
}

.list2__item:before {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: #222;
  top: 1.3em;
}

.center {
  text-align: center;
}

.btn-submit {
  color: #222;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #003b88;
  display: block;
  line-height: 112px;
  width: 460px;
  margin: 40px auto;
  border: 0;
}
@media (max-width: 767.9px) {
  .btn-submit {
    width: 290px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .btn-submit:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
.btn-submit--back {
  background: #fff url("../images/common/i_arrow-back.png") left 10px center no-repeat;
  background-size: 22px 7px;
}

.graduate-year {
  width: 256px;
  margin-left: 20px;
}
@media (max-width: 767.9px) {
  .graduate-year {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.graduate-year input[type=text] {
  width: 160px;
  margin: 0 10px;
}

@media (max-width: 767.9px) {
  .date_y {
    display: inline-block;
  }
}
.date_y input[type=text] {
  width: 160px;
  margin: 0 10px;
}
@media (max-width: 767.9px) {
  .date_y input[type=text] {
    width: 70px;
  }
}

.date_m, .date_d {
  margin-left: 10px;
}
@media (max-width: 767.9px) {
  .date_m, .date_d {
    margin-left: 0px;
    display: inline-block;
  }
}
.date_m input[type=text], .date_d input[type=text] {
  width: 100px;
  margin: 0 10px;
}
@media (max-width: 767.9px) {
  .date_m input[type=text], .date_d input[type=text] {
    width: 40px;
  }
}/*# sourceMappingURL=contact_bokin.css.map */