@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 {
  .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: 72px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 72px;
    padding: 0 22px;
    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 {
    display: block;
    width: 196px;
    position: relative;
  }
  .header a.header_tel span {
    position: absolute;
    top: 16px;
    left: 39px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 155px;
    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: 6px;
  }
  .header ul a {
    display: block;
    width: 196px;
    max-width: 20vw;
  }
  .footer {
    background: #299514;
    text-align: center;
    padding: 24px 0 16px;
    font-size: 12px;
    color: #fff;
    line-height: 1.42857;
  }
  .footer a {
    color: #fff;
  }
  .footer .f_link {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .p_top .slogan {
    padding: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #E7141B;
    text-align: center;
  }
  .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-top: 35px;
  }
  .p_top .mv .row {
    max-width: 843px;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background-color: #FFF4CC;
    padding-bottom: 30px;
  }
  .p_top .cta .row {
    max-width: 767px;
  }
  .p_top .cta .cta_head {
    position: relative;
    top: -35px;
    margin-bottom: -35px;
  }
  .p_top .cta .cta_bd {
    display: block;
    padding: 21px 35px;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    gap: 17px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .cta .cta_btn li a {
    display: block;
  }
  .p_top .cta .cta_btn li + li {
    margin-top: 10px;
  }
  .p_top .cta .cta_tel {
    position: relative;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .cta .cta_tel:hover img {
    opacity: 1;
  }
  .p_top .cta .cta_tel span {
    position: absolute;
    top: 26px;
    left: 68px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    white-space: nowrap;
    color: #fff;
  }
  .p_top .sec01 {
    padding: 26px 0 0;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url(../img/sec02_bg.webp) repeat;
  }
  .p_top .sec01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    background: url(../img/sec01_bg.webp) center bottom no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .row {
    max-width: 670px;
  }
  .p_top .sec01 .sec01_pic01 {
    margin-bottom: 16px;
  }
  .p_top .sec02 figure img, .p_top .sec02 picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .sec03 {
    background: #F6FBF5;
    padding: 32px 0 48px;
  }
  .p_top .sec03 .row {
    max-width: 820px;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 296px;
  }
  .p_top .sec03 ul li + li {
    margin-top: 24px;
  }
  .p_top .sec04 {
    background: #fff url(../img/sec04_bg.webp) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 50px 0 130px;
  }
  .p_top .sec04 h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 477px;
  }
  .p_top .sec04_main {
    padding: 40px 100px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
  .p_top .sec04_main ul li + li {
    margin-top: 32px;
  }
  .p_top .sec05 {
    padding-bottom: 75px;
    background: #F6FBF5;
  }
  .p_top .sec05 .row {
    max-width: 800px;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    top: -81px;
    margin-bottom: -81px;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 310px;
  }
  .p_top .sec05 .sec05_img1 {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .sec05 .sec05_img1 img {
    display: inline-block;
    width: 600px;
    max-width: 100%;
  }
  .p_top .sec06 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 32px 0 48px;
  }
  .p_top .sec06 .row {
    max-width: 873px;
  }
  .p_top .sec06 .sec06_img1 {
    display: block;
    text-align: center;
  }
  .p_top .sec06 .sec06_img1 img {
    display: inline-block;
    width: 800px;
    max-width: 100%;
  }
  .p_top .sec06::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 470px);
    height: -moz-calc(100% - 470px);
    height: calc(100% - 470px);
    background: #F6FBF5;
    display: block;
    z-index: -1;
  }
  .p_top .sec07 {
    padding: 32px 0 48px;
  }
  .p_top .sec07 h2 {
    margin-bottom: 32px;
    text-align: center;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 373px;
  }
  .p_top .sec07_main {
    padding: 40px 100px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  }
  .p_top .sec07_main ul li + li {
    margin-top: 32px;
  }
  .p_top .sec08 {
    padding: 48px 0 103px;
    background: url(../img/sec08_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .p_top .sec08 picture {
    width: 412px;
    margin-left: auto;
  }
  .p_top .qa {
    padding: 48px 0;
    background: #F6FBF5;
    position: relative;
    z-index: 2;
  }
  .p_top .qa .row {
    max-width: 800px;
  }
  .p_top .qa h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #299514;
    margin-bottom: 24px;
    text-align: center;
  }
  .p_top .qa .qa_list dl {
    padding: 24px;
    background: #FFFFFF;
    border: 2px solid #299514;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 16px;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    position: relative;
    padding-left: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/ic_q.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dd {
    font-size: 15px;
    line-height: 150%;
    position: relative;
    padding: 16px 0 0 56px;
    border-top: 1px solid #E8E8E8;
  }
  .p_top .qa .qa_list dl dd::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/ic_a.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area {
    padding: 124px 0 48px;
    background: url(../img/area_bg.webp) repeat-x;
    background-position: top 16px center;
  }
  .p_top .area .row {
    max-width: 800px;
  }
  .p_top .area .box {
    border: 4px solid #E8E8E8;
  }
  .p_top .area .box dl dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 12px;
    background-color: #333;
    text-align: center;
  }
  .p_top .area .box dl dd {
    padding: 8px 0;
  }
  .p_top .area .box dl dd h3 {
    border-bottom: 1px solid #E8E8E8;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    padding: 8px 16px;
  }
  .p_top .area .box dl dd h3 ~ h3 {
    margin-top: 16px;
  }
  .p_top .area .box dl dd p {
    padding: 8px 16px;
    font-size: 15px;
  }
  .p_top .contact {
    padding: 56px 0 72px;
    background-color: #FDF9F3;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
    margin-bottom: 32px;
  }
  .p_top .contact h2 img {
    width: 352px;
    display: inline-block;
  }
  .p_top .contact .box {
    -moz-border-radius: 4px;
         border-radius: 4px;
    padding: 32px;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    gap: 36px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 32px;
  }
  .p_top .contact .box a {
    display: block;
    position: relative;
  }
  .p_top .contact .box .box_tel:hover img {
    opacity: 1;
  }
  .p_top .contact .box .box_tel span {
    position: absolute;
    top: 37px;
    left: 93px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
  }
  .p_top .contact .f_box {
    -moz-border-radius: 4px;
         border-radius: 4px;
    background-color: #fff;
    padding: 40px 100px;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -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: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label a {
    text-decoration: underline;
  }
  .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: 14px;
    height: 14px;
    border: 1px solid #333;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .contact .cbWr label span::after {
    left: 4px;
    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: 350px;
    margin-top: 29px;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form dl {
    padding: 24px 0;
  }
  .p_top .contact .form dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .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;
    margin-bottom: 16px;
  }
  .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: 44px;
    min-height: 24px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #F78C1F;
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
  }
  .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: 44px;
    min-height: 24px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #939393;
    font-size: 14px;
    color: #fff;
    margin-right: 12px;
  }
  .p_top .contact .form dl dd p {
    font-size: 16px;
    margin-top: 8px;
  }
  .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: 5px 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: 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: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    -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 input {
    width: 100%;
    padding: 0 25px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 16px 25px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 160px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #939393;
    opacity: 1;
  }
  .company {
    padding-bottom: 32px;
    text-align: left;
  }
  .company .row {
    max-width: 384px;
  }
  .company h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .company .c_list {
    display: inline-block;
    text-align: left;
  }
  .company .c_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
  }
  .company .c_list dl + dl {
    margin-top: 16px;
  }
  .company .c_list dl dt {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 341px);
    min-height: -moz-calc(100vh - 341px);
    min-height: calc(100vh - 341px);
  }
  .p_policy .policy .row {
    max-width: 720px;
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 24px;
    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 {
    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: 18.35749vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 18.35749vw;
    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 .header_tel_sc {
    display: block;
    width: 47.343vw;
    position: relative;
    display: none;
  }
  .header .header_tel_sc span {
    position: absolute;
    top: 3.62319vw;
    left: 9.17874vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 100%;
    color: #FFFFFF;
  }
  .header.change ul {
    display: none;
  }
  .header.change .header_tel_sc {
    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 li:not(:last-child) {
    margin-right: 1.20773vw;
  }
  .header ul li a {
    display: block;
    width: 16.90821vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 35.50725vw;
  }
  .footer {
    background: #299514;
    text-align: center;
    padding: 5.7971vw 0 3.86473vw;
    font-size: 2.89855vw;
    color: #fff;
    line-height: 1.42857;
  }
  .footer a {
    color: #fff;
  }
  .footer .f_link {
    display: inline-block;
    font-size: 3.1401vw;
    margin-bottom: 1.93237vw;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cta_fixed a {
    display: block;
  }
  .cta_fixed.show {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .p_top .footer {
    padding-bottom: 21.73913vw;
  }
  .p_top .slogan {
    padding: 1.44928vw;
    font-weight: 600;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #E7141B;
    text-align: center;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .cta {
    background-color: #FFF4CC;
    padding-bottom: 5.7971vw;
  }
  .p_top .cta .cta_head {
    position: relative;
    top: -11.5942vw;
    margin-bottom: -11.5942vw;
  }
  .p_top .cta .cta_bd {
    display: block;
    padding: 3.86473vw;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    gap: 1.93237vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .cta .cta_btn li a {
    display: block;
  }
  .p_top .cta .cta_btn li + li {
    margin-top: 2.41546vw;
  }
  .p_top .cta .cta_tel {
    position: relative;
  }
  .p_top .cta .cta_tel span {
    position: absolute;
    top: 6.28019vw;
    left: 16.90821vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 100%;
    white-space: nowrap;
    color: #fff;
  }
  .p_top .sec01 {
    padding: 6.28019vw 0 0;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url(../img/sec02_bg.webp) repeat;
  }
  .p_top .sec01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 146.37681vw;
    background: url(../img/sec01_bg_sp.webp) center bottom no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .row {
    max-width: 323.42995vw;
  }
  .p_top .sec01 .sec01_pic01 {
    margin-bottom: 3.86473vw;
  }
  .p_top .sec01 .sec01_pic02 {
    margin-left: -3.62319vw;
  }
  .p_top .sec02 figure img, .p_top .sec02 picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .sec03 {
    background: #F6FBF5;
    padding: 5.7971vw 0 7.72947vw;
  }
  .p_top .sec03 .row {
    padding: 0 1.20773vw;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 71.49758vw;
  }
  .p_top .sec03 ul li + li {
    margin-top: 3.86473vw;
  }
  .p_top .sec04 {
    padding-bottom: 24.15459vw;
  }
  .p_top .sec04 h2 {
    margin: 0 -3.62319vw 7.72947vw;
  }
  .p_top .sec04_main ul li + li {
    margin-top: 5.7971vw;
  }
  .p_top .sec05 {
    padding-bottom: 19.32367vw;
    background: #F6FBF5;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 3.86473vw;
    position: relative;
    top: -19.56522vw;
    margin-bottom: -19.56522vw;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 74.87923vw;
  }
  .p_top .sec05 .sec05_img1 {
    display: block;
    text-align: center;
    margin-bottom: 5.7971vw;
  }
  .p_top .sec05 .sec05_img1 img {
    display: inline-block;
    width: 144.92754vw;
    max-width: 100%;
  }
  .p_top .sec06 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.72947vw 0 0vw;
  }
  .p_top .sec06 .row {
    padding: 0;
  }
  .p_top .sec06 .sec06_img1 {
    display: block;
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .sec06::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 103.62319vw);
    height: -moz-calc(100% - 103.62319vw);
    height: calc(100% - 103.62319vw);
    background: #F6FBF5;
    display: block;
    z-index: -1;
  }
  .p_top .sec07 {
    padding: 5.7971vw 0 7.72947vw;
  }
  .p_top .sec07 h2 {
    margin-bottom: 7.72947vw;
    text-align: center;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 90.09662vw;
  }
  .p_top .sec07_main ul li + li {
    margin-top: 7.72947vw;
  }
  .p_top .sec08 {
    padding-bottom: 19.32367vw;
  }
  .p_top .sec08 picture {
    margin-right: -3.62319vw;
  }
  .p_top .qa {
    padding: 5.7971vw 0 7.72947vw;
    background: #F6FBF5;
    position: relative;
    z-index: 2;
  }
  .p_top .qa h2 {
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 150%;
    color: #299514;
    margin-bottom: 3.86473vw;
    text-align: center;
  }
  .p_top .qa .qa_list dl {
    padding: 5.7971vw 3.86473vw;
    background: #FFFFFF;
    border: 2px solid #299514;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 3.86473vw;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 600;
    font-size: 3.86473vw;
    line-height: 130%;
    position: relative;
    padding-left: 13.52657vw;
    margin-bottom: 3.86473vw;
    min-height: 9.66184vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.66184vw;
    height: 9.66184vw;
    background: url(../img/ic_q.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dd {
    font-size: 3.62319vw;
    line-height: 150%;
    position: relative;
    padding: 3.86473vw 0 0 13.52657vw;
    border-top: 1px solid #E8E8E8;
  }
  .p_top .qa .qa_list dl dd::before {
    content: "";
    position: absolute;
    top: 3.86473vw;
    left: 0;
    width: 9.66184vw;
    height: 9.66184vw;
    background: url(../img/ic_a.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area {
    padding: 20.28986vw 0 7.72947vw;
    background: url(../img/area_bg.webp) repeat-x;
    background-position: top 3.86473vw center;
    -moz-background-size: 34.78261vw 12.56039vw;
         background-size: 34.78261vw 12.56039vw;
  }
  .p_top .area .row {
    max-width: 193.23671vw;
  }
  .p_top .area .box {
    border: 0.96618vw solid #E8E8E8;
  }
  .p_top .area .box dl dt {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 130%;
    color: #FFFFFF;
    padding: 2.89855vw;
    background-color: #333;
    text-align: center;
  }
  .p_top .area .box dl dd {
    padding: 1.93237vw 2.89855vw;
  }
  .p_top .area .box dl dd h3 {
    border-bottom: 1px solid #E8E8E8;
    font-weight: 600;
    font-size: 3.86473vw;
    line-height: 130%;
    padding: 1.93237vw 3.86473vw;
  }
  .p_top .area .box dl dd h3 ~ h3 {
    margin-top: 3.86473vw;
  }
  .p_top .area .box dl dd p {
    padding: 1.93237vw 3.86473vw;
    font-size: 3.62319vw;
  }
  .p_top .contact {
    padding: 7.72947vw 0 11.5942vw;
    background-color: #FDF9F3;
  }
  .p_top .contact h2 {
    text-align: center;
    position: relative;
    margin-bottom: 5.7971vw;
  }
  .p_top .contact h2 img {
    width: 85.02415vw;
    display: inline-block;
  }
  .p_top .contact .box {
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    padding: 4.10628vw;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    gap: 4.10628vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-bottom: 5.7971vw;
  }
  .p_top .contact .box a {
    display: block;
    position: relative;
  }
  .p_top .contact .box .box_tel span {
    position: absolute;
    top: 6.28019vw;
    left: 16.90821vw;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 100%;
    color: #FFFFFF;
  }
  .p_top .contact .f_box {
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    background-color: #fff;
    padding: 1.93237vw 4.10628vw;
  }
  .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.24638vw;
    -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.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label a {
    text-decoration: underline;
  }
  .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.38164vw;
    height: 3.38164vw;
    border: 1px solid #333;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 0.96618vw;
    top: 0.72464vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .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: 84.54106vw;
    margin-top: 7.00483vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl {
    padding: 5.7971vw 0;
  }
  .p_top .contact .form dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .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: 3.86473vw;
  }
  .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: 10.62802vw;
    min-height: 5.7971vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background-color: #F78C1F;
    font-size: 3.38164vw;
    color: #fff;
    margin-right: 2.89855vw;
  }
  .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: 10.62802vw;
    min-height: 5.7971vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background-color: #939393;
    font-size: 3.38164vw;
    color: #fff;
    margin-right: 2.89855vw;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.86473vw;
    margin-top: 1.93237vw;
  }
  .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: 1.20773vw 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: 0.96618vw;
    left: 0.96618vw;
    width: 2.41546vw;
    height: 2.41546vw;
    -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 input {
    width: 100%;
    padding: 0 3.86473vw;
    outline: none;
    font-size: -webkit-calc(max(3.62319vw, 16px));
    font-size: -moz-calc(max(3.62319vw, 16px));
    font-size: calc(max(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 3.86473vw;
    outline: none;
    font-size: -webkit-calc(max(3.62319vw, 16px));
    font-size: -moz-calc(max(3.62319vw, 16px));
    font-size: calc(max(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 38.64734vw;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #939393;
    opacity: 1;
  }
  .company {
    padding-bottom: 7.72947vw;
    text-align: left;
  }
  .company .row {
    max-width: 92.75362vw;
    padding-left: 7.24638vw;
    padding-right: 7.24638vw;
  }
  .company h2 {
    font-weight: 700;
    font-size: 3.62319vw;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 3.86473vw;
  }
  .company .c_list {
    display: inline-block;
    text-align: left;
  }
  .company .c_list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38164vw;
    line-height: 150%;
    color: #fff;
  }
  .company .c_list dl + dl {
    margin-top: 3.86473vw;
  }
  .company .c_list dl dt {
    width: 19.32367vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_policy .policy {
    color: #000;
    padding: 12.07729vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 83.33333vw);
    min-height: -moz-calc(100vh - 83.33333vw);
    min-height: calc(100vh - 83.33333vw);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    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;
  }
  .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%);
  }
}
