@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;
  }
  .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: 152px;
  }
  .header_main .row h1 span {
    display: block;
    font-size: 10px;
    line-height: 2.4;
    color: #000;
  }
  .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: 55px;
    display: inline-block;
    color: #fff;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 45px;
    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, 31px));
    font-size: -moz-calc(min(3.5vw, 31px));
    font-size: calc(min(3.5vw, 31px));
    text-align: left;
    color: #fc5f01;
  }
  .header_main .row .header_main_tel small {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.21429;
    color: #fc5f01;
    opacity: 0.8;
  }
  .footer {
    background-color: #091c49;
    text-align: center;
    padding-bottom: 100px;
  }
  .footer .company {
    padding: 40px 0 17px;
    background: #091c49;
  }
  .footer .company .row {
    max-width: 362px;
  }
  .footer .company h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 23px;
  }
  .footer .company .dlist dl {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21429;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .footer .company .dlist dl a {
    color: #fff;
  }
  .footer .company .dlist dl + dl {
    margin-top: 10px;
  }
  .footer .company .dlist dl dt {
    width: 136px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .company .dlist dl dd {
    width: 100%;
  }
  .footer .copyright {
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
  }
  .cta_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  .cta_fixed_main {
    padding-top: 17px;
    padding-bottom: 17px;
    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;
  }
  .cta_fixed_main > span {
    font-weight: bold;
    font-size: -webkit-calc(min(1.5vw, 15px));
    font-size: -moz-calc(min(1.5vw, 15px));
    font-size: calc(min(1.5vw, 15px));
    line-height: 1.06667;
    text-align: left;
    color: #fc5f01;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 7px;
  }
  .cta_fixed_main .cta_fixed_tel {
    position: relative;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 -webkit-calc(min(4.2vw, 48px));
    padding: 0 0 0 -moz-calc(min(4.2vw, 48px));
    padding: 0 0 0 calc(min(4.2vw, 48px));
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    height: 90%;
    background: #fff;
    border: 3px solid #d7441f;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-right: 3px;
  }
  .cta_fixed_main .cta_fixed_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-calc(min(2.6vw, 26px));
    width: -moz-calc(min(2.6vw, 26px));
    width: calc(min(2.6vw, 26px));
    height: -webkit-calc(min(2.6vw, 26px));
    height: -moz-calc(min(2.6vw, 26px));
    height: calc(min(2.6vw, 26px));
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) {
  .cta_fixed_main .cta_fixed_tel::before {
    left: 7px;
  }
}

@media screen and (min-width: 769px), print {
  .cta_fixed_main .cta_fixed_tel span {
    line-height: 1;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(2vw, 22px));
    font-size: -moz-calc(min(2vw, 22px));
    font-size: calc(min(2vw, 22px));
    text-align: left;
    color: #fc5f01;
  }
  .cta_fixed_main .cta_fixed_tel small {
    line-height: 1.1;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: -webkit-calc(min(0.75vw, 8px));
    font-size: -moz-calc(min(0.75vw, 8px));
    font-size: calc(min(0.75vw, 8px));
    color: #fc5f01;
    opacity: 0.8;
  }
  .cta_fixed_main .cta_fixed_listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta_fixed_main .cta_fixed_listBtn li {
    width: 33%;
  }
  .p_top .mv {
    background: url(../img/mv_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta {
    background: #f3ae3b;
    padding: 21px 0 29px;
  }
  .p_top .cta .cta_main {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 11px 8px;
  }
  .p_top .cta .row {
    max-width: 736px;
  }
  .p_top .cta .cta_tt2 {
    text-align: center;
  }
  .p_top .cta .cta_tt2 img {
    width: 581px;
  }
  .p_top .cta .cta_text {
    margin: 10px 0 20px;
  }
  .p_top .cta .cta_text img {
    width: 679px;
  }
  .p_top .cta .cta_block_sp {
    text-align: center;
  }
  .p_top .cta .cta_tel {
    position: relative;
    display: inline-block;
    padding: 20px 20px 20px 81px;
    margin: 19px 0;
    min-width: 404px;
    min-height: 87px;
    background: #fff;
    border: 3px solid #d7441f;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .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: 31px;
    text-align: left;
    color: #fc5f01;
  }
  .p_top .cta .cta_tel small {
    line-height: 1.1;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #fc5f01;
    opacity: 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 .service_head {
    padding: 21px 0 30px;
  }
  .p_top .service_head .row {
    max-width: 1030px;
  }
  .p_top .service_head h2 {
    margin-bottom: 20px;
  }
  .p_top .service_head h2 img {
    width: 278px;
  }
  .p_top .service_bd {
    background: url(../img/service_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
    padding-top: 50px;
  }
  .p_top .service_bd img {
    width: 697px;
  }
  .p_top .price {
    padding-bottom: 60px;
  }
  .p_top .price .price_it {
    background: url(../img/price_it_bg.png) center/100% 100% no-repeat;
    padding: 30px 0 40px;
    text-align: center;
  }
  .p_top .price .price_it small {
    font-weight: bold;
    font-size: 27px;
    line-height: 1.18519;
    text-align: center;
    color: #ccd4e8;
    display: block;
  }
  .p_top .price .price_it span {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.13889;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .price .price_it_main {
    padding: 30px 0 67px;
  }
  .p_top .price .price_it_main h3 {
    margin-bottom: 29px;
    text-align: center;
  }
  .p_top .price .price_it_main h3 small {
    min-width: 166px;
    min-height: 38px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #0b1d49;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-bottom: 5px;
  }
  .p_top .price .price_it_main h3 span {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    color: #091c49;
    display: block;
  }
  .p_top .price .price_it_main h3 span em {
    color: #FC5F01;
    font-style: normal;
  }
  .p_top .price .price_imgBot {
    margin: 40px 0 55px;
    text-align: center;
  }
  .p_top .price .price_imgBot img {
width: 80%;
  }
  .p_top .price .priceBot {
    text-align: center;
  }
  .p_top .price .priceBot .row {
    max-width: 850px;
  }
  .p_top .price .priceBot img {
    width: 833px;
  }
  .p_top .price .priceBot .box {
    margin-top: 35px;
    padding: 30px 0;
    background: #091c49;
  }
  .p_top .price .priceBot .box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6875;
    text-align: center;
    color: #fff;
  }
  .p_top .area {
    padding: 70px 0 77px;
    background: #fffbf0;
  }
  .p_top .area .row {
    max-width: 850px;
  }
  .p_top .area h2 {
    text-align: center;
  }
  .p_top .area h2 img {
    width: 589px;
  }
  .p_top .area h3 {
    text-align: center;
    margin: 40px 0 30px;
  }
  .p_top .area h3 img {
    width: 381px;
  }
  .p_top .area .dlist dl {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #091c49;
    padding: 0 30px;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 10px;
  }
  .p_top .area .dlist dl dt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.65;
    text-align: left;
    color: #091c49;
    position: relative;
    padding: 15px 40px 15px 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px solid transparent;
  }
  .p_top .area .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .area .dlist dl dt.is_active {
    border-bottom-color: #afb5c4;
  }
  .p_top .area .dlist dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 11px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area .dlist 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 .area .dlist dl dd .accCt {
    padding: 15px 0 23px;
  }
  .p_top .area .dlist dl dd .accCt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .area .dlist dl dd .accCt li {
    font-size: 14px;
    line-height: 1.64286;
    text-align: left;
    color: #3a404d;
  }
  .p_top .area .dlist dl dd .accCt li:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .service2 {
    background: url(../img/service2_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 60px 0 70px;
  }
  .p_top .service2 h2 {
    text-align: center;
  }
  .p_top .service2 h2 img {
    width: 320px;
  }
  .p_top .service2 h3 {
    text-align: center;
    margin: 30px 0;
  }
  .p_top .service2 h3 img {
    width: 351px;
  }
  .p_top .service2 ul {
    display: -ms-grid;
    display: grid;
    gap: 18px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .p_top .security {
    background: url(../img/security_bg.png) repeat;
    padding: 50px 0 80px;
  }
  .p_top .security h2 {
    text-align: center;
    margin-bottom: 42px;
  }
  .p_top .security h2 img {
    width: 416px;
  }
  .p_top .security ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -14px;
  }
  .p_top .security ul li {
    margin: 0 14px 32px 14px;
    width: -webkit-calc((100% - 84px) / 3);
    width: -moz-calc((100% - 84px) / 3);
    width: calc((100% - 84px) / 3);
  }
  .p_top .price2 {
    padding: 40px 0;
  }
  .p_top .price2 h2 {
    text-align: center;
  }
  .p_top .price2 h2 img {
    width: 167px;
  }
  .p_top .price2 h3 {
    text-align: center;
    margin: 20px 0;
  }
  .p_top .price2 h3 img {
    width: 379px;
  }
  .p_top .flow {
    padding: 60px 0 85px;
    background: #f7f7f7;
  }
  .p_top .flow .row {
    max-width: 600px;
  }
  .p_top .flow h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .p_top .flow h2 img {
    width: 380px;
  }
  .p_top .flow ul {
    background-color: #fff;
  }
  .p_top .flow ul li {
    padding-bottom: 25px;
  }
  .p_top .flow ul li:not(:last-child) {
    position: relative;
    position: relative;
  }
  .p_top .flow ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 22px solid #fff;
    z-index: 1;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 18px;
    background: url(../img/dots.png) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .voice {
    padding: 60px 0 40px;
  }
  .p_top .voice .row {
    max-width: 876px;
  }
  .p_top .voice h2 {
    text-align: center;
  }
  .p_top .voice h2 img {
    width: 200px;
  }
  .p_top .voice h3 {
    text-align: center;
    margin-top: 30px;
  }
  .p_top .voice h3 img {
    width: 481px;
  }
  .p_top .faq {
    background: url(../img/faq_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 60px;
  }
  .p_top .faq .row {
    max-width: 750px;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .p_top .faq h2 img {
    width: 180px;
  }
  .p_top .faq .faq_list dl {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #9096a5;
    padding: 0 20px;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 10px;
  }
  .p_top .faq .faq_list dl dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222;
    text-align: left;
    color: #091c49;
    position: relative;
    padding: 26px 40px 26px 36px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px dotted transparent;
    position: relative;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #091c49;
  }
  .p_top .faq .faq_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .faq_list dl dt.is_active {
    border-bottom-color: #abb0bb;
  }
  .p_top .faq .faq_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 11px;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list 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 .faq .faq_list dl dd .accCt {
    padding: 15px 0 23px 36px;
    position: relative;
  }
  .p_top .faq .faq_list dl dd .accCt::before {
    content: "A";
    position: absolute;
    top: 15px;
    left: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    color: #5775ba;
  }
  .p_top .faq .faq_list dl dd .accCt p {
    font-size: 14px;
    line-height: 1.64286;
    text-align: left;
    color: #000;
  }
  .p_top .form {
    background: transparent;
    padding-top: 50px;
  }
  .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: 473px;
  }
  .p_top .form .box_privacy {
    height: 247px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #b7b7b7;
    overflow-y: auto;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.71429;
    text-align: left;
    color: #091c49;
    margin-top: 40px;
  }
  .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: 20px 0;
    -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-weight: 500;
    font-size: 16px;
    color: #091c49;
  }
  .p_top .form .checkboxWr label a {
    color: #091c49;
  }
  .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 20px;
  }
  .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: 15px;
    height: 15px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fff;
    border: 1px solid #091c49;
  }
  .p_top .form .checkboxWr label span::after {
    left: 5px;
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .form dl + dl {
    margin-top: 20px;
  }
  .p_top .form dl dt {
    width: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55556;
    text-align: left;
    color: #091c49;
    margin-top: 11px;
  }
  .p_top .form dl dt span {
    min-width: 40px;
    min-height: 19px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #fc5f01;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    margin-right: 7px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-top: 5px;
  }
  .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: 100%;
    height: 50px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f2f7;
    border: 1px solid #78829a;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    padding: 10px 15px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 100%;
    height: 239px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f2f7;
    border: 1px solid #78829a;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd .list_rd .rd:not(:last-child), .p_top .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-bottom: 10px;
  }
  .p_top .form dl dd .list_rd .rd label, .p_top .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #091c49;
  }
  .p_top .form dl dd .list_rd .rd label input, .p_top .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .form dl dd .list_rd .rd span, .p_top .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 23px;
  }
  .p_top .form dl dd .list_rd .rd span::before, .p_top .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #091c49;
  }
  .p_top .form dl dd .list_rd .rd span::after, .p_top .form dl dd .list_rd .mwform-radio-field span::after {
    top: 6px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #0275ff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl dd .list_rd .rd label input:checked ~ span:before, .p_top .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:before {
    border-color: #0275ff;
  }
  .p_top .contact {
    padding: 50px 0 60px;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 952px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .contact h2 img {
    width: 240px;
  }
  .p_top .contact .c_txt01 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.77778;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
  .p_top .contact .c_box {
    width: 567px;
    background: #f0f2f7;
    border: 1px solid #091c49;
    margin: 0 auto;
    padding: 15px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    text-align: center;
  }
  .p_top .contact .c_box p {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #091c49;
    margin-bottom: 15px;
  }
  .p_top .contact .c_box .c_box_tel {
    min-width: 404px;
    min-height: 87px;
    background: #fff;
    border: 3px solid #d7441f;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    position: relative;
    padding-left: 81px;
  }
  .p_top .contact .c_box .c_box_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    -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 .contact .c_box .c_box_tel small {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.21429;
    color: #fc5f01;
    opacity: 0.8;
    display: block;
    text-align: left;
  }
  .p_top .contact .c_box .c_box_tel span {
    font-weight: bold;
    font-size: 31px;
    line-height: 1.25806;
    text-align: left;
    color: #fc5f01;
    display: block;
  }
  .p_thanks .footer {
    padding-bottom: 0;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 80px 0 55px;
    min-height: -webkit-calc(100vh - 84px - 320px);
    min-height: -moz-calc(100vh - 84px - 320px);
    min-height: calc(100vh - 84px - 320px);
  }
  .p_thanks .thanks h2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #091c49;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.77778;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
  .p_thanks .thanks .box {
    display: inline-block;
    width: 640px;
    padding: 9px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .p_thanks .thanks .box span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #091c49;
  }
  .p_thanks .thanks .box .box_inner {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: transparent;
    border: 2px solid #091c49;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 17px;
  }
  .p_thanks .thanks .box .box_inner a {
    display: inline-block;
    width: 471px;
  }
}

@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_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: 20.28986vw;
    -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: 36.71498vw;
  }
  .header_main .row h1 span {
    display: block;
    font-size: 2.41546vw;
    line-height: 2.4;
    color: #000;
    white-space: nowrap;
  }
  .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 {
    display: block;
    text-indent: -9999px;
    background: url(../img/ic_tel_sp.jpg) center/100% 100% no-repeat;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 21.98068vw;
    height: 21.98068vw;
  }
  .footer {
    background-color: #091c49;
    text-align: center;
    padding-bottom: 24.15459vw;
    padding-left: 13.28502vw;
    padding-right: 13.28502vw;
  }
  .footer .company {
    padding: 4.83092vw 0 4.10628vw;
    background: #091c49;
  }
  .footer .company .row {
    padding: 0;
  }
  .footer .company h2 {
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 5.55556vw;
  }
  .footer .company .dlist dl {
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 1.41667;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .footer .company .dlist dl a {
    color: #fff;
  }
  .footer .company .dlist dl + dl {
    margin-top: 1.93237vw;
  }
  .footer .company .dlist dl dt {
    width: 26.57005vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer .company .dlist dl dd {
    width: 100%;
  }
  .footer .copyright {
    padding: 3.62319vw 0;
    color: #fff;
    font-size: 2.89855vw;
  }
  .cta_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: rgba(255, 255, 255, 0.95);
  }
  .cta_fixed_main {
    padding: 1.20773vw;
  }
  .cta_fixed_main > span {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: center;
    color: #091c49;
    display: block;
  }
  .cta_fixed_main .cta_fixed_tel {
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url(../img/cta_fixed_tel_sp.png) center/contain no-repeat;
  }
  .cta_fixed_main .cta_fixed_listBtn {
    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;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(1) {
    width: 78.74396vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(2) {
    width: 47.343vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(3) {
    width: 78.26087vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 -2.41546vw;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .cta {
    background: #f3ae3b;
    padding: 6.28019vw 3.62319vw 7.24638vw;
  }
  .p_top .cta .cta_main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 1.20773vw 1.20773vw 2.41546vw;
  }
  .p_top .cta .cta_tt2 {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .cta .cta_tt2 img {
    width: 83.09179vw;
  }
  .p_top .cta .cta_text {
    margin: 3.62319vw 0 3.62319vw;
    text-align: center;
  }
  .p_top .cta .cta_text img {
    width: 87.19807vw;
  }
  .p_top .cta .cta_block_sp {
    text-align: center;
  }
  .p_top .cta .cta_tel {
    display: block;
    text-indent: -9999px;
    height: 25.36232vw;
    background: #fff url(../img/cta_tel_sp.png) center/contain no-repeat;
  }
  .p_top .service_head {
    padding: 8.45411vw 0 6.03865vw;
  }
  .p_top .service_head .row {
    max-width: 248.79227vw;
  }
  .p_top .service_head h2 {
    margin-bottom: 2.41546vw;
    margin-left: -3.62319vw;
  }
  .p_top .service_head h2 img {
    width: 55.7971vw;
  }
  .p_top .service_head .service_list {
    margin: 0 -3.62319vw;
  }
  .p_top .service_head .certified {
    margin-top: 3.62319vw;
  }
  .p_top .service_head .certified h3 {
    text-align: center;
  }
  .p_top .service_head .certified h3 img {
    width: 79.71014vw;
  }
  .p_top .service_bd {
    background: url(../img/service_bg_sp.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
    padding: 12.07729vw 0;
  }
  .p_top .service_bd img {
    width: 92.51208vw;
  }
  .p_top .price {
    padding-bottom: 7.24638vw;
  }
  .p_top .price .price_it {
    background: url(../img/price_it_bg_sp.png) center/100% 100% no-repeat;
    padding: 5.07246vw 0 9.17874vw;
    text-align: center;
  }
  .p_top .price .price_it small {
    font-weight: bold;
    font-size: 4.58937vw;
    line-height: 1.15789;
    text-align: center;
    color: #ccd4e8;
    display: block;
  }
  .p_top .price .price_it span {
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.12;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .price .price_it_main {
    padding: 4.83092vw 0 3.62319vw;
  }
  .p_top .price .price_it_main h3 {
    margin-bottom: 7.00483vw;
    text-align: center;
  }
  .p_top .price .price_it_main h3 small {
    min-width: 34.29952vw;
    min-height: 7.72947vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    background: #0b1d49;
    font-weight: bold;
    font-size: 4.83092vw;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-bottom: 1.20773vw;
  }
  .p_top .price .price_it_main h3 span {
    font-weight: bold;
    font-size: 6.76329vw;
    line-height: 1.17857;
    color: #091c49;
    display: block;
  }
  .p_top .price .price_it_main h3 span em {
    color: #FC5F01;
    font-style: normal;
  }
  .p_top .price .price_imgBot {
    margin: 0 -3.62319vw 6.03865vw;
    text-align: center;
  }
  .p_top .price .priceBot {
    text-align: center;
  }
  .p_top .price .priceBot .row {
    max-width: 205.31401vw;
  }
  .p_top .price .priceBot img {
    width: 84.90338vw;
  }
  .p_top .price .priceBot .box {
    margin-top: 6.03865vw;
    padding: 6.28019vw 4.10628vw;
    background: #091c49;
  }
  .p_top .price .priceBot .box p {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.92857;
    text-align: center;
    color: #fff;
  }
  .p_top .area {
    padding: 12.07729vw 0;
    background: #fffbf0;
  }
  .p_top .area .row {
    max-width: 205.31401vw;
  }
  .p_top .area h2 {
    text-align: center;
  }
  .p_top .area h2 img {
    width: 65.21739vw;
  }
  .p_top .area h3 {
    text-align: center;
    margin: 7.24638vw 0 2.41546vw;
  }
  .p_top .area h3 img {
    width: 71.25604vw;
  }
  .p_top .area .dlist dl {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #091c49;
    padding: 0 4.83092vw;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 1.20773vw;
  }
  .p_top .area .dlist dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.65;
    text-align: left;
    color: #091c49;
    position: relative;
    padding: 2.89855vw 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px solid transparent;
  }
  .p_top .area .dlist dl dt.is_active {
    border-bottom-color: #afb5c4;
  }
  .p_top .area .dlist dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.38164vw;
    height: 1.93237vw;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area .dlist 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 .area .dlist dl dd .accCt {
    padding: 3.62319vw 0 5.55556vw;
  }
  .p_top .area .dlist dl dd .accCt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .area .dlist dl dd .accCt li {
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #3a404d;
  }
  .p_top .area .dlist dl dd .accCt li:not(:last-child) {
    margin-right: 2.41546vw;
  }
  .p_top .service2 {
    background: url(../img/service2_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 9.66184vw 0 12.07729vw;
  }
  .p_top .service2 h2 {
    text-align: center;
  }
  .p_top .service2 h2 img {
    width: 57.97101vw;
  }
  .p_top .service2 h3 {
    text-align: center;
    margin: 4.83092vw 0 9.66184vw;
  }
  .p_top .service2 h3 img {
    width: 65.94203vw;
  }
  .p_top .service2 ul {
    display: -ms-grid;
    display: grid;
    gap: 3.62319vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .security {
    background: url(../img/security_bg.png) repeat;
    padding: 6.52174vw 0 16.90821vw;
  }
  .p_top .security h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .security h2 img {
    width: 71.25604vw;
  }
  .p_top .security ul {
    margin: 0 -3.62319vw;
  }
  .p_top .security ul li + li {
    margin-top: 5.31401vw;
  }
  .p_top .price2 {
    padding: 12.07729vw 0 7.24638vw;
  }
  .p_top .price2 h2 {
    text-align: center;
  }
  .p_top .price2 h2 img {
    width: 28.98551vw;
  }
  .p_top .price2 h3 {
    text-align: center;
    margin: 4.83092vw 0 0;
  }
  .p_top .price2 h3 img {
    width: 71.01449vw;
  }
  .p_top .flow {
    padding: 12.07729vw 0 14.49275vw;
    background: #f7f7f7;
  }
  .p_top .flow .row {
    max-width: 144.92754vw;
  }
  .p_top .flow h2 {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .p_top .flow h2 img {
    width: 73.42995vw;
  }
  .p_top .flow ul {
    background-color: #fff;
  }
  .p_top .flow ul li {
    padding-bottom: 6.76329vw;
  }
  .p_top .flow ul li:not(:last-child) {
    position: relative;
    position: relative;
  }
  .p_top .flow ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.62319vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 72.46377vw solid transparent;
    border-right: 72.46377vw solid transparent;
    border-top: 3.86473vw solid #fff;
    z-index: 1;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.96618vw;
    height: 4.34783vw;
    background: url(../img/dots.png) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .voice {
    padding: 12.07729vw 0 9.66184vw;
  }
  .p_top .voice .row {
    max-width: 211.5942vw;
  }
  .p_top .voice h2 {
    text-align: center;
  }
  .p_top .voice h2 img {
    width: 36.23188vw;
  }
  .p_top .voice h3 {
    text-align: center;
    margin-top: 1.20773vw;
    margin-bottom: 7.24638vw;
  }
  .p_top .voice ul {
    margin-left: -3.62319vw;
  }
  .p_top .voice ul li {
    margin-top: 7.24638vw;
  }
  .p_top .faq {
    background: url(../img/faq_bg.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.07729vw 0 14.49275vw;
  }
  .p_top .faq .row {
    max-width: 181.15942vw;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .p_top .faq h2 img {
    width: 43.47826vw;
  }
  .p_top .faq .faq_list dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #9096a5;
    padding: 0 2.89855vw;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .faq .faq_list dl dt {
    font-weight: bold;
    font-size: 3.62319vw;
    line-height: 1.46667;
    text-align: left;
    color: #091c49;
    position: relative;
    padding: 3.1401vw 7.24638vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border: 1px dotted transparent;
    position: relative;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 6.28019vw;
    line-height: 1;
    color: #091c49;
  }
  .p_top .faq .faq_list dl dt.is_active {
    border-bottom-color: #abb0bb;
  }
  .p_top .faq .faq_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.4219vw;
    height: 2.21417vw;
    background: url(../img/arb.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list 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 .faq .faq_list dl dd .accCt {
    padding: 3.62319vw 0 5.55556vw 7.24638vw;
    position: relative;
  }
  .p_top .faq .faq_list dl dd .accCt::before {
    content: "A";
    position: absolute;
    top: 3.62319vw;
    left: 0;
    font-weight: bold;
    font-size: 6.28019vw;
    line-height: 1;
    color: #5775ba;
  }
  .p_top .faq .faq_list dl dd .accCt p {
    font-size: 3.38164vw;
    line-height: 1.64286;
    text-align: left;
    color: #000;
  }
  .p_top .form {
    background: transparent;
    padding-top: 8.21256vw;
  }
  .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: 73.18841vw;
  }
  .p_top .form .box_privacy {
    height: 53.38164vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #b7b7b7;
    overflow-y: auto;
    padding: 3.62319vw;
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: left;
    color: #091c49;
    margin-top: 4.83092vw;
  }
  .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: 4.83092vw 0;
    -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-weight: 500;
    font-size: 3.38164vw;
    color: #091c49;
  }
  .p_top .form .checkboxWr label a {
    color: #091c49;
  }
  .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 4.83092vw;
  }
  .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: 3.62319vw;
    height: 3.62319vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background: #fff;
    border: 1px solid #091c49;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.20773vw;
    top: 0.72464vw;
    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.83092vw;
  }
  .p_top .form dl dt {
    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;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.55556;
    text-align: left;
    color: #091c49;
    margin-bottom: 2.657vw;
  }
  .p_top .form dl dt span {
    min-width: 9.66184vw;
    min-height: 4.58937vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #fc5f01;
    font-weight: bold;
    font-size: 2.89855vw;
    color: #fff;
    margin-right: 1.69082vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-top: 1.20773vw;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd input {
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(min(3.62319vw, 16px));
    font-size: -moz-calc(min(3.62319vw, 16px));
    font-size: calc(min(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 100%;
    height: 12.07729vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f2f7;
    border: 1px solid #78829a;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: -webkit-calc(min(3.62319vw, 16px));
    font-size: -moz-calc(min(3.62319vw, 16px));
    font-size: calc(min(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 100%;
    height: 71.25604vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f2f7;
    border: 1px solid #78829a;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #838998;
    opacity: 1;
  }
  .p_top .form dl dd .list_rd .rd:not(:last-child), .p_top .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-bottom: 2.41546vw;
  }
  .p_top .form dl dd .list_rd .rd label, .p_top .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.83092vw;
    font-weight: 500;
    font-size: 4.34783vw;
    color: #091c49;
  }
  .p_top .form dl dd .list_rd .rd label input, .p_top .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .form dl dd .list_rd .rd span, .p_top .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.55556vw;
  }
  .p_top .form dl dd .list_rd .rd span::before, .p_top .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0.48309vw;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.86473vw;
    height: 3.86473vw;
    background: #fff;
    border: 1px solid #091c49;
  }
  .p_top .form dl dd .list_rd .rd span::after, .p_top .form dl dd .list_rd .mwform-radio-field span::after {
    top: 1.44928vw;
    left: 0.96618vw;
    width: 1.93237vw;
    height: 1.93237vw;
    background: #0275ff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl dd .list_rd .rd label input:checked ~ span:before, .p_top .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:before {
    border-color: #0275ff;
  }
  .p_top .contact {
    padding: 12.07729vw 0 11.11111vw;
    position: relative;
  }
  .p_top .contact .row {
    max-width: 229.95169vw;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .contact h2 img {
    width: 43.47826vw;
  }
  .p_top .contact .c_txt01 {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 2;
    text-align: center;
    color: #000;
    margin-bottom: 7.24638vw;
  }
  .p_top .contact .c_box {
    background: #f0f2f7;
    border: 1px solid #091c49;
    margin: 0 auto;
    padding: 4.83092vw 0 2.41546vw;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    text-align: center;
  }
  .p_top .contact .c_box p {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #091c49;
    margin-bottom: 3.62319vw;
  }
  .p_top .contact .c_box .c_box_tel {
    width: 88.88889vw;
    height: 25.36232vw;
    display: inline-block;
    text-indent: -9999px;
    background: url(../img/c_box_tel_sp.png) center/contain no-repeat;
  }
  .p_thanks .footer {
    padding-bottom: 0;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 4.83092vw 0 16.90821vw;
  }
  .p_thanks .thanks h2 {
    margin-bottom: 7.24638vw;
    font-weight: bold;
    font-size: 6.28019vw;
    text-align: center;
    color: #091c49;
  }
  .p_thanks .thanks p {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.77778;
    text-align: left;
    color: #000;
    margin-bottom: 9.66184vw;
  }
  .p_thanks .thanks .box {
    padding: 2.17391vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.15);
         box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.15);
  }
  .p_thanks .thanks .box span {
    display: block;
    margin-bottom: 2.41546vw;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    text-align: center;
    color: #091c49;
  }
  .p_thanks .thanks .box .box_inner {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: transparent;
    border: 2px solid #091c49;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.08);
         box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.08);
    padding: 4.10628vw 0;
  }
  .p_thanks .thanks .box .box_inner a {
    display: inline-block;
  }
}

.error {
  color: #ff0000;
  display: block;
}

.checkboxWr .error {
  width: 100%;
  text-align: center;
}
