@charset "UTF-8";
@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: 1024px) 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: 1024px) 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: 115px;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header.bgrbga {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
         box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header.show {
    position: fixed;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header_top {
    background: #f0f9ff;
    padding: 2px 0;
  }
  .header_top p {
    font-size: 12px;
    line-height: 1.83333;
    color: #0941a8;
  }
  .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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row h1 a {
    display: inline-block;
    width: 264px;
  }
  .header_main .row .header_main_tel {
    position: relative;
    padding-left: 57px;
    display: inline-block;
  }
  .header_main .row .header_main_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 47px;
    height: 47px;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .row .header_main_tel span {
    font-weight: bold;
    font-size: 38px;
    line-height: 1;
    color: #d03f13;
    display: block;
    white-space: nowrap;
  }
  .header_main .row .header_main_tel small {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #d03f13;
  }
  .footer {
    padding: 35px 0 17px;
    background: #115fbb;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
  }
  .footer a {
    color: #fff;
  }
  .footer_main {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    margin-bottom: 6px;
  }
  .footer_main dl dt {
    line-height: 1.44444;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
  }
  .footer_main dl dd {
    font-size: 16px;
    color: #fff;
  }
  .p_top .mv .row {
    position: relative;
  }
  .p_top .mv .row img {
    position: relative;
    z-index: 3;
  }
  .p_top .mv .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: url(../img/mv_bg.png) repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    display: block;
  }
  .p_top .mv .row::after {
    content: "";
    position: absolute;
    top: 0;
    right: -500%;
    width: 500%;
    height: 100%;
    background: url(../img/mv_bg.png) repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    display: block;
  }
  .p_top .mv .row .mv__intro {
    position: absolute;
    width: 100%;
    left: 0;
    height: 54px;
    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;
    text-align: center;
    padding: 0 120px;
    top: 14px;
    color: #fff;
    font-size: 2rem;
    line-height: 22px;
    font-weight: 700;
    z-index: 9;
  }
  .p_top .mv .row .mv__intro span {
    color: #FEEE3B;
  }
  .p_top .cta {
    position: relative;
    padding-bottom: 25px;
  }
  .p_top .cta.st2 {
    padding-top: 20px;
  }
  .p_top .cta.st2::before {
    display: none;
  }
  .p_top .cta::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 54px;
    background: #0941a8;
    display: block;
    z-index: -1;
  }
  .p_top .cta dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta dl dt p {
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0;
    font-size: 2rem;
    line-height: 29px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .p_top .cta dl dt p span {
    color: #FEEE3B;
  }
  .p_top .cta dl dd {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .cta dl dd .cta_tt2 {
    width: 396px;
    padding-bottom: 8px;
  }
  .p_top .cta dl dd .cta_tel {
    width: 520px;
    max-width: 100%;
    margin-left: 21px;
    position: relative;
  }
  .p_top .cta dl dd .cta_tel .cta_tel_click {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 30px;
  }
  .p_top .cta dl dd .cta_tel a {
    padding-left: 71px;
    display: inline-block;
    text-align: left;
    position: relative;
    white-space: nowrap;
  }
  .p_top .cta dl dd .cta_tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 61px;
    height: 61px;
    background: url(../img/ic_tel.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta dl dd .cta_tel a span {
    font-weight: bold;
    font-size: -webkit-calc(min(5vw, 55px));
    font-size: -moz-calc(min(5vw, 55px));
    font-size: calc(min(5vw, 55px));
    line-height: 1;
    color: #d03f13;
    display: block;
  }
  .p_top .cta dl dd .cta_tel a small {
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #d03f13;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 25px;
  }
  .p_top .t_ttl small {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #1e2e39;
  }
  .p_top .t_ttl span {
    font-weight: bold;
    font-size: 27px;
    line-height: 1.18519;
    color: #1e2e39;
  }
  .p_top .trouble {
    padding: 0 0 30px;
    background: #eae9e5;
    position: relative;
  }
  .p_top .trouble::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76px;
    background: #fff;
    display: block;
  }
  .p_top .trouble .row {
    max-width: 866px;
    position: relative;
    z-index: 2;
    padding-top: 50px;
  }
  .p_top .trouble .row::before {
    content: "";
    position: absolute;
    top: 0;
    right: -67px;
    width: 207px;
    height: 100px;
    background: url(../img/trouble_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .trouble .txt01 {
    width: 384px;
    margin: 0 auto;
  }
  .p_top .trouble 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 37px -19px 0;
  }
  .p_top .trouble ul li {
    width: -webkit-calc((100% - 76px) /2);
    width: -moz-calc((100% - 76px) /2);
    width: calc((100% - 76px) /2);
    margin: 0 19px 28px;
  }
  .p_top .trouble .trouble_ar {
    width: 384px;
    margin: 0 auto;
  }
  .p_top .care {
    position: relative;
    padding-top: 20px;
  }
  .p_top .care::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: url(../img/care_bg.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: block;
    z-index: -1;
  }
  .p_top .care h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .care h2 img {
    width: 441px;
  }
  .p_top .care .care_txt01 {
    text-align: center;
    margin-bottom: -220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .care .care_txt01 {
    margin-bottom: -199px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .care .care_txt01 img {
    width: 816px;
  }
  .p_top .care_main {
    padding: 272px 0 20px;
    background: #2178de;
  }
  .p_top .care_main ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 11px;
  }
  .p_top .care_main ul li {
    background-color: #fff;
    padding: 13px 20px 20px;
    width: -webkit-calc((100% - 50px) /2);
    width: -moz-calc((100% - 50px) /2);
    width: calc((100% - 50px) /2);
    margin-bottom: 40px;
  }
  .p_top .care_main ul li .it_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../img/item_bg1.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    margin-left: -31px;
    width: 369px;
    padding: 10px 0;
    max-width: 100%;
  }
  .p_top .care_main ul li .it_top .txt01 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 74px;
    height: 68px;
    background: #3397d8;
  }
  .p_top .care_main ul li .it_top .txt01 small {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin-bottom: 4px;
  }
  .p_top .care_main ul li .it_top .txt01 span {
    width: 43px;
  }
  .p_top .care_main ul li .it_top .txt02 {
    margin-left: 15px;
  }
  .p_top .care_main ul li .it_top .txt02 small {
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_top .txt02 span {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.14286;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_mid {
    margin: 15px 0;
  }
  .p_top .care_main ul li .it_mid p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.71429;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_mid .dlist {
    margin-bottom: 8px;
  }
  .p_top .care_main ul li .it_mid .dlist dl {
    width: 333px;
    max-width: 100%;
    background: #eff9ff;
    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 .care_main ul li .it_mid .dlist dl + dl {
    margin-top: 8px;
  }
  .p_top .care_main ul li .it_mid .dlist dl dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.66667;
    text-align: center;
    color: #fff;
    background: url(../img/item_bg2.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 164px;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .care_main ul li .it_mid .dlist dl dd {
    padding: 9px 22px 9px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    text-align: right;
    color: #d02610;
  }
  .p_top .care_main ul li .it_bot picture, .p_top .care_main ul li .it_bot figure {
    height: 134px;
  }
  .p_top .care_main ul li .it_bot picture img, .p_top .care_main ul li .it_bot figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .care_main ul li .it_bot .txt {
    padding: 16px 18px 33px;
    background: #115fbb;
  }
  .p_top .care_main ul li .it_bot .txt.mh {
    min-height: 183px;
  }
  .p_top .care_main ul li .it_bot .txt p {
    font-size: 14px;
    line-height: 1.71429;
    text-align: left;
    color: #fff;
  }
  .p_top .care_main ul li.spec {
    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;
    background-color: transparent;
  }
  .p_top .care_main ul li.spec picture {
    width: 316px;
    max-width: 100%;
  }
  .p_top .point {
    padding: 28px 0 101px;
  }
  .p_top .point h2 {
    text-align: center;
    margin-bottom: 51px;
  }
  .p_top .point h2 img {
    width: 669px;
  }
  .p_top .point ul {
    display: -ms-grid;
    display: grid;
    gap: 50px 64px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .point ul li .box {
    background: #f8fcff;
    border: 1px solid #1e2e39;
    padding: 20px;
    height: -webkit-calc(100% - 203px);
    height: -moz-calc(100% - 203px);
    height: calc(100% - 203px);
  }
  .p_top .point ul li .box p {
    font-size: 14px;
    line-height: 1.71429;
    color: #1e2e39;
  }
  .p_top .notice {
    background: #fff url(../img/notice_bg.png) center repeat;
    padding-bottom: 50px;
  }
  .p_top .notice h2 {
    text-align: center;
  }
  .p_top .notice h2 img {
    width: 379px;
    margin-top: -60px;
  }
  .p_top .notice .txt01 {
    text-align: center;
    margin-bottom: 94px;
  }
  .p_top .notice .txt01 img {
    width: 787px;
  }
  .p_top .notice .box {
    text-align: center;
    width: 784px;
    background: #eaeef0;
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.09);
         box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.09);
    margin: 0 auto 31px;
    max-width: 100%;
    position: relative;
    padding: 20px 40px 26px;
  }
  .p_top .notice .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -65px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 347px;
    height: 137px;
    background: url(../img/notice_box_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .notice .box h3 {
    position: relative;
    padding-top: 41px;
    margin-bottom: 20px;
  }
  .p_top .notice .box h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 33px;
    background: url(../img/ic_warn.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .notice .box h3 small {
    min-width: 182px;
    min-height: 33px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #feee3b;
    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;
    position: relative;
    padding: 0 10px;
  }
  .p_top .notice .box h3 small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #000;
  }
  .p_top .notice .box h3 span {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4375;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 8px;
  }
  .p_top .notice .box p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
    color: #000;
  }
  .p_top .notice .box picture {
    margin: 0 -40px;
  }
  .p_top .price {
    padding: 60px 0 64px;
    background: #3397d8;
  }
  .p_top .price .row {
    max-width: 803px;
  }
  .p_top .price .t_ttl small, .p_top .price .t_ttl span {
    color: #fff;
  }
  .p_top .price .price_txt {
    margin-bottom: 33px;
    text-align: center;
  }
  .p_top .price .price_txt img {
    width: 739px;
  }
  .p_top .price ul {
    display: -ms-grid;
    display: grid;
    gap: 24px 34px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .price ul li {
    background-color: #fff;
  }
  .p_top .price ul li.noBg {
    background-color: transparent;
  }
  .p_top .price ul li .price_note {
    font-size: 14px;
    line-height: 1.28571;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 18px;
  }
  .p_top .price ul li .price_note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_top .price ul li dl dt {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #1e2e39;
    background: #feee3b;
    padding: 14px;
  }
  .p_top .price ul li dl dd {
    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 .example {
    background: url(../img/example_bg.jpg) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 18px 0 16px;
    margin-bottom: 10px;
  }
  .p_top .flow {
    background: #fff url(../img/grid.png) repeat;
    padding: 30px 0 90px;
  }
  .p_top .flow .row {
    max-width: 544px;
  }
  .p_top .flow_main {
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: transparent;
    border: 4px solid #0941a8;
    padding: 46px 40px 25px;
  }
  .p_top .flow_main .flow_list {
    counter-reset: div;
    position: relative;
  }
  .p_top .flow_main .flow_list > p {
    min-height: 53px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fe8e3b;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    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;
    position: relative;
    margin-top: 35px;
    z-index: 3;
  }
  .p_top .flow_main .flow_list::before {
    content: "";
    position: absolute;
    left: 21px;
    width: 5px;
    height: 84%;
    width: 5px;
    background: #0a52ba;
    display: block;
  }
  .p_top .flow_main dl {
    padding-left: 55px;
  }
  .p_top .flow_main dl:not(:first-child) {
    margin-top: 35px;
  }
  .p_top .flow_main dl dt {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #05134b;
    position: relative;
  }
  .p_top .flow_main dl dt.st2::after {
    background-image: url(../img/flow_ic2.png);
  }
  .p_top .flow_main dl dt.st3::after {
    background-image: url(../img/flow_ic3.png);
  }
  .p_top .flow_main dl dt.st4::after {
    background-image: url(../img/flow_ic4.png);
  }
  .p_top .flow_main dl dt::after {
    content: "";
    position: absolute;
    top: -26px;
    left: -43px;
    width: 24px;
    height: 27px;
    background-image: url(../img/flow_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .flow_main dl dt::before {
    counter-increment: div;
    content: counter(div);
    width: 48px;
    height: 48px;
    background: #0a52ba;
    position: absolute;
    top: 50%;
    left: -55px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    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;
  }
  .p_top .flow_main dl dd {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    color: #05134b;
    padding-top: 12px;
  }
  .p_top .area {
    margin-top: -50px;
    padding-bottom: 48px;
  }
  .p_top .area .row {
    max-width: 543px;
  }
  .p_top .area h2 {
    margin-bottom: 21px;
  }
  .p_top .area .area_map {
    text-align: center;
    margin-bottom: 22px;
  }
  .p_top .area .area_map img {
    width: 384px;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 10px;
  }
  .p_top .area .dlist dt {
    position: relative;
    padding: 16px 40px 16px 20px;
    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(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .dlist dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .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-top: 10px;
    padding-bottom: 10px;
  }
  .p_top .area .dlist dd .accCt p {
    line-height: 1.42857;
    font-size: 14px;
    color: #02326c;
  }
  .p_top .voice {
    padding-bottom: 28px;
  }
  .p_top .voice .tab_content {
    display: none;
  }
  .p_top .voice .tab_content.active {
    display: block;
  }
  .p_top .voice .voice_main .tabs {
    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;
    margin-bottom: 13px;
  }
  .p_top .voice .voice_main .tabs li:not(:last-child) {
    margin-right: 5px;
  }
  .p_top .voice .voice_main .tabs li a {
    min-width: 126px;
    min-height: 52px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #e8f6ff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #02326c;
    padding: 7px;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .voice .voice_main .tabs li a.active, .p_top .voice .voice_main .tabs li a:hover {
    background: #3397d8;
    color: #fff;
    opacity: 1;
  }
  .p_top .voice .voice_main .tab_content {
    background: #e7f6ff;
    padding: 40px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item {
    background-color: #fff;
    padding: 32px 39px 35px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item + .item {
    margin-top: 10px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list li {
    min-width: 122px;
    min-height: 37px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #1e2e39;
    line-height: 1.46154;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding: 0 14px;
    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;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list li:not(:last-child) {
    margin-right: 5px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df figure {
    width: 68px;
    height: 68px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df .txt {
    width: 100%;
    padding-left: 16px;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df .txt p {
    line-height: 1.42857;
    font-size: 14px;
    text-align: left;
    color: #1e2e39;
  }
}

@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;
  }
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ctaFixed.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .ctaFixed .pos {
    position: absolute;
    width: 100%;
    top: 1.44928vw;
    left: 0;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: #1E2E39;
  }
  .ctaFixed .pos span {
    color: #D13E13;
  }
  .header {
    background-color: #fff;
  }
  .header_top {
    background: #f0f9ff;
    padding: 0.48309vw 0;
  }
  .header_top p {
    font-size: 2.89855vw;
    line-height: 1.83333;
    color: #0941a8;
  }
  .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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.17391vw;
    padding-bottom: 2.17391vw;
  }
  .header_main .row h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main .row h1 a {
    display: inline-block;
    width: 53.38164vw;
  }
  .header_main .row .header_main_tel {
    text-indent: -9999px;
    width: 19.56522vw;
    height: 13.52657vw;
    display: block;
    background: url(../img/ic_tel_sp.png) center/contain no-repeat;
  }
  .footer {
    padding: 9.66184vw 0 28.98551vw;
    background: #115fbb;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .footer a {
    color: #fff;
  }
  .footer_main {
    border-bottom: 1px solid #fff;
    padding-bottom: 14.49275vw;
    margin-bottom: 2.41546vw;
  }
  .footer_main dl dt {
    line-height: 1.44444;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #fff;
    margin-bottom: 3.86473vw;
  }
  .footer_main dl dd {
    font-size: 3.86473vw;
    color: #fff;
  }
  .p_top .mv .row {
    padding: 0;
    position: relative;
  }
  .p_top .mv .row .mv__intro {
    position: absolute;
    width: 100%;
    left: 0;
    height: 14.97585vw;
    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;
    text-align: center;
    padding: 0 15.94203vw;
    top: 0;
    color: #fff;
    font-size: 3.5vw;
    line-height: 5.31401vw;
    font-weight: 700;
    z-index: 9;
  }
  .p_top .mv .row .mv__intro span {
    color: #FEEE3B;
  }
  .p_top .cta {
    position: relative;
    padding-bottom: 6.03865vw;
    padding-top: 2.41546vw;
  }
  .p_top .cta.st2 {
    padding-top: 4.83092vw;
  }
  .p_top .cta.st2::before {
    display: none;
  }
  .p_top .cta dl dt {
    margin: 0 -4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta dl dt p {
    position: absolute;
    width: 100%;
    left: 0;
    height: 14.97585vw;
    text-align: center;
    padding: 0 15.94203vw;
    top: 4.10628vw;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.31401vw;
    font-weight: 700;
    z-index: 9;
  }
  .p_top .cta dl dt p span {
    color: #FEEE3B;
  }
  .p_top .cta dl dd .cta_tt2 {
    width: 90.21739vw;
    margin-bottom: -15.70048vw;
  }
  .p_top .cta dl dd .cta_tel {
    position: relative;
    margin: 0 -2.41546vw;
  }
  .p_top .cta dl dd .cta_tel .cta_tel_click {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 8.45411vw;
  }
  .p_top .cta dl dd .cta_tel a {
    display: inline-block;
    background: url(../img/cta_tel_sp.png) center/contain no-repeat;
    text-indent: -9999px;
    width: 84.90338vw;
    height: 24.75845vw;
    -webkit-animation: mover 1s infinite alternate;
       -moz-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .t_ttl small {
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #1e2e39;
  }
  .p_top .t_ttl span {
    font-weight: bold;
    font-size: 6.52174vw;
    line-height: 1.18519;
    color: #1e2e39;
  }
  .p_top .trouble {
    padding: 0vw 0 4.83092vw;
    background: #eae9e5;
    position: relative;
  }
  .p_top .trouble::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18.35749vw;
    background: #fff;
    display: block;
  }
  .p_top .trouble .row {
    max-width: 209.17874vw;
    position: relative;
    z-index: 2;
    padding-top: 9.66184vw;
  }
  .p_top .trouble .row::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22.94686vw;
    height: 19.32367vw;
    background: url(../img/trouble_bg_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .trouble ul {
    margin: 6.03865vw 0 0;
  }
  .p_top .trouble ul li + li {
    margin-top: 9.17874vw;
  }
  .p_top .trouble .trouble_ar {
    margin-top: 5.07246vw;
  }
  .p_top .care {
    position: relative;
    padding-top: 4.83092vw;
  }
  .p_top .care::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18.11594vw;
    background: url(../img/care_bg_sp.png) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: block;
    z-index: -1;
  }
  .p_top .care h2 {
    text-align: center;
    margin-bottom: 3.38164vw;
  }
  .p_top .care h2 img {
    width: 74.63768vw;
  }
  .p_top .care .care_txt01 {
    text-align: center;
    margin-bottom: 6.28019vw;
    margin-right: -4.83092vw;
  }
  .p_top .care_main {
    padding: 0vw 0 14.49275vw;
    position: relative;
    position: relative;
  }
  .p_top .care_main::before {
    content: "";
    position: absolute;
    top: -60.14493vw;
    left: 0;
    width: 100%;
    height: 68.35749vw;
    background: url(../img/care_bg2.png) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  .p_top .care_main::after {
    content: "";
    position: absolute;
    top: 8.21256vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 8.21256vw);
    height: -moz-calc(100% - 8.21256vw);
    height: calc(100% - 8.21256vw);
    background: #2178de;
    display: block;
    z-index: -1;
  }
  .p_top .care_main ul {
    padding-left: 2.657vw;
  }
  .p_top .care_main ul li {
    background-color: #fff;
    padding: 3.1401vw 4.83092vw 4.83092vw;
  }
  .p_top .care_main ul li .it_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../img/item_bg1.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    margin-left: -7.48792vw;
    padding: 2.41546vw 0;
  }
  .p_top .care_main ul li .it_top .txt01 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 17.8744vw;
    height: 16.42512vw;
    background: #3397d8;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .care_main ul li .it_top .txt01 small {
    font-weight: bold;
    font-size: 2.41546vw;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 0.72464vw;
    margin-bottom: 0.96618vw;
  }
  .p_top .care_main ul li .it_top .txt01 span {
    width: 9.17874vw;
  }
  .p_top .care_main ul li .it_top .txt02 {
    margin-left: 3.62319vw;
    width: 100%;
  }
  .p_top .care_main ul li .it_top .txt02 small {
    display: block;
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 7.72947vw;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_top .txt02 span {
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 1.14286;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_mid {
    margin: 3.62319vw 0;
  }
  .p_top .care_main ul li .it_mid p {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #1e2e39;
  }
  .p_top .care_main ul li .it_mid .dlist {
    margin-bottom: 1.93237vw;
  }
  .p_top .care_main ul li .it_mid .dlist dl {
    background: #eff9ff;
    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 .care_main ul li .it_mid .dlist dl + dl {
    margin-top: 1.93237vw;
  }
  .p_top .care_main ul li .it_mid .dlist dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.66667;
    text-align: center;
    color: #fff;
    background: url(../img/item_bg2.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 39.61353vw;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .care_main ul li .it_mid .dlist dl dd {
    padding: 2.17391vw 5.31401vw 2.17391vw 0;
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.25;
    text-align: right;
    color: #d02610;
  }
  .p_top .care_main ul li .it_bot picture, .p_top .care_main ul li .it_bot figure {
    height: 32.36715vw;
  }
  .p_top .care_main ul li .it_bot picture img, .p_top .care_main ul li .it_bot figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .care_main ul li .it_bot .txt {
    padding: 3.86473vw 4.34783vw 5.31401vw;
    background: #115fbb;
  }
  .p_top .care_main ul li .it_bot .txt p {
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: left;
    color: #fff;
  }
  .p_top .care_main ul li.spec {
    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;
    background-color: transparent;
  }
  .p_top .care_main ul li.spec picture {
    width: 152.41546vw;
  }
  .p_top .care_main ul li + li {
    margin-top: 6.76329vw;
  }
  .p_top .care_main ul li:nth-of-type(1) {
    background: #fff;
    -moz-box-shadow: 0px 0px 3.62319vw rgba(9, 65, 168, 0.53);
         box-shadow: 0px 0px 3.62319vw rgba(9, 65, 168, 0.53);
  }
  .p_top .care_main ul li.spec {
    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;
  }
  .p_top .care_main ul li.spec picture {
    width: 76.20773vw;
  }
  .p_top .point {
    padding: 3.86473vw 0 8.45411vw;
  }
  .p_top .point h2 {
    text-align: center;
    margin-bottom: 7.97101vw;
  }
  .p_top .point ul li + li {
    margin-top: 8.9372vw;
  }
  .p_top .point ul li:nth-child(odd) .box {
    margin-left: auto;
  }
  .p_top .point ul li .box {
    background: #f8fcff;
    border: 1px solid #1e2e39;
    padding: 4.83092vw;
    width: 87.19807vw;
    margin-top: -4.83092vw;
    position: relative;
    z-index: 2;
  }
  .p_top .point ul li .box p {
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #1e2e39;
  }
  .p_top .notice {
    background: #fff url(../img/notice_bg.png) center repeat;
    padding-bottom: 12.07729vw;
    padding-top: 12.07729vw;
  }
  .p_top .notice h2 {
    text-align: center;
  }
  .p_top .notice h2 img {
    width: 88.88889vw;
  }
  .p_top .notice .txt01 {
    text-align: center;
    margin-bottom: 26.3285vw;
  }
  .p_top .notice .box {
    text-align: center;
    width: 88.4058vw;
    background: #eaeef0;
    -moz-box-shadow: 0vw 0.72464vw 2.89855vw rgba(0, 0, 0, 0.09);
         box-shadow: 0vw 0.72464vw 2.89855vw rgba(0, 0, 0, 0.09);
    margin: 0 auto 7.48792vw;
    max-width: 100%;
    position: relative;
    padding: 4.83092vw 4.83092vw 3.86473vw;
  }
  .p_top .notice .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -15.70048vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 83.81643vw;
    height: 33.09179vw;
    background: url(../img/notice_box_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .notice .box h3 {
    position: relative;
    padding-top: 9.90338vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .notice .box h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.66184vw;
    height: 7.97101vw;
    background: url(../img/ic_warn.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .notice .box h3 small {
    min-width: 43.96135vw;
    min-height: 7.97101vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #000;
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: center;
    color: #feee3b;
    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;
    position: relative;
    padding: 0 2.41546vw;
  }
  .p_top .notice .box h3 small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.69082vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.20773vw solid transparent;
    border-right: 1.20773vw solid transparent;
    border-top: 1.93237vw solid #000;
  }
  .p_top .notice .box h3 span {
    font-weight: bold;
    font-size: 7.72947vw;
    line-height: 1.4375;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 1.93237vw;
  }
  .p_top .notice .box p {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.875;
    text-align: left;
    color: #000;
  }
  .p_top .notice .box picture {
    margin: -2.41546vw -9.66184vw 0;
  }
  .p_top .price {
    padding: 7.72947vw 0 15.45894vw;
    background: #3397d8;
  }
  .p_top .price .row {
    max-width: 193.96135vw;
  }
  .p_top .price .t_ttl small, .p_top .price .t_ttl span {
    color: #fff;
  }
  .p_top .price .price_txt {
    margin-bottom: 4.83092vw;
    text-align: center;
  }
  .p_top .price ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .price ul li {
    background-color: #fff;
  }
  .p_top .price ul li.noBg {
    background-color: transparent;
  }
  .p_top .price ul li .price_note {
    font-size: 3.38164vw;
    line-height: 1.28571;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 4.34783vw;
  }
  .p_top .price ul li .price_note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_top .price ul li dl dt {
    font-weight: bold;
    font-size: 5.7971vw;
    text-align: center;
    color: #1e2e39;
    background: #feee3b;
    padding: 3.38164vw;
  }
  .p_top .price ul li dl dd {
    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 .example {
    background: url(../img/example_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4.34783vw 0;
  }
  .p_top .flow {
    background: #fff url(../img/grid.png) repeat;
    padding: 7.24638vw 0 28.98551vw;
  }
  .p_top .flow .t_ttl {
    margin-bottom: 5.07246vw;
  }
  .p_top .flow .txt01 {
    text-align: center;
  }
  .p_top .flow_main {
    background: transparent;
    padding: 11.11111vw 0vw 0vw;
  }
  .p_top .flow_main .flow_list {
    counter-reset: div;
    position: relative;
  }
  .p_top .flow_main .flow_list > p {
    min-height: 12.80193vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fe8e3b;
    font-weight: bold;
    font-size: 4.83092vw;
    color: #fff;
    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;
    position: relative;
    margin-top: 2.89855vw;
    z-index: 3;
  }
  .p_top .flow_main .flow_list::before {
    content: "";
    position: absolute;
    left: 5.07246vw;
    width: 1.20773vw;
    height: 84%;
    width: 1.20773vw;
    background: #0a52ba;
    display: block;
  }
  .p_top .flow_main dl {
    padding-left: 13.28502vw;
  }
  .p_top .flow_main dl:not(:first-child) {
    margin-top: 8.45411vw;
  }
  .p_top .flow_main dl dt {
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: left;
    color: #05134b;
    position: relative;
  }
  .p_top .flow_main dl dt.st2::after {
    top: -4.4686vw;
    left: -10.14493vw;
    width: 5.31401vw;
    height: 5.7971vw;
    background-image: url(../img/flow_ic2.png);
  }
  .p_top .flow_main dl dt.st3::after {
    top: -5.28986vw;
    left: -9.49275vw;
    width: 4.22705vw;
    height: 6.3599vw;
    background-image: url(../img/flow_ic3.png);
  }
  .p_top .flow_main dl dt.st4::after {
    top: -4.58937vw;
    left: -10.32609vw;
    width: 5.44686vw;
    height: 4.85507vw;
    background-image: url(../img/flow_ic4.png);
  }
  .p_top .flow_main dl dt::after {
    content: "";
    position: absolute;
    top: -4.83092vw;
    left: -10.31401vw;
    width: 5.64493vw;
    height: 6.24396vw;
    background-image: url(../img/flow_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .flow_main dl dt::before {
    counter-increment: div;
    content: counter(div);
    width: 11.5942vw;
    height: 11.5942vw;
    background: #0a52ba;
    position: absolute;
    top: 50%;
    left: -13.28502vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    font-weight: bold;
    font-size: 4.83092vw;
    color: #fff;
    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;
  }
  .p_top .flow_main dl dd {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.625;
    text-align: left;
    color: #05134b;
    padding-top: 2.89855vw;
  }
  .p_top .area {
    margin-top: -19.32367vw;
    padding-bottom: 11.5942vw;
  }
  .p_top .area .row {
    max-width: 131.15942vw;
  }
  .p_top .area h2 {
    margin-bottom: 5.07246vw;
  }
  .p_top .area .area_map {
    text-align: center;
    margin-bottom: 5.31401vw;
  }
  .p_top .area .dlist dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .area .dlist dt {
    position: relative;
    padding: 3.86473vw 9.66184vw 3.86473vw 4.83092vw;
    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: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .area .dlist dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .area .dlist dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .dlist dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .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-top: 2.41546vw;
    padding-bottom: 2.41546vw;
  }
  .p_top .area .dlist dd .accCt p {
    line-height: 1.42857;
    font-size: 3.38164vw;
    color: #02326c;
  }
  .p_top .voice {
    padding-bottom: 6.76329vw;
  }
  .p_top .voice .tab_content {
    display: none;
  }
  .p_top .voice .tab_content.active {
    display: block;
  }
  .p_top .voice .voice_main .tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.1401vw;
  }
  .p_top .voice .voice_main .tabs li:not(:last-child) {
    margin-right: 1.20773vw;
  }
  .p_top .voice .voice_main .tabs li a {
    min-width: 29.95169vw;
    min-height: 12.56039vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #e8f6ff;
    font-weight: bold;
    font-size: 3.62319vw;
    text-align: center;
    color: #02326c;
    padding: 1.69082vw;
    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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
  }
  .p_top .voice .voice_main .tabs li a.active, .p_top .voice .voice_main .tabs li a:hover {
    background: #3397d8;
    color: #fff;
    opacity: 1;
  }
  .p_top .voice .voice_main .tab_content {
    background: #e7f6ff;
    padding: 3.62319vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item {
    background-color: #fff;
    padding: 7.48792vw 3.62319vw 4.83092vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item + .item {
    margin-top: 2.41546vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.69082vw;
    padding-left: 18.35749vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list li {
    min-height: 8.9372vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #1e2e39;
    line-height: 1.46154;
    font-weight: bold;
    font-size: 3.1401vw;
    text-align: center;
    color: #fff;
    margin-bottom: 1.20773vw;
    padding: 0 2.41546vw;
    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;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .item_list li:not(:last-child) {
    margin-right: 1.20773vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df {
    margin-top: -16.42512vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df figure {
    width: 16.42512vw;
    height: 16.42512vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2.89855vw;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .voice .voice_main .tab_content .tabCt .item .df .txt p {
    line-height: 1.42857;
    font-size: 3.38164vw;
    text-align: left;
    color: #1e2e39;
  }
}
