#inv_form {
  max-width: 980px;
  margin: 0 auto;
}

#inv_form h4 {
    padding: 2em 0 1em;
}

#inv_form h5 {
    padding: 2em 0 1em;
}

#inv_form .explain {
  margin: 0em auto 6em;
  padding: 3em;
  background-color: #fff;
  border-radius: 3rem;
}


#inv_form p.top {
  max-width: 640px;
  margin: 0 auto 2em;
}



#inv_form .radioBtn {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
#inv_form .radioWrap input.radioBtn + label {
  cursor: pointer;
  padding: 0 3em 0 2.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #inv_form .radioWrap input.radioBtn + label {
    padding: 0 0 0 2.5em;
    margin: 0.5em 0;
  }
}
#inv_form .radioWrap input.radioBtn + label::before, 
#inv_form .radioWrap input.radioBtn + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#inv_form .radioWrap input.radioBtn + label::before {
  background-color: #fff;
  border: 1px solid #F75940;
  height: 20px;
  width: 20px;
  left: 5px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  #inv_form .radioWrap input.radioBtn + label::before {
    height: 12px;
    width: 12px;
  }
}
#inv_form .radioWrap input.radioBtn + label::after {
  border: 8px solid #F75940;
  opacity: 0;
  height: 16px;
  width: 16px;
  left: 1px;
}
@media screen and (max-width: 767px) {
  #inv_form .radioWrap input.radioBtn:checked + label::after {
    border: 4px solid #F75940;
    height: 8px;
    width: 8px;
    left: 4px;
  }
}
#inv_form .radioWrap input.radioBtn:checked + label::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #inv_form .form_area ul.radioWrap li {
    width: auto;
    margin-right: 0.6em;
  }
  #inv_form .form_area ul.radioWrap label {
    padding: 0 0 0 1.8em;
  }
}
#inv_form .form_area .checkArea h3 {
  display: inline-block;
  background: #3DC7BE;
  color: #fff;
  border-radius: 8px 8px 0 0;
  font-size: 1rem;
  padding: 0.6em 0.8em;
  margin-top: 2em;
}
#inv_form .form_area .checkArea .checkAreaWrap {
  font-weight: bold;
  align-items: center;
  padding: 1.5em 1em 0;
  background: #fff;
  border: 1px solid #364857;
  border-radius: 6px;
  margin-top: 0.6em;
  position: relative;
}
#inv_form .form_area .checkArea .checkAreaWrap .checklabel,
#inv_form input.chkBox{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3em;
  position: relative;
}
#inv_form .form_area .checkArea .checkAreaWrap .checklabel::before,
#inv_form input.chkBox::before {
  content: "";
  background: #fff;
  border: 2px solid #364857;
  border-radius: 6px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
}
#inv_form .form_area .checkArea .checkAreaWrap .checklabel::before {
  top: -3em;
}
#inv_form input.chkBox::before {
  top: -1em;
}

/*Safariハック*/
body.js_isSafari.js_isMobile.iPhone #inv_form input.chkBox::before,
body.js_isSafari.js_isMobile.iPad #inv_form input.chkBox::before {
  top: -2em;
}

#inv_form .form_area .checkArea .checkAreaWrap .checklabel::after,
#inv_form input.chkBox::after {
  border-right: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
  opacity: 0;
}
#inv_form .form_area .checkArea .checkAreaWrap .checklabel::after {
  top: -2.8em;
}
#inv_form input.chkBox::after {
  top: -.9em;
}

/*Safariハック*/
body.js_isSafari.js_isMobile.iPhone #inv_form input.chkBox::after,
body.js_isSafari.js_isMobile.iPad #inv_form input.chkBox::after{
  top: 0.2em;
}

#inv_form .form_area .checkArea .checkAreaWrap .checklabel:checked::after,
#inv_form input.chkBox:checked::after {
  opacity: 1;
}
#inv_form .form_area .checkArea .checkAreaWrap label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#inv_form .form_area .checkArea .checkAreaWrap.top {
  border-radius: 0 6px 6px 6px;
  margin-top: 0;
}
#inv_form .form_area .checkArea h4 {
  display: inline-block;
  background: linear-gradient(#6D8294, #364857);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.5em;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #inv_form .form_area .checkArea h4 {
    width: 80%;
  }
}
#inv_form .form_area .checkArea p {
  font-weight: normal;
  margin: 1.5em 1em;
}
#inv_form .form_area .checkArea .price {
  text-align: right;
}
#inv_form .form_area .checkArea .price p {
  font-weight: bold;
  line-height: 1;
}
#inv_form .form_area .checkArea .price p .value {
  font-size: 1.8rem;
}
#inv_form .form_area .checkArea .price p .tax {
  font-size: 0.7rem;
}
#inv_form .table .tableArea h3 {
  line-height: 1.4;
}/*# sourceMappingURL=apply.css.map */

button#submit {
    background: linear-gradient(#FF9787, #F75940);
    border-radius: 10px;
    margin: 3em auto;
    cursor: pointer;
    max-width: 400px;
    width: 100%;
    position: relative;
    padding: 1.2em;
    color: #FFF;
    border: 0;
}
button#submit > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
button#submit > span::after{
  content:"";
  width: 25px;
  height: 25px;
  background-image: url("../../img/pages/front/arrow-white.svg");
  background-size: cover;
}

.form_area input[name$="_confirm"] {
	margin-top: 0.5em;
}

.form_area .checkAreaText {
  flex:1;
}