@charset "UTF-8";
/*-------------------------------------- */
/* Common Parts
---------------------------------------- */
.check_form .check_small {
  font-size: 12px !important;
}
.check_form .check_large {
  font-size: 24px !important;
}
.check_form .check_xlarge {
  font-size: 30px !important;
}
.check_form a {
  color: royalblue;
}
/* checkbox */
.check_form .check input {
  display: none;
}
.check_form .check input + label {
  position: relative;
  padding-left: 2em;
  font-size: 112.5%;
}
.check_form .check input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: solid 1px #000;
}
.check_form .check input + label.checked:after {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 0;
  width: 1.5em;
  height: 0.8em;
  border: solid #f00;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}
/* border_box */
.check_form .border_box {
  padding: 1.5em;
  border: solid 1px #323232;
  font-size: 96%;
}
.check_form .border_box p.text {
  margin-bottom: 1em;
}
/* next_button */
.check_form button:after {
  content: none;
}
.check_form .next_button {
  margin: 3em 0 0;
  text-align: center;
  line-height: 0;
  display: table;
  width: 100%;
}
.check_form .next_button > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  transition: 0.3s;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 25px;
  background: linear-gradient(to right, #e98900 0%, #e16a1b 100%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
  box-shadow: 5px 5px 10px rgba(35, 24, 21, .2);
  padding: 0 50px 0 20px;
  white-space: normal;
  opacity: 0.3;
  cursor: default;
  display: block;
}
.check_form .next_button > button:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  left: 90%;
  height: 12px;
  margin-top: -8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  background: none;
}
.check_form .next_button.checked > button {
  display: none;
}
.check_form .next_button form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  transition: 0.3s;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 25px;
  background: linear-gradient(to right, #e98900 0%, #e16a1b 100%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
  box-shadow: 5px 5px 10px rgba(35, 24, 21, .2);
  padding: 0 50px 0 20px;
  white-space: normal;
  opacity: 1;
  cursor: pointer;
  display: none;
}
.check_form .next_button form button:hover {
  opacity: 0.6;
}
.check_form .next_button form button:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  left: 90%;
  height: 12px;
  margin-top: -8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  background: none;
}
.check_form .next_button.checked form button {
  display: block;
}
.check_form .next_button .next_button_on {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  transition: 0.3s;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100px;
  border-radius: 25px;
  background: linear-gradient(to right, #e98900 0%, #e16a1b 100%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
  box-shadow: 5px 5px 10px rgba(35, 24, 21, .2);
  padding: 0 50px 0 20px;
  white-space: normal;
}
.check_form .next_button .next_button_on, .check_form .next_button .next_button_on_arrow {
  opacity: 1;
  cursor: pointer;
  display: none;
}
.check_form .next_button .next_button_on:hover {
  opacity: 0.6;
}
.check_form .next_button .next_button_on_arrow {
  position: relative;
}
.check_form .next_button .next_button_on_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  left: 90%;
  height: 12px;
  margin-top: -8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  background: none;
}
.check_form .next_button.checked .next_button_on, .check_form .next_button.checked .next_button_on_arrow {
  display: block;
}
.check_form .side_button {
  text-align: center
}
.check_form .side_button .next_button {
  display: inline-block;
  width: 48%;
  vertical-align: bottom;
}
.check_form .side_button .next_button:first-child {
  margin-right: 2%;
}
.check_form .side_button .next_button .next_button_on_arrow:after, 
.check_form .side_button .next_button form button:after, 
.check_form .side_button .next_button > button:after {
  left: 80%;
}
@media (max-width: 767px) {
  .check_form .next_button button:first-child, .check_form .next_button.checked form button, .check_form .next_button .next_button_on {
    font-size: 1.8rem;
  }
}