@media screen and (min-width: 769px), print {
  .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: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 650px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 73px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 96px;
    padding: 0 35px;
    height: 73px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 210px;
    margin-right: 23px;
  }
  .header 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;
    margin-left: auto;
    font-size: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .header ul li:not(:last-child) {
    margin-right: 7px;
  }
  .header ul a {
    height: 45px;
    background: #153182;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 35px;
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul a {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header ul a.st2 {
    background-color: #EB4646;
  }
  .footer {
    text-align: center;
    padding: 40px 0 24px;
    font-size: 14px;
    color: #fff;
    line-height: 1.42857;
    background-color: #153182;
  }
  .footer .f_logo {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .footer a {
    color: #fff;
  }
  .footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .footer .f_link {
    margin-top: 24px;
  }
  .footer .copyright {
    margin-top: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .p_top .mv {
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .mv .mv_txt {
    background: url(../img/mv_bg2.png) center top no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    padding: 33px 0 83px;
  }
  .p_top .mv .mv_txt > div {
    display: inline-block;
    text-align: center;
  }
  .p_top .mv .mv_txt h2 small {
    min-height: 37px;
    background: #153182;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    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;
    padding: 0 17px;
  }
  .p_top .mv .mv_txt h2 span {
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    color: #000000;
    margin: 12px 0 22px;
    display: inline-block;
  }
  .p_top .mv .mv_txt h2 span img {
    width: 312px;
  }
  .p_top .mv .mv_txt .mv_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 23px;
  }
  .p_top .mv .mv_txt .mv_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .mv .mv_txt .mv_list li {
    width: 209px;
    background: #153182;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 15px;
  }
  .p_top .mv .mv_txt .mv_list li:not(:last-child) {
    margin-right: 8px;
  }
  .p_top .mv .mv_txt .mv_list li small {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    color: #FFFFFF;
  }
  .p_top .mv .mv_txt .mv_list li span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4375;
    text-align: center;
    color: #FFEA00;
    -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
       -moz-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
        -ms-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
            transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  }
  .p_top .cta {
    background-color: #F6F6F6;
    padding: 56px 0;
  }
  .p_top .cta .row {
    max-width: 800px;
  }
  .p_top .cta_main {
    padding: 40px;
    background: #FFFFFF;
    -moz-box-shadow: 4px 4px 19.9px rgba(0, 0, 0, 0.25);
         box-shadow: 4px 4px 19.9px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
  }
  .p_top .cta_main::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 36px;
    height: 36px;
    background: url(../img/cta_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta_main::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 36px;
    height: 36px;
    background: url(../img/cta_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta_main p {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #0E1F52;
    margin-bottom: 15px;
  }
  .p_top .cta_main a {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #FFFFFF;
    width: 601px;
    height: 81px;
    background: #EB4646;
    -moz-border-radius: 40.5px;
         border-radius: 40.5px;
    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;
    max-width: 100%;
  }
  .p_top .tl {
    margin-bottom: 50px;
  }
  .p_top .tl > small {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #2A479F;
    text-align: center;
  }
  .p_top .tl > span {
    display: block;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    text-align: center;
    color: #0E1F52;
    opacity: 0.1;
    margin-bottom: -32px;
  }
  .p_top .tl > em {
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.45;
    text-align: center;
    color: #0E1F52;
  }
  .p_top .tl > em small {
    display: block;
    font-size: 32px;
  }
  .p_top .tl > em.st2 {
    font-weight: 600;
    font-size: 64px;
    color: #153182;
  }
  .p_top .problem {
    background: #E8EEF2;
    padding-bottom: 80px;
    position: relative;
  }
  .p_top .problem::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 240px solid transparent;
    border-right: 240px solid transparent;
    border-top: 72px solid #D2D9E2;
  }
  .p_top .problem .cta {
    position: relative;
    top: -45px;
    position: relative;
    z-index: 2;
    padding: 0;
    background: none;
  }
  .p_top .problem ul {
    display: -ms-grid;
    display: grid;
    gap: 34px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 97px;
  }
  .p_top .problem ul li {
    background: #153182;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
    min-height: 144px;
    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;
  }
  .p_top .problem ul li::after {
    content: "";
    position: absolute;
    left: 74px;
    bottom: -15px;
    width: 45px;
    height: 27px;
    background-image: url(../img/ar1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .problem ul li.st2 {
    margin-top: 38px;
    margin-bottom: -38px;
    background-color: #2A479F;
  }
  .p_top .problem ul li.st2::after {
    background-image: url(../img/ar2.png);
  }
  .p_top .problem .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .problem .df h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4375;
    color: #0E1F52;
    width: 290px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .problem .df p {
    padding-left: 55px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.78;
    color: #0E1F52;
    width: 100%;
  }
  .p_top .support {
    padding: 64px 0;
    background-color: #F6F6F6;
  }
  .p_top .support .cta {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
  }
  .p_top .support .s_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #000000;
  }
  .p_top .support .row {
    max-width: 800px;
  }
  .p_top .support .tl > span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 132px;
    letter-spacing: 0.01em;
    color: #E7E7E7;
    opacity: 1;
    margin-bottom: -58px;
  }
  .p_top .support .box {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .support .box dl {
    background-color: #fff;
    padding: 32px 24px 24px;
  }
  .p_top .support .box dl dt {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin-bottom: 24px;
  }
  .p_top .support .box dl dt span {
    color: #EB4646;
    font-size: 40px;
  }
  .p_top .support .box dl dd ul li {
    background-color: #F6F6F6;
    padding: 24px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
  }
  .p_top .support .box dl dd ul li + li {
    margin-top: 16px;
  }
  .p_top .support .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 24px 0 32px;
    overflow: hidden;
  }
  .p_top .support .videoWr iframe, .p_top .support .videoWr video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .reason {
    padding: 56px 0 80px;
  }
  .p_top .reason .tl > span {
    font-weight: 500;
    font-size: 152px;
    letter-spacing: 0.01em;
    opacity: 1;
    color: #E8EEF2;
    font-family: "Poppins", sans-serif;
    margin-bottom: -102px;
  }
  .p_top .reason .tl > em.st2 {
    font-size: 56px;
    color: #0E1F52;
  }
  .p_top .reason ul {
    counter-reset: div;
  }
  .p_top .reason ul li {
    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 .reason ul li + li {
    margin-top: 56px;
  }
  .p_top .reason ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .reason ul li:nth-child(even) .txt {
    padding-right: 55px;
    padding-left: 0;
  }
  .p_top .reason ul li:nth-child(even) figure::after {
    right: initial;
    left: 50px;
  }
  .p_top .reason ul li figure {
    width: 46%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .reason ul li figure::after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 50px;
    width: 100vw;
    height: 100%;
    background: #E8EEF2;
    display: block;
    z-index: -1;
  }
  .p_top .reason ul li .txt {
    width: 54%;
    padding-left: 55px;
  }
  .p_top .reason ul li .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    color: #000000;
  }
  .p_top .reason ul li .txt p span {
    font-weight: bold;
    color: #EB4646;
  }
  .p_top .reason ul li .txt h3 {
    margin-bottom: 18px;
    position: relative;
    padding-top: 60px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .reason ul li .txt h3::before {
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
    counter-increment: div;
    content: "0" counter(div);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 128px;
    line-height: 1;
    color: #E8EEF2;
  }
  .p_top .reason ul li .txt h3 small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
  }
  .p_top .reason ul li .txt h3 span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #153182;
  }
  .p_top .process {
    background: #E5F0F6 url(../img/process_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 56px 0 64px;
  }
  .p_top .process .row {
    max-width: 800px;
  }
  .p_top .process .tl > span {
    position: relative;
    font-weight: 500;
    font-size: 120px;
    letter-spacing: 0.01em;
    color: rgba(14, 31, 82, 0.1);
    opacity: 1;
  }
  .p_top .process .tl > span small {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    position: absolute;
    left: 50%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #153182;
    white-space: nowrap;
  }
  .p_top .process .tl > em.st2 {
    font-size: 48px;
    color: #0E1F52;
  }
  .p_top .process .b_note {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 56px;
  }
  .p_top .process .box {
    background-color: #fff;
    padding: 24px;
  }
  .p_top .process .box .box_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .process .box .box_head p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
  }
  .p_top .process .box .box_head p span {
    font-size: 25px;
    font-weight: 500;
  }
  .p_top .process .box .box_bd {
    margin-top: 16px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .process .box .box_bd dl dt {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #0E1F52;
    padding: 0 10px;
    background: #EDF1F7;
    text-align: center;
    height: 60px;
    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-left: -24px;
  }
  .p_top .process .box .box_bd dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 24px solid #EDF1F7;
    z-index: 3;
  }
  .p_top .process .box .box_bd dl dd {
    padding: 40px 15px 15px;
    background-color: #F6F6F6;
  }
  .p_top .process .box .box_bd dl dd figure {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .process .box .box_bd dl dd figure img {
    display: inline-block;
    width: 72px;
  }
  .p_top .process .box .box_bd dl dd ul li {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    position: relative;
    padding-left: 30px;
  }
  .p_top .process .box .box_bd dl dd ul li + li {
    margin-top: 8px;
  }
  .p_top .process .box .box_bd dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .process .box .box_bd dl:nth-of-type(1) dt {
    margin-left: 0;
  }
  .p_top .process .box .box_bd dl:nth-of-type(2) dt {
    background-color: #D7E2F2;
  }
  .p_top .process .box .box_bd dl:nth-of-type(2) dt::after {
    border-left-color: #D7E2F2;
  }
  .p_top .process .box .box_bd dl:nth-of-type(3) dt {
    margin-right: 24px;
    background-color: #C1D1EB;
  }
  .p_top .process .box .box_bd dl:nth-of-type(3) dt::after {
    border-left-color: #C1D1EB;
  }
  .p_top .process .p_price {
    text-align: center;
  }
  .p_top .process .p_price h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #0E1F52;
    margin-bottom: 16px;
  }
  .p_top .process .p_price .p_price_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
  }
  .p_top .process .p_price 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;
    margin-top: 25px;
  }
  .p_top .process .p_price ul li {
    background: url(../img/process_circle.png) center/100% 100% no-repeat;
    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;
    min-height: 240px;
    width: 240px;
    margin: 0 -5px;
  }
  .p_top .process .p_price ul li small {
    display: block;
    font-weight: 600;
    font-size: 24px;
    color: #0E1F52;
    display: block;
    line-height: 1;
  }
  .p_top .process .p_price ul li span {
    color: #EB4646;
    font-size: 40px;
    font-weight: 600;
  }
  .p_top .process .p_price ul li span i {
    font-style: normal;
    font-size: 104px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
  }
  .p_top .flow {
    padding: 64px 0 116px;
  }
  .p_top .flow .row {
    max-width: 800px;
  }
  .p_top .flow .tl > span {
    position: relative;
    font-weight: 500;
    font-size: 120px;
    letter-spacing: 0.01em;
    color: rgba(14, 31, 82, 0.1);
    opacity: 1;
  }
  .p_top .flow .tl > span small {
    display: block;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    position: absolute;
    left: 50%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #0E1F52;
    white-space: nowrap;
  }
  .p_top .flow .tb table {
    border-collapse: separate;
    border-spacing: 15px;
    width: 100%;
  }
  .p_top .flow .tb table td {
    padding: 24px;
    text-align: center;
    background-color: #F6F6F6;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.45;
    color: #0E1F52;
    vertical-align: middle;
  }
  .p_top .flow .tb table td:nth-of-type(1) {
    padding-right: 10px;
  }
  .p_top .flow .tb table td:nth-of-type(2) {
    width: 148px;
    background-color: #C1D1EB;
  }
  .p_top .flow .tb table td:nth-of-type(3) {
    width: 61px;
    background-color: #2A479F;
    color: #fff;
  }
  .p_top .flow .tb table td.trig {
    background-color: #EDF1F7;
    clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 30px), 50% 100%, 0 -webkit-calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 30px), 50% 100%, 0 -moz-calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
  .p_top .flow .tb table td.trig.st2 {
    background-color: #D7E2F2;
  }
  .p_top .flow .tb table .list {
    position: relative;
    padding-left: 100px;
    text-align: left;
  }
  .p_top .flow .tb table .list ul li {
    padding-left: 64px;
    position: relative;
    letter-spacing: 0;
  }
  .p_top .flow .tb table .list ul li + li {
    margin-top: 30px;
  }
  .p_top .flow .tb table .list ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    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;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #153182;
  }
  .p_top .flow .tb table .list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 64px;
    height: 64px;
    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 .tb table .list.st2::before {
    background-image: url(../img/flow_ic2.png);
  }
  .p_top .flow .tb table .list.st3::before {
    background-image: url(../img/flow_ic3.png);
  }
  .p_top .faq {
    background-color: #E8EEF2;
    padding-bottom: 72px;
  }
  .p_top .faq .row {
    max-width: 800px;
  }
  .p_top .faq .tl {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
  }
  .p_top .faq .tl > span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0.01em;
    opacity: 1;
    color: #D2D9E2;
    margin-bottom: 0;
  }
  .p_top .faq .tl > em.st2 {
    font-weight: 600;
    font-size: 40px;
    color: #0E1F52;
  }
  .p_top .faq .faq_list {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
  }
  .p_top .faq .faq_list dl {
    overflow: hidden;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 24px;
  }
  .p_top .faq .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 16px 64px 16px 50px;
    position: relative;
    background-color: #153182;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    position: relative;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "Q.";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .p_top .faq .faq_list dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .faq .faq_list dl dt i:before, .p_top .faq .faq_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq .faq_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .faq .faq_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .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 .actCt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 16px 16px 16px 50px;
    position: relative;
  }
  .p_top .faq .faq_list dl dd .actCt::before {
    content: "A.";
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #153182;
  }
  .p_top .note {
    text-align: center;
    padding: 64px 0 72px;
  }
  .p_top .note h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #0E1F52;
    opacity: 0.1;
    margin-bottom: 48px;
  }
  .p_top .note .note_ctn {
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
  }
  .p_top .note .note_ctn ul li {
    min-height: 220px;
    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 .note .note_ctn ul li:not(:last-child) {
    border-bottom: 1px solid #D2D9E2;
  }
  .p_top .note a.note_btn {
    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;
    width: 350px;
    height: 66px;
    border: 1px solid #153182;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #153182;
    margin-top: 48px;
  }
  .p_top .contact {
    background-color: #F6F6F6;
    padding: 64px 0 80px;
  }
  .p_top .contact h2 {
    position: relative;
    margin-bottom: 48px;
    text-align: center;
  }
  .p_top .contact h2 span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #E7E7E7;
  }
  .p_top .contact h2 small {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #0E1F52;
  }
  .p_top .contact .f_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 23px;
  }
  .p_top .contact .cbWr 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;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
  }
  .p_top .contact .cbWr label span::after {
    left: 6px;
    top: 5px;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 24px;
    width: 350px;
    height: 66px;
    background: #EB4646;
    -moz-border-radius: 99px;
         border-radius: 99px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 56px 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .p_top .contact .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .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 .contact .form dl + dl {
    margin-top: 32px;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
  }
  .p_top .contact .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: 700;
    font-size: 16px;
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 16px;
    padding-right: 24px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 40px;
    min-height: 20px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #C03A3A;
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    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;
    min-width: 40px;
    min-height: 20px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    color: #fff;
    background-color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd:not(:last-child), .p_top .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 24px;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 18px;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .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 26px;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 18px;
    height: 18px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd p {
    font-size: 15px;
    margin-top: 8px;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 56px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 272px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 73px - 207px);
    min-height: -moz-calc(100vh - 73px - 207px);
    min-height: calc(100vh - 73px - 207px);
  }
  .p_policy .policy h2 {
    position: relative;
    text-align: center;
    margin-bottom: 68px;
  }
  .p_policy .policy h2 span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 132px;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #E7E7E7;
    display: block;
  }
  .p_policy .policy h2 small {
    margin-top: -53px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #153182;
    display: block;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #000000;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 75px;
  }
  .p_policy .policy .btnBack a {
    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;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    width: 601px;
    height: 81px;
    background: #EB4646;
    -moz-border-radius: 999px;
         border-radius: 999px;
    max-width: 100%;
  }
  .p_policy .policy .dlist dl {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 15px;
  }
  .p_policy .policy .dlist.st2 dt {
    font-size: 20px;
    font-weight: bold;
  }
}

@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;
  }
  body {
    padding-top: 19.32367vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 23.18841vw;
    padding: 0 3.62319vw;
    height: 19.32367vw;
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.06);
         box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.06);
    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;
  }
}

@media screen and (max-width: 768px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding-left: 2.41546vw;
    padding-right: 2.41546vw;
  }
}

@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 32.36715vw;
    margin-right: 5.55556vw;
  }
  .header 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;
    margin-left: auto;
    font-size: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 1.20773vw;
  }
}

@media screen and (max-width: 768px) {
  .header ul li:not(:last-child) {
    margin-right: 1.69082vw;
  }
  .header ul a {
    height: 10.86957vw;
    background: #153182;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-size: 2.41546vw;
    font-weight: bold;
    color: #fff;
    padding: 0 4.10628vw;
    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;
  }
  .header ul a.st2 {
    background-color: #EB4646;
  }
  .footer {
    text-align: center;
    padding: 7.72947vw 0;
    font-size: 3.38164vw;
    color: #fff;
    line-height: 1.42857;
    background-color: #153182;
  }
  .footer .f_logo {
    font-weight: 600;
    font-size: 5.31401vw;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .footer a {
    color: #fff;
  }
  .footer p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .footer .f_link {
    margin-top: 9.66184vw;
  }
  .footer .copyright {
    margin-top: 5.7971vw;
    font-weight: 400;
    font-size: 2.89855vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .p_top .mv {
    background: #E8EEF2 url(../img/mv_bg_sp.png) center top 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .mv .mv_txt {
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    padding: 5.7971vw 0vw 9.66184vw;
  }
  .p_top .mv .mv_txt > div {
    text-align: center;
  }
  .p_top .mv .mv_txt h2 small {
    min-height: 7.48792vw;
    background: #153182;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-weight: 500;
    font-size: 3.62319vw;
    text-align: center;
    color: #FFFFFF;
    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;
    padding: 0 4.10628vw;
  }
  .p_top .mv .mv_txt h2 span {
    font-weight: 600;
    font-size: 6.28019vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.08em;
    color: #000000;
    margin: 2.89855vw 0 5.31401vw;
    display: inline-block;
  }
  .p_top .mv .mv_txt h2 span img {
    width: 60.28986vw;
  }
  .p_top .mv .mv_txt .mv_text {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 5.55556vw;
  }
  .p_top .mv .mv_txt .mv_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .mv .mv_txt .mv_list li {
    width: 29.4686vw;
    background: #153182;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 2.41546vw 0 1.20773vw;
  }
  .p_top .mv .mv_txt .mv_list li:not(:last-child) {
    margin-right: 1.93237vw;
  }
  .p_top .mv .mv_txt .mv_list li small {
    display: block;
    font-weight: 600;
    font-size: 3.1401vw;
    line-height: 1.22;
    text-align: center;
    color: #FFFFFF;
  }
  .p_top .mv .mv_txt .mv_list li span {
    display: block;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 1.4375;
    text-align: center;
    color: #FFEA00;
    -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
       -moz-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
        -ms-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
            transform: matrix(1, 0, -0.21, 0.98, 0, 0);
    padding-right: 1.20773vw;
  }
  .p_top .mv .mv_txt .mv_list li span span {
    display: block;
    text-align: right;
    font-size: 3.1401vw;
  }
  .p_top .cta {
    background-color: #F6F6F6;
    padding: 13.52657vw 0;
  }
  .p_top .cta .row {
    max-width: 193.23671vw;
  }
  .p_top .cta_main {
    padding: 9.66184vw 3.62319vw;
    background: #FFFFFF;
    -moz-box-shadow: 0.96618vw 0.96618vw 4.80676vw rgba(0, 0, 0, 0.25);
         box-shadow: 0.96618vw 0.96618vw 4.80676vw rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
  }
  .p_top .cta_main::before {
    content: "";
    position: absolute;
    top: -0.72464vw;
    left: -0.72464vw;
    width: 8.69565vw;
    height: 8.69565vw;
    background: url(../img/cta_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta_main::after {
    content: "";
    position: absolute;
    bottom: -0.72464vw;
    right: -0.72464vw;
    width: 8.69565vw;
    height: 8.69565vw;
    background: url(../img/cta_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta_main p {
    font-weight: 600;
    font-size: 6.28019vw;
    text-align: center;
    color: #0E1F52;
    margin-bottom: 3.62319vw;
  }
  .p_top .cta_main a {
    font-weight: 600;
    font-size: 4.83092vw;
    text-align: center;
    color: #FFFFFF;
    width: 145.16908vw;
    height: 15.94203vw;
    background: #EB4646;
    -moz-border-radius: 9.78261vw;
         border-radius: 9.78261vw;
    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;
    max-width: 100%;
  }
  .p_top .tl {
    margin-bottom: 9.66184vw;
  }
  .p_top .tl > small {
    display: block;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.62319vw;
    letter-spacing: 0.01em;
    color: #2A479F;
    text-align: center;
  }
  .p_top .tl > span {
    display: block;
    font-weight: 500;
    font-size: 9.66184vw;
    line-height: 1;
    text-align: center;
    color: #0E1F52;
    opacity: 0.1;
    margin-bottom: -5.55556vw;
  }
  .p_top .tl > em {
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 1.45;
    text-align: center;
    color: #0E1F52;
  }
  .p_top .tl > em small {
    display: block;
    font-size: 5vw;
  }
  .p_top .tl > em.st2 {
    font-weight: 600;
    font-size: 11.11111vw;
    color: #153182;
  }
  .p_top .problem {
    background: #E8EEF2;
    padding-bottom: 19.32367vw;
    position: relative;
  }
  .p_top .problem::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.07246vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 33.81643vw solid transparent;
    border-right: 33.81643vw solid transparent;
    border-top: 10.14493vw solid #D2D9E2;
  }
  .p_top .problem .cta {
    position: relative;
    top: -2.41546vw;
    position: relative;
    z-index: 2;
    padding: 0;
    background: none;
    width: 94.2029vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.66184vw;
  }
  .p_top .problem ul {
    margin-bottom: 14.49275vw;
  }
  .p_top .problem ul li {
    background: #153182;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
    min-height: 30.91787vw;
    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;
    width: 67.14976vw;
  }
  .p_top .problem ul li + li {
    margin-top: 10.62802vw;
  }
  .p_top .problem ul li::after {
    content: "";
    position: absolute;
    left: 17.8744vw;
    bottom: -3.62319vw;
    width: 10.86957vw;
    height: 6.52174vw;
    background-image: url(../img/ar1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .problem ul li.st2 {
    background-color: #2A479F;
    margin-left: auto;
  }
  .p_top .problem ul li.st2::after {
    background-image: url(../img/ar2.png);
  }
  .p_top .problem .df h3 {
    font-weight: 700;
    font-size: 5.31401vw;
    line-height: 1.4375;
    color: #0E1F52;
    margin-bottom: 5.7971vw;
  }
  .p_top .problem .df p {
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1.78;
    color: #0E1F52;
    width: 100%;
  }
  .p_top .support {
    padding: 15.45894vw 0;
    background-color: #F6F6F6;
  }
  .p_top .support .cta {
    margin-top: 9.66184vw;
    margin-bottom: 0;
    padding: 0;
  }
  .p_top .support .s_text {
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1.8;
    text-align: justify;
    color: #000000;
  }
  .p_top .support .row {
    max-width: 193.23671vw;
  }
  .p_top .support .tl > span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 19.32367vw;
    letter-spacing: 0.01em;
    color: #E7E7E7;
    opacity: 1;
    margin-bottom: -6.28019vw;
  }
  .p_top .support .box {
    display: -ms-grid;
    display: grid;
    gap: 5.7971vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .support .box dl {
    background-color: #fff;
    padding: 7.72947vw 5.7971vw 5.7971vw;
  }
  .p_top .support .box dl dt {
    font-weight: 500;
    font-size: 7.24638vw;
    color: #000000;
    margin-bottom: 5.7971vw;
  }
  .p_top .support .box dl dt span {
    color: #EB4646;
    font-size: 8.69565vw;
  }
  .p_top .support .box dl dd ul li {
    background-color: #F6F6F6;
    padding: 5.7971vw;
    font-weight: 500;
    font-size: 4.34783vw;
    color: #000000;
  }
  .p_top .support .box dl dd ul li + li {
    margin-top: 3.86473vw;
  }
  .p_top .support .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 5.7971vw 0 7.72947vw;
    overflow: hidden;
  }
  .p_top .support .videoWr iframe, .p_top .support .videoWr video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .reason {
    padding: 13.52657vw 0 19.32367vw;
  }
  .p_top .reason .tl > span {
    font-weight: 500;
    font-size: 22.22222vw;
    letter-spacing: 0.01em;
    opacity: 1;
    color: #E8EEF2;
    font-family: "Poppins", sans-serif;
    margin-bottom: -14.97585vw;
  }
  .p_top .reason .tl > em.st2 {
    font-size: 8.69565vw;
    color: #0E1F52;
  }
  .p_top .reason ul {
    counter-reset: div;
  }
  .p_top .reason ul li + li {
    margin-top: 13.52657vw;
  }
  .p_top .reason ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .reason ul li:nth-child(even) figure::after {
    right: initial;
    left: 12.07729vw;
  }
  .p_top .reason ul li figure {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 7.24638vw;
  }
  .p_top .reason ul li figure::after {
    content: "";
    position: absolute;
    bottom: -3.86473vw;
    right: 12.07729vw;
    width: 100vw;
    height: 100%;
    background: #E8EEF2;
    display: block;
    z-index: -1;
  }
  .p_top .reason ul li .txt p {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 180%;
    text-align: justify;
    color: #000000;
  }
  .p_top .reason ul li .txt p span {
    font-weight: bold;
    color: #EB4646;
  }
  .p_top .reason ul li .txt h3 {
    margin-bottom: 4.34783vw;
    position: relative;
    padding-top: 7.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .reason ul li .txt h3::before {
    position: absolute;
    top: 0.48309vw;
    left: 0;
    z-index: -1;
    counter-increment: div;
    content: "0" counter(div);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18.35749vw;
    line-height: 1;
    color: #E8EEF2;
  }
  .p_top .reason ul li .txt h3 small {
    display: block;
    font-weight: 500;
    font-size: 3.1401vw;
    color: #000000;
  }
  .p_top .reason ul li .txt h3 span {
    display: block;
    font-weight: 700;
    font-size: 6.28019vw;
    line-height: 120%;
    color: #153182;
  }
  .p_top .process {
    background: #E5F0F6 url(../img/process_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 13.52657vw 0 15.45894vw;
  }
  .p_top .process .row {
    max-width: 193.23671vw;
  }
  .p_top .process .tl > span {
    position: relative;
    font-weight: 500;
    font-size: 17.3913vw;
    letter-spacing: 0.01em;
    color: rgba(14, 31, 82, 0.1);
    opacity: 1;
  }
  .p_top .process .tl > span small {
    display: block;
    font-weight: 600;
    font-size: 4.34783vw;
    line-height: 100%;
    position: absolute;
    left: 50%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #153182;
    white-space: nowrap;
  }
  .p_top .process .tl > em.st2 {
    font-size: 7.72947vw;
    color: #0E1F52;
  }
  .p_top .process .b_note {
    margin-top: 3.86473vw;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 120%;
    color: #000000;
    margin-bottom: 13.52657vw;
  }
  .p_top .process .box {
    background-color: #fff;
    padding: 7.72947vw;
    padding-top: 19.80676vw;
  }
  .p_top .process .box .box_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .process .box .box_head p {
    font-weight: 500;
    font-size: 4.34783vw;
    color: #000000;
    text-align: center;
  }
  .p_top .process .box .box_head p span {
    font-size: 6.03865vw;
    font-weight: 500;
  }
  .p_top .process .box .box_bd {
    margin-top: 3.86473vw;
  }
  .p_top .process .box .box_bd dl {
    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 .process .box .box_bd dl dt {
    font-weight: 600;
    font-size: 4.83092vw;
    color: #0E1F52;
    padding: 0 4.83092vw;
    background: #EDF1F7;
    text-align: center;
    width: 14.49275vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    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 .process .box .box_bd dl dt span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .p_top .process .box .box_bd dl dt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5.55556vw;
    width: 0;
    height: 0;
    border-left: 7.24638vw solid transparent;
    border-right: 7.24638vw solid transparent;
    border-top: 5.7971vw solid #EDF1F7;
    z-index: 3;
  }
  .p_top .process .box .box_bd dl dd {
    width: -webkit-calc(100% - 20.28986vw);
    width: -moz-calc(100% - 20.28986vw);
    width: calc(100% - 20.28986vw);
    margin-bottom: 5.7971vw;
  }
  .p_top .process .box .box_bd dl dd > p {
    font-weight: 500;
    font-size: 4.34783vw;
    color: #000000;
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_top .process .box .box_bd dl dd > p.mt {
    margin-top: -12.31884vw;
  }
  .p_top .process .box .box_bd dl dd > p span {
    font-size: 5.7971vw;
  }
  .p_top .process .box .box_bd dl dd .blk {
    background-color: #F6F6F6;
    padding: 9.66184vw 3.86473vw 3.86473vw;
  }
  .p_top .process .box .box_bd dl dd figure {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .process .box .box_bd dl dd figure img {
    display: inline-block;
    width: 17.3913vw;
  }
  .p_top .process .box .box_bd dl dd ul li {
    font-weight: 500;
    font-size: 3.62319vw;
    color: #000000;
    position: relative;
    padding-left: 7.24638vw;
  }
  .p_top .process .box .box_bd dl dd ul li + li {
    margin-top: 1.93237vw;
  }
  .p_top .process .box .box_bd dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.7971vw;
    height: 5.7971vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .process .box .box_bd dl:nth-of-type(1) dt {
    margin-left: 0;
  }
  .p_top .process .box .box_bd dl:nth-of-type(2) dt {
    background-color: #D7E2F2;
  }
  .p_top .process .box .box_bd dl:nth-of-type(2) dt::after {
    border-top-color: #D7E2F2;
  }
  .p_top .process .box .box_bd dl:nth-of-type(3) dd {
    margin-bottom: -2.41546vw;
  }
  .p_top .process .box .box_bd dl:nth-of-type(3) dt {
    margin-right: 5.7971vw;
    background-color: #C1D1EB;
    margin-bottom: 5.7971vw;
  }
  .p_top .process .box .box_bd dl:nth-of-type(3) dt::after {
    border-top-color: #C1D1EB;
  }
  .p_top .process .p_price {
    text-align: center;
  }
  .p_top .process .p_price h3 {
    font-weight: 600;
    font-size: 5.7971vw;
    line-height: 130%;
    text-align: center;
    color: #0E1F52;
    margin-bottom: 3.86473vw;
  }
  .p_top .process .p_price .p_price_text {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 150%;
    text-align: center;
    color: #000000;
  }
  .p_top .process .p_price 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-top: 6.03865vw;
  }
  .p_top .process .p_price ul li {
    background: url(../img/process_circle.png) center/100% 100% no-repeat;
    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;
    min-height: 48.30918vw;
    width: 48.30918vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -1.20773vw;
  }
  .p_top .process .p_price ul li:nth-of-type(1) {
    margin-left: 24.15459vw;
    margin-right: 24.15459vw;
    margin-bottom: -7.24638vw;
  }
  .p_top .process .p_price ul li small {
    display: block;
    font-weight: 600;
    font-size: 4.83092vw;
    color: #0E1F52;
    display: block;
    line-height: 1;
  }
  .p_top .process .p_price ul li span {
    color: #EB4646;
    font-size: 7.97101vw;
    font-weight: 600;
  }
  .p_top .process .p_price ul li span i {
    font-style: normal;
    font-size: 21.01449vw;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
  }
  .p_top .flow {
    padding: 15.45894vw 0 20.28986vw;
  }
  .p_top .flow .row {
    max-width: 193.23671vw;
  }
  .p_top .flow .tl > span {
    position: relative;
    font-weight: 500;
    font-size: 17.3913vw;
    letter-spacing: 0.01em;
    color: rgba(14, 31, 82, 0.1);
    opacity: 1;
  }
  .p_top .flow .tl > span small {
    display: block;
    font-weight: 600;
    font-size: 7.72947vw;
    line-height: 100%;
    position: absolute;
    left: 50%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #0E1F52;
    white-space: nowrap;
  }
  .p_top .flow .tb table {
    border-collapse: separate;
    border-spacing: 1.93237vw;
    width: 100%;
  }
  .p_top .flow .tb table td {
    padding: 3.62319vw 0vw;
    text-align: center;
    background-color: #F6F6F6;
    font-weight: 600;
    font-size: 3.62319vw;
    line-height: 1.45;
    color: #0E1F52;
    vertical-align: middle;
  }
  .p_top .flow .tb table td:nth-of-type(1) {
    padding-right: 0vw;
    padding-left: 3.62319vw;
  }
  .p_top .flow .tb table td:nth-of-type(2) {
    width: 21.73913vw;
    background-color: #C1D1EB;
  }
  .p_top .flow .tb table td:nth-of-type(3) {
    width: 9.66184vw;
    background-color: #2A479F;
    color: #fff;
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .p_top .flow .tb table td.trig {
    background-color: #EDF1F7;
    clip-path: polygon(0 0, 100% 0%, 100% -webkit-calc(100% - 15px), 50% 100%, 0 -webkit-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0%, 100% -moz-calc(100% - 15px), 50% 100%, 0 -moz-calc(100% - 15px));
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
  }
  .p_top .flow .tb table td.trig.st2 {
    background-color: #D7E2F2;
  }
  .p_top .flow .tb table .list {
    position: relative;
    text-align: left;
  }
  .p_top .flow .tb table .list ul li {
    padding-left: 9.66184vw;
    position: relative;
    letter-spacing: 0;
  }
  .p_top .flow .tb table .list ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .flow .tb table .list ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    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;
    width: 7.72947vw;
    height: 7.72947vw;
    background: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3.62319vw;
    letter-spacing: 0.1em;
    color: #153182;
  }
  .p_top .faq {
    background-color: #E8EEF2;
    padding-bottom: 13.52657vw;
  }
  .p_top .faq .row {
    max-width: 193.23671vw;
  }
  .p_top .faq .tl {
    position: relative;
    top: -8.45411vw;
    margin-bottom: -8.45411vw;
  }
  .p_top .faq .tl > span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17.3913vw;
    line-height: 100%;
    letter-spacing: 0.01em;
    opacity: 1;
    color: #D2D9E2;
    margin-bottom: 0;
  }
  .p_top .faq .tl > em.st2 {
    font-weight: 600;
    font-size: 6.76329vw;
    color: #0E1F52;
  }
  .p_top .faq .faq_list {
    margin-top: 9.66184vw;
    padding: 4.83092vw;
    background-color: #fff;
  }
  .p_top .faq .faq_list dl {
    overflow: hidden;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 5.7971vw;
  }
  .p_top .faq .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 3.86473vw 10.62802vw 3.86473vw 12.07729vw;
    position: relative;
    background-color: #153182;
    font-weight: 600;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #FFFFFF;
    position: relative;
  }
  .p_top .faq .faq_list dl dt::before {
    content: "Q.";
    position: absolute;
    top: 50%;
    left: 3.86473vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 5.7971vw;
    line-height: 100%;
    color: #FFFFFF;
  }
  .p_top .faq .faq_list dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 2.41546vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .faq .faq_list dl dt i:before, .p_top .faq .faq_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .faq .faq_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .faq .faq_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .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 .actCt {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #000000;
    padding: 3.86473vw 3.86473vw 3.86473vw 12.07729vw;
    position: relative;
  }
  .p_top .faq .faq_list dl dd .actCt::before {
    content: "A.";
    position: absolute;
    top: 3.86473vw;
    left: 3.86473vw;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 5.7971vw;
    line-height: 100%;
    color: #153182;
  }
  .p_top .note {
    text-align: center;
    padding: 13.52657vw 0;
  }
  .p_top .note h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17.3913vw;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #0E1F52;
    opacity: 0.1;
    margin-bottom: 11.5942vw;
  }
  .p_top .note .note_ctn {
    background-color: #fff;
    -webkit-filter: drop-shadow(0vw 0vw 4.83092vw rgba(0, 0, 0, 0.08));
            filter: drop-shadow(0vw 0vw 4.83092vw rgba(0, 0, 0, 0.08));
  }
  .p_top .note .note_ctn ul li {
    min-height: 53.1401vw;
    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 .note .note_ctn ul li:not(:last-child) {
    border-bottom: 1px solid #D2D9E2;
  }
  .p_top .note a.note_btn {
    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;
    width: 84.54106vw;
    height: 15.94203vw;
    border: 1px solid #153182;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 5.7971vw;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #153182;
    margin-top: 11.5942vw;
  }
  .p_top .contact {
    background-color: #F6F6F6;
    padding: 15.45894vw 0 17.3913vw;
  }
  .p_top .contact h2 {
    position: relative;
    margin-bottom: 11.5942vw;
    text-align: center;
  }
  .p_top .contact h2 span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17.3913vw;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #E7E7E7;
  }
  .p_top .contact h2 small {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 6.76329vw;
    line-height: 100%;
    color: #0E1F52;
  }
  .p_top .contact .f_txt {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #000000;
    margin-bottom: 11.5942vw;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7.72947vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.62319vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label 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 .contact .cbWr 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;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.44928vw;
    top: 1.20773vw;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 5.7971vw;
    width: 84.54106vw;
    height: 15.94203vw;
    background: #EB4646;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    font-weight: 500;
    font-size: 4.83092vw;
    color: #FFFFFF;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 7.72947vw 3.62319vw 13.52657vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 7.72947vw;
  }
  .p_top .contact .form dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.41546vw;
  }
  .p_top .contact .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: 700;
    font-size: 3.86473vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3.62319vw;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 9.66184vw;
    min-height: 4.83092vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background-color: #C03A3A;
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    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;
    min-width: 9.66184vw;
    min-height: 4.83092vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    color: #fff;
    background-color: #999999;
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .contact .form dl dd .list_rd .rd, .p_top .contact .form dl dd .list_rd .mwform-radio-field {
    margin-top: 1.93237vw;
    margin-bottom: 1.93237vw;
    margin-left: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd label, .p_top .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.34783vw;
  }
  .p_top .contact .form dl dd .list_rd .rd label input, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact .form dl dd .list_rd .rd span, .p_top .contact .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 6.28019vw;
  }
  .p_top .contact .form dl dd .list_rd .rd span::before, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 4.34783vw;
    height: 4.34783vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
  }
  .p_top .contact .form dl dd .list_rd .rd span::after, .p_top .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 1.20773vw;
    left: 1.20773vw;
    width: 1.93237vw;
    height: 1.93237vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.62319vw;
    margin-top: 1.93237vw;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48.30918vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 12.07729vw 0 24.15459vw;
    min-height: -webkit-calc(100% - 72.46377vw);
    min-height: -moz-calc(100% - 72.46377vw);
    min-height: calc(100% - 72.46377vw);
  }
  .p_policy .policy h2 {
    position: relative;
    text-align: center;
    margin-bottom: 16.42512vw;
  }
  .p_policy .policy h2 span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15.94203vw;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #E7E7E7;
    display: block;
  }
  .p_policy .policy h2 small {
    margin-top: -12.80193vw;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 5.7971vw;
    line-height: 100%;
    color: #153182;
    display: block;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 180%;
    text-align: center;
    color: #000000;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 12.07729vw;
  }
  .p_policy .policy .btnBack a {
    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;
    font-weight: 600;
    font-size: 4.83092vw;
    line-height: 9.42029vw;
    text-align: center;
    color: #FFFFFF;
    width: 72.58454vw;
    height: 16.30435vw;
    background: #EB4646;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    max-width: 100%;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.75;
    margin-top: 3.62319vw;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 3.62319vw;
  }
  .p_policy .policy .dlist.st2 dt {
    font-size: 4.83092vw;
    font-weight: bold;
  }
}

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

.cbWr .error {
  text-align: center;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
         transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
       -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
