.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.mov_line, #online_head, section {
  overflow: hidden;
}

/* =====================================================
    online_head
=====================================================*/
#online_head {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #online_head {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  #online_head {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#online_head .contents_inner {
  max-width: 1200px;
}

/* =====================================================
    page_visual
=====================================================*/
.page_visual {
  position: relative;
}
@media screen and (min-width: 640px) {
  .page_visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title {
    position: absolute;
    right: 0%;
    top: 20px;
    width: 50%;
    padding: 35px 0px 35px 5%;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title {
    top: 10%;
    padding: 50px 0px 50px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title {
    top: 80px;
    width: calc(100% - 650px);
    padding: 70px 0px 70px 45px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title:before, .page_visual .contents_title:after {
    left: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .contents_title .contents_title__text {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .contents_title .contents_title__line {
    left: 0px;
  }
}
@media screen and (max-width: 639px) {
  .page_visual .img {
    padding-top: 50px;
  }
}
@media screen and (min-width: 640px) {
  .page_visual .img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .img {
    width: 790px;
    margin-left: -140px;
  }
}
.page_visual .img img {
  width: 100%;
  height: auto;
}
.page_visual .en_text {
  position: relative;
  z-index: 11;
  margin-top: -10vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text {
    margin-top: 0px;
    margin-left: -5%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text {
    width: 700px;
    margin-left: -150px;
  }
}
.page_visual .en_text .en_text__inner {
  position: relative;
  display: inline-block;
  padding-right: 16.6666666667vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 8.59375vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .en_text__inner {
    padding-right: 110px;
  }
}
.page_visual .en_text .text {
  padding-left: 1vw;
  display: block;
  line-height: 1.2em;
  font-size: 18.7179487179vw;
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .text {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .text {
    font-size: 12rem;
  }
}
.page_visual .en_text .icon {
  display: block;
  width: 12.8205128205vw;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .page_visual .en_text .icon {
    width: 7.03125vw;
  }
}
@media screen and (min-width: 1200px) {
  .page_visual .en_text .icon {
    width: 80px;
  }
}
.page_visual .en_text .icon img {
  width: 100%;
  height: auto;
}

#about {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #about {
    padding-bottom: 100px;
  }
}

.about_intro {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .about_intro {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .about_intro {
    margin-top: 80px;
  }
}

.about_contents {
  margin-top: 100px;
}
.about_contents .consecutive_item::after {
  display: none;
}

.about_contents__intro {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .about_contents__intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__intro {
    margin-top: 50px;
  }
}

.about_contents__fee.about_fee {
  margin-top: 40px;
  padding: 28px 5vw 32px;
}
@media screen and (min-width: 640px) {
  .about_contents__fee.about_fee {
    margin-top: 50px;
    padding: 32px 40px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 980px) {
  .about_contents__fee.about_fee {
    margin-top: 60px;
    padding: 40px 50px 44px;
  }
}

.about_fee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  max-width: 100%;
  margin-inline: auto;
}

.about_fee__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .about_fee__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}
@media screen and (min-width: 980px) {
  .about_fee__row {
    gap: 70px;
  }
}

.about_fee__badge {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px clamp(36px, 25vw, 100px);
  background-color: #00C2ED;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .about_fee__badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 18px 56px;
    font-size: 18px;
  }
}

.about_fee__price {
  font-family: "Anton", sans-serif;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0;
}
@media screen and (min-width: 640px) {
  .about_fee__price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.about_fee__duration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}

.about_fee__num {
  font-family: "Anton", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 48px;
}
@media screen and (min-width: 640px) {
  .about_fee__num {
    font-size: clamp(40px, 7vw, 46px);
  }
}
@media screen and (min-width: 980px) {
  .about_fee__num {
    font-size: 56px;
  }
}

.about_fee__unit {
  margin-left: 0.08em;
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
@media screen and (min-width: 640px) {
  .about_fee__unit {
    font-size: clamp(24px, 4vw, 26px);
  }
}
@media screen and (min-width: 980px) {
  .about_fee__unit {
    font-size: 32px;
  }
}

.about_fee__amount {
  margin-left: 0.15em;
  font-weight: 700;
  color: #00C2ED;
  font-size: 60px;
  line-height: 0.7;
  letter-spacing: -0.02em;
  letter-spacing: 1px;
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .about_fee__amount {
    font-size: clamp(50px, 9vw, 58px);
  }
}
@media screen and (min-width: 980px) {
  .about_fee__amount {
    font-size: 76px;
  }
}

.about_fee__yen {
  margin-left: 0.06em;
  font-weight: 700;
  color: #000;
  font-size: 32px;
}
@media screen and (min-width: 640px) {
  .about_fee__yen {
    font-size: clamp(24px, 4vw, 26px);
  }
}
@media screen and (min-width: 980px) {
  .about_fee__yen {
    font-size: 32px;
  }
}

.about_fee__note {
  margin: 24px auto 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .about_fee__note {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.about_fee__note-line {
  display: block;
}
@media screen and (min-width: 640px) {
  .about_fee__note-line {
    display: inline;
  }
}

/* =====================================================
    consecutive_list
=====================================================*/
.consecutive_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.consecutive_item {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 15px 50px 15px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item {
    padding: 20px 40px 20px 20px;
  }
}
.consecutive_item .number, .consecutive_item .text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.consecutive_item .number {
  font-size: min(3.5897435897vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #C8C8C8;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item .number {
    font-size: 1.6rem;
  }
}
.consecutive_item .number .large {
  font-size: 120%;
}
.consecutive_item .text {
  font-size: min(3.8461538462vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .consecutive_item .text {
    font-size: 1.8rem;
  }
}
.consecutive_item:after {
  content: "";
  -webkit-mask-image: url(../../img/common/arrow_down.svg);
          mask-image: url(../../img/common/arrow_down.svg);
  background: #00C2ED;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 980px) {
  .consecutive_item:after {
    right: 20px;
    width: 10px;
    height: 15px;
    margin-top: -7px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.consecutive_item:hover {
    background-color: #00C2ED;
    color: #fff;
  }
  a.consecutive_item:hover .number {
    color: #fff;
  }
  a.consecutive_item:hover .text {
    color: #fff;
  }
  a.consecutive_item:hover:after {
    background: #fff;
  }
}

.consecutive_item + .consecutive_item {
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  .consecutive_item + .consecutive_item {
    margin-top: 10px;
  }
}

.consecutive_list {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .consecutive_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .consecutive_list {
    margin-top: 80px;
  }
}

#flow {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #flow {
    padding-bottom: 100px;
  }
}

/* =====================================================
    flow_contents
=====================================================*/
.flow_contents {
  margin-top: 100px;
}
@media screen and (min-width: 640px) {
  .flow_contents {
    margin-top: 120px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents {
    max-width: 800px;
    margin: 120px auto 0px auto;
  }
}

.flow_contents__item + .flow_contents__item {
  position: relative;
  margin-top: 80px;
}
.flow_contents__item + .flow_contents__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -54px;
  width: 20px;
  height: 28px;
  background-image: url(../../img/common/arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_contents__item {
  padding: 30px 5vw 30px 5vw;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item {
    padding: 30px 5vw 30px 5vw;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item {
    padding: 60px 60px 60px 60px;
  }
}
.flow_contents__item .number {
  font-size: 9.2307692308vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .number {
    font-size: 5.4vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .number {
    font-size: 4.5rem;
  }
}
.flow_contents__item .title {
  margin-top: 15px;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .title {
    font-size: 3.8vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .title {
    margin-top: 20px;
    font-size: 3.2rem;
  }
}
.flow_contents__item .thumb {
  position: relative;
  margin-top: 30px;
  border-radius: 30vw;
}
@media screen and (min-width: 980px) {
  .flow_contents__item .thumb {
    max-width: 550px;
    margin: 40px auto 0px auto;
  }
}
.flow_contents__item .thumb .col {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 8.2051282051vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .thumb .col {
    font-size: 6.5vw;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .thumb .col {
    font-size: 4.8rem;
  }
}
.flow_contents__item .thumb .en {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 3.3333333333vw;
  color: #C8C8C8;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .thumb .en {
    font-size: 1.7rem;
  }
}
.flow_contents__item .intro .note {
  margin-top: 8px;
  font-size: 3.3333333333vw;
  line-height: 1.7em;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .intro .note {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .intro .note {
    font-size: 1.4rem;
  }
}
.flow_contents__item .btn_area {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .flow_contents__item .btn_area {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 4%;
  }
}
@media screen and (min-width: 980px) {
  .flow_contents__item .btn_area {
    margin-top: 50px;
  }
}
@media screen and (max-width: 639px) {
  .flow_contents__item .btn_area .btn_standard {
    max-width: 300px;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .flow_contents__item .btn_area .btn_standard {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 420px;
  }
}
.flow_contents__item .btn_area .btn_standard .text {
  text-align: -webkit-center;
}
@media screen and (max-width: 639px) {
  .flow_contents__item .btn_area .btn_standard + .btn_standard {
    margin-top: 10px;
  }
}

.flow_contents__item:nth-child(odd) .thumb {
  background-color: #EEF8F9;
}
.flow_contents__item:nth-child(even) .thumb {
  background-color: #FBF6ED;
}

#apply {
  padding-top: 0px;
}
@media screen and (max-width: 639px) {
  #apply {
    padding-bottom: 100px;
  }
}

.apply_intro {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .apply_intro {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .apply_intro {
    margin-top: 80px;
  }
}

.apply_form {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px 5vw 30px 5vw;
}
@media screen and (min-width: 640px) {
  .apply_form {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .apply_form {
    padding: 50px 50px 50px 50px;
    max-width: 1000px;
    margin: 70px auto 0px auto;
  }
}
@media screen and (min-width: 1200px) {
  .apply_form {
    padding: 60px 60px 60px 60px;
  }
}

/* =====================================================
    form
=====================================================*/
@media screen and (max-width: 639px) {
  .form_row + .form_row {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .form_row + .form_row {
    margin-top: 30px;
  }
}
.form_row .required {
  color: #00C2ED;
}

.form_title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .form_title {
    margin-bottom: 5px;
  }
}

.form_item input[type=text], .form_item input[type=email],
.form_item input[type=number], .form_item input[type=tel], .form_item textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.85em 10px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  .form_item input[type=text], .form_item input[type=email],
  .form_item input[type=number], .form_item input[type=tel], .form_item textarea {
    line-height: 1.5em;
  }
}
.form_item .textarea {
  line-height: 1em;
}
.form_item textarea {
  height: 100px;
}
@media screen and (min-width: 640px) {
  .form_item textarea {
    height: 150px;
  }
}
.form_item.error input[type=text], .form_item.error input[type=email],
.form_item.error input[type=number], .form_item.error input[type=tel], .form_item.error textarea {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-top: 8px;
}
.error-message:empty {
  display: none;
}

.form_error_message {
  display: none;
  color: #e74c3c;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
}

.radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.radio .radio_item + .radio_item {
  margin-top: 5px;
}
.radio label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
@media (min-width: 640px) {
  .radio label {
    padding-left: 29px;
    line-height: 22px;
  }
}
.radio label input[type=radio] {
  display: none !important;
}
.radio label input[type=radio] + span {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
}
@media (min-width: 640px) {
  .radio label input[type=radio] + span {
    font-size: 1.5rem;
  }
}
.radio label input[type=radio] + span:before, .radio label input[type=radio] + span:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.radio label input[type=radio] + span:before {
  z-index: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px #B7B7B7 solid;
  border-radius: 50%;
}
@media (min-width: 640px) {
  .radio label input[type=radio] + span:before {
    width: 22px;
    height: 22px;
  }
}
.radio label input[type=radio] + span:after {
  z-index: 1;
  width: 6px;
  height: 10px;
  opacity: 0;
  margin-left: 7px;
  margin-top: -6px;
}
@media (min-width: 640px) {
  .radio label input[type=radio] + span:after {
    width: 6px;
    height: 11px;
    margin-left: 8px;
    margin-top: -6px;
  }
}
.radio label input[type=radio]:checked + span:after {
  border: 2px solid #00C2ED;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.radio label input[type=radio]:disabled + span {
  cursor: default;
}
.radio label input[type=radio]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.radio label input[type=radio]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.radio label:has(:disabled) {
  cursor: default;
}

.checkbox_item label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 23px;
  display: inline-block;
}
@media (min-width: 640px) {
  .checkbox_item label {
    padding-left: 27px;
    line-height: 22px;
  }
}
.checkbox_item label input[type=checkbox] {
  display: none !important;
}
.checkbox_item label input[type=checkbox] + span {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
}
@media (min-width: 640px) {
  .checkbox_item label input[type=checkbox] + span {
    font-size: 1.5rem;
  }
}
.checkbox_item label input[type=checkbox] + span:before, .checkbox_item label input[type=checkbox] + span:after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox_item label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 1px #B7B7B7 solid;
  border-radius: 3px;
}
@media (min-width: 640px) {
  .checkbox_item label input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
  }
}
.checkbox_item label input[type=checkbox] + span:after {
  z-index: 1;
  width: 6px;
  height: 10px;
  opacity: 0;
  margin-left: 6px;
  margin-top: -6px;
}
@media (min-width: 640px) {
  .checkbox_item label input[type=checkbox] + span:after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
    margin-top: -7px;
  }
}
.checkbox_item label input[type=checkbox]:checked + span:before {
  background-color: #00C2ED;
  border-color: #00C2ED;
}
.checkbox_item label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.checkbox_item label input[type=checkbox]:disabled + span {
  cursor: default;
}
.checkbox_item label input[type=checkbox]:disabled + span:before {
  background-color: #e4e4e4;
  border-color: #ccc;
}
.checkbox_item label input[type=checkbox]:disabled:checked + span:after {
  border-color: #b2b2b2;
}
.checkbox_item label:has(:disabled) {
  cursor: default;
}

.approval_area {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .approval_area {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .approval_area {
    margin-top: 50px;
  }
}
.approval_area .checkbox_item {
  text-align: center;
}
.approval_area .error-message {
  text-align: center;
}

.contact_button {
  margin-top: 30px;
  text-align: center;
}
.contact_button .btn_standard {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .contact_button .btn_standard {
    max-width: 280px;
  }
}
@media screen and (min-width: 980px) {
  .contact_button .btn_standard {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}