#second_fv {
  position: relative;
  background: url(../img/sub_page01/top_image_01@2x.jpg) center/cover;
  height: 300px;
}

#second_fv .inner .title {
  position: absolute;
  background-color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.5;
  padding: 0px 30px;
  top: 63%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  #second_fv .inner .title {
    line-height: 0.8em;
    padding: 15px 5px 0 5px;
  }
}

@media all and (max-width: 750px) {
  #second_fv {
    background: url(../img/sub_page01/top_image_01_sp@2x.jpg) center/cover;
    height: 100px;
  }
  #second_fv .inner .title {
    display: table;
    text-align: center;
    top: 50%;
    width: 250px;
    padding: 0;
  }
}

#sub_section_01 {
  margin: 90px 0 0;
}

#sub_section_01 .inner {
  overflow: visible;
}

#sub_section_01 .flow_wrap {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin: 50px auto 0;
}

#sub_section_01 .flow_wrap li {
  position: relative;
  width: 24%;
  height: 100px;
  color: #e80a0a;
  background-color: #f3f3f3;
  border: 1px solid #e80a0a;
}

#sub_section_01 .flow_wrap li::before {
  content: '';
  display: block;
  background-color: #e80a0a;
  position: absolute;
  width: 13px;
  height: 2px;
  right: -14px;
  top: 46%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

#sub_section_01 .flow_wrap li:after {
  content: '';
  display: block;
  background-color: #e80a0a;
  position: absolute;
  width: 13px;
  height: 2px;
  right: -14px;
  top: 54%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
}

#sub_section_01 .flow_wrap li:last-child::before, #sub_section_01 .flow_wrap li:last-child:after {
  content: none;
}

#sub_section_01 .flow_wrap li h2 {
  position: absolute;
  display: table;
  font-size: 1.8rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#sub_section_01 .flow_wrap li h2 .num {
  position: absolute;
  font-style: italic;
  display: block;
  text-align: center;
  background-color: #e80a0a;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#sub_section_01 .lead {
  text-align: center;
  margin: 110px 0 65px;
}

#sub_section_01 .form_wrap {
  padding: 0 30px;
  border-bottom: 1px solid #d2d2d2;
}

#sub_section_01 .form_wrap li {
  width: 45%;
  padding: 0 0 50px;
}

#sub_section_01 .form_wrap li.textarea {
  width: 100%;
}

#sub_section_01 .form_wrap li.document {
  width: 100%;
}

#sub_section_01 .form_wrap li.document .sub_title {
  display: inline-block;
  padding: 0 20px 0 0;
  width: 10%;
  height: 60px;
  line-height: 60px;
}

#sub_section_01 .form_wrap li.document .sub_lead {
  cursor: pointer;
  float: right;
  text-align: center;
  display: inline-block;
  background: #f3f3f3;
  width: 90%;
  height: 60px;
  line-height: 60px;
}

#sub_section_01 .form_wrap li .input_wrap_01 {
  border: 1px solid #e80a0a;
  padding: 5px 25px;
}

#sub_section_01 .form_wrap li .sub_title {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 5px;
}

#sub_section_01 .form_wrap li .sub_title .caution {
  font-weight: normal;
  font-size: 1.3rem;
}

#sub_section_01 .form_wrap li .sub_title .required {
  background-color: #e80a0a;
  color: #fff;
  font-weight: normal;
  border-radius: 30px;
  padding: 2px 8px;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

#sub_section_01 .form_wrap li input.radio {
  display: none;
}

#sub_section_01 .form_wrap li input.radio + label {
  padding-left: 20px;
  position: relative;
  margin-right: 50px;
}

#sub_section_01 .form_wrap li input#radio02 + label {
  margin-right: 0;
}

#sub_section_01 .form_wrap li input.radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 50%;
}

#sub_section_01 .form_wrap li input.radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #e80a0a;
  border-radius: 50%;
}

#sub_section_01 .form_wrap li .input_wrap_02 {
  position: relative;
  border: 1px solid #d2d2d2;
}

#sub_section_01 .form_wrap li .input_wrap_02:before, #sub_section_01 .form_wrap li .input_wrap_02:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 7px;
  height: 2px;
  background-color: #e80a0a;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

#sub_section_01 .form_wrap li .input_wrap_02::before {
  right: 20px;
  transform: rotate(45deg);
}

#sub_section_01 .form_wrap li .input_wrap_02::after {
  right: 17px;
  transform: rotate(-45deg);
}

#sub_section_01 .form_wrap li select {
  position: relative;
  font-size: 1.5rem;
  border: none;
  border-radius: 0;
  background: none;
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 25px;
}

#sub_section_01 .form_wrap li .input_wrap_03 {
  border: 1px solid #d2d2d2;
  height: 45px;
}

#sub_section_01 .form_wrap li input[type=text], #sub_section_01 .form_wrap li input[type=email], #sub_section_01 .form_wrap li input[type=tel] {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.6rem;
  padding: 0 15px;
}

#sub_section_01 .form_wrap li .input_wrap_04 {
  background: #f3f3f3;
  padding: 5px 25px;
}

#sub_section_01 .form_wrap li .input_wrap_05 {
  border: 1px solid #d2d2d2;
  display: inline-block;
  height: 45px;
  width: 90px;
}

#sub_section_01 .form_wrap li .input_wrap_06 {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 160px;
}

#sub_section_01 .form_wrap li .sub_lead {
  display: inline-block;
  padding: 0 10px;
}

#sub_section_01 .form_wrap li textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  font-size: 1.5rem;
}

#sub_section_01 .policy {
  text-align: center;
  font-weight: bold;
  padding: 50px 0 20px;
}

#sub_section_01 .policy_lead {
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid #d2d2d2;
  padding: 10px 20px 20px;
  height: 100px;
  overflow-y: scroll;
}

@media all and (max-width: 330px) {
  #sub_section_01 .form_wrap li input.radio + label {
    margin-right: 20px;
  }
}

@media all and (max-width: 750px) {
  #sub_section_01 {
    margin: 50px 0 0;
  }
  #sub_section_01 .flow_wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
  }
  #sub_section_01 .flow_wrap li {
    width: 100%;
    margin: 0 0 60px 0;
  }
  #sub_section_01 .flow_wrap li::before {
    content: '';
    display: block;
    background-color: #e80a0a;
    position: absolute;
    width: 13px;
    height: 2px;
    left: 49.5%;
    right: auto;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
  }
  #sub_section_01 .flow_wrap li:after {
    content: '';
    display: block;
    background-color: #e80a0a;
    position: absolute;
    width: 13px;
    height: 2px;
    left: 49.8%;
    right: auto;
    top: auto;
    bottom: -21px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
  }
  #sub_section_01 .lead {
    margin: 0px 0 35px;
  }
  #sub_section_01 .form_wrap {
    padding: 0;
  }
  #sub_section_01 .form_wrap li {
    width: 100%;
    padding: 0 0 25px;
  }
  #sub_section_01 .form_wrap li.document .sub_title {
    font-size: 1.5rem;
    width: 23%;
  }
  #sub_section_01 .form_wrap li.document .sub_lead {
    font-size: 1.5rem;
    width: 77%;
  }
  #sub_section_01 .policy_lead {
    height: 140px;
  }
}

@media all and (max-width: 330px) {
  #sub_section_01 .form_wrap li.document .sub_title {
    display: block;
    width: 100%;
  }
  #sub_section_01 .form_wrap li.document .sub_lead {
    display: block;
    float: none;
    width: 100%;
  }
}

#section_04 {
  padding: 125px 0 0;
}

#section_04 .banner_img {
  margin: 0px auto 140px;
}

@media all and (max-width: 750px) {
  #section_04 {
    padding: 100px 0 75px;
  }
  #section_04 .banner_img {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=pages.css.map */
