/* -----

   set module

---------------------------------------------------- */
/*-- 
---------------------------------------------------- */
#form_contact .header__top_gnav_sub,
#form_contact .header__gnav,
#form_contact .header__hamburger_btn {
  display: none;
}
@media screen and (max-width: 899px) {
  #form_contact .footer__nav_inner {
    padding: 8px 0 24px 0;
  }
}
#form_contact .footer__nav_ulist .col_1 address {
  display: none;
}
#form_contact .footer__nav_ulist .col_2 {
  display: none;
}
#form_contact .footer__nav_logo > a {
  display: inline-block;
}
@media screen and (max-width: 899px) {
  #form_contact .footer__nav_logo > a {
    display: block;
  }
}
#form_contact .footer__nav_logo > span {
  display: inline-block;
  margin: 6px auto 0 20px;
  padding: 0 0 0 20px;
  line-height: 36px;
  vertical-align: top;
  border-left: solid 1px #e2e0dd;
}
@media screen and (max-width: 899px) {
  #form_contact .footer__nav_logo > span {
    display: block;
    padding: 0;
    margin: 0 auto 0;
    line-height: 0;
  }
}
#form_contact .footer__address {
  background: transparent;
  padding: 12px 0 61px 0;
  margin: -109px 0 0 0;
}
@media screen and (max-width: 899px) {
  #form_contact .footer__address {
    padding: 12px 0 32px 0;
    margin: 0;
  }
}
#form_contact .footer__address_copy {
  color: #716e68;
}

.content__inside {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 899px) {
  .content__inside {
    margin-bottom: 24px;
    padding: 0;
  }
}

.form_step {
  background: #f7f6f4;
  padding: 19px 20px 20px 20px;
  border-top: solid 1px #dddddd;
  margin-bottom: 36px;
}
@media screen and (max-width: 899px) {
  .form_step {
    padding: 12px 12px 12px 12px;
    margin: 0 -12px 24px -12px;
  }
}
.form_step__olist {
  list-style: none;
  font-size: 0;
  overflow: hidden;
}
.form_step__olist > li {
  position: relative;
  display: inline-block;
  background: #fff;
  width: calc((100% - 17px)/3);
  padding: 13px 0 14px 0;
  margin-left: 12px;
  color: #515151;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 899px) {
  .form_step__olist > li {
    font-size: 12px;
  }
}
.form_step__olist > li:first-child {
  width: calc((100% - 17px)/3 - 10px);
  margin-left: 0;
  border-left: none;
}
.form_step__olist > li:first-child::before, .form_step__olist > li:last-child::after {
  content: none;
}
.form_step__olist > li::before, .form_step__olist > li::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 21px solid transparent;
  top: 0;
}
.form_step__olist > li::before {
  border-left: 21px solid #f7f6f4;
}
.form_step__olist > li::after {
  border-left: 21px solid #fff;
  right: -42px;
  z-index: 20;
}
.form_step__olist > li > span {
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 899px) {
  .form_step__olist > li > span > span {
    display: none;
  }
}
.form_step__olist > li.active {
  background: #a1a1a1;
  color: #fff;
}
.form_step__olist > li.active::after {
  border-left: 21px solid #a1a1a1;
}
.form_step__olist > li.active > span {
  padding-left: 10px;
}

.form_contact_tll {
  padding: 26px 0 26px;
  margin-bottom: 40px;
  border: solid 1px #cfd0cf;
  border-top: solid 3px #ff7d00;
  text-align: center;
}
.form_contact_tll > p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 20px;
}
.form_contact_tll > address {
  font-style: normal;
  padding: 0 36px;
}
.form_contact_tll > address > img {
  width: 100%;
  max-width: 279px;
}

.form_desc {
  background: #f7f6f4;
  margin-bottom: 60px;
  border-top: 1px solid #d6d6d7;
  border-bottom: 2px solid #d6d6d7;
  font-size: 0;
}
@media screen and (max-width: 899px) {
  .form_desc {
    background: #fff;
    margin-bottom: 24px;
  }
}
.form_desc > dt, .form_desc > dd {
  display: inline-block;
  border-top: 1px solid #d6d6d7;
  vertical-align: top;
}
.form_desc > dt {
  width: 320px;
  padding: 28px 0 0 20px;
}
@media screen and (max-width: 899px) {
  .form_desc > dt {
    padding: 20px 0 0 15px;
    width: 100%;
  }
}
.form_desc > dt > label, .form_desc > dt > strong {
  display: inline-block;
  width: 216px;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 899px) {
  .form_desc > dt > label, .form_desc > dt > strong {
    width: auto;
    margin-right: 12px;
  }
}
.form_desc > dd {
  background: #fff;
  width: calc(100% - 320px);
  font-size: 15px;
  padding: 19px 20px 19px 20px;
  min-height: 54px;
  word-break: break-word;
}
@media screen and (max-width: 899px) {
  .form_desc > dd {
    width: 100%;
    padding: 16px 15px 20px 15px;
    border-top: none;
    min-height: 1px;
  }
}
.form_desc__confirm > dt {
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 899px) {
  .form_desc__confirm > dt {
    padding: 20px 15px 0 15px;
  }
}

.form_required {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 68px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 0px 6px 1px 6px;
  font-weight: normal;
  font-style: normal;
}
.form_required__on {
  background: #dc0000;
}
.form_required__off {
  background: #a1a1a1;
}

.contact_form input, .contact_form textarea, .contact_form select {
  font-family: "Noto Sans SC", sans-serif;
  background: #fff;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 14px;
  border-radius: 6px;
}
.contact_form select option {
  font-family: "Noto Sans SC", sans-serif;
  background: #f7f7f7;
  padding: 0 0 0 10px;
  font-size: 14px;
}
.contact_form input {
  height: 42px;
  padding: 0px 10px 0px 10px;
  line-height: 42px;
}
.contact_form input:disabled {
  background: #f1f1f1;
  border: #f1f1f1;
  color: #aaa;
}
.contact_form input[class^='txt_w'] {
  width: 100%;
}
.contact_form input.txt_w110 {
  max-width: 110px;
}
.contact_form input.txt_w120 {
  max-width: 120px;
}
.contact_form input.txt_w200 {
  max-width: 200px;
}
.contact_form input.txt_w220 {
  max-width: 220px;
}
.contact_form input.txt_w320 {
  max-width: 320px;
}
.contact_form input.txt_w360 {
  max-width: 360px;
}
.contact_form input.txt_w500 {
  max-width: 500px;
}
.contact_form input.f_wzip1 {
  max-width: 80px;
}
.contact_form input.f_wzip2 {
  max-width: 110px;
}
@media screen and (max-width: 899px) {
  .contact_form input {
    width: 100%;
  }
}
.contact_form textarea {
  width: 500px;
  min-width: 320px;
  max-width: 100%;
  height: 180px;
  min-height: 180px;
  padding-bottom: 0;
  line-height: 22px;
}
@media screen and (max-width: 899px) {
  .contact_form textarea {
    min-width: auto;
    width: 100%;
    height: 210x;
  }
}
.contact_form select {
  width: 220px;
  height: 36px;
  padding: 6px 0 6px 7px;
}
.contact_form .err {
  margin: 8px 0 6px 0;
  color: red;
  line-height: 1.4;
}

.form_submit {
  text-align: center;
}
@media screen and (max-width: 899px) {
  .form_submit {
    margin-bottom: 44px;
  }
}
.form_submit .btn_submit {
  font-size: 0;
}
.form_submit .btn {
  position: relative;
  display: inline-block;
  max-width: 348px;
  width: 100%;
  height: 54px;
}
.form_submit .btn::after {
  position: absolute;
  content: "\f105";
  display: inline-block;
  margin: -6px 12px 0 12px;
  height: 0px;
  color: #f08c00;
  vertical-align: top;
  font-weight: 900;
  font-size: 16px;
  font-family: "FontAwesome";
  top: 50%;
  right: 0;
  z-index: 10;
}
.form_submit .btn.btn_correct::after, .form_submit .btn.btn_back::after {
  content: "\f104";
  right: inherit;
  left: 0;
}
.form_submit .btn.btn_correct {
  margin-right: 60px;
}
@media screen and (max-width: 899px) {
  .form_submit .btn.btn_correct {
    margin-right: 24px;
    max-width: 120px;
  }
}
@media screen and (max-width: 899px) {
  .form_submit .btn.btn_send {
    max-width: 150px;
  }
}
.form_submit input, .form_submit a {
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 2px solid #ff7d00;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-out;
  line-height: 50px;
  z-index: 0;
}
.form_submit input:hover, .form_submit a:hover {
  color: #ff7d00;
}
.form_submit #btn_correct,
.form_submit #btn_back {
  border: 2px solid #dddddd;
}
.form_submit .download {
  background: #fff9e5;
  padding: 37px 12px 37px;
  margin-bottom: 64px;
}
@media screen and (max-width: 899px) {
  .form_submit .download {
    margin: 0 -12px 40px -12px;
  }
}
.form_submit .complete {
  border-top: 1px solid #ddd;
  padding: 24px 0 0 0;
}

.form_address > li:not(:first-child) {
  margin-top: 20px;
}
.form_address > li > label {
  display: inline-block;
  width: 44px;
  margin-bottom: 8px;
}
@media screen and (max-width: 899px) {
  .form_address > li > label {
    width: 100%;
  }
}
.form_address .annotation {
  display: inline-block;
  margin: 8px 0 0 4px;
  color: #666;
  font-size: 12px;
}

.select_radiobtn {
  display: flex;
  flex-wrap: wrap;
}
.select_radiobtn > li {
  position: relative;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li {
    width: 100%;
  }
}
.select_radiobtn > li:not(:first-child) {
  margin-left: -1px;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li:not(:first-child) {
    margin: 0;
    margin-top: -1px;
  }
}
.select_radiobtn > li > input[type='radio'] {
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  padding: 0;
  line-height: 0;
}
.select_radiobtn > li > label {
  position: relative;
  display: block;
  background: #fff;
  width: 160px;
  border: solid 1px #cccccc;
  padding: 12px 24px 13px 30px;
  font-size: 15px;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
  z-index: 10;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li > label {
    width: 100%;
    max-width: 320px;
  }
}
.select_radiobtn > li > label::before, .select_radiobtn > li > label::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.select_radiobtn > li > label::before {
  top: 13px;
  left: 9px;
  width: 14px;
  height: 14px;
  border: 2px solid #cfd0cf;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li > label::before {
    left: 9px;
  }
}
.select_radiobtn > li > label::after {
  background: #fff;
  top: 17px;
  left: 13px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li > label::after {
    left: 13px;
  }
}
.select_radiobtn > li > label:hover::after {
  background: #cfd0cf;
}
.select_radiobtn > li:first-child > label {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li:first-child > label {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}
.select_radiobtn > li:last-child > label {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 899px) {
  .select_radiobtn > li:last-child > label {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}
.select_radiobtn > li > input:checked + label {
  border: solid 1px #ff7d00;
  z-index: 11;
}
.select_radiobtn > li > input:checked + label::after {
  background: #ff7d00;
}

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