/* staff.scss
--------------------------------------------------------------------------------------- */
/* content_contact
---------------------------------------------------------------------------------------- */
.content_contact .content_text {
  line-height: 2;
}

.content_contact .tel_number,
.content_contact .fax_number {
  color: #1d2088;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .content_contact .tel_number,
  .content_contact .fax_number {
    font-size: 1.6rem;
  }
}

.content_contact .tel_number a,
.content_contact .fax_number a {
  color: #1d2088;
}

.content_contact .fax_number {
  margin-top: 1rem;
}

.content_contact .contact_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .content_contact .contact_title {
    font-size: 1.2rem;
  }
}

/* content_form
---------------------------------------------------------------------------------------- */
.content_form .form_list {
  background: #fff;
  border: 5px solid #eee;
  margin: 50px auto 0;
  padding: 2rem 4rem;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .content_form .form_list {
    padding: 2rem 1.5rem;
  }
}

.content_form .form_list .form_item {
  border-bottom: 1px solid #ddd;
}

.content_form .form_list .form_item:last-child {
  border: none;
}

.content_form .form_list .form_item:last-child .form_title::before {
  display: none;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_item:last-child .form_title::before {
    display: block;
  }
}

.content_form .form_list .form_inner {
  display: table;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_inner {
    display: block;
  }
}

.content_form .form_list .form_title,
.content_form .form_list .form_input {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_title,
  .content_form .form_list .form_input {
    display: block;
  }
}

.content_form .form_list .form_title {
  color: #1d2088;
  font-weight: bold;
  position: relative;
  width: 25%;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_title {
    width: 100%;
  }
}

.content_form .form_list .form_title label {
  display: block;
  padding: 28px 0;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_title label {
    padding: 1.5rem 0;
  }
}

.content_form .form_list .form_title:before {
  background: #1d2088;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_title:before {
    bottom: auto;
    height: 2px;
    top: 0;
  }
}

.content_form .form_list .form_input {
  padding: 28px 0 28px 50px;
}

@media screen and (max-width: 480px) {
  .content_form .form_list .form_input {
    padding: 0 0 2rem 0;
  }
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus {
  border-color: transparent;
  outline: 0;
}

.form_wrap .page_privacy {
  text-align: center;
}

.form_wrap .require {
  background: #ffcc00;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.45rem 0.5rem 0.4rem;
  vertical-align: 2px;
}

.form_wrap input[type="text"],
.form_wrap input[type="checkbox"],
.form_wrap input[type="tel"],
.form_wrap input[type="email"],
.form_wrap textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.05rem;
}

.form_wrap input[type="text"],
.form_wrap input[type="tel"],
.form_wrap input[type="email"],
.form_wrap textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f6f6f6;
  border-radius: 10px;
  display: block;
  padding: 15px 1rem;
  width: 100%;
}

.form_wrap input[type="text"]::-ms-expand,
.form_wrap input[type="tel"]::-ms-expand,
.form_wrap input[type="email"]::-ms-expand,
.form_wrap textarea::-ms-expand {
  display: none;
}

.form_wrap input[type="text"],
.form_wrap input[type="tel"],
.form_wrap input[type="email"] {
  height: 66px;
}

@media screen and (max-width: 480px) {
  .form_wrap input[type="text"],
  .form_wrap input[type="tel"],
  .form_wrap input[type="email"] {
    height: 50px;
  }
}

.form_wrap .form_checkbox .mwform-checkbox-field {
  display: inline-block;
  margin: 0 30px 0 0;
}

.form_wrap .form_checkbox label {
  display: block;
}

.form_wrap .form_checkbox .mwform-checkbox-field-text {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding-left: 2rem;
  position: relative;
  vertical-align: middle;
}

.form_wrap .form_checkbox .mwform-checkbox-field-text:before {
  -moz-transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  background: url(../img/contact/icon_check.png) no-repeat left center/contain;
  content: '';
  display: block;
  height: 1.8em;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s 0s ease-out;
  width: 1.5em;
}

.form_wrap .form_checkbox .checkbox_wrap {
  width: 80%;
}

@media screen and (max-width: 480px) {
  .form_wrap .form_checkbox .checkbox_wrap {
    width: 100%;
  }
}

.form_wrap .form_checkbox input[type="checkbox"] {
  display: none;
}

.form_wrap .form_checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  background-image: url(../img/contact/icon_check_checked.png);
  opacity: 1;
}

.form_wrap p {
  margin-bottom: 1rem;
}

.form_wrap .btn_submit {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .form_wrap .btn_submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.form_wrap input[type="submit"],
.form_wrap input[type="button"] {
  -moz-appearance: none;
  -moz-transition: all 0.5s 0s ease-out;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s 0s ease-out;
  appearance: none;
  background: #1d2088;
  border: none;
  border-radius: 2rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 1%;
  padding: 1em 2em;
  transition: all 0.5s 0s ease-out;
  width: 30%;
}

.form_wrap input[type="submit"]::-ms-expand,
.form_wrap input[type="button"]::-ms-expand {
  display: none;
}

@media screen and (max-width: 480px) {
  .form_wrap input[type="submit"],
  .form_wrap input[type="button"] {
    display: block;
    flex: 0 0 100%;
    margin: 0 auto 1rem;
    width: 100%;
  }
}

.form_wrap input[type="submit"]:hover,
.form_wrap input[type="button"]:hover {
  background-color: #131663;
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
  .form_wrap input[type="submit"] {
    order: 1;
  }
}

.form_wrap input[type="button"],
.form_wrap input[type="submit"].back {
  background: #959595;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .form_wrap input[type="button"],
  .form_wrap input[type="submit"].back {
    margin-bottom: 0;
    order: 2;
  }
}

.form_wrap input[type="button"]:hover,
.form_wrap input[type="submit"].back:hover {
  background-color: #828282;
}

.mw_wp_form_confirm .content_text {
  display: none;
}
