@charset "UTF-8";
@media screen and (max-width: 767px) {
  .contact .page-content h2 {
    margin-bottom: 0;
  }
}

input[type=submit] {
  display: block;
  width: 280px;
  margin: 0 auto;
  border: 0;
  background-color: #333;
  color: #fff;
  line-height: 7.4rem;
  font-size: 2.8rem;
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=checkbox],
textarea {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=checkbox],
textarea {
    font-size: 1.6rem;
  }
}

input[type=text],
input[type=email] {
  height: 72px;
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email] {
    height: 36px;
    padding: 0 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  input[type=text]:nth-of-type(2),
input[type=email]:nth-of-type(2) {
    margin-top: 4px;
  }
}

.mwform-checkbox-field label {
  position: relative;
}

input[type=checkbox] {
  width: 32px;
  height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}
input[type=checkbox]:checked + span:before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  border-right: solid 2px #676767;
  border-bottom: solid 2px #676767;
  transform: rotate(45deg);
  position: absolute;
  left: 12px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked + span:before {
    height: 14px;
    left: 5px;
    top: 3px;
  }
}

.mw_wp_form_input .select-outer {
  width: 384px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .select-outer {
    width: 100%;
    font-size: 1.6rem;
  }
}
.mw_wp_form_input .select-outer select {
  width: 100%;
  height: 72px;
  padding: 0 2.4rem;
  background-color: transparent;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .select-outer select {
    height: 36px;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
}
.mw_wp_form_input .select-outer:before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 0 4px 4px 0;
  background-color: #676767;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .select-outer:before {
    width: 36px;
    height: 36px;
  }
}
.mw_wp_form_input .select-outer:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .select-outer:after {
    border-width: 6px 6px 0px 6px;
    right: 12px;
  }
}

.require {
  color: #707070;
}

.contact-form_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contact-form_item {
    width: 100%;
    flex-direction: column;
  }
}
.contact-form_item.is-confirm {
  display: none;
}
.contact-form_item dt {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 2.4rem;
  background-color: #101649;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-form_item dt {
    width: 100%;
    padding: 0 1.6rem;
    height: 40px;
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.contact-form_item dd {
  width: 72.22%;
}
.contact-form_item dd .error {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd {
    width: 100%;
  }
}
.contact-form_item dd.name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 13.89%;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd.name {
    flex-direction: column;
    padding-right: 0;
    width: 100%;
  }
}
.contact-form_item dd.name > span {
  width: 47.62%;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd.name > span {
    width: 100%;
  }
}
.contact-form_item dd.name .error {
  width: 100%;
}
.contact-form_item dd.subject {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd.subject {
    flex-direction: column;
  }
}
.contact-form_item dd.subject .mwform-checkbox-field {
  display: block;
  width: 48.08%;
  margin-left: 0;
  padding: 20px 24px;
  border-radius: 8px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd.subject .mwform-checkbox-field {
    width: 100%;
    padding: 8px 8px;
    margin-bottom: 4px;
  }
}
.contact-form_item dd.subject .mwform-checkbox-field:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd.subject .mwform-checkbox-field:nth-child(n+3) {
    margin-top: 0;
  }
}
.contact-form_item dd.subject .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}
.contact-form_item dd .first-name,
.contact-form_item dd .last-name,
.contact-form_item dd .first-name-kana,
.contact-form_item dd .last-name-kana {
  width: 100%;
}
.contact-form_item dd .postal-code {
  width: 47.62%;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd .postal-code {
    width: 100%;
  }
}
.contact-form_item dd .first-name,
.contact-form_item dd .first-name-kana {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd .first-name,
.contact-form_item dd .first-name-kana {
    margin-right: 0;
  }
}
.contact-form_item dd .email,
.contact-form_item dd .tel,
.contact-form_item dd .p-locality,
.contact-form_item dd .p-street-address {
  width: 80.77%;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd .email,
.contact-form_item dd .tel,
.contact-form_item dd .p-locality,
.contact-form_item dd .p-street-address {
    width: 100%;
  }
}
.contact-form_item dd .company-name,
.contact-form_item dd .department {
  width: 100%;
}
.contact-form_item dd .inquiry {
  width: 100%;
  height: 196px;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact-form_item dd .inquiry {
    padding: 1rem;
  }
}

.accept-outer {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .accept-outer {
    margin: 40px 0;
  }
}
.accept-outer label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 2.5em;
  position: relative;
}
.accept-outer .accept {
  display: none;
}
.accept-outer .accept + span {
  display: flex;
  align-items: center;
  color: #707070;
}
.accept-outer .accept + span:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  border: solid 2px #676767;
  border-radius: 2px;
  position: absolute;
  right: 0;
}
.accept-outer .accept:checked + span:before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  border-right: solid 2px #676767;
  border-bottom: solid 2px #676767;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  left: auto;
  top: 5px;
}

.note {
  margin-bottom: 48px;
  padding: 25px 40px;
  background-color: #EBEBEB;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .note {
    padding: 16px 16px;
    margin-bottom: 16px;
  }
}

.privacy-policy {
  width: 100%;
  height: 240px;
  padding: 1.6rem;
  line-height: 1.78;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    height: 196px;
    padding: 10px 16px;
  }
}

p + p {
  margin-top: 2em;
}

/**/
/* 確認画面 */
.mw_wp_form_confirm {
  /*
  .accept-outer{
  	display: none;
  }
  */
}
.mw_wp_form_confirm .contact-form_item.is-confirm {
  display: flex;
}
.mw_wp_form_confirm .contact-form_item dt, .mw_wp_form_confirm .contact-form_item dd {
  min-height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form_item dt, .mw_wp_form_confirm .contact-form_item dd {
    min-height: 100%;
  }
}
.mw_wp_form_confirm .contact-form_item dd {
  display: block;
  padding: 2rem 2.4rem;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form_item dd {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form_item dd {
    padding: 12px 21px;
    border-radius: 4px;
    background-color: #F8F8F8;
  }
}
.mw_wp_form_confirm .contact-form_item dd.inquiry {
  min-height: 196px;
}
.mw_wp_form_confirm .is-input {
  display: none;
}

/*# sourceMappingURL=contact.css.map */

a.form_uptxt {
    text-decoration: underline;
}

textarea.inquiry,textarea.inquiry::placeholder {
    font-family: auto;
}