@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 830px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 80px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 80px;
    padding: 0 30px 0 20px;
    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 a.header_tel {
    width: auto;
    text-align: right;
    max-width: initial;
    display: block;
    position: relative;
    padding-left: 54px;
    font-size: 41px;
    font-weight: bold;
    color: #170c66;
    white-space: nowrap;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header a.header_tel {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px), print {
  .header a.header_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 29px;
    background: url(../img/ic_tel.webp) center/100% 100% no-repeat;
    display: block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 143px;
    margin-right: 23px;
  }
  .header .header_l {
    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;
  }
  .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: 9px;
  }
  .header ul a {
    display: block;
    width: 209px;
    max-width: 20vw;
  }
  .footer {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
  }
  .cta_fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F34081;
    padding: 15px;
  }
  .cta_fixed > p {
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border: 1px solid #787878;
    color: #3B3B3B;
  }
  .cta_fixed > p span {
    color: #FF7428;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_tel {
    display: block;
    position: relative;
    padding-left: 56px;
    margin-right: 15px;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_tel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: url(../img/ic_tel2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_tel > div {
    text-align: center;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_tel > div small {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_tel > div span {
    display: block;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    color: #F6FAFF;
  }
  .p_top .footer {
    padding-bottom: 120px;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url(../img/mv_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-bottom: 10px;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .mv .row {
    max-width: 800px;
  }
  .p_top .mv_txt {
    padding: 25px 0;
    background-color: #170c66;
  }
  .p_top .mv_txt .row {
    max-width: 800px;
  }
  .p_top .cta {
    background: url(../img/cta_bg.webp) repeat;
    padding: 33px 0 39px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .row {
    max-width: 908px;
  }
  .p_top .cta .cta_tt {
    text-align: center;
    margin-bottom: -14px;
    position: relative;
    z-index: 2;
  }
  .p_top .cta .cta_tt img {
    display: inline-block;
    width: 695px;
  }
  .p_top .cta .cta_tel {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 69px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .cta .cta_tel figure {
    display: none;
  }
  .p_top .cta .cta_tel::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../img/icTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .cta .cta_tel em {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: "Rounded Mplus 1c Medium";
    color: #170D66;
    font-style: normal;
    white-space: nowrap;
  }
  .p_top .cta .cta_tel span {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 1;
    color: #170D66;
    white-space: nowrap;
    margin: 5px 0;
  }
  .p_top .cta .cta_tel time {
    font-size: 16px;
    line-height: 1;
    color: #170D66;
    white-space: nowrap;
  }
  .p_top .cta_main {
    background: #FFFFFF;
    -moz-box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 7px 7px 3px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 7px;
         border-radius: 7px;
    padding: 26px 0;
  }
  .p_top .cta_main h3 {
    text-align: center;
  }
  .p_top .cta_main h3 img {
    width: 408px;
  }
  .p_top .cta_main ul {
    margin-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .cta_main ul li {
    width: 409px;
    margin: 0 16px;
  }
  .p_top .cta_main ul li:nth-of-type(3) {
    width: 100%;
    text-align: center;
    margin-top: 17px;
  }
  .p_top .cta_main ul li p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FA8124;
    text-align: center;
    margin-bottom: 3px;
  }
  .p_top .cta_main ul li p.st2 {
    color: #00BF4E;
  }
  .p_top .sec01 {
    padding-top: 38px;
    text-align: center;
    background: url(../img/sec01_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
  }
  .p_top .sec01 .row {
    max-width: 1074px;
  }
  .p_top .sec01::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 37px;
    height: 35px;
    background: url(../img/sec01_ar.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .sec02 {
    background: url(../img/sec02_bg.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 56px 0 210px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec02 .row {
    max-width: 571px;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: 19px;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 486px;
  }
  .p_top .sec03 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 76px;
    margin-top: -160px;
    z-index: 3;
    position: relative;
    transform: translateZ(0);
  }
  .p_top .sec03 .row {
    max-width: 1010px;
  }
  .p_top .sec03::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    background: url(../img/sec03_bg.webp) center top no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  .p_top .sec03::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -27px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3px;
    height: 54px;
    background: url(../img/dots.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 460px;
  }
  .p_top .sec04 {
    padding-bottom: 57px;
    position: relative;
    background: url(../img/sec04_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec04 .row {
    max-width: 812px;
  }
  .p_top .sec04::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 61px;
    height: 61px;
    background: url(../img/ic_plus.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec04 h2 {
    margin-bottom: -156px;
    text-align: center;
    position: relative;
    z-index: 4;
    top: -46px;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 615px;
  }
  .p_top .sec04 .sec04_img {
    display: block;
    position: relative;
    z-index: 6;
  }
  .p_top .sec05 {
    background: url(../img/sec05_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec05_main {
    padding-top: 43px;
    padding-bottom: 65px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 4.8px 3px rgba(92, 144, 204, 0.25);
         box-shadow: 0px 0px 4.8px 3px rgba(92, 144, 204, 0.25);
  }
  .p_top .sec05 h2 {
    text-align: center;
    position: relative;
    z-index: 4;
    margin-bottom: 34px;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 477px;
  }
  .p_top .sec05 .sec05_img {
    text-align: center;
  }
  .p_top .sec05 .sec05_img img {
    display: inline-block;
    width: 812px;
  }
  .p_top .sec06 {
    background-color: #E9F2FF;
    padding: 60px 0 120px;
  }
  .p_top .sec06 .row {
    max-width: 1009px;
  }
  .p_top .sec06 h2 {
    text-align: center;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 476px;
  }
  .p_top .sec07 {
    margin-top: -60px;
    background-color: #E9F2FF;
    padding: 60px 0 85px;
    background: url(../img/sec07_bg.webp) center top/100% 100% no-repeat;
  }
  .p_top .sec07 .row {
    max-width: 1007px;
  }
  .p_top .sec07 h2 {
    text-align: center;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 433px;
  }
  .p_top .sec08 {
    background: #C8E0FF;
    padding: 38px 0 60px;
    position: relative;
    z-index: 2;
  }
  .p_top .sec08 .row {
    max-width: 818px;
  }
  .p_top .sec08 h2 {
    text-align: center;
    margin-bottom: -20px;
  }
  .p_top .sec08 h2 img {
    display: inline-block;
    width: 454px;
  }
  .p_top .area {
    padding: 60px 0;
    background: #170D66;
  }
  .p_top .area_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 35px 60px 100px;
    background: #FFFFFF;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
}

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

@media screen and (min-width: 769px), print {
  .p_top .area_main .area_text {
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 25px;
  }
  .p_top .area h2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 38px;
  }
  .p_top .area h2 img {
    width: 231px;
  }
  .p_top .area .area_list {
    width: 100%;
    padding-left: 19px;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #E9F2FF;
    border: 1px solid #626564;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 15px;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 15px 52px 15px 18px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    text-align: left;
    color: #170D66;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #170D66;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .area_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area .area_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;
    background-color: #fff;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 18px;
    line-height: 1.42857;
    font-size: 14px;
    text-align: left;
    color: #626564;
  }
  .p_top .qa {
    padding: 56px 0 60px;
    background: #C8E0FF;
    position: relative;
    z-index: 2;
  }
  .p_top .qa .row {
    max-width: 800px;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 34px;
  }
  .p_top .qa h2 img {
    width: 291px;
  }
  .p_top .qa .qa_list dl {
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #3B3B3B;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 12px;
  }
  .p_top .qa .qa_list dl dt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #170D66;
    position: relative;
    border-bottom: 1px dotted #170D66;
    padding: 16px 0;
    padding-left: 47px;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 7px;
    left: 0;
    width: 37px;
    height: 37px;
    background: #170D66;
    display: block;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    -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;
  }
  .p_top .qa .qa_list dl dd {
    padding: 8px 0 16px;
  }
  .p_top .contact {
    padding: 60px 0 70px;
    background-color: #E9F2FF;
  }
  .p_top .contact .row {
    max-width: 800px;
  }
  .p_top .contact .f_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #170D66;
    margin: 30px 0;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 372px;
    display: inline-block;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    width: 449px;
    height: 161px;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    margin: 30px auto;
    padding: 22px;
    font-size: 12px;
    line-height: 1.5;
    color: #3B3B3B;
    max-width: 100%;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .p_top .contact .box_privacy h4 {
    font-size: 14px;
    font-weight: bold;
  }
  .p_top .contact .box_privacy h4 ~ h4 {
    margin-top: 15px;
  }
  .p_top .contact .cal {
    position: relative;
  }
  .p_top .contact .cal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background: url(../img/ic_cal.webp) center/contain no-repeat;
    display: block;
    pointer-events: none;
  }
  .p_top .contact .wrap_datepicker {
    position: relative;
  }
  .p_top .contact .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #2F2F2F;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_top .contact .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 5px;
    position: absolute;
    top: -30px;
    background: #fff;
    width: 280px;
    margin-top: 50px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    line-height: 40px;
    background: #d1d1d1;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url("../img/cal_arrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 2;
    width: 36px;
    height: 30px;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_top .contact .cbWr {
    margin-top: 30px;
    text-align: 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: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #3B3B3B;
  }
  .p_top .contact .cbWr label a {
    color: #3B3B3B;
  }
  .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 20px;
  }
  .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: 16px;
    height: 16px;
    background-color: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .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%;
    background-color: transparent;
    width: 306px;
    margin-top: 29px;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    padding: 45px 45px 55px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 2px 4px 2px #EBEBEB;
         box-shadow: 0px 2px 4px 2px #EBEBEB;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .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: 23px;
  }
  .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: 18px;
    width: 225px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 9px;
    padding-right: 24px;
    color: #3B3B3B;
  }
  .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: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #FF7428;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
    color: #fff;
  }
  .p_top .contact .form dl dt em {
    font-style: normal;
    font-size: 16px;
  }
  .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: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    color: #fff;
    background-color: #3B3B3B;
    font-size: 13px;
    font-weight: 500;
    margin-left: auto;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .f_note {
    color: #E30004;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
  }
  .p_top .contact .form dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 25px;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    height: 45px;
    background: #EEF1F6;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 25px;
    outline: none;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    height: 160px;
    background: #EEF1F6;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 88px - 80px);
    min-height: -moz-calc(100vh - 88px - 80px);
    min-height: calc(100vh - 88px - 80px);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
  }
  .p_policy .policy h2.st2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 39px;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 16px;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 80px;
  }
  .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;
    min-width: 350px;
    min-height: 81px;
    background: #023676;
    -moz-border-radius: 6px;
         border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 15px;
    font-weight: bold;
  }
  .p_policy .policy .dlist dl dt {
    width: 103px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .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: 16.42512vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 16.42512vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.62319vw;
  }
  .header a.header_tel {
    width: auto;
    text-align: right;
    max-width: initial;
    display: block;
    position: relative;
    padding-left: 6.52174vw;
    font-size: 5.31401vw;
    font-weight: bold;
    color: #170c66;
    white-space: nowrap;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .header a.header_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.31401vw;
    height: 3.50242vw;
    background: url(../img/ic_tel.webp) center/100% 100% no-repeat;
    display: block;
  }
  .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;
    line-height: 0;
  }
  .header ul .header_mail {
    margin-left: 2.41546vw;
  }
  .header ul li a {
    display: block;
    width: 12.07729vw;
  }
  .header ul li p {
    text-align: right;
  }
  .header ul li p img {
    width: 33.09179vw;
    display: inline-block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 26.57005vw;
  }
  .footer {
    background: #fff;
    text-align: center;
    padding: 4.83092vw 0;
    font-size: 3.86473vw;
    font-weight: 500;
    color: #3B3B3B;
  }
  .cta_fixed {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: #fff;
    -moz-box-shadow: 0vw -0.96618vw 0.96618vw rgba(0, 0, 0, 0.11);
         box-shadow: 0vw -0.96618vw 0.96618vw rgba(0, 0, 0, 0.11);
    padding: 2.41546vw;
    padding-top: 0;
  }
  .cta_fixed .cta_fixed_btn {
    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;
  }
  .cta_fixed .cta_fixed_btn .cta_fixed_line {
    display: block;
    width: 15.21739vw;
    margin-bottom: -1.20773vw;
  }
  .cta_fixed .cta_fixed_btn a.cta_fixed_tel {
    display: block;
    width: 81.64251vw;
    margin-top: 1.69082vw;
    position: relative;
  }
  .cta_fixed .cta_fixed_btn a.cta_fixed_tel > div {
    text-align: center;
  }
  .cta_fixed .cta_fixed_btn a.cta_fixed_tel > div small {
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 100%;
    color: #FFFFFF;
    display: block;
  }
  .cta_fixed .cta_fixed_btn a.cta_fixed_tel > div span {
    display: block;
    position: absolute;
    top: 1.93237vw;
    left: 14.97585vw;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 6.52174vw;
    line-height: 1;
    color: #F6FAFF;
    white-space: nowrap;
  }
  .cta_fixed > p {
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    background-color: #fff;
    padding: 1.93237vw;
    font-weight: 700;
    font-size: 3.86473vw;
    text-align: center;
    border: 1px solid #8F8F8F;
    margin-top: -2.41546vw;
    position: relative;
  }
  .cta_fixed > p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.44928vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.20773vw solid transparent;
    border-right: 1.20773vw solid transparent;
    border-top: 1.69082vw solid #8F8F8F;
  }
  .cta_fixed > p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.20773vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.96618vw solid transparent;
    border-right: 0.96618vw solid transparent;
    border-top: 1.44928vw solid #fff;
    z-index: 2;
  }
  .cta_fixed > p span {
    color: #FF7428;
  }
  .p_top .footer {
    padding-bottom: 36.23188vw;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .cta {
    background: url(../img/cta_bg.webp) repeat;
    padding: 6.03865vw 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .row {
    max-width: 219.32367vw;
  }
  .p_top .cta .cta_tt {
    text-align: center;
    margin-bottom: -2.89855vw;
    position: relative;
    z-index: 2;
  }
  .p_top .cta .cta_tt img {
    display: inline-block;
    width: 335.74879vw;
  }
  .p_top .cta .cta_tel {
    display: inline-block;
    margin-right: -2.89855vw;
    position: relative;
    margin-top: 4.10628vw;
  }
  .p_top .cta .cta_tel span {
    position: absolute;
    top: 7.48792vw;
    left: 16.18357vw;
    font-family: "Be Vietnam Pro", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 7.00483vw;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
  }
  .p_top .cta .cta_tel em, .p_top .cta .cta_tel time {
    display: none;
  }
  .p_top .cta_main {
    background: #FFFFFF;
    -moz-box-shadow: 0vw 1.69082vw 1.69082vw 0.72464vw rgba(0, 0, 0, 0.1);
         box-shadow: 0vw 1.69082vw 1.69082vw 0.72464vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    padding: 3.62319vw;
  }
  .p_top .cta_main h3 {
    text-align: center;
    margin-bottom: -2.41546vw;
  }
  .p_top .cta_main h3 img {
    width: 70.04831vw;
  }
  .p_top .cta_main ul {
    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;
  }
  .p_top .cta_main ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_top .cta_main ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p_top .cta_main ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_top .cta_main ul li p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 130%;
    color: #FA8124;
    text-align: center;
    margin-bottom: 0.72464vw;
  }
  .p_top .cta_main ul li p.st2 {
    color: #00BF4E;
  }
  .p_top .sec01 {
    margin-bottom: -14.49275vw;
    position: relative;
  }
  .p_top .sec01 .row {
    padding: 0;
  }
  .p_top .sec01::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9.66184vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8.81643vw;
    height: 8.45411vw;
    background: url(../img/sec01_ar.webp) center/100% 100% no-repeat;
    display: block;
    z-index: 2;
  }
  .p_top .sec02 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .sec02 .row {
    padding: 0;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: 4.58937vw;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 234.54106vw;
  }
  .p_top .sec03 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -19.32367vw;
    z-index: 3;
    position: relative;
    transform: translateZ(0);
  }
  .p_top .sec03 .row {
    padding: 0;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 221.98068vw;
  }
  .p_top .sec04 {
    margin-top: -8.9372vw;
  }
  .p_top .sec04 .row {
    padding: 0;
  }
  .p_top .sec04 h2 {
    margin-bottom: -37.68116vw;
    text-align: center;
    position: relative;
    z-index: 4;
    top: -11.11111vw;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 296.8599vw;
  }
  .p_top .sec04 .sec04_img {
    display: block;
    position: relative;
    z-index: 6;
  }
  .p_top .sec05 {
    position: relative;
    z-index: 10;
    top: -7.24638vw;
    margin-bottom: -8.45411vw;
  }
  .p_top .sec05 .row {
    padding: 0;
  }
  .p_top .sec05 h2 {
    text-align: center;
    position: relative;
    z-index: 4;
    margin-bottom: 8.21256vw;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 230.43478vw;
  }
  .p_top .sec05 .sec05_img {
    text-align: center;
  }
  .p_top .sec05 .sec05_img img {
    display: inline-block;
    width: 392.27053vw;
  }
  .p_top .sec06 {
    background-color: #E9F2FF;
    padding: 7.24638vw 0 14.49275vw;
  }
  .p_top .sec06 h2 {
    text-align: center;
    margin-bottom: -4.83092vw;
  }
  .p_top .sec06 h2 img {
    display: inline-block;
    width: 129.4686vw;
  }
  .p_top .sec07 {
    margin-top: -7.24638vw;
    background-color: #E9F2FF;
    padding: 7.24638vw 0 12.07729vw;
    background: url(../img/sec07_bg_sp.webp) center top/100% 100% no-repeat;
  }
  .p_top .sec07 h2 {
    text-align: center;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 78.74396vw;
  }
  .p_top .sec07 .row {
    padding: 0;
  }
  .p_top .sec07 .sec07_slider_wr .sec07_slider_inner {
    margin-top: 2.89855vw;
    width: 86.95652vw;
    margin: 2.89855vw auto 0;
  }
  .p_top .sec07 .sec07_slider_wr .sec07_slider_inner .slick-list {
    overflow: inherit;
  }
  .p_top .sec07 .sec07_slider_wr .sec07_slider li {
    width: 86.95652vw;
  }
  .p_top .sec07 .sec07_slider_wr .slick-dots {
    position: static;
    margin-top: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .sec07 .sec07_slider_wr .slick-dots li {
    opacity: 1;
    margin: 0 0.72464vw;
    padding: 0;
    width: 2.89855vw;
    height: 2.89855vw;
    line-height: 0;
    display: block;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .p_top .sec07 .sec07_slider_wr .slick-dots li button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    background: none;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: transparent;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .p_top .sec07 .sec07_slider_wr .slick-dots .slick-active {
    opacity: 1;
    background-color: #fff;
  }
  .p_top .sec08 {
    position: relative;
    z-index: 2;
  }
  .p_top .sec08 .row {
    padding: 0;
  }
  .p_top .sec08 h2 {
    text-align: center;
  }
  .p_top .sec08 h2 img {
    display: inline-block;
    width: 219.32367vw;
  }
  .p_top .area {
    padding: 8.45411vw 0;
    background: #170D66;
    margin-top: -10.86957vw;
    position: relative;
    z-index: 2;
  }
  .p_top .area_main {
    padding: 7.24638vw 4.83092vw;
    background: #FFFFFF;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
  }
  .p_top .area_main .area_text {
    margin-right: -4.83092vw;
    margin-bottom: 5.31401vw;
  }
  .p_top .area h2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 9.17874vw;
  }
  .p_top .area h2 img {
    width: 40.82126vw;
  }
  .p_top .area .area_list {
    width: 100%;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #E9F2FF;
    border: 1px solid #626564;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 2.89855vw 12.56039vw 2.89855vw 4.34783vw;
    cursor: pointer;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    color: #170D66;
    position: relative;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #170D66;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area .area_list dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area .area_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;
    background-color: #fff;
  }
  .p_top .area .area_list dl dd .actCt {
    padding: 4.34783vw;
    line-height: 1.42857;
    font-size: 3.38164vw;
    text-align: left;
    color: #626564;
  }
  .p_top .qa {
    padding: 12.56039vw 0 8.69565vw;
    background: #C8E0FF;
    position: relative;
    z-index: 2;
  }
  .p_top .qa .row {
    max-width: 193.23671vw;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 8.21256vw;
  }
  .p_top .qa h2 img {
    width: 54.10628vw;
  }
  .p_top .qa .qa_list dl {
    padding: 0 4.83092vw;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 140%;
    color: #3B3B3B;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2.89855vw;
  }
  .p_top .qa .qa_list dl dt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 120%;
    color: #170D66;
    position: relative;
    border-bottom: 1px dotted #170D66;
    padding: 3.86473vw 0;
    padding-left: 11.35266vw;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 8.9372vw;
    height: 8.9372vw;
    background: #170D66;
    display: block;
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 5.31401vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    -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;
  }
  .p_top .qa .qa_list dl dd {
    padding: 1.93237vw 0 3.86473vw;
  }
  .p_top .contact {
    padding: 9.66184vw 0 16.90821vw;
    background-color: #E9F2FF;
  }
  .p_top .contact .row {
    max-width: 193.23671vw;
  }
  .p_top .contact .f_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 4.10628vw;
    line-height: 140%;
    text-align: center;
    color: #170D66;
    margin: 7.24638vw 0;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
  }
  .p_top .contact h2 img {
    width: 69.56522vw;
    display: inline-block;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    width: 108.45411vw;
    height: 38.88889vw;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    margin: 7.24638vw auto;
    padding: 5.31401vw;
    font-size: 2.89855vw;
    line-height: 1.5;
    color: #3B3B3B;
    max-width: 100%;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.86473vw;
    margin-bottom: 3.38164vw;
  }
  .p_top .contact .box_privacy h4 {
    font-size: 3.38164vw;
    font-weight: bold;
  }
  .p_top .contact .box_privacy h4 ~ h4 {
    margin-top: 3.62319vw;
  }
  .p_top .contact .cal {
    position: relative;
  }
  .p_top .contact .cal::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.38164vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.03865vw;
    height: 4.83092vw;
    background: url(../img/ic_cal.webp) center/contain no-repeat;
    display: block;
    pointer-events: none;
  }
  .p_top .contact .wrap_datepicker {
    position: relative;
  }
  .p_top .contact .wrap_datepicker input.datepicker {
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-webkit-input-placeholder {
    color: #2F2F2F;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker input.datepicker::-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-ms-input-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker input.datepicker:-moz-placeholder {
    color: #2F2F2F;
  }
  .p_top .contact .wrap_datepicker .datepicker {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .p_top .contact .wrap_datepicker .datepicker.focus ~ .wrap_table {
    border: 1px solid #d1d1d1;
    z-index: 1;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table {
    padding: 1.20773vw;
    position: absolute;
    top: -7.24638vw;
    background: #fff;
    width: 67.63285vw;
    margin-top: 12.07729vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.86473vw;
    line-height: 9.66184vw;
    background: #d1d1d1;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #000000;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev {
    display: inline-block;
    width: 9.66184vw;
    height: 9.66184vw;
    position: relative;
    text-indent: -2415.21739vw;
    overflow: hidden;
    cursor: pointer;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.next::before, .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 2.17391vw;
    height: 3.62319vw;
    background: url("../img/cal_arrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr th {
    border: 1px solid #fff;
    color: #000000;
    font-size: 3.38164vw;
    line-height: 2;
    font-weight: normal;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td {
    border: 1px solid #d1d1d1;
    font-size: 3.38164vw;
    line-height: 2;
    width: 8.69565vw;
    height: 7.24638vw;
    background: #f6f6f6;
    color: #d1d1d1;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.active {
    cursor: pointer;
    color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.selected {
    border-color: #000;
  }
  .p_top .contact .wrap_datepicker .datepicker ~ .wrap_table table tr td.no_day {
    opacity: 0;
  }
  .p_top .contact .cbWr {
    text-align: center;
    margin-top: 7.24638vw;
  }
  .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.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #3B3B3B;
  }
  .p_top .contact .cbWr label a {
    color: #3B3B3B;
  }
  .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 4.83092vw;
  }
  .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.86473vw;
    height: 3.86473vw;
    background-color: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .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%;
    background-color: transparent;
    width: 73.91304vw;
    margin-top: 7.00483vw;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    padding: 8.45411vw 3.62319vw 9.66184vw;
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.48309vw 0.96618vw 0.48309vw #EBEBEB;
         box-shadow: 0vw 0.48309vw 0.96618vw 0.48309vw #EBEBEB;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 5.55556vw;
  }
  .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: 4.34783vw;
    margin-bottom: 2.41546vw;
    color: #3B3B3B;
  }
  .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: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background-color: #FF7428;
    font-size: 3.1401vw;
    font-weight: 500;
    margin-left: auto;
    color: #fff;
  }
  .p_top .contact .form dl dt em {
    font-style: normal;
    font-size: 3.86473vw;
  }
  .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: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    color: #fff;
    background-color: #3B3B3B;
    font-size: 3.1401vw;
    font-weight: 500;
    margin-left: auto;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .f_note {
    color: #E30004;
    font-size: 3.38164vw;
    font-weight: 500;
    margin-left: 3.62319vw;
  }
  .p_top .contact .form dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.86473vw;
    font-weight: bold;
    margin-top: 1.20773vw;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 6.03865vw;
    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;
    border: 0;
    height: 10.86957vw;
    background: #EEF1F6;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 6.03865vw;
    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;
    border: 0;
    height: 38.64734vw;
    background: #EEF1F6;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    color: #000;
    padding: 13.28502vw 0;
    min-height: -webkit-calc(100vh - 37.68116vw);
    min-height: -moz-calc(100vh - 37.68116vw);
    min-height: calc(100vh - 37.68116vw);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 7.72947vw;
    margin-bottom: 7.24638vw;
    text-align: center;
  }
  .p_policy .policy h2.st2 {
    color: #000;
    font-size: 5.7971vw;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .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;
    min-width: 84.54106vw;
    min-height: 19.56522vw;
    background: #023676;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    font-size: 5.7971vw;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.8;
    margin-top: 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
  }
  .p_policy .policy .dlist dl dt {
    width: 24.87923vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_policy .policy .dlist.st2 dt {
    font-weight: 700;
    font-size: 4.83092vw;
  }
}

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

.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%);
  }
}
