@charset "UTF-8";

#contents .red,
#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 .title_01 {
  margin: 50px 0 30px;
  padding-left: 10px;
  border-left: 8px solid #9f0e0e;
  font-size: 24px;
  line-height: 1.3;
}

#contents .title_01 .small {
  font-size: 18px;
  font-weight: normal;
}

#contents .title_02 {
  margin: 50px 0 30px;
  font-size: 20px;
  line-height: 1.4;
}

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

#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: #9f0e0e;
}

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

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

#contents .form_table th {
  width: 28%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}

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

#contents .form_table td {
  padding: 15px 10px 10px;
  border: 1px solid #ccc;
  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 .submit_box form {
  display: inline;
}

#contents .submit_box .submit_btn {
  display: inline-block;
  margin-bottom: 2px;
  padding: 15px 50px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  background: #9f0e0e;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  cursor: pointer;
}

#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 {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 2px;
  padding: 15px 50px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  background: #aaa;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  cursor: pointer;
}

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

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

  #contents .title_01 {
    border-left-width: 5px;
    font-size: 20px;
  }

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

  #contents .title_02 {
    font-size: 16px;
  }

  #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 {
    border-bottom: 1px solid #ccc;
  }

  #contents .form_table th,
  #contents .form_table td {
    border-bottom: 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: 10px 15px 8px;
  }

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

}

@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;
  }

}
