@charset "UTF-8";
@media screen and (min-width: 1080px) {
  body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    overflow-y: auto;
    /* ページ全体にスクロール可能なスタイルを適用 */
  }
  body h5,
  body h6 {
    margin: 0;
  }
  .header_form {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f03442;
  }
  .header_form .wrap_header_form {
    width: 1080px;
    margin: 0 auto;
  }
  .header_form .wrap_header_form .txt_header_from {
    width: 640px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .header_form .wrap_header_form .txt_header_from span {
    padding: 0 12px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #f03442;
    background: #fff83f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header_form .wrap_header_form .txt_header_from span::after {
    content: "";
    display: block;
    position: absolute;
    width: 21px;
    height: 42px;
    background-image: url(../img/application_form/img_flg.png);
    top: 0;
    right: -21px;
  }
  #application_form {
    width: 1080px;
    margin: 0 auto;
    padding: 24px 0 360px;
    display: flex;
    gap: 24px;
    background: #fff;
  }
  #application_form .form_main {
    width: 640px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* モーダルのスタイル */
  }
  #application_form .form_main .chart {
    max-width: 640px;
    height: auto;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f7ff;
    border-radius: 12px;
    z-index: 8;
  }
  #application_form .form_main .chart.block {
    top: 0;
    position: fixed;
  }
  #application_form .form_main .chart .item_chart {
    width: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #application_form .form_main .chart .item_chart .num_chart {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border: solid 1px #1d4294;
    border-radius: 18px;
    position: relative;
  }
  #application_form .form_main .chart .item_chart .num_chart::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #18335d;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(15px, 0);
  }
  #application_form .form_main .chart .item_chart:nth-last-child(1) .num_chart::after {
    display: none;
  }
  #application_form .form_main .chart .item_chart .num_chart_done {
    color: #fff;
    background: #1d4294;
  }
  #application_form .form_main .chart .item_chart .txt_chart {
    margin-top: 6px;
    font-weight: bold;
    color: #18335d;
  }
  #application_form .form_main .bnr_transtfer_info {
    margin: 0 24px;
  }
  #application_form .form_main .bnr_transtfer_info img {
    width: 100%;
  }
  #application_form .form_main .feature_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px;
  }
  #application_form .form_main .feature_form .img_form_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #application_form .form_main .feature_form .img_form_head img {
    width: 100%;
    border-radius: 12px;
  }
  #application_form .form_main .feature_form .img_form_head .btn_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 270px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #fff;
    background: #18335d;
    border-radius: 24px;
  }
  #application_form .form_main .feature_form .img_form_head .btn_service::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon_nwetab.png);
    background-size: 100%;
  }
  #application_form .form_main .feature_form .note_feature {
    width: 100%;
    border: solid 1px #f03442;
    border-radius: 12px;
    overflow: hidden;
    letter-spacing: 0.5px;
  }
  #application_form .form_main .feature_form .note_feature .ttl_note_feature {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 10px 18px;
    box-sizing: border-box;
    font-style: 18px;
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .feature_form .note_feature .ttl_note_feature span {
    display: block;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    color: #f03442;
    background: #fff;
    border-radius: 10.5px;
  }
  #application_form .form_main .feature_form .note_feature .txt_note_feature {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }
  #application_form .form_main .feature_form .note_feature .txt_note_feature .pink {
    color: #f03442;
  }
  #application_form .form_main .section_form {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 24px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
  }
  #application_form .form_main .section_form .wrap_form_l {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #application_form .form_main .section_form .wrap_form_l .ttl_form {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 24px;
    color: #fff;
    background: #1a4896;
    border-radius: 6px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input::after {
    border: none;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .ttl_item_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
    font-size: 16px;
    line-height: 1.2;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right .area_text_customer_input {
    width: 100%;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right .txt_input {
    font-size: 10px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row .txt_input {
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input {
    position: relative;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    width: 30px;
    height: 30px;
    transform: translate(-1px, -1px);
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    border: solid 3px #f03442;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .ttl_item {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    font-size: 24px;
    color: #18335d;
    border-left: solid 8px #18335d;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .ttl_item .tag_recommend {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #f03442;
    border-radius: 6px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s input[type=radio],
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s input[type=checkbox] {
    display: none;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s input[type=checkbox] {
    display: none;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .list_common {
    display: flex;
    gap: 12px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .list_common .item_common {
    width: 100%;
    display: flex;
    gap: 12px;
    background: #fff;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 12px;
    transition: 0.3s;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .note_form_common {
    font-size: 14px;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device {
    width: 50%;
    text-align: center;
    flex-direction: column;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .img_form_device {
    width: 254px;
    height: 254px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 12px;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .img_form_device img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device h5 {
    font-size: 36px;
    color: #18335d;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .txt_device {
    font-size: 14px;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .spec {
    font-size: 24px;
    font-weight: bold;
    color: #18335d;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .spec span {
    font-size: 16px;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color {
    width: 50%;
    flex-direction: row-reverse;
    justify-content: start;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color h5 {
    font-size: 21px;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .box_color {
    width: 27px;
    height: 27px;
    border: solid 1px #888;
    border-radius: 4px;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .black {
    background: #000;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .white {
    background: #fff;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan {
    width: 50%;
    flex-direction: column;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .ttl_plan_form {
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: #18335d;
    font-weight: bold;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .ttl_plan_form span {
    font-size: 18px;
    color: #be0e17;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan img {
    width: 100%;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .txt_plan_form {
    width: 100%;
    padding-top: 12px;
    font-size: 12px;
    border-top: solid 1px #888;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #option_from .list_form_option {
    flex-direction: column;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .ttl_option_form span {
    font-size: 16px;
    line-height: 16px;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .ttl_option_form h5 {
    font-size: 20px;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .price_option {
    display: flex;
    gap: 6px;
    font-size: 18px;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .price_option .btn_modal_option {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #18335d;
    border-radius: 12px;
    position: relative;
    z-index: 5;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .btn_modal_option_03 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #option_from .option_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption {
    flex-direction: column;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .ttl_wmoption_form span {
    font-size: 16px;
    line-height: 16px;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .ttl_wmoption_form h5 {
    font-size: 20px;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .price_wmoption {
    display: flex;
    gap: 6px;
    font-size: 18px;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .price_wmoption .btn_modal_wmoption {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #18335d;
    border-radius: 12px;
    position: relative;
    z-index: 5;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #wmoption_form .option_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #broad_from .list_form_broad {
    flex-direction: column;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad .ttl_broad_form span {
    font-size: 16px;
    line-height: 16px;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad .ttl_broad_form h5 {
    font-size: 20px;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv {
    flex-direction: column;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv .ttl_docdlv_form span {
    font-size: 16px;
    line-height: 16px;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv .ttl_docdlv_form h5 {
    font-size: 20px;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #auid_from .title {
    font-weight: normal;
  }
  #application_form .form_main .section_form #auid_from ul {
    margin-left: 20px;
    font-size: 15px;
  }
  #application_form .form_main .section_form #auid_from ul li {
    list-style: disc;
  }
  #application_form .form_main .section_form #auid_from .under-link {
    font-size: 15px;
  }
  #application_form .form_main .section_form #auid_from .under-link a {
    color: #1d6ede;
  }
  #application_form .form_main .section_form #terms_from .list_terms {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border-radius: 6px;
  }
  #application_form .form_main .section_form #terms_from .list_terms .item_terms {
    font-size: 16px;
  }
  #application_form .form_main .section_form #terms_from .list_terms .item_terms::before {
    content: "・";
    width: 4px;
    height: 16px;
    margin-right: 6px;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms {
    flex-direction: column;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms::after {
    border: none;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form .btn_terms_check {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 16px;
    cursor: pointer;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form h5 {
    font-size: 18px;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .btn_terms_link {
    width: 224px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
    background: #18335d;
    border-radius: 21px;
    cursor: pointer;
    pointer-events: fill;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .btn_terms_link::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_nwetab.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all {
    display: none;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all::after {
    border: solid 1px #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .ttl_terms_form .btn_terms_check {
    border: solid 2px #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .ttl_terms_form h5 {
    color: #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .must_terms {
    width: 72px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    background: #f03442;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-18px, -50%);
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked {
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked .ttl_terms_form h5 {
    color: #fff;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked .must_terms {
    border: solid 1px #fff;
  }
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check {
    position: relative;
    border: none;
  }
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #terms_from input[type=checkbox]:disabled ~ .btn_terms_check {
    background: #e5e5e5 !important;
    border: solid 2px #e2e2e2 !important;
  }
  #application_form .form_main .section_form #terms_from .consent-check {
    text-align: center;
  }
  #application_form .form_main .section_form #terms_from .consent-check p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #application_form .form_main .section_form #terms_from .consent-check button {
    background: #18335d;
    margin: 0;
    width: 200px;
    height: 45px;
    line-height: 43px;
    padding: 0 24px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
  }
  #application_form .form_main .section_form #terms_from .consent-check button:disabled {
    background: #ccc;
    cursor: no-drop;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause {
    flex-direction: column;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause::after {
    border: none;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form .btn_datause_check {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 16px;
    cursor: pointer;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form h5 {
    font-size: 18px;
  }
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check {
    position: relative;
    border: none;
  }
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #number_from .list_form_number {
    flex-direction: column;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .ttl_number_form {
    width: 120px;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .ttl_number_form h5 {
    font-size: 16px;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .txt_number {
    width: 190px;
    font-size: 16px;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .txt_number span {
    display: block;
    font-size: 12px;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_right input {
    width: 144px;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_common::after {
    content: none;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule {
    flex-direction: column;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .ttl_schedule_form h5 {
    font-size: 16px;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_select,
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_text {
    color: #000;
    width: 188px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    box-sizing: border-box;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
    text-align: left;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext::after {
    display: none;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext {
    width: 100%;
    height: 144px;
    line-height: 1.5;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext::-moz-placeholder {
    color: #aaa;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext::placeholder {
    color: #aaa;
  }
  #application_form .form_main .section_form .must {
    height: 27px;
    padding: 2px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background: #f03442;
    border-radius: 6px;
  }
  #application_form .form_main .section_form .btn_pagenav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_back,
  #application_form .form_main .section_form .btn_pagenav .btn_form_next {
    margin: 0;
    display: block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_back {
    background: #333;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_next {
    background: #18335d;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input {
    flex-direction: column;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input::after {
    border: none;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .ttl_item_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
    font-size: 16px;
    line-height: 1.2;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-grow: 1;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .postal_code > span {
    margin-right: 5px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .input1 {
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 70px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .input2 {
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code button {
    padding: 8px 0;
    background-color: #333;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code button:hover {
    background-color: #6a6a6a;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .txt_input {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .area_text_customer_input {
    width: 100%;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .txt_input {
    font-size: 10px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .btn_check_input {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 16px;
    cursor: pointer;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row .txt_input {
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input {
    position: relative;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1080px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    width: 30px;
    height: 30px;
    transform: translate(-1px, -1px);
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after,
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    border: solid 3px #f03442;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .add_delivery.none {
    display: none;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver {
    align-items: flex-start;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver {
    align-items: flex-start;
    flex-direction: column;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver .check_deliver {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver .area_text_deliver {
    display: none;
    width: 100%;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #customer_input .must {
    height: 27px;
    padding: 2px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #f03442;
    background: #fff;
    border: solid 1px #f03442;
    border-radius: 6px;
  }
  #application_form .form_main .section_form #upload .txt_main_upload {
    font-size: 14px;
    line-height: 1.5;
  }
  #application_form .form_main .section_form #upload .txt_main_upload .pink {
    font-size: 18px;
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload {
    flex-direction: column;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload {
    flex-direction: column;
    pointer-events: none;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload::after {
    content: none;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload[open] .ttl_item_upload {
    margin-bottom: 10px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload[open] .ttl_item_upload .conditions::before {
    content: "▼ 条件を見る";
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload {
    list-style: none;
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload::-webkit-details-marker {
    display: none;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload .conditions {
    color: #1a4896;
    float: right;
    font-size: 16px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload .conditions::before {
    content: "▶ 条件を見る";
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload a {
    color: #222;
    text-decoration: underline;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload .item_txt_upload {
    margin-left: 12px;
    font-size: 14px;
    position: relative;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload .item_txt_upload::before {
    content: "・";
    position: absolute;
    left: -12px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload_small {
    font-size: 12px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload {
    width: 100%;
    margin-top: 10px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .ttl_note_upload {
    width: auto;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    padding: 2px 6px 0;
    font-size: 14px;
    color: #f03442;
    border-bottom: solid 2px #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .txt_note_upload {
    font-size: 14px;
    line-height: 1.5;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .txt_note_upload .pink {
    color: #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload {
    display: flex;
    flex-direction: row;
    gap: 12px;
    text-align: center;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload {
    height: 182px;
    flex-grow: 1;
    padding: 0;
    color: white;
    background-color: #f5f5f5;
    border: solid 1px #888;
    border-radius: 6px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    opacity: 1;
    cursor: pointer;
    pointer-events: fill;
    position: relative;
    /* 変更されるプロパティを指定 */
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label:hover::after {
    background: #18335d;
    opacity: 0.1;
    transition: 0.2s;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label .txt_file_upload {
    font-size: 18px;
    color: #222;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label .btn_file_upload {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #18335d;
    background: #fff;
    border: solid 1px #18335d;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload input {
    display: none;
  }
  #application_form .form_main .section_form .confirm .list_confirm {
    flex-direction: column;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm {
    height: auto;
    min-height: 48px;
    align-items: center;
    padding: 12px 18px !important;
    pointer-events: none;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm::after {
    border: none !important;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .ttl_item_confirm {
    display: flex;
    align-items: center;
    width: 144px;
    height: 100%;
    padding-right: 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    border-right: solid 1px #d9d9d9;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .ttl_item_confirm .ttl_confirm_small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .item_confirm_right .txt_confirm {
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
  }
  #application_form .form_main .section_form #contactinfo .wrap_form_s {
    gap: 24px;
  }
  #application_form .form_main .section_form #contactinfo .not_complete {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_large {
    font-size: 18px;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_base {
    font-size: 16px;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_small {
    font-size: 14px;
  }
  #application_form .form_main .section_form #contactinfo .pink {
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #contactinfo .bottom {
    gap: 6px;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo {
    pointer-events: none;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo::after {
    border: none;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule {
    display: flex;
    padding-left: 18px;
    position: relative;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 6px;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule .txt_contactinfo_base {
    display: block;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule .txt_contactinfo_base span {
    display: inline-block;
    margin-right: 12px;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .first {
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: solid 1px #888;
  }
  #application_form .form_main .modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    cursor: auto;
  }
  #application_form .form_main .modal .content_modal {
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 60px auto;
    padding: 42px;
    box-sizing: border-box;
    line-height: 1.5;
    border: 1px solid #888;
    border-radius: 24px;
    background: #fefefe;
    position: relative;
    pointer-events: auto;
  }
  #application_form .form_main .modal .content_modal .img_modal {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #application_form .form_main .modal .content_modal .section_modal {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .modal .content_modal h6 {
    margin: 0;
    font-size: 24px;
    color: #1a4896;
  }
  #application_form .form_main .modal .content_modal p,
  #application_form .form_main .modal .content_modal ul,
  #application_form .form_main .modal .content_modal ol {
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #application_form .form_main .modal .content_modal ol li {
    list-style-type: auto;
  }
  #application_form .form_main .modal .content_modal ul li {
    list-style-type: disc;
  }
  #application_form .form_main .modal .content_modal .txt_modal {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
  #application_form .form_main .modal .content_modal .txt_modal_small {
    font-size: 16px;
  }
  #application_form .form_main .modal .close {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #222;
    border-radius: 50%;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(-24px, 24px);
    transition: 0.2s;
    z-index: 20;
  }
  #application_form .form_main .modal .close:hover {
    color: #fff !important;
    opacity: 0.8;
    transition: 0.2s;
  }
  #application_form .form_main .modal .close:hover,
  #application_form .form_main .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  #form_side {
    width: 366px !important;
    max-height: 704px !important;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    background: #fff;
    border: solid 1px #888;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
    transform-origin: top left;
  }
  #form_side .wrap_side {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #form_side .wrap_side .ttl_form_side {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    font-size: 17px;
    color: #18335d;
    border-left: solid 6px #18335d;
  }
  #form_side .wrap_side .txt_plan_side {
    font-size: 14px;
    font-weight: bold;
  }
  #form_side .wrap_side .img_side {
    width: 366px;
    height: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
  }
  #form_side .wrap_side .img_side img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #form_side .wrap_side .info_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #form_side .wrap_side .info_side .info_side_left .item_name_side {
    font-size: 12px;
  }
  #form_side .wrap_side .info_side .info_side_right .item_value_side {
    font-size: 12px;
  }
  #form_side .wrap_side .info_side .info_side_right .price_side {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 140px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
  }
  #form_side .wrap_side .info_side .tax {
    margin-left: 5px;
    line-height: 12px;
    font-size: 10px;
    font-weight: normal;
  }
  #form_side .wrap_side .note_side {
    width: 100%;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  #form_side .wrap_side .info_side_total {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 5px;
  }
  #form_side .wrap_side .info_side_total .price_total {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 5px;
    line-height: 1;
    vertical-align: baseline;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  #form_side .wrap_side .info_side_total .price_total span {
    display: block;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #f03442;
    transform: translate(0, 2px);
  }
  .option_select {
    display: flex;
  }
  .option_select input[type=radio]:checked ~ label .check {
    position: relative;
    border: none;
  }
  .option_select input[type=radio]:checked ~ label .check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1079px) {
  .option_select input[type=radio]:checked ~ label .check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) {
  .option_select .item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 20px;
  }
  .option_select .item label {
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .option_select .item label .check {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 16px;
    pointer-events: fill;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1079px) {
  body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
  }
  body * {
    color: #222;
  }
  body h5 {
    margin: 0;
  }
  body input[type=date],
  body input[type=time],
  body input[type=datetime-local] {
    -webkit-appearance: none;
  }
  body input[type=date]::-webkit-date-and-time-value,
  body input[type=time]::-webkit-date-and-time-value {
    text-align: left;
  }
  .header_form {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    margin-top: 60px;
    background: #f03442;
  }
  .header_form .wrap_header_form {
    width: 100%;
    margin: 0 auto;
  }
  .header_form .wrap_header_form .txt_header_from {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .header_form .wrap_header_form .txt_header_from span {
    padding: 0;
    width: 25vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3vw;
    font-weight: bold;
    color: #f03442;
    background: #fff83f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .header_form .wrap_header_form .txt_header_from span::after {
    content: "";
    display: block;
    position: absolute;
    width: 5vw;
    height: 8vw;
    background-image: url(../img/application_form/img_flg.png);
    background-size: 100%;
    background-position: center;
    top: 0;
    right: -4.9vw;
  }
  #application_form {
    width: 100%;
    margin: 0 auto;
    padding: 4vw 0;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    background: #fff;
  }
  #application_form .form_main {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    /* モーダルのスタイル */
  }
  #application_form .form_main .chart {
    width: auto;
    height: auto;
    padding: 4vw 2vw;
    margin: 0 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    background: #f3f7ff;
    border-radius: 2vw;
  }
  #application_form .form_main .chart.block {
    top: 0;
    position: fixed;
    margin-top: 60px;
    margin: 60px 0 0 0;
    width: 100%;
    border-radius: 0;
    padding: 5px 0px;
    border-bottom: 1px solid #d6e3ff;
    z-index: 10;
  }
  #application_form .form_main .chart .item_chart {
    width: 18vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #application_form .form_main .chart .item_chart .num_chart {
    width: 9vw;
    height: 9vw;
    line-height: 9vw;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    background: #fff;
    border: solid 1px #1d4294;
    border-radius: 5vw;
    position: relative;
  }
  #application_form .form_main .chart .item_chart .num_chart::after {
    content: "";
    display: block;
    width: 4vw;
    height: 1px;
    background: #18335d;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(2vw, 0);
  }
  #application_form .form_main .chart .item_chart:nth-last-child(1) .num_chart::after {
    display: none;
  }
  #application_form .form_main .chart .item_chart .num_chart_done {
    color: #fff;
    background: #1d4294;
  }
  #application_form .form_main .chart .item_chart .txt_chart {
    height: 5vw;
    margin-top: 1vw;
    font-size: 2.4vw;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    color: #18335d;
  }
  #application_form .form_main .bnr_transtfer_info {
    margin: 0 30px;
  }
  #application_form .form_main .bnr_transtfer_info img {
    width: 100%;
  }
  #application_form .form_main .feature_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    padding: 4vw;
  }
  #application_form .form_main .feature_form .img_form_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
  #application_form .form_main .feature_form .img_form_head img {
    width: 100%;
    border-radius: 4px;
  }
  #application_form .form_main .feature_form .img_form_head .btn_service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 270px;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #fff;
    background: #18335d;
    border-radius: 24px;
  }
  #application_form .form_main .feature_form .img_form_head .btn_service::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/icon_nwetab.png);
    background-size: 100%;
  }
  #application_form .form_main .feature_form .img_support {
    width: 100%;
  }
  #application_form .form_main .feature_form .wrap_appeal {
    width: 100%;
  }
  #application_form .form_main .feature_form .note_feature {
    width: 100%;
    border: solid 1px #f03442;
    border-radius: 9px;
    overflow: hidden;
    letter-spacing: 0.5px;
  }
  #application_form .form_main .feature_form .note_feature .ttl_note_feature {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 2vw 3vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .feature_form .note_feature .ttl_note_feature span {
    display: block;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3.5vw;
    text-align: center;
    color: #f03442;
    background: #fff;
    border-radius: 3vw;
  }
  #application_form .form_main .feature_form .note_feature .txt_note_feature {
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
    font-size: 3.2vw;
  }
  #application_form .form_main .feature_form .note_feature .txt_note_feature .pink {
    color: #f03442;
  }
  #application_form .form_main .section_form {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    padding: 4vw;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
  }
  #application_form .form_main .section_form .wrap_form_l {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #application_form .form_main .section_form .wrap_form_l .ttl_form {
    height: 10vw;
    line-height: 10vw;
    padding: 0 3vw;
    box-sizing: border-box;
    font-size: 4.5vw;
    color: #fff;
    background: #1a4896;
    border-radius: 6px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 2vw 3vw;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input::after {
    border: none;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .ttl_item_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 3.6vw;
    line-height: 1.2;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    flex-grow: 1;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right .area_text_customer_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
    overflow: hidden;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .item_customer_input .item_customer_input_right .txt_input {
    font-size: 10px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .ttl_item {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    font-size: 4.5vw;
    color: #18335d;
    border-left: solid 6px #18335d;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .ttl_item .tag_recommend {
    width: auto;
    height: 6vw;
    line-height: 6vw;
    padding: 0 2vw;
    text-align: center;
    font-size: 3.2vw;
    color: #fff;
    background: #f03442;
    border-radius: 4px;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s input[type=checkbox],
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s input[type=radio] {
    display: none;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .list_common {
    display: flex;
    gap: 2vw;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .list_common .item_common {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 2vw;
    background: #fff;
    padding: 3vw;
    box-sizing: border-box;
    border-radius: 9px;
    transition: 0.3s;
  }
  #application_form .form_main .section_form .wrap_form_l .wrap_form_s .note_form_common {
    font-size: 3.2vw;
    line-height: 1.2;
  }
  #application_form .form_main .section_form #device_form .list_form_device {
    flex-direction: column;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device {
    width: 100%;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .img_form_device {
    width: 40%;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-radius: 12px;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .img_form_device img {
    width: 90%;
    height: 90%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .info_device {
    width: 60%;
    height: 100%;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .info_device h5 {
    font-size: 6vw;
    color: #18335d;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .info_device .txt_device {
    font-size: 2.8vw;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .info_device .spec {
    font-size: 4vw;
    font-weight: bold;
    color: #18335d;
  }
  #application_form .form_main .section_form #device_form .list_form_device .item_form_device .info_device .spec span {
    font-size: 3.2vw;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #device_form .list_form_color {
    flex-direction: column;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color h5 {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .box_color {
    width: 5vw;
    height: 5vw;
    border: solid 1px #888;
    border-radius: 4px;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .black {
    background: #000;
  }
  #application_form .form_main .section_form #device_form .list_form_color .item_form_color .white {
    background: #fff;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #device_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #plan_form .list_form_plan {
    flex-direction: column;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan {
    width: 100%;
    flex-direction: column;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .ttl_plan_form {
    height: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    line-height: 6vw;
    color: #18335d;
    font-weight: bold;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .ttl_plan_form span {
    font-size: 18px;
    color: #be0e17;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan img {
    width: 100%;
  }
  #application_form .form_main .section_form #plan_form .list_form_plan .item_form_plan .txt_plan_form {
    width: 100%;
    padding-top: 2vw;
    font-size: 2.8vw;
    border-top: solid 1px #888;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #plan_form input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #option_from .list_form_option {
    flex-direction: column;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .ttl_option_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .ttl_option_form span {
    font-size: 3.2vw;
    line-height: 1;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .ttl_option_form h5 {
    width: 55vw;
    font-size: 3.5vw;
    line-height: 1;
    letter-spacing: -1px;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .price_option {
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: 3vw;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .price_option .btn_modal_option {
    width: 7vw;
    height: 7vw;
    line-height: 7vw;
    text-align: center;
    font-size: 3.6vw;
    color: #fff;
    background: #18335d;
    border-radius: 50%;
    z-index: 5;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #option_from .list_form_option .item_form_option .btn_modal_option_03 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #option_from .option_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #option_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption {
    flex-direction: column;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .ttl_wmoption_form span {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .ttl_wmoption_form h5 {
    font-size: 3.6vw;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .price_wmoption {
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: 3vw;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .price_wmoption .btn_modal_wmoption {
    width: 7vw;
    height: 7vw;
    line-height: 7vw;
    text-align: center;
    font-size: 3.6vw;
    color: #fff;
    background: #18335d;
    border-radius: 50%;
    pointer-events: fill;
    z-index: 5;
  }
  #application_form .form_main .section_form #wmoption_form .list_form_wmoption .item_form_wmoption .price_wmoption .btn_modal_wmoption:hover {
    opacity: 0.3;
  }
  #application_form .form_main .section_form #wmoption_form .option_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #wmoption_form input[type=checkbox]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #broad_from .list_form_broad {
    flex-direction: column;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad .ttl_broad_form span {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  #application_form .form_main .section_form #broad_from .list_form_broad .item_form_broad .ttl_broad_form h5 {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #broad_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv {
    flex-direction: column;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv {
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv .ttl_docdlv_form span {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  #application_form .form_main .section_form #docdlv_from .list_form_docdlv .item_form_docdlv .ttl_docdlv_form h5 {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common {
    position: relative;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #docdlv_from input[type=radio]:checked + .item_common::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #auid_from .title {
    font-weight: normal;
  }
  #application_form .form_main .section_form #auid_from ul {
    margin-left: 20px;
    font-size: 15px;
  }
  #application_form .form_main .section_form #auid_from ul li {
    list-style: disc;
  }
  #application_form .form_main .section_form #auid_from .under-link {
    font-size: 15px;
  }
  #application_form .form_main .section_form #auid_from .under-link a {
    color: #1d6ede;
  }
  #application_form .form_main .section_form #terms_from .list_terms {
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border-radius: 6px;
  }
  #application_form .form_main .section_form #terms_from .list_terms .item_terms {
    font-size: 3.2vw;
  }
  #application_form .form_main .section_form #terms_from .list_terms .item_terms::before {
    content: "・";
    width: 1vw;
    height: 3.2vw;
    margin-right: 1vw;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms {
    flex-direction: column;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    pointer-events: none;
    gap: 5vw;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms::after {
    border: none;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form .btn_terms_check {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: fill;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .ttl_terms_form h5 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    line-height: 1.2;
    position: absolute;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .btn_terms_link {
    width: 100%;
    height: 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    letter-spacing: 0.5px;
    color: #fff;
    background: #18335d;
    border-radius: 8vw;
    cursor: pointer;
    pointer-events: fill;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_form_terms .btn_terms_link::after {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url(../img/icon_nwetab.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%);
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all {
    height: auto;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all::after {
    border: solid 1px #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .ttl_terms_form {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .ttl_terms_form .btn_terms_check {
    border: solid 2px #f03442;
    position: relative;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .ttl_terms_form h5 {
    color: #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all .must_terms {
    width: 12vw;
    height: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    color: #fff;
    background: #f03442;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-25%, -50%);
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked {
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked .ttl_terms_form h5 {
    color: #fff;
  }
  #application_form .form_main .section_form #terms_from .list_form_terms .item_terms_all_checked .must_terms {
    border: solid 1px #fff;
  }
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check {
    position: relative;
    border: none;
  }
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #terms_from input[type=checkbox]:checked ~ .btn_terms_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #terms_from input[type=checkbox]:disabled ~ .btn_terms_check {
    background: #e5e5e5 !important;
    border: solid 2px #e2e2e2 !important;
  }
  #application_form .form_main .section_form #terms_from .consent-check {
    text-align: center;
  }
  #application_form .form_main .section_form #terms_from .consent-check p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #application_form .form_main .section_form #terms_from .consent-check button {
    background: #18335d;
    margin: 0;
    width: 200px;
    height: 45px;
    line-height: 43px;
    padding: 0 24px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
  }
  #application_form .form_main .section_form #terms_from .consent-check button:disabled {
    background: #ccc;
    cursor: no-drop;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause {
    flex-direction: column;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause::after {
    border: none;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form .btn_datause_check {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 21px;
    cursor: pointer;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #datause_from .list_form_datause .item_form_datause .ttl_datause_form h5 {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check {
    position: relative;
    border: none;
  }
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #datause_from input[type=checkbox]:checked ~ .btn_datause_check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #number_from .list_form_number {
    flex-direction: column;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .ttl_number_form {
    width: 17vw;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .ttl_number_form h5 {
    width: auto;
    font-size: 3.6vw;
    line-height: 1.2;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .txt_number {
    width: 40vw;
    font-size: 3vw;
    margin-left: 2vw;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_left .txt_number span {
    display: block;
    font-size: 2.8vw;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_right input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
    overflow: hidden;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_form_number .item_form_number_right .must {
    width: 16vw;
    height: 6vw;
    line-height: 6vw;
    border-radius: 4px;
    padding: 0 1vw;
    text-align: center;
    font-size: 2.6vw;
    margin-left: 2vw;
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .section_form #number_from .list_form_number .item_common::after {
    content: none;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule {
    flex-direction: column;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .ttl_schedule_form h5 {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    font-size: 3.6vw;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_select,
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_text {
    color: #000;
    width: 40vw;
    height: 40px;
    line-height: 40px;
    padding: 0 2vw;
    box-sizing: border-box;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_select option,
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .input_text option {
    font-size: 3.6vw;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule select.input_select,
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule input.input_text {
    text-align: left;
  }
  #application_form .form_main .section_form #schedule_form .list_form_schedule .item_form_schedule .input_schedule .time {
    width: 37vw;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext::after {
    display: none;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext {
    width: 100%;
    height: 40vw;
    line-height: 1.5;
    padding: 1vw 2vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext::-moz-placeholder {
    color: #aaa;
  }
  #application_form .form_main .section_form #freetext_from .list_form_freetext .item_form_freetext .area_freetext::placeholder {
    color: #aaa;
  }
  #application_form .form_main .section_form .btn_pagenav {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_back,
  #application_form .form_main .section_form .btn_pagenav .btn_form_next {
    margin: 0 auto;
    display: block;
    width: 80vw;
    height: 14vw;
    line-height: 14vw;
    padding: 0 4vw;
    font-size: 4vw;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    border-radius: 7vw;
    cursor: pointer;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_back {
    background: #333;
  }
  #application_form .form_main .section_form .btn_pagenav .btn_form_next {
    background: #18335d;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input {
    flex-direction: column;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 2vw 3vw;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input::after {
    border: none;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .ttl_item_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 3.6vw;
    line-height: 1.2;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    flex-grow: 1;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .postal_code > span {
    margin-right: 5px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .input1 {
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 70px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .input2 {
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code button {
    padding: 8px 0;
    background-color: #333;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code button:hover {
    background-color: #6a6a6a;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .postal_code .txt_input {
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .area_text_customer_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
    overflow: hidden;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .txt_input {
    font-size: 10px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .item_customer_input_right .btn_check_input {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: fill;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row .txt_input {
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input {
    position: relative;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::before {
    width: 30px;
    height: 30px;
    transform: translate(-1px, -1px);
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=radio]:checked + .btn_check_input::after {
    border: solid 3px #f03442;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input {
    position: relative;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-6px, -6px);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2vw, -2vw);
    transition: 0.3s;
    z-index: 5;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 3px #F03442;
    box-sizing: border-box;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::before {
    width: 30px;
    height: 30px;
    transform: translate(-1px, -1px);
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_customer_input .input_right_row input[type=checkbox]:checked + .btn_check_input::after {
    border: solid 3px #f03442;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .add_delivery.none {
    display: none;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver {
    align-items: flex-start;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver {
    align-items: flex-start;
    flex-direction: column;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver .check_deliver {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 2.6vw;
    font-weight: bold;
  }
  #application_form .form_main .section_form #customer_input .list_customer_input .item_input_deliver .input_right_deliver .area_text_deliver {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 1vw;
    box-sizing: border-box;
    font-size: 3.2vw;
    resize: none;
    border-radius: 6px;
    background: #f5f5f5;
    border: solid 1px #888;
    pointer-events: fill;
    overflow: hidden;
  }
  #application_form .form_main .section_form #customer_input .must {
    background: #fff;
    color: #f03442;
    border: solid 1px #f03442;
  }
  #application_form .form_main .section_form #upload .txt_main_upload {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #application_form .form_main .section_form #upload .txt_main_upload .pink {
    font-size: 4vw;
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload {
    flex-direction: column;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload {
    flex-direction: column;
    gap: 3vw;
    font-size: 3.5vw;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload[open] .ttl_item_upload {
    margin-bottom: 10px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload[open] .ttl_item_upload .conditions::before {
    content: "▼ 条件を見る";
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload {
    list-style: none;
    margin: 0;
    font-weight: bold;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload::-webkit-details-marker {
    display: none;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload .conditions {
    color: #1a4896;
    float: right;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload .conditions::before {
    content: "▶ 条件を見る";
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .ttl_item_upload a {
    color: #222;
    text-decoration: underline;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload .item_txt_upload {
    margin-left: 2vw;
    font-size: 3vw;
    position: relative;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload .item_txt_upload::before {
    content: "・";
    position: absolute;
    left: -2vw;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .summary_upload .txt_upload_small {
    font-size: 12px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .ttl_note_upload {
    width: auto;
    height: 4vw;
    line-height: 4vw;
    margin-bottom: 1vw;
    margin: 0;
    padding: 2vw 2vw 1vw;
    font-size: 3.6vw;
    color: #f03442;
    background: #fff;
    border-bottom: solid 1px #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .txt_note_upload {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .note_upload .txt_note_upload .pink {
    color: #f03442;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    text-align: center;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload {
    height: 48vw;
    flex-grow: 1;
    padding: 0;
    color: white;
    background-color: #f5f5f5;
    border: solid 1px #888;
    border-radius: 6px;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    opacity: 1;
    cursor: pointer;
    pointer-events: fill;
    position: relative;
    /* 変更されるプロパティを指定 */
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label:hover::after {
    background: #18335d;
    opacity: 0.1;
    transition: 0.2s;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label .txt_file_upload {
    font-size: 4vw;
    color: #222;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload label .btn_file_upload {
    width: 60vw;
    height: 50px;
    line-height: 50px;
    margin-top: 2vw;
    font-size: 3.6vw;
    font-weight: bold;
    color: #18335d;
    background: #fff;
    border: solid 1px #18335d;
    border-radius: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #application_form .form_main .section_form #upload .list_upload .item_upload .file_upload .area_file_upload input {
    display: none;
  }
  #application_form .form_main .section_form .confirm .list_confirm {
    flex-direction: column;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm {
    height: auto;
    flex-direction: column;
    align-items: start !important;
    padding: 1vw 3vw;
    pointer-events: none;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm::after {
    border: none !important;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .ttl_item_confirm {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 2vw 0;
    font-size: 3.6vw;
    line-height: 1.2;
    font-weight: normal;
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .ttl_item_confirm .ttl_confirm_small {
    display: block;
    font-size: 3.6vw;
    line-height: 1.2;
  }
  #application_form .form_main .section_form .confirm .list_confirm .item_confirm .item_confirm_right .txt_confirm {
    font-size: 3.6vw;
    line-height: 6vw;
    font-weight: bold;
  }
  #application_form .form_main .section_form #contactinfo .wrap_form_s {
    gap: 4vw;
  }
  #application_form .form_main .section_form #contactinfo .not_complete {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_large {
    font-size: 4vw;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_base {
    font-size: 3.6vw;
  }
  #application_form .form_main .section_form #contactinfo .txt_contactinfo_small {
    font-size: 3.2vw;
  }
  #application_form .form_main .section_form #contactinfo .pink {
    font-weight: bold;
    color: #f03442;
  }
  #application_form .form_main .section_form #contactinfo .btm {
    gap: 1vw;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo {
    pointer-events: none;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo::after {
    border: none;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule {
    height: 5vw;
    display: flex;
    padding-left: 4vw;
    position: relative;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule::before {
    content: "・";
    height: 5vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule .txt_contactinfo_base {
    display: block;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .item_contactinfo_schedule .txt_contactinfo_base span {
    display: inline-block;
    margin-right: 4vw;
  }
  #application_form .form_main .section_form #contactinfo .list_contactinfo .item_contactinfo .list_contactinfo_schedule .first {
    font-weight: bold;
    padding-bottom: 2vw;
    border-bottom: solid 1px #888;
  }
  #application_form .form_main .section_form .must {
    width: auto;
    height: 6vw;
    line-height: 6vw;
    border-radius: 4px;
    padding: 0 2vw;
    text-align: center;
    font-size: 2.6vw;
    margin-left: 2vw;
    color: #fff;
    background: #f03442;
  }
  #application_form .form_main .modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    cursor: auto;
  }
  #application_form .form_main .modal .content_modal {
    width: 96%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    margin: 10vw auto;
    padding: 7vw;
    box-sizing: border-box;
    line-height: 1.5;
    border: 1px solid #888;
    border-radius: 12px;
    background: #fefefe;
    position: relative;
  }
  #application_form .form_main .modal .content_modal .img_modal {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #application_form .form_main .modal .content_modal .section_modal {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  #application_form .form_main .modal .content_modal h6 {
    margin: 0;
    font-size: 4.5vw;
    color: #1a4896;
    border-bottom: solid 1px #1a4896;
  }
  #application_form .form_main .modal .content_modal ul,
  #application_form .form_main .modal .content_modal ol {
    margin: 0;
    padding: 0 3vw;
    box-sizing: border-box;
  }
  #application_form .form_main .modal .content_modal ol li {
    list-style-type: auto;
  }
  #application_form .form_main .modal .content_modal ul li {
    list-style-type: disc;
  }
  #application_form .form_main .modal .content_modal li {
    margin: 2.4vw 0;
  }
  #application_form .form_main .modal .content_modal li:nth-child(1) {
    margin-bottom: 0;
  }
  #application_form .form_main .modal .content_modal .txt_modal {
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  #application_form .form_main .modal .content_modal .txt_modal_small {
    font-size: 3.2vw;
  }
  #application_form .form_main .modal .close {
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    text-align: center;
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
    background: #222;
    border-radius: 50%;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(-2vw, 2vw);
    z-index: 1000;
    opacity: 0.9;
    transition: 0.2s;
  }
  #application_form .form_main .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  #form_side {
    width: auto;
    height: -moz-min-content;
    height: min-content;
    padding: 4vw;
    margin: 0 4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4vw;
    background: #fff;
    border: solid 1px #888;
    border-radius: 12px;
    position: relative;
    transition: 0.3s;
  }
  #form_side .wrap_side {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  #form_side .wrap_side .ttl_form_side {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    font-size: 5vw;
    color: #18335d;
    border-left: solid 8px #18335d;
  }
  #form_side .wrap_side .txt_plan_side {
    font-size: 4vw;
    font-weight: bold;
  }
  #form_side .wrap_side .img_side {
    width: 100%;
    height: 40vw;
    text-align: center;
    background: #efefef;
    border-radius: 9px;
  }
  #form_side .wrap_side .img_side img {
    width: auto;
    height: 100%;
    mix-blend-mode: multiply;
  }
  #form_side .wrap_side .info_side {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #form_side .wrap_side .info_side .info_side_left .item_name_side {
    font-size: 3.6vw;
  }
  #form_side .wrap_side .info_side .info_side_right .item_value_side {
    font-size: 3.6vw;
  }
  #form_side .wrap_side .info_side .info_side_right .price_side {
    line-height: 4vw;
    font-size: 4vw;
    font-weight: bold;
  }
  #form_side .wrap_side .info_side .tax {
    margin-left: 1vw;
    line-height: 3.6vw;
    font-size: 3vw;
    font-weight: normal;
  }
  #form_side .wrap_side .note_side {
    width: 100%;
    text-align: left;
    font-size: 3vw;
    letter-spacing: 0.5px;
  }
  #form_side .wrap_side .info_side_total {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin-bottom: 6px;
  }
  #form_side .wrap_side .info_side_total .price_total {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 2vw;
    line-height: 1;
    vertical-align: baseline;
    font-size: 3.2vw;
    letter-spacing: 0.5px;
  }
  #form_side .wrap_side .info_side_total .price_total span {
    display: block;
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    color: #f03442;
    transform: translate(0, 1vw);
  }
  .option_select {
    display: flex;
  }
  .option_select input[type=radio]:checked ~ label .check {
    position: relative;
    border: none;
  }
  .option_select input[type=radio]:checked ~ label .check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-2px, -2px);
    border: solid 2px #fff;
    border-radius: 16px;
    box-sizing: border-box;
    transition: 0.3s;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .option_select input[type=radio]:checked ~ label .check::before {
    content: "";
    background: url(../img/application_form/checked.png);
    background-size: 100%;
    background-position: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-4px, -4px);
    border: solid 2px #fff;
    box-sizing: content-box;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
  }
}
@media screen and (max-width: 1079px) {
  .option_select .item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 20px;
  }
  .option_select .item label {
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .option_select .item label .check {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: solid 2px #888;
    box-sizing: border-box;
    border-radius: 16px;
    pointer-events: fill;
    margin-right: 10px;
  }
}
.error-message {
  font-weight: bold;
  color: #f03442;
}

.error-field {
  background: #ffcdcd;
  margin: -5px;
  padding: 5px;
}

.message.error {
  padding: 10px 20px;
  width: 100%;
  background: #f03442;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#application_form .form-error {
  background: #fff3f3 !important;
  border: solid 1px #dc3545 !important;
}

.hidden {
  display: none !important;
}/*# sourceMappingURL=application_form.css.map */