/* Common CSS */
/* _setting CSS */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  background: #fff;
  font-size: 62.5%;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ___________________Link */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  color: #1A87D7;
}

/* ___________________Font */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.fade_left,
.fade_right,
.fade_btm,
.fade_scale {
  opacity: 0;
}

/* ___________________PC layout */
@media print, screen and (min-width: 781px) {
  body {
    min-width: 1240px;
    padding-top: 70px;
  }

  .sp {
    display: none !important;
  }

  .common_inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }

  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    height: 78px;
    background: #FF910B;
    border-radius: 999px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-box-shadow: 2px 4px 0px 0px #d5790b;
            box-shadow: 2px 4px 0px 0px #d5790b;
  }
  .btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F08400;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 0;
  }
  .btn::after {
    content: "";
    margin-left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 1;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    z-index: 1000;
  }
  #header h1 {
    width: 136px;
  }
  #header #button_menu {
    display: none;
  }
  #header .button_menu {
    display: none;
  }
  #header #gnav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #header #gnav .gnav_list .gnav_item a {
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #header #gnav .gnav_list .gnav_item a:hover {
    color: #1A87D7;
  }
  #header #gnav .btn_wrap {
    margin-left: 20px;
  }
  #header #gnav .btn_wrap .btn {
    height: 39px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #header #gnav .btn_wrap .btn span {
    font-size: 1.6rem;
  }

  #kv img {
    width: 100%;
    height: auto;
  }

  #scene {
    background-color: #F6FBFF;
    padding: 80px 0;
  }
  #scene h2 img {
    width: 100%;
  }
  #scene .scene_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  #scene .scene_list li {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  #scene .scene_list li::before {
    content: "";
    display: block;
    background-image: url(../img/scene_deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #scene .scene_list li .img {
    width: 164px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #scene .scene_list li .text {
    padding: 0 20px;
  }
  #scene .scene_list li .text p:first-child {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A87D7;
  }
  #scene .scene_list li .text p:last-child {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
  }

  #feature {
    background-image: url(../img/feature_bg.png);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 90px 0 110px;
  }
  #feature h2 img {
    width: 560px;
    margin: 0 auto 60px;
  }
  #feature .point_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  #feature .point_cont .text {
    width: 497px;
  }
  #feature .point_cont .text p {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
  }
  #feature .point_cont .img {
    width: 461px;
  }
  #feature .point02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #feature .point03 {
    margin-bottom: 0;
  }

  #product {
    background-image: url(../img/product_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px;
  }
  #product h2 {
    margin-bottom: 30px;
  }
  #product .size_cont {
    background-color: #fff;
    border-radius: 14px;
    position: relative;
    margin-bottom: 20px;
    padding: 50px 70px;
  }
  #product .size_cont .top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #product .size_cont .top_wrap .text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    color: #1A87D7;
  }
  #product .size_cont .top_wrap .text h3 span {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    color: #333333;
  }
  #product .size_cont .top_wrap .text p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.6rem;
    margin-top: 24px;
  }
  #product .size_cont .top_wrap .text .check_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
  #product .size_cont .top_wrap .text .check_wrap img {
    height: 55px;
    width: auto;
  }
  #product .size_cont .top_wrap .img {
    width: 425px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #product .size_cont .btm_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 23px;
    margin-top: 20px;
  }
  #product .size_cont .btm_wrap h4 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  #product .size_cont .btm_wrap h4::before, #product .size_cont .btm_wrap h4::after {
    content: "";
    display: block;
    background-image: url(../img/product_spec_deco.svg);
    width: 15px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #product .size_cont:last-of-type {
    margin-bottom: 0;
  }
  #product .size_cont .table_wrap {
    width: 690px;
  }
  #product .size_cont .table_wrap .spec_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2rem;
  }
  #product .size_cont .table_wrap .spec_table th,
  #product .size_cont .table_wrap .spec_table td {
    border: 1px solid #EEEEEE;
    padding: 9px 30px;
    text-align: left;
    vertical-align: middle;
  }
  #product .size_cont .table_wrap .spec_table th {
    width: 240px;
    background: #FAFAFA;
    font-weight: 700;
    text-align: center;
  }
  #product .size_cont .table_wrap .spec_table td {
    background: #fff;
  }
  #product .size_cont .table_wrap .spec_table a {
    text-decoration: underline;
  }
  #product .size_cont .table_wrap .table_note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #product .lead {
    margin: 60px auto 40px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #FFEE54;
    text-align: center;
  }
  #product .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFCDF;
    padding: 0 47px;
    border-radius: 10px;
    border: 2px solid #1A87D7;
  }
  #product .support .img {
    width: 453px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #product .support .text {
    margin-top: 32px;
  }
  #product .support .text h4 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  #product .support .text h4 strong {
    font-size: 3.4rem;
    font-weight: 700;
    color: #FF910B;
  }
  #product .support .text p {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 500;
  }
  #product .support .text p strong {
    font-weight: 700;
  }

  #strap {
    background-image: url(../img/strap_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 90px;
  }
  #strap .lead {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #strap .lead strong {
    font-size: 2rem;
    font-weight: 700;
  }
  #strap .note {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
  }
  #strap .ntag_wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: 45px;
  }
  #strap .ntag_wrap .btn {
    background: #1A87D7;
    height: 39px;
    padding: 0 20px;
    position: absolute;
    bottom: 60px;
    left: 130px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #strap .ntag_wrap .btn span {
    font-size: 1.8rem;
  }
  #strap .ntag_wrap .btn::before {
    background: #0874C3;
  }
  #strap .sample_wrap {
    background-color: #FFFCDF;
    padding-top: 80px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
  }
  #strap .sample_wrap h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  #strap .sample_wrap h4 strong {
    font-size: 3.8rem;
    font-weight: 700;
    color: #1A87D7;
    position: relative;
    z-index: 0;
  }
  #strap .sample_wrap h4 strong::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 11px;
    background-color: #FFEE54;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
  }
  #strap .sample_wrap p {
    width: 650px;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
  #strap .sample_wrap img {
    width: 378px;
    position: absolute;
    bottom: 0;
    left: calc(50% + 330px);
  }

  .cta {
    background-image: url(../img/cta_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
  }
  .cta .cta_cont {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 auto;
  }
  .cta .cta_cont .cta_title {
    font-size: 3.4rem;
    font-weight: 700;
    color: #FFEE54;
    text-align: center;
    border-top: 1px solid #FFEE54;
    border-bottom: 1px solid #FFEE54;
    padding: 5px;
  }
  .cta .cta_cont .lead {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
  }
  .cta .cta_cont .cv_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .cta .cta_cont .cv_area .tel_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .cta .cta_cont .cv_area .tel_wrap .tel {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    line-height: 1;
  }
  .cta .cta_cont .cv_area .tel_wrap .tel span {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1A87D7;
    width: 76px;
    height: 30px;
    border-radius: 999px;
  }
  .cta .cta_cont .cv_area .tel_wrap .time {
    font-size: 1.5rem;
    color: #fff;
  }
  .cta .cta_cont .cv_area .cta_btn {
    padding: 0 30px;
  }
  .cta .cta_cont .cv_area .cta_btn span {
    font-size: 2.4rem;
  }

  #reason {
    padding: 120px 70px 100px;
    background-image: url(../img/reason_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reason h2 img {
    width: 494px;
    margin: 0 auto 60px;
  }
  #reason .reason_list {
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px 50px;
  }
  #reason .reason_list li {
    width: 530px;
    position: relative;
  }
  #reason .reason_list li:nth-child(even) {
    margin-top: 70px;
  }
  #reason .reason_list li .text_wrap {
    width: 460px;
    position: absolute;
    right: 0;
    top: 295px;
  }
  #reason .reason_list li .text_wrap h3 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1A87D7;
  }
  #reason .reason_list li .text_wrap p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 10px;
  }

  #voice {
    background-image: url(../img/voice_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 98px 0 110px;
    overflow-x: hidden;
  }
  #voice h2 img {
    width: 678px;
    margin: 0 auto 8px;
  }
  #voice .voice_list .voice_item {
    position: relative;
  }
  #voice .voice_list .voice_item .voice_top {
    position: absolute;
    top: 0;
    height: 56px;
  }
  #voice .voice_list .voice_item .voice_top img {
    height: 100%;
    width: auto;
  }
  #voice .voice_list .voice01 {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  #voice .voice_list .voice01 .voice_top {
    right: calc(50% - 1040px);
  }
  #voice .voice_list .voice01 .voice_btm {
    position: relative;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap {
    width: 502px;
    position: absolute;
    right: 40px;
    top: 235px;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A87D7;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 14px;
  }

  #price {
    padding: 80px 0;
  }
  #price .price_cont {
    margin-bottom: 40px;
  }
  #price .price_cont h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #1A87D7;
    text-align: center;
    line-height: 1.4;
  }
  #price .price_cont .title_btm {
    font-size: 1.5rem;
    text-align: center;
  }
  #price .price_cont .table_wrap {
    max-height: 530px;
    overflow-y: scroll;
    margin-top: 30px;
    position: relative;
  }
  #price .price_cont .table_wrap table {
    margin-bottom: 0;
  }
  #price .price_cont .table_wrap table thead tr th {
    background-color: #1A87D7;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  #price .price_cont .table_wrap table thead tr:nth-child(2) th,
  #price .price_cont .table_wrap table .c_table3 thead tr:nth-child(3) th {
    background-color: #F0FAFF;
    top: 44px;
    z-index: 4;
    padding: 18px 18px;
  }
  #price .price_cont .table_wrap table tbody tr td {
    padding: 15px 18px;
  }
  #price .price_cont .table_wrap table tbody tr:hover td {
    background-color: #fffbdc;
  }
  #price .price_cont .table_wrap .strap tr:hover td {
    background-color: #fff;
  }
  #price .price_cont .note {
    font-size: 1.5rem;
    margin-top: 10px;
  }

  #step {
    background-color: #DCF0FF;
    padding: 89px 0;
  }
  #step h2 img {
    width: 216px;
    margin: 0 auto 30px;
  }
  #step .title_btm {
    text-align: center;
    font-size: 1.5rem;
  }
  #step .title_btm strong {
    display: block;
    font-size: 2rem;
    line-height: 1.8;
  }
  #step .step_wrap {
    margin-top: 30px;
  }
  #step .step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #step .step_item {
    width: 210px;
    position: relative;
  }
  #step .step_item .step_text {
    position: absolute;
    top: 145px;
    left: 20px;
    right: 20px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #step .step_item .step_text a {
    text-decoration: underline;
  }
  #step .step_arrow {
    width: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  #step .step_note {
    margin-top: 22px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #step .modal_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    text-decoration: underline;
    position: relative;
    margin: 30px auto;
  }
  #step .modal_open::after {
    content: "";
    margin-left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid #333333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    z-index: 1;
  }
  #step .btn {
    width: 347px;
    height: 67px;
  }
  #step .btn span {
    font-size: 1.8rem;
  }
  #step .modal_guide {
    width: 1220px;
    height: 87.2%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #F6FBFF;
    display: none;
    z-index: 1002;
    border-radius: 10px;
  }
  #step .modal_guide .modal_inner {
    overflow-y: scroll;
    height: 100%;
    padding: 80px 110px;
    position: relative;
  }
  #step .modal_guide .modal_close {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 30px;
    top: 30px;
  }
  #step .modal_guide .modal_close .line {
    display: block;
    background-color: #1A87D7;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #step .modal_guide .modal_close .line:nth-child(1) {
    -webkit-transform: rotate(180deg) translateY(-12px) rotate(45deg);
            transform: rotate(180deg) translateY(-12px) rotate(45deg);
  }
  #step .modal_guide .modal_close .line:nth-child(2) {
    -webkit-transform: rotate(180deg) translateY(15px) rotate(-45deg);
            transform: rotate(180deg) translateY(15px) rotate(-45deg);
  }
  #step .modal_guide h3 {
    margin-bottom: 40px;
  }
  #step .modal_guide .download_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
    height: 50px;
    border: 2px solid #1A87D7;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 4px;
    position: absolute;
    top: 405px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #step .modal_guide .download_btn img {
    width: 135px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #step .modal_guide .download_btn:hover {
    background-color: #1A87D7;
  }
  #step .modal_guide .download_btn:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #step .modal_guide.is_active {
    display: block;
  }
  #step .modal_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1001;
  }
  #step .modal_overlay.is_active {
    display: block;
  }

  #qanda {
    padding: 80px 0;
  }
  #qanda h2 {
    color: #333333;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  #qanda .qa_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  #qanda .qa_item .qa_q {
    width: 100%;
    background: #F0FAFF;
    color: #1A87D7;
    padding: 26px 50px;
    border: none;
    cursor: pointer;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px 5px 0 0;
  }
  #qanda .qa_item .qa_q .text {
    font-weight: bold;
    font-size: 2.4rem;
    color: #1A87D7;
    line-height: 1;
  }
  #qanda .qa_item .qa_q .text::before {
    content: "Q.";
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
  }
  #qanda .qa_item .qa_q .icon {
    width: 20px;
    height: 20px;
    position: relative;
  }
  #qanda .qa_item .qa_q .icon::before {
    content: "";
    width: 20px;
    height: 3px;
    border-radius: 999px;
    background: #1A87D7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #qanda .qa_item .qa_q .icon::after {
    content: "";
    width: 3px;
    height: 20px;
    border-radius: 999px;
    background: #1A87D7;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #qanda .qa_item .qa_a {
    display: none;
    background: #F0FAFF;
    padding: 26px 50px;
    border-radius: 0 0 5px 5px;
  }
  #qanda .qa_item .qa_a p {
    font-size: 2rem;
    line-height: 1.2;
    color: #333333;
    padding-left: 2.25em;
    text-indent: -1.05em;
  }
  #qanda .qa_item .qa_a p a {
    color: #1A87D7;
    text-decoration: underline;
  }
  #qanda .qa_item .qa_a p strong {
    font-style: 2rem;
    font-weight: bold;
  }
  #qanda .qa_item .qa_a p .fw_normal {
    font-size: 2rem;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .note {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p::before {
    content: "A.";
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.5em;
  }
  #qanda .qa_item.is-open .qa_q .icon::after {
    opacity: 0;
  }
  #qanda .qa_item.is-open .qa_a {
    display: block;
  }

  #form {
    background-color: #DCF0FF;
    padding: 80px 0;
  }
  #form h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
  }
  #form .form_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 70px 120px 60px;
  }
  #form input[type="text"],
  #form textarea,
  #form select {
    max-width: 100%;
  }
  #form .form-preview-dl {
    width: 100%;
    margin: 0;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
  }
  #form .form-preview-dl:after {
    display: table;
    clear: both;
    content: '';
  }
  #form .form-preview-dl[data-type='address'] .form-preview-input01-half {
    display: inline-block;
    width: 80px;
  }
  #form .form-preview-dl input,
  #form .form-preview-dl button,
  #form .form-preview-dl textarea,
  #form .form-preview-dl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
  }
  #form .form-preview-dl input:focus,
  #form .form-preview-dl button:focus,
  #form .form-preview-dl textarea:focus,
  #form .form-preview-dl select:focus {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  }
  #form .form-preview-dl input[type="text"],
  #form .form-preview-dl input[type="date"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 14px;
    line-height: 32px;
    text-indent: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #form .form-preview-dl input[type="date"] {
    width: 50%;
    padding: 0 12px 0 0;
  }
  #form .form-preview-dl input[type="date"] span {
    font-size: 14px;
  }
  #form .form-preview-dl input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: 175px;
  }
  #form .form-preview-dl select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 8px 24px 8px 8px;
    border: 1px solid #bebebe;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #form .form-preview-dl select::-ms-expand {
    display: none;
  }
  #form .form-preview-dl select:not([multiple]) {
    height: 40px;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC") no-repeat;
    background-position: right 10px center;
    background-size: 10px 7px;
  }
  #form .form-preview-dl select:not([multiple]) option {
    padding: 4px;
  }
  #form .form-preview-dl select:focus, #form .form-preview-dl select:hover {
    background-position: right 10px center;
    background-size: 10px 7px;
  }
  #form .form-preview-dl select[multiple~="multiple"] {
    padding-right: 0;
  }
  #form .form-preview-dl textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    padding: 8px;
    border: 1px solid #bebebe;
    background: #fff;
  }
  #form .form-preview-dl > dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 230px;
    float: left;
    font-weight: bold;
  }
  #form .form-preview-dl > dt:after {
    display: table;
    clear: both;
    content: '';
  }
  #form .form-preview-dl > dt span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: calc(2.5em + 10px);
    float: left;
  }
  #form .form-preview-dl > dt span + span {
    word-wrap: break-word !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - (2.5em + 10px));
    padding-left: 8px;
    line-height: 1.4;
    overflow-wrap: break-word !important;
  }
  #form .form-preview-dl input[type="checkbox"] {
    display: none;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text {
    color: #329bd2;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text:after {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-right: 2px solid #329bd2;
    border-bottom: 2px solid #329bd2;
  }
  #form .form-preview-dl input[type="checkbox"] + .labeled_text:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    content: '';
  }
  #form .form-preview-dl > dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 250px);
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
    float: right;
  }
  #form .form-preview-dl > dd.form-preview-file-attach {
    padding-top: 7px;
  }
  #form .form-preview-dl > dd.form-preview-file-attach .form-preview-alert-text {
    top: 9px;
  }
  #form .form-preview-dl > dd label {
    display: inline-block;
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 4px;
  }
  #form .form-preview-dl > dd .form-preview-input01-half {
    vertical-align: middle;
  }
  #form .form-preview-dl > dd input[type='file'] {
    width: auto;
    max-width: 100%;
  }
  #form .form-preview-dl > dd input[type='file']:hover {
    border: none;
  }
  #form .form-preview-dl .labeled_text {
    position: relative;
    padding-left: 20px;
  }
  #form .form-preview-dl a {
    padding: 0 2px;
    color: #67C2FF;
    text-decoration: underline;
  }
  #form .form-preview-dl label {
    padding: 0 4px;
  }
  #form .form-preview-dl label:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #form .form-preview-dl-child {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form .form-preview-dl-child input.form-preview-input01[type="text"] {
    width: 100%;
  }
  #form .form-preview-dl-child input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: 120px;
  }
  #form .form-preview-dl-child dt {
    width: 80px;
    float: left;
    line-height: 1.2;
  }
  #form .form-preview-dl-child dd {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
  }
  #form .form-preview-reqiured {
    display: inline-block !important;
    padding: 2px 5px;
    background-color: #e95464;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
  }
  #form .form-preview-not-reqiured {
    display: inline-block !important;
    padding: 2px 5px;
    background-color: #777;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
  }
  #form .form-preview-help-text {
    margin-top: 5px;
    margin-bottom: 0;
    color: #868686;
    font-size: 90%;
  }
  #form .form-preview-alert-text {
    margin: 5px 0 0px;
    color: #e35353;
    font-size: 90%;
  }
  #form .show-page:after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: '';
    visibility: hidden;
  }
  #form .show-page-btn {
    margin: 40px auto 0;
    clear: both;
    font-size: 0;
  }
  #form .show-page-btn .btn {
    width: 257px;
    height: 67px;
  }
  #form .show-page-btn .btn span {
    font-size: 1.8rem;
  }
  #form dd,
  #form dt {
    font-size: 14px;
  }
  #form.confirm .common_inner {
    background-color: #fff;
    border-radius: 15px;
    padding: 70px;
  }
  #form.confirm .common_inner .form-preview-dl > dt {
    font-size: 1.6rem;
  }
  #form.confirm .common_inner .form-preview-dl > dd {
    font-size: 1.6rem;
  }
  #form.confirm .common_inner .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }
  #form.confirm .common_inner .btn_wrap .btn {
    width: 200px;
    height: 60px;
    border: 2px solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn span {
    font-size: 2rem;
  }
  #form.confirm .common_inner .btn_wrap .btn.back {
    background-color: #fff;
  }
  #form.confirm .common_inner .btn_wrap .btn.back span {
    color: #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::after {
    border-left: 8px solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::before {
    background: #fff0dc;
  }
  #form.confirm .common_inner > h3 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #form.confirm .common_inner > p {
    font-size: 1.6rem;
  }
  #form.confirm .common_inner .top.btn {
    width: 260px;
    height: 60px;
    margin-top: 60px;
  }
  #form.confirm .common_inner .top.btn span {
    font-size: 2rem;
  }

  #footer {
    margin-top: 0;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  body {
    padding-top: 16.92308vw;
  }

  .pc {
    display: none !important;
  }

  .common_inner {
    padding: 0 5.12821vw;
  }

  .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 17.69231vw;
    width: 100%;
    background: #FF910B;
    border-radius: 999px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-box-shadow: 0.51282vw 1.02564vw 0px 0px #d5790b;
            box-shadow: 0.51282vw 1.02564vw 0px 0px #d5790b;
  }
  .btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    font-size: 5.12821vw;
  }
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F08400;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 0;
  }
  .btn::after {
    content: "";
    margin-left: 3.84615vw;
    width: 0;
    height: 0;
    border-left: 2.82051vw solid #fff;
    border-top: 1.79487vw solid transparent;
    border-bottom: 1.79487vw solid transparent;
    z-index: 1;
  }
  .btn:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: inherit;
    width: 100%;
    height: 16.92308vw;
    background-color: #fff;
    padding: 0 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header h1 {
    width: 32.82051vw;
  }
  #header .header_btn {
    width: 38.97436vw;
    height: 8.71795vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 7.69231vw;
  }
  #header .header_btn span {
    font-size: 3.84615vw;
  }
  #header input#button_menu {
    display: none;
  }
  #header .button_menu {
    width: 6.92308vw;
    height: 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 102;
    margin-left: auto;
  }
  #header .button_menu .line {
    display: block;
    background-color: #1A87D7;
    width: 100%;
    height: 0.51282vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #header #gnav {
    width: 60.76923vw;
    height: 100vh;
    background-color: #F2FAFF;
    position: absolute;
    z-index: 101;
    top: 0;
    right: -60.76923vw;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: 0;
            transform: 0;
    padding: 16.15385vw 6.66667vw 0;
  }
  #header #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.61538vw;
  }
  #header #gnav .gnav_list .gnav_item a {
    color: #1A87D7;
    font-weight: 600;
    font-size: 4.10256vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5641vw;
    position: relative;
  }
  #header #gnav .gnav_list .gnav_item a span {
    display: block;
    font-size: 4.61538vw;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  #header #gnav .gnav_list .gnav_item a::after {
    content: "";
    display: block;
    width: 1.53846vw;
    height: 2.5641vw;
    background-image: url(../img/menu_arrow_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header #gnav .btn_wrap {
    margin-top: 12.82051vw;
  }
  #header #gnav .btn_wrap .btn {
    width: 49.48718vw;
    height: 12.05128vw;
  }
  #header #gnav .btn_wrap .btn span {
    font-size: 4.10256vw;
  }
  #header .overlay {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    inset: 0;
    display: none;
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(1) {
    -webkit-transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
            transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.4);
            transform: rotate(180deg) scale(0.4);
  }
  #header:has(input#button_menu:checked) .button_menu .line:nth-child(3) {
    -webkit-transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
            transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
  }
  #header:has(input#button_menu:checked) #gnav {
    -webkit-transform: translateX(-60.76923vw);
            transform: translateX(-60.76923vw);
  }
  #header:has(input#button_menu:checked) .overlay {
    display: block;
  }

  #kv img {
    width: 100%;
    height: auto;
  }

  #scene {
    background-color: #F6FBFF;
    padding: 12.82051vw 0;
  }
  #scene h2 img {
    width: 100%;
  }
  #scene .scene_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5641vw;
    margin-top: 7.69231vw;
  }
  #scene .scene_list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.53846vw;
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }
  #scene .scene_list li::before {
    content: "";
    display: block;
    background-image: url(../img/scene_deco.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.89744vw;
    height: 5.89744vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  #scene .scene_list li .img {
    width: 23.07692vw;
    height: 24.35897vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  #scene .scene_list li .img img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  #scene .scene_list li .text {
    padding: 0 2.5641vw;
  }
  #scene .scene_list li .text p:first-child {
    font-size: 4.35897vw;
    font-weight: 700;
    color: #1A87D7;
  }
  #scene .scene_list li .text p:last-child {
    font-size: 3.84615vw;
    font-weight: 500;
    line-height: 1.5;
  }

  #feature {
    background-image: url(../img/feature_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 15.38462vw 0 15.38462vw;
    overflow-x: hidden;
  }
  #feature h2 img {
    width: 78.97436vw;
    margin: 0 auto 7.69231vw;
  }
  #feature .point_cont {
    margin-bottom: 10.25641vw;
  }
  #feature .point_cont .text,
  #feature .point_cont .img {
    width: 100%;
  }
  #feature .point_cont .text p {
    margin-top: 20px;
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 500;
  }
  #feature .point_cont .img {
    margin-top: 5.12821vw;
  }
  #feature .point03 {
    margin-bottom: 0;
  }

  #product {
    background-image: url(../img/product_bg_sp.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 15.38462vw 0 11.79487vw;
  }
  #product .common_inner {
    padding: 0;
  }
  #product h2 {
    margin-bottom: 6.15385vw;
  }
  #product .size_cont {
    background-color: #fff;
    border-radius: 7.69231vw;
    margin-bottom: 7.69231vw;
    padding: 12.82051vw 5.12821vw;
  }
  #product .size_cont .top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .size_cont .top_wrap .text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 7.69231vw;
    line-height: 1;
    font-weight: 700;
    color: #1A87D7;
  }
  #product .size_cont .top_wrap .text h3 span {
    font-size: 4.10256vw;
    line-height: 1;
    font-weight: 700;
    color: #333333;
  }
  #product .size_cont .top_wrap .text p {
    font-size: 4.10256vw;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 6.15385vw;
  }
  #product .size_cont .top_wrap .text .check_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
    margin-top: 5.12821vw;
  }
  #product .size_cont .top_wrap .text .check_wrap img {
    height: 10.25641vw;
    width: auto;
  }
  #product .size_cont .top_wrap .img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 6.15385vw;
  }
  #product .size_cont .btm_wrap {
    margin-top: 5.12821vw;
  }
  #product .size_cont .btm_wrap h4 {
    font-size: 5.12821vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2.5641vw;
  }
  #product .size_cont:last-of-type {
    margin-bottom: 0;
  }
  #product .size_cont .table_wrap .spec_table {
    width: 89.74359vw;
    border-collapse: collapse;
  }
  #product .size_cont .table_wrap .spec_table th,
  #product .size_cont .table_wrap .spec_table td {
    border: 1px solid #EEEEEE;
    padding: 3.58974vw 2.5641vw;
    text-align: left;
    vertical-align: middle;
    font-size: 3.58974vw;
    line-height: 1.3;
  }
  #product .size_cont .table_wrap .spec_table th {
    width: 30.76923vw;
    background: #FAFAFA;
    font-weight: 700;
  }
  #product .size_cont .table_wrap .spec_table td {
    background: #fff;
  }
  #product .size_cont .table_wrap .spec_table a {
    text-decoration: underline;
  }
  #product .size_cont .table_wrap .table_note {
    margin-top: 2.5641vw;
    font-size: 3.33333vw;
  }
  #product .lead {
    margin: 7.69231vw auto 5.12821vw;
    text-align: center;
    font-size: 6.15385vw;
    line-height: 1.2;
    font-weight: 700;
    color: #FFEE54;
  }
  #product .support {
    background-color: #FFFCDF;
    padding: 7.69231vw 5.12821vw 11.28205vw;
    border-radius: 2.5641vw;
    border: 1px solid #1A87D7;
    position: relative;
    margin: 0 5.12821vw 0;
  }
  #product .support .img {
    width: 36.92308vw;
    position: absolute;
    right: 2.05128vw;
    bottom: -11.79487vw;
  }
  #product .support .text h4 {
    font-weight: 700;
    font-size: 6.66667vw;
    margin-bottom: 2.5641vw;
    line-height: 1.4;
  }
  #product .support .text h4 strong {
    font-size: 8.20513vw;
    font-weight: 700;
    color: #FF910B;
  }
  #product .support .text p {
    font-size: 4.10256vw;
    line-height: 1.8;
    font-weight: 500;
  }
  #product .support .text p strong {
    font-weight: 700;
  }

  #strap {
    background-image: url(../img/strap_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 13.58974vw;
  }
  #strap .lead {
    font-size: 4.10256vw;
    font-weight: 500;
    margin-top: 3.84615vw;
    margin-bottom: 6.41026vw;
  }
  #strap .lead strong {
    font-size: 4.10256vw;
    font-weight: 700;
  }
  #strap .note {
    font-size: 3.07692vw;
    font-weight: 500;
    margin-top: 2.5641vw;
  }
  #strap .ntag_wrap {
    position: relative;
    margin-top: 2.05128vw;
    margin-bottom: 7.69231vw;
  }
  #strap .ntag_wrap .btn {
    background: #1A87D7;
    width: 54.10256vw;
    height: 8.97436vw;
    position: absolute;
    bottom: 6.15385vw;
    left: 4.61538vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #strap .ntag_wrap .btn span {
    font-size: 4.10256vw;
  }
  #strap .ntag_wrap .btn::before {
    background: #0874C3;
  }
  #strap .sample_wrap {
    background-color: #FFFCDF;
    padding: 8.46154vw 5.12821vw 10.25641vw;
    position: relative;
    overflow: hidden;
  }
  #strap .sample_wrap h4 {
    font-size: 4.35897vw;
    font-weight: 500;
    line-height: 1.4;
  }
  #strap .sample_wrap h4 strong {
    font-size: 7.69231vw;
    font-weight: 700;
    color: #1A87D7;
    position: relative;
    z-index: 0;
  }
  #strap .sample_wrap h4 strong::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2.82051vw;
    background-color: #FFEE54;
    position: absolute;
    bottom: 0.51282vw;
    left: 0;
    z-index: -1;
  }
  #strap .sample_wrap p {
    margin: 5.12821vw auto 0;
    font-size: 4.10256vw;
  }
  #strap .sample_wrap img {
    width: 35.38462vw;
    position: absolute;
    top: -5.12821vw;
    right: 0;
  }

  .cta {
    background-image: url(../img/cta_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10.25641vw 0;
  }
  .cta .cta_cont .cta_title {
    font-size: 6.66667vw;
    font-weight: 700;
    color: #FFEE54;
    text-align: center;
    border-top: 1px solid #FFEE54;
    border-bottom: 1px solid #FFEE54;
    padding: 2.5641vw;
    line-height: 1.3;
  }
  .cta .cta_cont .lead {
    color: #fff;
    font-size: 4.10256vw;
    font-weight: 500;
    text-align: center;
    margin-top: 5.12821vw;
  }
  .cta .cta_cont .cv_area {
    margin-top: 6.15385vw;
  }
  .cta .cta_cont .cv_area .tel_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta .cta_cont .cv_area .tel_wrap .tel {
    font-size: 6.66667vw;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.07692vw;
    line-height: 1;
  }
  .cta .cta_cont .cv_area .tel_wrap .tel span {
    color: #fff;
    font-size: 3.84615vw;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1A87D7;
    width: 17.94872vw;
    height: 6.66667vw;
    border-radius: 999px;
  }
  .cta .cta_cont .cv_area .tel_wrap .time {
    font-size: 3.33333vw;
    color: #fff;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  .cta .cta_cont .cv_area .cta_btn {
    padding: 0 7.69231vw;
  }
  .cta .cta_cont .cv_area .cta_btn span {
    font-size: 4.61538vw;
    line-height: 1.1;
  }

  #reason {
    padding: 15.38462vw 5.12821vw;
    background-image: url(../img/reason_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reason h2 img {
    width: 50.25641vw;
    margin: 0 auto;
  }
  #reason .reason_list li {
    width: 100%;
    margin-bottom: 5.12821vw;
  }
  #reason .reason_list li:last-child {
    margin-bottom: 0;
  }
  #reason .reason_list li .text_wrap h3 {
    font-size: 6.15385vw;
    line-height: 1.5;
    font-weight: 700;
    color: #1A87D7;
    margin-top: 3.84615vw;
  }
  #reason .reason_list li .text_wrap p {
    font-size: 4.10256vw;
    line-height: 1.8;
    margin-top: 2.5641vw;
  }

  #voice {
    background-image: url(../img/voice_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 15.38462vw 0;
    overflow-x: hidden;
  }
  #voice h2 img {
    width: 78.71795vw;
    margin: 0 auto;
  }
  #voice .voice_list {
    margin-top: 5.12821vw;
  }
  #voice .voice_list .voice_item .voice_top img {
    height: 10.25641vw;
    width: auto;
  }
  #voice .voice_list .voice01 {
    margin-bottom: 7.69231vw;
  }
  #voice .voice_list .voice01 .voice_top img {
    margin-left: auto;
  }
  #voice .voice_list .voice01 .common_inner {
    padding: 0;
  }
  #voice .voice_list .voice01 .voice_btm {
    position: relative;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap {
    width: 89.74359vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 115.38462vw;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap h3 {
    font-size: 5.12821vw;
    font-weight: 700;
    color: #1A87D7;
  }
  #voice .voice_list .voice01 .voice_btm .text_wrap p {
    font-size: 4.10256vw;
    line-height: 1.8;
    margin-top: 2.5641vw;
  }

  #price {
    padding: 15.38462vw 0;
  }
  #price .price_cont {
    margin-bottom: 10.25641vw;
  }
  #price .price_cont:last-child {
    margin-bottom: 0;
  }
  #price .price_cont h2 {
    color: #1A87D7;
    font-size: 7.69231vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  #price .price_cont .title_btm {
    font-size: 2.82051vw;
    text-align: center;
    margin-top: 2.5641vw;
  }
  #price .price_cont .note {
    margin-top: 1.53846vw;
    font-size: 3.07692vw;
    line-height: 1.4;
  }
  #price .price_tab {
    margin-top: 6.15385vw;
  }
  #price .price_tab input[type="radio"] {
    display: none;
  }
  #price .price_tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #B6B6B6;
  }
  #price .price_tab_nav label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #1A87D7;
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 2.5641vw;
    border-bottom: 2px solid transparent;
  }
  #price .price_tab_body {
    margin-top: 4.10256vw;
  }
  #price .price_tab_panel {
    display: none;
  }
  #price .price_tab_panel .table_wrap {
    overflow-x: auto;
    position: relative;
  }
  #price .price_tab_panel .price_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  #price .price_tab_panel .price_table th,
  #price .price_tab_panel .price_table td {
    border: 1px solid #EEEEEE;
    text-align: center;
    vertical-align: middle;
    font-size: 3.84615vw;
    line-height: 1.25;
    padding: 2.5641vw 1.53846vw;
    white-space: nowrap;
  }
  #price .price_tab_panel .price_table thead th {
    font-weight: 500;
  }
  #price .price_tab_panel .price_table thead tr:first-child th {
    background: #1A87D7;
    color: #fff;
  }
  #price .price_tab_panel .price_table thead tr:nth-child(2) th {
    background: #F0FAFF;
    color: #333;
  }
  #price .price_tab_panel .price_table tbody td b {
    display: block;
    font-size: 3.84615vw;
    font-weight: 500;
    line-height: 1.1;
  }
  #price .price_tab_panel .price_table tbody td {
    font-size: 3.58974vw;
  }
  #price .price_tab_panel .price_table tbody td:first-child {
    width: 22%;
    font-weight: 500;
  }
  #price .price_tab_panel .price_table tbody tr:nth-child(n+6) {
    display: none;
  }
  #price .price_tab_panel .price_table tbody tr:hover td {
    background-color: #fffbdc;
  }
  #price .price_more .price_more_toggle {
    display: none;
  }
  #price .price_more .table_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12.82051vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, #ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 85%);
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #price .price_more .price_more_btn {
    display: block;
    text-align: center;
    color: #333;
    font-size: 3.58974vw;
    font-weight: 500;
  }
  #price .price_more .price_more_toggle:checked ~ .table_wrap::after {
    opacity: 0;
  }
  #price .price_more .price_more_toggle:checked ~ .table_wrap .price_table tbody tr:nth-child(n+6) {
    display: table-row;
  }
  #price .price_more .price_more_toggle:checked ~ .price_more_btn {
    display: none;
  }
  #price #print_price_tab_card:checked ~ .price_tab_nav label[for="print_price_tab_card"],
  #price #print_price_tab_big:checked ~ .price_tab_nav label[for="print_price_tab_big"] {
    border-bottom-color: #1A87D7;
  }
  #price #print_price_tab_card:checked ~ .price_tab_body .card_panel,
  #price #print_price_tab_big:checked ~ .price_tab_body .big_panel {
    display: block;
  }
  #price .strap_tab {
    margin-top: 6.66667vw;
  }
  #price .strap_tab input[type="radio"] {
    display: none;
  }
  #price .strap_tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #B6B6B6;
  }
  #price .strap_tab_nav label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #1A87D7;
    font-size: 4.61538vw;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 2.5641vw;
    border-bottom: 2px solid transparent;
  }
  #price .strap_tab_body {
    margin-top: 4.10256vw;
  }
  #price .strap_tab_panel {
    display: none;
  }
  #price .strap_tab_panel h3 {
    color: #1A87D7;
    font-size: 4.10256vw;
    font-weight: 700;
    margin-bottom: 2.5641vw;
    margin-top: 5.12821vw;
  }
  #price .strap_tab_panel h3:first-child {
    margin-top: 0;
  }
  #price .strap_tab_panel .table_wrap {
    overflow-x: auto;
  }
  #price .strap_tab_panel .price_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  #price .strap_tab_panel .price_table th,
  #price .strap_tab_panel .price_table td {
    border: 1px solid #EEEEEE;
    text-align: center;
    vertical-align: middle;
    font-size: 3.84615vw;
    line-height: 1.25;
    padding: 2.5641vw 1.53846vw;
    white-space: nowrap;
  }
  #price .strap_tab_panel .price_table thead th {
    background: #1A87D7;
    color: #fff;
    font-weight: 500;
  }
  #price .strap_tab_panel .price_table tbody td {
    font-size: 3.84615vw;
    font-weight: 500;
  }
  #price .strap_tab_panel .price_table tbody td:first-child {
    width: 29.74359vw;
  }
  #price #strap_price_tab_slim:checked ~ .strap_tab_nav label[for="strap_price_tab_slim"],
  #price #strap_price_tab_wide:checked ~ .strap_tab_nav label[for="strap_price_tab_wide"] {
    border-bottom-color: #1A87D7;
  }
  #price #strap_price_tab_slim:checked ~ .strap_tab_body .slim_panel,
  #price #strap_price_tab_wide:checked ~ .strap_tab_body .wide_panel {
    display: block;
  }

  #step {
    background-color: #DCF0FF;
    padding: 15.38462vw 0;
  }
  #step h2 img {
    width: 46.15385vw;
    margin: 0 auto 5.12821vw;
  }
  #step .title_btm {
    font-size: 3.07692vw;
    line-height: 1.6;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #step .title_btm strong {
    display: block;
    font-size: 4.61538vw;
    margin-bottom: 1.53846vw;
    text-align: center;
  }
  #step .step_wrap {
    margin-top: 7.69231vw;
  }
  #step .step_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #step .step_item {
    position: relative;
    margin-top: -6.41026vw;
  }
  #step .step_item .step_text {
    width: 57.4359vw;
    position: absolute;
    top: 8.46154vw;
    right: 3.33333vw;
    font-size: 3.84615vw;
    line-height: 1.5;
  }
  #step .step_item .step_text a {
    text-decoration: underline;
  }
  #step .step_arrow {
    width: 5.12821vw;
    margin: 0 auto;
  }
  #step .step_arrow img {
    width: 100%;
    rotate: 90deg;
  }
  #step .step_note {
    margin-top: 2.5641vw;
    font-size: 2.82051vw;
    line-height: 1.5;
  }
  #step .modal_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.10256vw;
    text-decoration: underline;
    position: relative;
    margin: 5.12821vw auto;
  }
  #step .modal_open::after {
    content: "";
    margin-left: 2.5641vw;
    width: 0;
    height: 0;
    border-left: 2.05128vw solid #333333;
    border-top: 1.28205vw solid transparent;
    border-bottom: 1.28205vw solid transparent;
    z-index: 1;
  }
  #step .modal_guide {
    width: 92.30769vw;
    height: 88.9%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #F6FBFF;
    display: none;
    z-index: 1002;
    border-radius: 2.5641vw;
  }
  #step .modal_guide .modal_inner {
    overflow-y: scroll;
    height: 100%;
    padding: 15.38462vw 7.69231vw;
    position: relative;
  }
  #step .modal_guide .modal_close {
    width: 5.12821vw;
    height: 5.12821vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 5.12821vw;
    top: 5.12821vw;
  }
  #step .modal_guide .modal_close .line {
    display: block;
    background-color: #1A87D7;
    width: 100%;
    height: 0.51282vw;
    border-radius: 999px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #step .modal_guide .modal_close .line:nth-child(1) {
    -webkit-transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
            transform: rotate(180deg) translateY(-2.30769vw) rotate(45deg);
  }
  #step .modal_guide .modal_close .line:nth-child(2) {
    -webkit-transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
            transform: rotate(180deg) translateY(2.30769vw) rotate(-45deg);
  }
  #step .modal_guide h3 {
    margin-bottom: 10.25641vw;
  }
  #step .modal_guide .download_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 42.82051vw;
    height: 12.05128vw;
    border: 2px solid #1A87D7;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 1.02564vw;
    position: absolute;
    top: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #step .modal_guide .download_btn img {
    width: 31.53846vw;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #step .modal_guide .download_btn:hover {
    background-color: #1A87D7;
  }
  #step .modal_guide .download_btn:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  #step .modal_guide.is_active {
    display: block;
  }
  #step .modal_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1001;
  }
  #step .modal_overlay.is_active {
    display: block;
  }
  #step .btn span {
    font-size: 5.12821vw;
  }

  #qanda {
    padding: 60px 0;
  }
  #qanda h2 {
    color: #333333;
    font-size: 7.69231vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  #qanda .qa_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5641vw;
  }
  #qanda .qa_item .qa_q {
    width: 100%;
    background: #F0FAFF;
    color: #1A87D7;
    padding: 4.10256vw 4.61538vw;
    border: none;
    cursor: pointer;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1.28205vw;
  }
  #qanda .qa_item .qa_q .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 4.61538vw;
    color: #1A87D7;
    line-height: 1.2;
  }
  #qanda .qa_item .qa_q .text::before {
    content: "Q.";
    font-size: 6.66667vw;
    font-weight: bold;
    display: block;
    margin-right: 2.05128vw;
    margin-top: -1.79487vw;
  }
  #qanda .qa_item .qa_q .icon {
    width: 4.10256vw;
    height: 4.10256vw;
    position: relative;
    margin-left: 5.12821vw;
  }
  #qanda .qa_item .qa_q .icon::before {
    content: "";
    width: 4.10256vw;
    height: 0.76923vw;
    border-radius: 999px;
    background: #74B4ED;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #qanda .qa_item .qa_q .icon::after {
    content: "";
    width: 0.76923vw;
    height: 4.10256vw;
    border-radius: 999px;
    background: #74B4ED;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #qanda .qa_item .qa_a {
    display: none;
    background: #F0FAFF;
    padding: 3.58974vw 6.66667vw 6.15385vw 9.23077vw;
    border-radius: 0 0 1.28205vw 1.28205vw;
  }
  #qanda .qa_item .qa_a p {
    font-size: 4.10256vw;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
  }
  #qanda .qa_item .qa_a p a {
    color: #1A87D7;
    text-decoration: underline;
  }
  #qanda .qa_item .qa_a p strong {
    font-style: 4.10256vw;
    font-weight: bold;
  }
  #qanda .qa_item .qa_a p .fw_normal {
    font-size: 4.10256vw;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p .note {
    font-size: 3.07692vw;
    font-weight: normal;
  }
  #qanda .qa_item .qa_a p::before {
    content: "A.";
    font-size: 6.66667vw;
    font-weight: bold;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.1em;
  }
  #qanda .qa_item.is-open .qa_q {
    border-radius: 1.28205vw 1.28205vw 0 0;
  }
  #qanda .qa_item.is-open .qa_q .icon::after {
    opacity: 0;
  }
  #qanda .qa_item.is-open .qa_a {
    display: block;
  }

  #form {
    background: #e9f3fa;
    padding: 7.17949vw 0 9.23077vw;
  }
  #form h2 {
    margin: 0 0 4.61538vw;
    text-align: center;
    color: #333;
    font-size: 7.69231vw;
    font-weight: 700;
    line-height: 1.4;
  }
  #form .form-preview-dl {
    width: 100%;
    margin: 0 0 6.66667vw;
    float: none;
    max-width: none;
  }
  #form .form-preview-dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #form .form-preview-dl > dt {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 3.07692vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.5641vw;
    font-size: 3.58974vw;
    font-weight: 700;
    line-height: 1.35;
  }
  #form .form-preview-dl > dt .preview-contact-required_label,
  #form .form-preview-dl > dt .preview-contact-not_required_label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #form .form-preview-dl > dt .preview-contact-required_label + span,
  #form .form-preview-dl > dt .preview-contact-not_required_label + span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  #form .form-preview-dl > dd {
    width: 100%;
    font-size: 3.33333vw;
    font-weight: 500;
  }
  #form .form-preview-dl input,
  #form .form-preview-dl button,
  #form .form-preview-dl textarea,
  #form .form-preview-dl select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    color: #333;
    font-size: 3.58974vw;
    line-height: 1.4;
  }
  #form .form-preview-dl input:focus,
  #form .form-preview-dl button:focus,
  #form .form-preview-dl textarea:focus,
  #form .form-preview-dl select:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(42, 138, 221, 0.12);
            box-shadow: 0 0 0 2px rgba(42, 138, 221, 0.12);
    outline: none;
  }
  #form .form-preview-dl input[type="text"],
  #form .form-preview-dl input[type="date"] {
    display: block;
    width: 100%;
    height: 12.05128vw;
    padding: 1.28205vw;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
  }
  #form .form-preview-dl input[type="date"] {
    padding-right: 2.5641vw;
  }
  #form .form-preview-dl input.form-preview-input01-half[type="text"] {
    display: inline-block;
    width: calc((100% + 38.46154vw) / 2);
    margin-right: 0;
    vertical-align: middle;
  }
  #form .form-preview-dl select {
    width: 100%;
    height: 12.05128vw;
    padding: 0 1.28205vw;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC") no-repeat right 2.05128vw center/2.5641vw auto;
  }
  #form .form-preview-dl textarea {
    width: 100% !important;
    min-height: 30.76923vw;
    padding: 2.05128vw;
    resize: vertical;
  }
  #form .form-preview-dl input[type="file"] {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
    border: none;
  }
  #form .form-preview-dl input[type="checkbox"] {
    display: none;
  }
  #form .form-preview-dl input[type="checkbox"]:checked + .labeled_text:after {
    content: "";
    position: absolute;
    top: 0.76923vw;
    left: 1.02564vw;
    width: 1.28205vw;
    height: 2.30769vw;
    border-right: 2px solid #2b8de0;
    border-bottom: 2px solid #2b8de0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #form .form-preview-dl input[type="checkbox"] + .labeled_text:before {
    content: "";
    position: absolute;
    top: 0.51282vw;
    left: 0;
    width: 3.58974vw;
    height: 3.58974vw;
    border: 1px solid #cfcfcf;
    background: #fff;
  }
  #form .preview-user-name > dd {
    display: grid;
    grid-template-columns: 3.58974vw 1fr 3.58974vw 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.53846vw;
       -moz-column-gap: 1.53846vw;
            column-gap: 1.53846vw;
    row-gap: 0;
  }
  #form .preview-user-name > dd .form-preview-input01-half + .form-preview-input01-half {
    margin-left: 0;
  }
  #form .preview-user-name > dd .form-preview-help-text,
  #form .preview-user-name > dd .form-preview-alert-text {
    grid-column: 1 / -1;
  }
  #form .form-preview-dl[data-type='address'] .form-preview-input01-half {
    width: calc((100% - 25.64103vw) / 2) !important;
  }
  #form .form-preview-dl-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.07692vw;
  }
  #form .form-preview-dl-child:first-child {
    margin-top: 0;
  }
  #form .form-preview-dl-child:after {
    content: "";
    display: block;
    clear: both;
  }
  #form .form-preview-dl-child dt {
    width: 15.38462vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 3.33333vw;
    font-weight: 500;
    line-height: 1.2;
  }
  #form .form-preview-dl-child dd {
    width: 100%;
    margin-left: 3.07692vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.28205vw;
    font-size: 3.33333vw;
  }
  #form .preview-personal-info > dd label {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #form .labeled_text {
    position: relative;
    display: inline-block;
    padding-left: 5.12821vw;
    font-size: 3.33333vw;
    line-height: 1.4;
  }
  #form .form-preview-reqiured,
  #form .form-preview-not-reqiured {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 10.76923vw;
    height: 4.61538vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2.82051vw;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    border-radius: 1.28205vw;
  }
  #form .form-preview-reqiured {
    background: #E95464;
  }
  #form .form-preview-not-reqiured {
    background: #959595;
  }
  #form .form-preview-help-text {
    margin-top: 1.02564vw;
    margin-bottom: 0;
    color: #868686;
    font-size: 2.5641vw;
  }
  #form .form-preview-help-text a {
    color: #67C2FF;
    text-decoration: underline;
  }
  #form .form-preview-alert-text {
    margin: 1.02564vw 0 0;
    color: #E95464;
    font-size: 2.5641vw;
    line-height: 1.35;
  }
  #form .show-page-btn {
    margin: 5.64103vw auto 0;
    clear: both;
    font-size: 0;
  }
  #form .show-page-btn .btn {
    width: 68.71795vw;
    height: 16.66667vw;
    margin: 0 auto;
  }
  #form .show-page-btn .btn span {
    font-size: 5.12821vw;
    line-height: 1;
  }
  #form dd,
  #form dt {
    font-size: 3.33333vw;
  }
  #form.confirm .common_inner {
    width: 100%;
    background-color: #fff;
    border-radius: 7.69231vw;
    padding: 12.82051vw 5.12821vw;
  }
  #form.confirm .common_inner > h2 {
    font-size: 6.15385vw;
    margin-bottom: 10.25641vw;
  }
  #form.confirm .common_inner .form-preview-dl > dt {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .form-preview-dl > dd {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.12821vw;
    margin-top: 12.82051vw;
  }
  #form.confirm .common_inner .btn_wrap .btn {
    width: 100%;
    height: 60px;
    border: 0.51282vw solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn span {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .btn_wrap .btn.back {
    background-color: #fff;
  }
  #form.confirm .common_inner .btn_wrap .btn.back span {
    color: #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::after {
    border-left: 2.05128vw solid #FF910B;
  }
  #form.confirm .common_inner .btn_wrap .btn.back::before {
    background: #fff0dc;
  }
  #form.confirm .common_inner > h3 {
    font-size: 4.61538vw;
    text-align: center;
    margin-bottom: 5.12821vw;
  }
  #form.confirm .common_inner > p {
    font-size: 4.10256vw;
  }
  #form.confirm .common_inner .top.btn {
    width: 100%;
    height: 15.38462vw;
    margin-top: 10.25641vw;
  }
  #form.confirm .common_inner .top.btn span {
    font-size: 4.10256vw;
  }

  #footer {
    margin-top: 0;
  }
  #footer .addr {
    font-size: 3.07692vw;
  }
  #footer #copyright {
    font-size: 2.5641vw;
  }
}
