@charset "UTF-8";

#header_inner {
  padding: 72px 0;
}

#contents .required {
  color: #f00;
}

#contents .small {
  font-size: 14px;
}

#contents .supplement {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 14px;
}

#contents .supplement.indent_01 {
  padding-left: 1.5em;
}

#contents .bold {
  font-weight: bold;
}

#contents .attention {
  padding-left: 1em;
  text-indent: -1em;
}

#contents .step {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

#contents .step li {
  position: relative;
  float: left;
  width: 33.3%;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contents .step li:before,
#contents .step li:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 22px;
}

#contents .step li:after {
  top: -1px;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

#contents .step li:before {
  bottom: -1px;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

#contents .step li:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#contents .step li:first-child:before,
#contents .step li:first-child:after {
  content: none;
}

#contents .step li:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#contents .step li.current {
  color: #fff;
  font-weight: bold;
  background: #127705;
}

#contents .step li.current:before,
#contents .step li.current:after {
  background: #127705;
}

#contents .title_01 {
  margin: 2em 0 1em;
  padding: 10px;
  border-radius: 3px;
  background: #127705;
  color: #fff;
}

#contents .form_table {
  width: 100%;
  margin: 0 0 20px;
}

#contents .form_table th {
  width: 34%;
  padding: 15px 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background: #eee;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

#contents .form_table.col2 th {
  width: 17%;
}

#contents .form_table th.bg {
  background: #f3f3f3;
}

#contents .form_table th.bg2 {
  background: #f7f7f7;
  font-weight: normal;
}

#contents .form_table th .small {
  font-size: 14px;
  font-weight: normal;
}

#contents .form_table td {
  padding: 15px 10px 10px;
  border-bottom: solid 2px #fff;
  background: #f7f7f7;
  vertical-align: middle;
  line-height: 1.4;
}

#contents .form_table .error {
  margin-bottom: 5px;
  color: #f00;
}

#contents .form_table .error .fas {
  color: #f4ba0b;
}

#contents .form_table td label,
#contents .form_table td .fwrap {
  display: inline-block;
  margin: 0 15px 5px 0;
}

#contents .form_table td .fwrap label {
  margin-right: 0;
}

#contents .form_table td .fwrap.inline {
  display: inline;
}

#contents .form_table td input,
#contents .form_table td select,
#contents .form_table td textarea {
  margin-bottom: 5px;
  border: 1px solid #999;
  border-radius: 3px;
}

#contents .form_table td input[type="text"],
#contents .form_table td textarea {
  padding: 3px 3px 2px;
}

#contents .form_table td .wrap_name {
  display: inline;
  margin: 0 2em 5px 0;
  white-space: nowrap;
}

#contents .form_table td .wrap_name .wid {
  display: inline-block;
  width: 2.5em;
}

#contents .form_table td label.radio,
#contents .form_table td label.checkbox {
  cursor: pointer;
}

#contents .form_table .size_xs {
  width: 10%;
}

#contents .form_table .size_s {
  width: 30%;
}

#contents .form_table .size_m {
  width: 50%;
}

#contents .form_table .size_l {
  width: 70%;
}

#contents .form_table .size_xl {
  width: 100%;
}

#contents .form_table .size_4em {
  width: 4em;
}

#contents .form_table .size_2em {
  width: 2.5em;
}

#contents .box {
  font-size: 14px;
}

#contents.complete .box {
  margin-top: 50px;
  padding: 15px 15px 1px;
  background: #f7f7f7;
}

#contents .box h2 {
  margin-bottom: 10px;
}

#contents .box ul {
  margin-left: 25px;
  margin-bottom: 14px;
}

#contents .submit_box {
  margin: 3em 0 2em;
  text-align: center;
}

#contents .doui {
  text-align: center;
}

#contents .doui .small {
  font-size: 14px;
}

#contents .submit_box form {
  display: inline;
}

#contents .submit_box .submit_btn {
  padding: 15px 30px 13px;
  border: none;
  border-radius: 5px;
  background: #127705;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 4px #666;
}

#contents .submit_box #input_btn.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

#contents .submit_box .submit_btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}

#contents .submit_box .return_btn {
  margin-right: 50px;
  padding: 15px 40px 13px;
  border: none;
  border-radius: 5px;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 4px #666;
}

#contents .submit_box .return_btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {

  #header_inner {
    padding: 15px 0;
  }

  #contents .step li {
    padding: 0 20px 0 10px;
  }

  #contents .step li:before,
  #contents .step li:after {
    left: -5px;
    width: 10px;
  }

  #contents .form_table,
  #contents .form_table tbody,
  #contents .form_table tr,
  #contents .form_table th,
  #contents .form_table td {
    display: block;
    width: 100% !important;
  }

  #contents .form_table th {
    border-right: none;
  }

  #contents .form_table td .wrap_name {
    display: block;
    margin-right: 0;
  }

  #contents .form_table td .wrap_name input {
    width: 80%;
  }

  #contents .form_table .size_l {
    width: 100%;
  }

  #contents .supplement {
    display: block;
  }

  #contents .submit_box .submit_btn {
    padding: 15px 20px 13px;
  }

  #contents .submit_box .return_btn {
    margin-right: 20px;
    padding: 15px 20px 13px;
  }

}

@media screen and (max-width: 321px) {

  #contents .submit_box .submit_btn {
    padding: 15px 15px 13px;
  }

  #contents .submit_box .return_btn {
    margin-right: 15px;
    padding: 15px 15px 13px;
  }

}
