@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  body {
    padding-top: 84px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #2b63ba;
  }
  .header_main .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 84px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row h1 a {
    display: inline-block;
       width: 276px;
  }
  .header_main .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row ul .btn_mail {
    width: 215px;
    display: block;
    margin-left: 10px;
    max-width: 20vw;
  }
  .header_main .row ul .btn_line {
    width: 216px;
    display: block;
    margin-left: 6px;
    max-width: 20vw;
  }
  .header_main .row .header_main_tel {
    position: relative;
    padding-left: 31px;
    display: inline-block;
    color: #fff;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 34px;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .row .header_main_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 29px));
    font-size: -moz-calc(min(3.5vw, 29px));
    font-size: calc(min(3.5vw, 29px));
    text-align: left;
  }
  .header_main .row .header_main_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 8px));
    font-size: -moz-calc(min(3.5vw, 8px));
    font-size: calc(min(3.5vw, 8px));
    line-height: 1.1;
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer {
    padding: 15px 0;
    background-color: #115fbb;
    text-align: center;
  }
  .footer .company {
    padding: 30px 0 60px;
    background: #115fbb;
  }
  .footer .company .row {
    max-width: 384px;
  }
  .footer .company h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 21px;
    font-weight: bold;
    font-size: 18px;
  }
  .footer .company .dlist dl {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .dlist dl + dl {
    margin-top: 20px;
  }
  .footer .company .dlist dl dt {
    width: 97px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
  }
  .footer .company .dlist dl dd {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.22);
  }
  .footer .copyright {
    color: #fff;
    font-size: 14px;
  }
  .p_top .mv {
    background: url(../img/mv_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta {
    background: url(../img/cta_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
    padding: 28px 0 37px;
  }
  .p_top .cta .cta_tt img {
    width: 414px;
  }
  .p_top .cta .cta_tt2 img {
    width: 295px;
  }
  .p_top .cta .cta_text {
    margin: 21px 0 31px;
  }
  .p_top .cta .cta_text img {
    width: 887px;
  }
  .p_top .cta .cta_tel {
    position: relative;
    padding-left: 31px;
    display: inline-block;
    color: #fff;
    padding: 20px 20px 20px 90px;
    border: 3px solid #fff;
    min-width: 509px;
    margin: 22px 0;
  }
  .p_top .cta .cta_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 41px;
    height: 65px;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 59px;
    text-align: left;
  }
  .p_top .cta .cta_tel small {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }
  .p_top .cta .cta_listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .cta .cta_listBtn li {
    line-height: 0;
    width: 384px;
  }
  .p_top .cta .cta_listBtn li a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .p_top .cta .cta_listBtn li:nth-of-type(2) {
    margin-left: 11px;
  }
  .p_top .blk01 {
    padding: 67px 0 113px;
    background: url(../img/blk01_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk01 .row {
    max-width: 1155px;
  }
  .p_top .blk01 h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .p_top .blk01 h2 img {
    width: 606px;
  }
  .p_top .blk01 ul {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    /*-ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);*/
  }
  .p_top .blk02 {
    padding-bottom: 77px;
    background: url(../img/blk02_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk02 h2 {
    margin-bottom: -20px;
    text-align: center;
  }
  .p_top .blk02 h2 img {
    width: 588px;
    margin-top: -75px;
  }
  .p_top .blk02 .blk02_img {
    text-align: center;
  }
  .p_top .blk02 .blk02_img img {
    width: 947px;
  }
  .p_top .blk03 {
    padding-bottom: 52px;
    background: #01479e;
  }
  .p_top .blk03 .row {
    position: relative;
  }
  .p_top .blk03 h2 {
    -moz-border-radius: 10px 10px 0px 0px;
         border-radius: 10px 10px 0px 0px;
    background: #01479e;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -90px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-top: 33px;
    line-height: 1.44;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .p_top .blk03 ul {
    padding-top: 60px;
  }
  .p_top .blk03 ul li {
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 28px;
  }
  .p_top .blk03 ul li img {
    width: 874px;
  }
  .p_top .blk04 {
    padding: 61px 0 55px;
    background: url(../img/blk04_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk04 .row {
    max-width: 835px;
  }
  .p_top .blk04 h2 {
    margin-bottom: 55px;
    text-align: center;
  }
  .p_top .blk04 h2 img {
    width: 376px;
  }
  .p_top .blk04 ul {
    display: -ms-grid;
    display: grid;
    gap: 4px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .blk05 {
    padding: 42px 0 44px;
    background: #c9eaff;
  }
  .p_top .blk05 .row {
    max-width: 856px;
  }
  .p_top .blk05 .blk05_bl01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    padding: 40px 65px 36px;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l {
    width: 47.3%;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l h2 {
    text-align: center;
    margin-bottom: 21px;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l h2 img {
    width: 326px;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #031c59;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_r {
    width: 47.3%;
  }
  .p_top .blk05 .blk05_bl02 {
    background-color: #fff;
    padding: 0 35px 30px;
    margin-top: 43px;
  }
  .p_top .blk05 .blk05_bl02 h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .blk05 .blk05_bl02 h3 img {
    margin-top: -23px;
    width: 336px;
  }
  .p_top .blk05 .blk05_bl02 .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l {
    width: 43.3%;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text {
    margin-top: 15px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #031c59;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p span {
    background: -webkit-linear-gradient(bottom, #ffeb00 21px, transparent 21px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffeb00 21px, transparent 21px, transparent 100%);
    background: linear-gradient(to top, #ffeb00 21px, transparent 21px, transparent 100%);
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p + p {
    margin-top: 20px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r {
    width: 53.7%;
    padding-top: 18px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul {
    counter-reset: div;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #01479e;
    padding: 22px;
    position: relative;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li + li {
    margin-top: 31px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li::before {
    width: 36px;
    height: 36px;
    background: #ffeb03;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #01479e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-increment: div;
    content: counter(div);
    position: absolute;
    left: 19px;
    top: -18px;
    padding-bottom: 3px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    color: #fff500;
    margin-bottom: 8px;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul p {
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
  }
  .p_top .price {
    padding: 65px 0 72px;
    background: url(../img/price_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .price .row {
    max-width: 782px;
  }
  .p_top .price h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .p_top .price h2 img {
    position: relative;
    z-index: 2;
    width: 334px;
  }
  .p_top .price ul {
    display: -ms-grid;
    display: grid;
    gap: 14px;
/*    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);*/
  }
  .p_top .price ul li dl {
    background-color: #fff;
  }
  .p_top .price ul li dl dt {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #01479e;
    padding: 14px;
    cursor: pointer;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .price ul li dl dt:hover {
    opacity: 0.7;
  }
  .p_top .price ul li dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .price ul li dl dt i:before, .p_top .price ul li dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .price ul li dl dt i:before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -1.5px;
  }
  .p_top .price ul li dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1.5px;
  }
  .p_top .price ul li dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .price ul li dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .price ul li dl dt span {
    color: #FFEB00;
  }
  .p_top .price ul li dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .price ul li dl dd .actCt {
    padding: 13px 10px 17px;
  }
  .p_top .price ul li dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .p_top .price ul li dl dd p:nth-child(odd) {
    background-color: #faf9ef;
  }
  .p_top .price ul li dl dd p span:nth-of-type(1) {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.35714;
    text-align: left;
    color: #1e2e39;
  }
  .p_top .price ul li dl dd p span:nth-of-type(2) {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1875;
    text-align: right;
    color: #f87a2b;
  }
  .p_top .price .price_logo {
    margin-top: 23px;
    text-align: center;
  }
  .p_top .price .price_logo img {
    width: 384px;
  }
  .p_top .area {
    padding: 22px 0 137px;
  }
  .p_top .area .row {
    max-width: 756px;
  }
  .p_top .area .area_main {
    margin-top: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .area .area_map {
    text-align: center;
    width: 45.1%;
  }
  .p_top .area .dlist {
    width: 50.8%;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 10px;
  }
  .p_top .area .dlist dt {
    position: relative;
    padding: 16px 40px 16px 22px;
    background: #115fbb;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .area .dlist dt:hover {
    opacity: 0.7;
  }
  .p_top .area .dlist dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .area .dlist dt i:before, .p_top .area .dlist dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .dlist dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area .dlist dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area .dlist dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .area .dlist dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area .dlist dd .accCt {
    padding: 10px 0;
  }
  .p_top .area .dlist dd .accCt p {
    font-size: 14px;
    line-height: 1.42857;
    color: #02326c;
  }
  .p_top .faq {
    padding-bottom: 52px;
    background: #01479e;
  }
  .p_top .faq .row {
    position: relative;
    padding-top: 57px;
    max-width: 816px;
  }
  .p_top .faq h2 {
    -moz-border-radius: 10px 10px 0px 0px;
         border-radius: 10px 10px 0px 0px;
    background: #01479e;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -90px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-top: 33px;
    line-height: 1.44;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .p_top .faq h3 {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 41px;
    line-height: 1.44;
    color: #fff;
  }
  .p_top .faq .faq_list dl {
    background-color: #fff;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 20px;
  }
  .p_top .faq .faq_list dl dt {
    background: #031c59;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.41176;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 25px 25px 25px 60px;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 26px;
    height: 31px;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list dl dd {
    font-size: 14px;
    line-height: 1.42857;
    color: #1e2e39;
    position: relative;
    padding: 20px 20px 20px 60px;
    min-height: 80px;
  }
  .p_top .faq .faq_list dl dd::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 20px;
    width: 26px;
    height: 31px;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 28px 77px 21px 63px;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 335px;
  }
  .p_top .form .txt_error {
    font-size: 10px;
    text-align: left;
    color: #f20000;
    margin-top: 2px;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 28px 0 19px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 16px;
  }
  .p_top .form .checkboxWr label a {
    color: #00A7FF;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
  }
  .p_top .form .checkboxWr label span::after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .form dl + dl {
    margin-top: 29px;
  }
  .p_top .form dl dt {
    width: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 25px;
  }
  .p_top .form dl dt span {
    min-width: 38px;
    min-height: 21px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #ffeb00;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    color: #000;
    font-weight: 400;
  }
  .p_top .form dl dt small {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #6e6666;
    margin-left: 15px;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd input {
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 424px;
    height: 49px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    max-width: 100%;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox li:not(:last-child), .p_top .form dl dd .list_checkbox .mwform-checkbox-field:not(:last-child) {
    margin-right: 16px;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: none;
  }
  .p_top .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact {
    padding: 32px 0;
    background: #3397d8;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 700px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .contact h2 img {
    width: 270px;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 45px 0 55px;
    min-height: -webkit-calc(100vh - 84px - 397px);
    min-height: -moz-calc(100vh - 84px - 397px);
    min-height: calc(100vh - 84px - 397px);
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 31px;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 28px;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #031c59;
  }
  .p_policy .policy {
    padding: 45px 0 63px;
  }
  .p_policy .policy h2 {
    font-weight: 900;
    font-size: 31px;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 48px;
  }
  .p_policy .policy .dlist dl {
    font-size: 16px;
    line-height: 1.5;
    color: #031c59;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 26px;
  }
  .p_policy .policy .dlist dl dt {
    font-weight: bold;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    background-color: #2b63ba;
  }
  .header_main .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 15.21739vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row h1 a {
    display: inline-block;
       width: 60vw;
  }
  .header_main .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_main .row ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row ul .btn_mail {
    width: 103.86473vw;
    display: block;
    margin-left: 2.41546vw;
    max-width: 20vw;
  }
  .header_main .row ul .btn_line {
    width: 104.34783vw;
    display: block;
    margin-left: 1.44928vw;
    max-width: 20vw;
  }
  .header_main .row .header_main_tel {
    position: relative;
    padding-left: 7.48792vw;
    display: inline-block;
    color: #fff;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5.31401vw;
    height: 8.21256vw;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .row .header_main_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, vw(29)));
    font-size: -moz-calc(min(3.5vw, vw(29)));
    font-size: calc(min(3.5vw, vw(29)));
    text-align: left;
  }
  .header_main .row .header_main_tel small {
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, vw(8)));
    font-size: -moz-calc(min(3.5vw, vw(8)));
    font-size: calc(min(3.5vw, vw(8)));
    line-height: 1.1;
    display: block;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer {
    padding: 3.62319vw 0 16.90821vw;
    background-color: #115fbb;
    text-align: center;
  }
  .footer .company {
    padding: 7.24638vw 0 14.49275vw;
    background: #115fbb;
  }
  .footer .company .row {
    max-width: 92.75362vw;
  }
  .footer .company h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 5.07246vw;
    font-weight: bold;
    font-size: 4.34783vw;
  }
  .footer .company .dlist dl {
    line-height: 1.5;
    font-size: 3.86473vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .company .dlist dl + dl {
    margin-top: 4.83092vw;
  }
  .footer .company .dlist dl dt {
    width: 23.42995vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-bottom: 0.72464vw solid #fff;
    padding-bottom: 2.41546vw;
  }
  .footer .company .dlist dl dd {
    width: 100%;
    padding-bottom: 2.41546vw;
    border-bottom: 0.72464vw solid rgba(255, 255, 255, 0.22);
  }
  .footer .copyright {
    color: #fff;
    font-size: 3.38164vw;
  }
  .cta_fixed {
    position: fixed;
    z-index: 99;
    bottom: -1px;
    width: 100%;
    left: 0;
    padding: 0 0.72464vw;
  }
  .cta_fixed ul {
    display: -ms-grid;
    display: grid;
    gap: 1.44928vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .cta_fixed ul li a:hover {
    opacity: 1;
  }
  .cta_fixed ul li a:hover img {
    opacity: 1;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .cta {
    position: relative;
  }
  .p_top .cta .cta_block_sp {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
    padding-bottom: 18vw;
  }
  .p_top .cta .row {
    padding: 0;
  }
  .p_top .cta .cta_tel {
    width: 100%;
    height: 21.98068vw;
    display: block;
    text-indent: -9999px;
    background: url(../img/cta_tel_sp.png) center/contain no-repeat;
  }
  .p_top .cta .cta_listBtn li {
    margin-top: 1.93237vw;
  }
  .p_top .blk01 {
    padding: 8.69565vw 0 18.11594vw;
    background: #e8eff7 url(../img/blk01_bg_sp.jpg) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk01 h2 {
    margin-bottom: 16.90821vw;
    text-align: center;
  }
  .p_top .blk01 h2 img {
    width: 89.61353vw;
  }
  .p_top .blk01 ul li {
    margin-top: 5.07246vw;
  }
  .p_top .blk01 ul li img {
    width: 89.85507vw;
  }
  .p_top .blk02 {
    padding-bottom: 9.66184vw;
    background: url(../img/blk02_bg_sp.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blk02 h2 {
    text-align: center;
    margin: 0 -3.62319vw 0 -7.24638vw;
  }
  .p_top .blk02 h2 img {
    margin-top: -14.49275vw;
  }
  .p_top .blk02 .blk02_img {
    text-align: center;
    margin: 0 -3.62319vw;
  }
  .p_top .blk02 .blk02_img img {
    margin-bottom: -3.62319vw;
  }
  .p_top .blk03 {
    padding-bottom: 10.86957vw;
    background: #01479e;
  }
  .p_top .blk03 .row {
    position: relative;
  }
  .p_top .blk03 h2 {
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
         border-radius: 2.41546vw 2.41546vw 0vw 0vw;
    background: #01479e;
    font-weight: bold;
    font-size: 8.21256vw;
    line-height: 1.44118;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 3.62319vw;
    top: -13.28502vw;
    width: 92.75362vw;
    padding-top: 6.03865vw;
  }
  .p_top .blk03 ul {
    padding-top: 22.22222vw;
  }
  .p_top .blk03 ul li {
    text-align: center;
  }
  .p_top .blk03 ul li + li {
    margin-top: 3.86473vw;
  }
  .p_top .blk04 {
    padding: 11.11111vw 0 10.38647vw;
    background: url(../img/blk04_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk04 .row {
    max-width: 201.69082vw;
  }
  .p_top .blk04 h2 {
    margin-bottom: 2.41546vw;
    text-align: center;
  }
  .p_top .blk04 h2 img {
    width: 75.36232vw;
  }
  .p_top .blk04 ul {
    margin: 0 -3.62319vw;
  }
  .p_top .blk05 {
    padding: 30.19324vw 0 9.66184vw;
    background: #c9eaff;
  }
  .p_top .blk05 .row {
    max-width: 206.76329vw;
  }
  .p_top .blk05 .blk05_bl01 {
    background-color: #fff;
    padding: 0vw 5.31401vw 5.31401vw;
    margin-bottom: 6.03865vw;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l h2 {
    text-align: center;
    margin-bottom: 5.07246vw;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l h2 img {
    width: 78.74396vw;
    margin-top: -21.25604vw;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_l p {
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
    color: #031c59;
  }
  .p_top .blk05 .blk05_bl01 .blk05_bl01_r {
    margin-top: 3.38164vw;
  }
  .p_top .blk05 .blk05_bl02 {
    background-color: #fff;
    padding: 0 5.31401vw 6.03865vw;
    margin-top: 10.38647vw;
  }
  .p_top .blk05 .blk05_bl02 h3 {
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .p_top .blk05 .blk05_bl02 h3 img {
    margin-top: -5.55556vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l {
    margin-bottom: 7.24638vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text {
    margin-top: 3.62319vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p {
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
    color: #031c59;
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5.07246vw, #ffeb00), color-stop(5.07246vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #ffeb00 5.07246vw, transparent 5.07246vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ffeb00 5.07246vw, transparent 5.07246vw, transparent 100%);
    background: linear-gradient(to top, #ffeb00 5.07246vw, transparent 5.07246vw, transparent 100%);
  }
  .p_top .blk05 .blk05_bl02 .df .df_l .text p + p {
    margin-top: 4.83092vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul {
    counter-reset: div;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #01479e;
    padding: 5.31401vw;
    position: relative;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li + li {
    margin-top: 5.55556vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li::before {
    width: 8.69565vw;
    height: 8.69565vw;
    background: #ffeb03;
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1;
    color: #01479e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-increment: div;
    content: counter(div);
    position: absolute;
    left: 4.58937vw;
    top: -4.34783vw;
    padding-bottom: 0.72464vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul li h4 {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    color: #fff500;
    margin-bottom: 1.93237vw;
  }
  .p_top .blk05 .blk05_bl02 .df .df_r ul p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #fff;
  }
  .p_top .price {
    padding: 11.11111vw 0 4.83092vw;
    background: url(../img/price_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .price .row {
    max-width: 188.88889vw;
  }
  .p_top .price h2 {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .p_top .price h2 img {
    position: relative;
    z-index: 2;
    width: 80.67633vw;
  }
  .p_top .price ul li + li {
    margin-top: 1.69082vw;
  }
  .p_top .price ul li dl {
    background-color: #fff;
  }
  .p_top .price ul li dl dt {
    font-weight: bold;
    font-size: 4.83092vw;
    color: #fff;
    background: #01479e;
    padding: 3.38164vw;
    cursor: pointer;
    position: relative;
  }
  .p_top .price ul li dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 2.41546vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .price ul li dl dt i:before, .p_top .price ul li dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .price ul li dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .price ul li dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .price ul li dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .price ul li dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .price ul li dl dt span {
    color: #FFEB00;
  }
  .p_top .price ul li dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .price ul li dl dd .actCt {
    padding: 3.1401vw 2.41546vw 4.10628vw;
  }
  .p_top .price ul li dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.41546vw;
  }
  .p_top .price ul li dl dd p:nth-child(odd) {
    background-color: #faf9ef;
  }
  .p_top .price ul li dl dd p span:nth-of-type(1) {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.35714;
    text-align: left;
    color: #1e2e39;
  }
  .p_top .price ul li dl dd p span:nth-of-type(2) {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.1875;
    text-align: right;
    color: #f87a2b;
  }
  .p_top .price .price_logo {
    margin-top: 5.55556vw;
    text-align: center;
  }
  .p_top .price .price_logo img {
    width: 185.50725vw;
  }
  .p_top .area {
    padding: 5.31401vw 0 22.22222vw;
  }
  .p_top .area .row {
    max-width: 182.6087vw;
  }
  .p_top .area h2 {
    margin-left: -3.62319vw;
  }
  .p_top .area .area_map {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .area .area_map img {
    width: 82.36715vw;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .area .dlist dt {
    position: relative;
    padding: 3.86473vw 9.66184vw 3.86473vw 5.31401vw;
    background: #115fbb;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.44444;
    color: #fff;
    cursor: pointer;
  }
  .p_top .area .dlist dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .area .dlist dt i:before, .p_top .area .dlist dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .dlist dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area .dlist dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area .dlist dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .area .dlist dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area .dlist dd .accCt {
    padding: 2.41546vw 0;
  }
  .p_top .area .dlist dd .accCt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #02326c;
  }
  .p_top .faq {
    padding-bottom: 7.24638vw;
    background: #01479e;
  }
  .p_top .faq .row {
    position: relative;
    padding-top: 24.87923vw;
    max-width: 197.10145vw;
  }
  .p_top .faq h2 {
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
         border-radius: 2.41546vw 2.41546vw 0vw 0vw;
    background: #01479e;
    font-weight: bold;
    font-size: 8.21256vw;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 3.62319vw;
    top: -13.28502vw;
    width: 92.75362vw;
    padding-top: 6.03865vw;
    line-height: 1.44118;
  }
  .p_top .faq h3 {
    font-weight: bold;
    font-size: 8.21256vw;
    text-align: center;
    margin-bottom: 3.86473vw;
    margin-top: 12.56039vw;
    line-height: 1.44118;
    color: #fff;
  }
  .p_top .faq .faq_list dl {
    background-color: #fff;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 3.1401vw;
  }
  .p_top .faq .faq_list dl dt {
    background: #031c59;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 6.03865vw 6.03865vw 6.03865vw 14.49275vw;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4.83092vw;
    width: 6.28019vw;
    height: 7.48792vw;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list dl dd {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #1e2e39;
    position: relative;
    padding: 4.83092vw 4.83092vw 4.83092vw 14.49275vw;
    min-height: 19.32367vw;
  }
  .p_top .faq .faq_list dl dd::before {
    content: "";
    position: absolute;
    top: 3.86473vw;
    left: 4.83092vw;
    width: 6.28019vw;
    height: 7.48792vw;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .form {
    background: transparent;
  }
  .p_top .form .form_inner {
    background-color: #fff;
    padding: 6.03865vw;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 80.91787vw;
  }
  .p_top .form .txt_error {
    font-size: 2.41546vw;
    text-align: left;
    color: #f20000;
    margin-top: 0.48309vw;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.76329vw 0 4.58937vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.86473vw;
  }
  .p_top .form .checkboxWr label a {
    color: #00A7FF;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.03865vw;
  }
  .p_top .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.69082vw;
    top: 1.44928vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl + dl {
    margin-top: 4.10628vw;
  }
  .p_top .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.69082vw;
  }
  .p_top .form dl dt span {
    min-width: 9.17874vw;
    min-height: 5.07246vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #ffeb00;
    font-size: 3.38164vw;
    text-align: center;
    padding: 0 1.20773vw;
    color: #000;
    font-weight: 400;
  }
  .p_top .form dl dt small {
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #6e6666;
    margin-left: 3.62319vw;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd input {
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(min(4.34783vw, 16px));
    font-size: -moz-calc(min(4.34783vw, 16px));
    font-size: calc(min(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 102.41546vw;
    height: 11.83575vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    max-width: 100%;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #c7c7c7;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox li:not(:last-child), .p_top .form dl dd .list_checkbox .mwform-checkbox-field:not(:last-child) {
    margin-right: 3.38164vw;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.10628vw;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.72464vw;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #000;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: none;
  }
  .p_top .form dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact {
    padding: 7.72947vw 0;
    background: #3397d8;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 169.08213vw;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .contact h2 img {
    width: 65.21739vw;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 10.86957vw 0 13.28502vw;
    min-height: -webkit-calc(100vh - vw(84) - vw(397));
    min-height: -moz-calc(100vh - vw(84) - vw(397));
    min-height: calc(100vh - vw(84) - vw(397));
  }
  .p_thanks .thanks h2 {
    font-weight: 900;
    font-size: 7.48792vw;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 6.76329vw;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: #031c59;
  }
  .p_policy .policy {
    padding: 10.86957vw 0 15.21739vw;
  }
  .p_policy .policy h2 {
    font-weight: 900;
    font-size: 7.48792vw;
    line-height: 1.29032;
    text-align: center;
    color: #01479e;
    margin-bottom: 11.5942vw;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #031c59;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 6.28019vw;
  }
  .p_policy .policy .dlist dl dt {
    font-weight: bold;
    margin-bottom: 2.657vw;
  }
}

.error {
  color: #ff0000;
  width: 100%;
  display: block !important;
}

.p_top .form .checkboxWr .error {
  text-align: center;
}

.thx_button{
  width:80%;
  text-align:center;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width:480px) {

.thx_button{
  width:100%;
  text-align:center;
   margin-top: 50px;
}
}
