/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .60;
}

a {
  color: #000;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'HiraginoSans', "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@-webkit-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: 'DIN2014-Bold';
  src: url("../fonts/DIN 2014 Bold.ttf");
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 650px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 70px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 70px;
    padding: 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 {
    position: relative;
    display: block;
    width: 217px;
    font-size: 0;
    line-height: 0;
  }
  .header a.header_tel small {
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #061B50;
    position: absolute;
    left: 36px;
    top: 23px;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 62px;
    margin-right: 20px;
  }
  .header .pay {
    line-height: 0;
    width: 98.92px;
    margin-left: 20.65px;
  }
  .header .pay img {
    width: 100%;
    height: auto;
  }
  .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 a {
    display: block;
    width: 235px;
    max-width: 20vw;
  }
  .footer {
    text-align: center;
    padding: 35px 0;
    font-size: 14px;
    color: #061B50;
    line-height: 1.42857;
  }
  .footer a {
    color: #061B50;
  }
  .footer p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
  }
  .footer .f_link {
    margin-top: 36px;
  }
  .footer .copyright {
    margin-top: 10px;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url(../img/mv_bg.webp) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 10px 0 20px;
  }
  .p_top .mv .row {
    max-width: 847px;
  }
  .p_top .mv_text {
    padding: 9px 0;
    background-color: #071B50;
    font-weight: 800;
    font-size: 17px;
    color: #F7FEFF;
    text-align: center;
  }
  .p_top .cta {
    background: url(../img/cta_bg.webp) center/100% 100% no-repeat;
    position: relative;
    padding: 50px 0;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
  }
  .p_top .cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: -moz- oldlinear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: linear-gradient(100.93deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    display: block;
  }
  .p_top .cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: -moz- oldlinear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: linear-gradient(100.93deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    display: block;
  }
  .p_top .cta .mask::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: -moz- oldlinear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: linear-gradient(100.93deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    display: block;
  }
  .p_top .cta .mask::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: -moz- oldlinear-gradient(349.07deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    background: linear-gradient(100.93deg, #B4A774 -13.76%, #FDF7E2 43.81%, #D5BA55 101.39%);
    display: block;
  }
  .p_top .cta .row {
    max-width: 800px;
  }
  .p_top .cta_main {
    position: relative;
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .cta_main .cta_l {
    width: 51.5%;
  }
  .p_top .cta_main .cta_l .cta_tel {
    display: block;
    position: relative;
    margin-top: 7px;
  }
  .p_top .cta_main .cta_l .cta_tel span {
    position: absolute;
    top: 32px;
    left: 52px;
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: #061B50;
    white-space: nowrap;
  }
  .p_top .cta_main .cta_r {
    width: 45.3%;
  }
  .p_top .cta_main .cta_r ul li + li {
    margin-top: 10px;
  }
  .p_top .sec01 {
    padding: 40px 0 60px;
    text-align: center;
    background: url(../img/sec01_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    z-index: 2;
  }
  .p_top .sec01 .row {
    max-width: 800px;
  }
  .p_top .sec02 {
    padding: 100px 0 50px;
    background: url(../img/sec02_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: -50px;
    text-align: center;
  }
  .p_top .sec02 .sec02_img1 img {
    display: inline-block;
    width: 800px;
    max-width: 100%;
  }
  .p_top .sec02 .sec02_img2 {
    margin: 20px 0;
    display: inline-block;
    width: 384px;
  }
  .p_top .sec03 {
    padding: 100px 0 50px;
    background: url(../img/sec03_bg.webp) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
    border-top: 21px solid #061B50;
  }
  .p_top .sec03 .row {
    max-width: 800px;
  }
  .p_top .sec03 h2 {
    margin: 40px 0 50px;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.57;
    text-align: center;
    color: #263651;
  }
  .p_top .sec03 h2.st2 span {
    position: relative;
    padding: 0 104px;
  }
  .p_top .sec03 h2.st2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(../img/ani.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec03 .sec03_img1 img {
    display: inline-block;
    width: 817px;
    max-width: 100%;
  }
  .p_top .sec04 {
    padding: 50px 0;
    background: url(../img/sec04_bg.webp) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .p_top .sec04 h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 750px;
  }
  .p_top .sec04 .sec04_img {
    background-color: #fff;
    text-align: center;
    padding: 50px;
    position: relative;
    z-index: 2;
  }
  .p_top .sec04 .sec04_img img {
    display: inline-block;
    width: 722px;
  }
  .p_top .sec05 {
    padding: 25px 0 50px;
    position: relative;
    background: url(../img/grid.webp) repeat;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 349px;
  }
  .p_top .sec05 .row {
    max-width: 800px;
  }
  .p_top .tl {
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    color: #061B50;
    margin-bottom: 50px;
  }
  .p_top .sec06 {
    padding: 25px 0 50px;
    position: relative;
    background: url(../img/sec06_bg.webp) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06 .row {
    max-width: 803px;
  }
  .p_top .sec07 {
    padding: 55px 0 45px;
    border-top: 5px solid #061B50;
    border-bottom: 5px solid #061B50;
  }
  .p_top .sec07 .row {
    max-width: 489px;
  }
  .p_top .sec07 h2 {
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    color: #061B50;
    margin-bottom: 35px;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
    width: 276px;
  }
  .p_top .qa {
    padding: 50px 0;
    background: url(../img/qa_bg.webp) center/100% 100% no-repeat;
  }
  .p_top .qa .row {
    max-width: 980px;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
  }
  .p_top .qa .qa_list dl {
    background: #FFFFFF;
    border: 1px solid #004720;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 10px;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 700;
    font-size: 18px;
    color: #2F2F2F;
    position: relative;
    position: relative;
    padding: 30px 70px 30px 103px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/ic_plus.webp) center/100% 100% no-repeat;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #1BAE5D;
  }
  .p_top .qa .qa_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;
    padding: 0 70px;
  }
  .p_top .qa .qa_list dl dd .accCt {
    padding: 15px 0;
    border-top: 1px solid #1BAE5D;
  }
  .p_top .contact {
    background: url(../img/contact_bg.webp) center/100% 100% no-repeat;
    padding: 50px 0;
  }
  .p_top .contact .c_txt {
    margin-bottom: 15px;
    text-align: center;
  }
  .p_top .contact .c_txt span {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #061B50;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    height: 161px;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    margin: 30px auto;
    padding: 22px;
    font-size: 12px;
    line-height: 1.5;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    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%;
    left: 140px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
    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 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .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: 296px;
    margin-top: 21px;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    background: #FFFFFF;
    padding: 50px 100px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .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: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 11px;
    padding-right: 32px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .contact .form dl dt.pt0 {
    padding-top: 0;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #EE487A;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    color: #fff;
    background-color: #807F7F;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .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 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 150px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .company {
    padding: 50px 0;
    background-color: #061B50;
    color: #fff;
  }
  .p_top .company h2 {
    font-weight: 700;
    font-size: 39px;
    color: #FFFFFF;
    margin-bottom: 17px;
    text-align: center;
  }
  .p_top .company .c_txt {
    text-align: center;
  }
  .p_top .company .c_txt span {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.79;
    color: #FFFFFF;
  }
  .p_top .company .c_box {
    padding: 15px 130px;
    border: 1px solid #fff;
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 32px 0;
  }
  .p_top .company .c_box dl dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .p_top .company .c_box dl dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.79;
    color: #FFFFFF;
  }
  .p_top .company .c_box2 {
    padding: 30px;
    background-color: #fff;
  }
  .p_top .company .c_box2 dl dt {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #061B50;
    text-align: center;
    margin-bottom: 20px;
  }
  .p_top .company .c_box2 dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .company .c_box2 dl dd ul li {
    margin: 0 25px;
    font-weight: 400;
    font-size: 20px;
    color: #061B50;
    position: relative;
    padding-left: 33px;
  }
  .p_top .company .c_box2 dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 23px;
    height: 23px;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_policy .policy {
    color: #000;
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 226px);
    min-height: -moz-calc(100vh - 226px);
    min-height: calc(100vh - 226px);
  }
  .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: 16.66667vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 16.66667vw;
    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;
    padding-right: 0;
  }
  .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 .h_payment2 {
    width: 50.72464vw;
  }
  .header ul li:not(:last-child) {
    margin-right: 1.69082vw;
  }
  .header ul li a {
    display: block;
    width: 14.00966vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 14.7343vw;
  }
  .footer {
    text-align: center;
    padding: 6.03865vw 0 10.14493vw;
    font-weight: 500;
    font-size: 3.38164vw;
    color: #fff;
    background-color: #061B50;
  }
  .footer a {
    color: #fff;
  }
  .footer p {
    font-size: 3.38164vw;
    line-height: 150%;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 2.41546vw;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2.38164vw 3.38164vw 1vw;
  }
  .cta_fixed dl dt {
    background-color: #061B50;
    color: #fff;
    font-size: 3.38164vw;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    margin-bottom: 1.89855vw;
  }
  .cta_fixed dl dt div {
    position: relative;
    height: 100%;
    padding: 3.62319vw;
  }
  .cta_fixed dl dt div::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.17391vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.93237vw solid transparent;
    border-right: 1.93237vw solid transparent;
    border-top: 2.41546vw solid #061B50;
  }
  .cta_fixed dl dt span {
    color: #F8F651;
    font-size: 4.34783vw;
  }
  .cta_fixed dl dd {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta_fixed dl dd .fixed_line {
    width: 16.42512vw;
  }
  .cta_fixed dl dd .fixed_tel {
    width: 78.26087vw;
    position: relative;
  }
  .cta_fixed dl dd .fixed_tel span {
    position: absolute;
    top: 2.17391vw;
    left: 13.52657vw;
    line-height: 100%;
    white-space: nowrap;
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 1;
    color: #FFFFFF;
  }
  .p_top .footer {
    padding-bottom: 38.64734vw;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .mv_text {
    padding: 2.17391vw 0;
    background-color: #071B50;
    font-weight: 800;
    font-size: 4.10628vw;
    color: #F7FEFF;
    text-align: center;
  }
  .p_top .cta {
    background: url(../img/cta_bg_sp.webp) center/100% 100% no-repeat;
    position: relative;
    padding: 8.45411vw 0;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
  }
  .p_top .cta .row {
    max-width: 193.23671vw;
  }
  .p_top .cta_main {
    position: relative;
    background: #FFFFFF;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 9.66184vw 6.03865vw;
    margin-top: 9.66184vw;
    position: relative;
  }
  .p_top .cta_main .cta_l h3 {
    position: absolute;
    left: 50%;
    top: -5.31401vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80.67633vw;
  }
  .p_top .cta_main .cta_l .cta_tel {
    display: block;
    position: relative;
    margin-bottom: 3.62319vw;
  }
  .p_top .cta_main .cta_l .cta_tel span {
    position: absolute;
    top: 9.90338vw;
    left: 14.25121vw;
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 9.66184vw;
    line-height: 1;
    color: #061B50;
  }
  .p_top .cta_main .cta_r ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .sec01 .row {
    max-width: 193.23671vw;
    padding: 0;
  }
  .p_top .sec02 {
    padding: 24.15459vw 0 12.07729vw;
    background: url(../img/sec02_bg_sp.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: -12.07729vw;
    text-align: center;
  }
  .p_top .sec02 .sec02_img2 {
    margin-top: 11.35266vw;
  }
  .p_top .sec03 {
    padding: 0vw 0 12.07729vw;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .p_top .sec03 .sec03_img11 {
    text-align: right;
    margin-top: -12.07729vw;
  }
  .p_top .sec03 .sec03_img11 img {
    width: 79.71014vw;
    display: inline-block;
  }
  .p_top .sec03 .row {
    max-width: 193.23671vw;
  }
  .p_top .sec03 h2 {
    margin: 9.66184vw 0 12.07729vw;
    font-weight: 800;
    font-size: 8.45411vw;
    line-height: 1.57;
    text-align: center;
    color: #263651;
  }
  .p_top .sec03 h2.st2 {
    position: relative;
    text-align: center;
    margin-bottom: 0vw;
  }
  .p_top .sec03 h2.st2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24.15459vw;
    height: 24.15459vw;
    background: url(../img/ani.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec03 .sec03_img1 {
    margin-right: -2.89855vw;
  }
  .p_top .sec03 .sec03_img1 img {
    display: inline-block;
    max-width: 100%;
  }
  .p_top .sec03 .sec03_img2 {
    margin-left: -3.62319vw;
  }
  .p_top .sec04 {
    padding: 8.45411vw 0;
    background: url(../img/sec04_bg.webp) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .p_top .sec04 h2 {
    text-align: center;
    margin-right: -3.62319vw;
    margin-bottom: -4.83092vw;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
  }
  .p_top .sec04 .sec04_img {
    position: relative;
    z-index: 2;
    margin-right: -4.83092vw;
  }
  .p_top .sec04 .sec04_img img {
    display: inline-block;
  }
  .p_top .sec05 {
    padding: 6.03865vw 0 12.07729vw;
    position: relative;
    background: url(../img/grid.webp) repeat;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 68.11594vw;
  }
  .p_top .sec05 .row {
    max-width: 193.23671vw;
  }
  .p_top .tl {
    font-weight: 800;
    font-size: 8.45411vw;
    text-align: center;
    color: #061B50;
    margin-bottom: 12.07729vw;
  }
  .p_top .sec06 {
    padding: 6.03865vw 0 12.07729vw;
    position: relative;
    background: url(../img/sec06_bg.webp) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .sec06 .row {
    max-width: 193.96135vw;
  }
  .p_top .sec07 {
    padding: 8.45411vw 0;
    border-top: 1.20773vw solid #061B50;
    border-bottom: 1.20773vw solid #061B50;
  }
  .p_top .sec07 .row {
    max-width: 236.23188vw;
  }
  .p_top .sec07 .sec07_img {
    margin-right: -3.62319vw;
  }
  .p_top .sec07 h2 {
    font-weight: 800;
    font-size: 8.45411vw;
    text-align: center;
    color: #061B50;
    margin-bottom: -8.45411vw;
  }
  .p_top .sec07 h2 img {
    display: inline-block;
  }
  .p_top .qa {
    padding: 12.07729vw 0;
    background: url(../img/qa_bg.webp) center/100% 100% no-repeat;
  }
  .p_top .qa .row {
    max-width: 236.71498vw;
  }
  .p_top .qa .qa_list {
    position: relative;
    z-index: 2;
  }
  .p_top .qa .qa_list dl {
    background: #FFFFFF;
    border: 1px solid #004720;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .qa .qa_list dl dt {
    font-weight: 700;
    font-size: 4.34783vw;
    color: #2F2F2F;
    position: relative;
    position: relative;
    padding: 5.55556vw 12.43961vw 5.55556vw 12.43961vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt.is_active::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .p_top .qa .qa_list dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.7971vw;
    height: 5.7971vw;
    background: url(../img/ic_plus.webp) center/100% 100% no-repeat;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 8.69565vw;
    line-height: 1;
    color: #1BAE5D;
  }
  .p_top .qa .qa_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;
    padding: 0 3.62319vw;
  }
  .p_top .qa .qa_list dl dd .accCt {
    padding: 3.62319vw 0;
    border-top: 1px solid #1BAE5D;
  }
  .p_top .contact {
    background: url(../img/contact_bg.webp) center/100% 100% no-repeat;
    padding: 8.45411vw 0;
  }
  .p_top .contact .c_txt {
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_top .contact .c_txt span {
    font-weight: 400;
    font-size: 4.83092vw;
    line-height: 1.4;
    color: #061B50;
  }
  .p_top .contact .box_privacy {
    overflow-y: auto;
    height: 38.88889vw;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    margin: 7.24638vw auto;
    padding: 5.31401vw;
    font-size: 2.89855vw;
    line-height: 1.5;
  }
  .p_top .contact .box_privacy h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3.86473vw;
    color: #000000;
    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%;
    left: 33.81643vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.62319vw;
    height: 3.62319vw;
    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 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7.72947vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
  }
  .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: 142.99517vw;
    margin-top: 5.07246vw;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    background: #FFFFFF;
    padding: 4.83092vw 5.55556vw;
    -moz-box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
  }
  .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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.41546vw;
  }
  .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: #EE487A;
    font-size: 3.38164vw;
    font-weight: 500;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    color: #fff;
    background-color: #807F7F;
    font-size: 3.38164vw;
    font-weight: 500;
    margin-left: 2.89855vw;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .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 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 4.83092vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 36.23188vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .company {
    padding: 8.45411vw 0;
    background-color: #061B50;
    color: #fff;
  }
  .p_top .company h2 {
    font-weight: 700;
    font-size: 4.83092vw;
    color: #FFFFFF;
    margin-bottom: 4.10628vw;
    text-align: center;
  }
  .p_top .company .c_txt {
    text-align: center;
  }
  .p_top .company .c_txt span {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.79;
    color: #FFFFFF;
  }
  .p_top .company .c_box {
    display: -ms-grid;
    display: grid;
    gap: 4.83092vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 7.72947vw 0;
  }
  .p_top .company .c_box dl {
    padding: 3.62319vw;
    border: 1px solid #fff;
  }
  .p_top .company .c_box dl dt {
    font-size: 3.62319vw;
    font-weight: bold;
    margin-bottom: 1.20773vw;
  }
  .p_top .company .c_box dl dd {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.79;
    color: #FFFFFF;
  }
  .p_top .company .c_box2 {
    padding: 7.24638vw;
    background-color: #fff;
    margin-bottom: 8.45411vw;
  }
  .p_top .company .c_box2 dl dt {
    font-weight: 700;
    font-size: 7.72947vw;
    letter-spacing: 0.05em;
    color: #061B50;
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .company .c_box2 dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_top .company .c_box2 dl dd ul li {
    margin: 0 6.03865vw;
    font-weight: 400;
    font-size: 4.83092vw;
    color: #061B50;
    position: relative;
    padding-left: 7.97101vw;
  }
  .p_top .company .c_box2 dl dd ul li::before {
    content: "";
    position: absolute;
    top: 0.72464vw;
    left: 0;
    width: 5.55556vw;
    height: 5.55556vw;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_policy .policy {
    color: #000;
    padding: 26.57005vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 45.89372vw);
    min-height: -moz-calc(100vh - 45.89372vw);
    min-height: calc(100vh - 45.89372vw);
  }
  .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%;
}

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

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

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

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

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

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

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

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

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

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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