@charset "UTF-8";
/*! 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: .80;
}

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: "Noto Sans JP", sans-serif;
  font-size: 15px;
  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: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -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.7;
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-moz-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
}

@media screen and (min-width: 769px), print {
  img {
    width: 100%;
    height: auto;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 414px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    background: url("../img/bgpc.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-attachment: fixed;
  }
  .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .container .wrapper {
    max-width: 414px;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
  }
  .container .leftFixed {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 35.28571%;
    padding: 0 15px;
    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;
    -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;
  }
  .container .leftFixed__inner {
    max-width: 383px;
    text-align: center;
  }
  .container .leftFixed__inner > figure img {
    max-width: 328px;
    width: 100%;
    height: auto;
  }
  .container .leftFixed__inner .banner {
    margin-top: 48px;
    line-height: 0;
  }
  .container .leftFixed__inner .banner img {
    width: 100%;
    height: auto;
  }
  .container .rightFixed {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(64.85714% - 414px);
    width: -moz-calc(64.85714% - 414px);
    width: calc(64.85714% - 414px);
    padding: 0 15px;
  }
  .container .rightFixed__inner {
    width: 299px;
    text-align: center;
  }
  .container .rightFixed__inner .banner {
    line-height: 0;
    width: 100%;
  }
  .container .rightFixed__inner .banner img {
    width: 100%;
    height: auto;
  }
  .container .rightFixed__inner .btns {
    width: 276px;
    margin: 15px auto 0;
  }
  .container .rightFixed__inner .btns a {
    display: block;
    line-height: 0;
    position: relative;
  }
  .container .rightFixed__inner .btns a + a {
    margin-top: 6px;
  }
  .container .rightFixed__inner .btns a.tel span {
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    left: 67px;
    top: 10px;
  }
  .container .rightFixed__inner .btns a img {
    width: 100%;
    height: auto;
  }
  .header__main {
    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: 12px 15px;
  }
  .header__main--logo {
    line-height: 0;
    width: 211px;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__main--right a {
    display: block;
    line-height: 0;
    width: 72px;
  }
  .header__main--right a + a {
    margin-left: 5px;
  }
  .quick {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 30px;
  }
  .quick::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 215px;
    background: url("../img/bgContact.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .quick__main {
    background: #F7891B url("../img/bgQuick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 39px;
    padding: 0 6px 7px;
  }
  .quick__main h2 {
    text-align: center;
    line-height: 0;
  }
  .quick__main h2 img {
    width: 262px;
    margin-top: -19px;
  }
  .quick__main .txt {
    text-align: center;
    line-height: 0;
    margin-top: 5px;
  }
  .quick__main .txt img {
    width: 353px;
  }
  .form {
    background: #fff;
    padding: 20px 23px 37px;
    margin-top: 24px;
  }
  .form dl + dl {
    margin-top: 15px;
  }
  .form dl dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    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;
  }
  .form dl dt::after {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33px;
    height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
  }
  .form dl dt.any::after {
    content: "任意";
    background: #E8E8E8;
  }
  .form dl dt.required::after {
    content: "必須";
    background: #FFE604;
  }
  .form dl dd {
    margin-top: 14px;
  }
  .form dl dd input[type="text"],
  .form dl dd input[type="email"],
  .form dl dd textarea {
    border: 1px solid #D4D4D4;
    background: #F0F0F0;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    width: 100%;
    height: 48px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 12px 16px;
  }
  .form dl dd input[type="text"]::-webkit-input-placeholder,
  .form dl dd input[type="email"]::-webkit-input-placeholder,
  .form dl dd textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]::-moz-placeholder,
  .form dl dd input[type="email"]::-moz-placeholder,
  .form dl dd textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]:-ms-input-placeholder,
  .form dl dd input[type="email"]:-ms-input-placeholder,
  .form dl dd textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]::placeholder,
  .form dl dd input[type="email"]::placeholder,
  .form dl dd textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd textarea {
    height: 150px;
  }
  .form .boxPrivacy {
    margin-top: 14px;
    border: 1px solid #CFCFCF;
    background: #fff;
    padding: 22px 14px;
    height: 161px;
    overflow: auto;
  }
  .form .boxPrivacy h3 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
  }
  .form .boxPrivacy .txt {
    margin-top: 14px;
    text-align: left;
  }
  .form .boxPrivacy .txt p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 18px;
  }
  .form .boxPrivacy .txt p b {
    font-size: 14px;
    font-weight: 700;
  }
  .form .checkWrap {
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .form .checkWrap label {
    position: relative;
    cursor: pointer;
  }
  .form .checkWrap label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .form .checkWrap label input:checked + span::before {
    content: "\2713";
  }
  .form .checkWrap label span {
    position: relative;
    padding: 0 0 0 22px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
  }
  .form .checkWrap label span::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #F0F0F0;
    -moz-border-radius: 3px;
         border-radius: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: #000;
    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;
  }
  .form .checkWrap .error {
    width: 100%;
    text-align: center;
  }
  .form .btn {
    text-align: center;
    margin-top: 21px;
  }
  .form .btn button {
    outline: none;
    border: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 296px;
    height: 74px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -moz-box-shadow: 0 4px 0 0 #A91B1B;
         box-shadow: 0 4px 0 0 #A91B1B;
    position: relative;
    background: #FF2B2B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .form .btn button::after {
    position: absolute;
    content: ">";
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 13px;
  }
  .form .btn button:hover {
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .leave {
    background: #F0F6FF;
    padding-bottom: 57px;
    position: relative;
    z-index: 2;
  }
  .leave h2 {
    text-align: center;
    line-height: 0;
  }
  .leave h2 img {
    width: 375px;
  }
  .leave .list {
    padding: 0 15px;
    margin-top: 35px;
  }
  .leave .list ul li {
    line-height: 0;
  }
  .leave .list ul li + li {
    margin-top: 18px;
  }
  .leave .list ul li img {
    width: 100%;
    height: auto;
  }
  .risk {
    margin-top: -25px;
    position: relative;
    z-index: 3;
    line-height: 0;
  }
  .risk img {
    width: 100%;
    height: auto;
  }
  .cta {
    padding-top: 23px;
    padding-bottom: 21px;
    background: #F0F6FF;
  }
  .cta__main {
    background: #F7891B url("../img/bgQuick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 26px 6px 10px;
  }
  .cta__main h2 {
    line-height: 0;
    text-align: center;
  }
  .cta__main h2 img {
    width: 355px;
  }
  .cta__main--box {
    margin-top: 20px;
    padding: 20px 12px 27px;
    background: #fff;
  }
  .cta__main--box .list {
    line-height: 0;
    width: 100%;
  }
  .cta__main--box h3 {
    text-align: center;
    line-height: 0;
    margin-top: 25px;
  }
  .cta__main--box h3 img {
    width: 345px;
  }
  .cta__main--box .listBtn {
    margin-top: 18px;
  }
  .cta__main--box .listBtn a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .cta__main--box .listBtn a + a {
    margin-top: 7px;
  }
  .display {
    background: url("../img/12_1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding-top: 41px;
    padding-bottom: 36px;
    position: relative;
  }
  .display::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1002px;
    background: #F0F6FF;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .display .box {
    margin-top: 28px;
    line-height: 0;
  }
  .display .box img {
    width: 100%;
    height: auto;
  }
  .display .store {
    margin-top: 33px;
  }
  .display .store h3 {
    line-height: 0;
    text-align: center;
  }
  .display .store h3 img {
    width: 126px;
  }
  .display .store .list {
    margin-top: 31px;
  }
  .display .store .list ul {
    margin: -4.5px -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .display .store .list ul li {
    line-height: 0;
    width: 180px;
    margin: 4.5px 8px;
  }
  .display .store .list ul li img {
    width: 100%;
    height: auto;
  }
  .price {
    position: relative;
    z-index: 5;
    background: #0D5394;
    padding-bottom: 50px;
  }
  .price__main h2 {
    text-align: right;
  }
  .price__main h2 img {
    width: 414px;
    margin-top: -28px;
  }
  .price__main .txt {
    line-height: 0;
  }
  .price__main .txt img {
    width: 100%;
    height: auto;
  }
  .price__main .list ul li {
    margin-top: 15px;
    line-height: 0;
  }
  .price__main .list ul li img {
    width: 100%;
    height: auto;
  }
  .step {
    padding-top: 49px;
    background: #fff;
  }
  .step h2 {
    text-align: center;
    line-height: 0;
  }
  .step h2 img {
    width: 262px;
  }
  .step__main {
    margin-top: 34px;
  }
  .faq {
    margin-top: 49px;
  }
  .faq h2 {
    text-align: center;
    line-height: 0;
  }
  .faq h2 img {
    width: 262px;
  }
  .faq__main .list {
    margin-top: 36px;
  }
  .faq__main .list dl + dl {
    margin-top: 31px;
  }
  .faq__main .list dl dt {
    background: #F0F6FF;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    padding: 19px 45px 19px 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background: url("../img/icClose.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq__main .list dl dt.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
       -moz-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .faq__main .list dl dd {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #2F2F2F;
    margin-top: 13px;
    display: none;
  }
  .contact {
    margin-top: 32px;
    background: #F7891B;
    padding: 26px 15px 23px;
  }
  .contact__main h2 {
    text-align: center;
    line-height: 0;
  }
  .contact__main h2 img {
    width: 353px;
  }
  .footer {
    margin-top: 29px;
    padding-bottom: var(--cta-height);
  }
  .footer__link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__link ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link ul li + li::before {
    content: "|";
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 0 5px;
  }
  .footer__link ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
  }
  .footer .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-top: 43px;
    padding-bottom: 30px;
  }
  .thanks {
    padding-top: 49px;
    margin-bottom: 75px;
  }
  .thanks h2 {
    text-align: center;
    font-size: 22.5px;
    line-height: 1;
    font-weight: 700;
    color: #0D5394;
  }
  .thanks .txt {
    margin-top: 86px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
  .thanks .btn {
    margin-top: 53px;
    text-align: center;
  }
  .thanks .btn span {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #FF2B2B;
    margin-bottom: 14px;
  }
  .thanks .btn a {
    line-height: 0;
    width: 277px;
  }
  .thanks .list {
    margin-top: 42px;
  }
  .thanks .list dl {
    padding: 13px 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .thanks .list dl + dl {
    margin-top: 20px;
  }
  .thanks .list dl dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
  }
  .thanks .list dl dd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-top: 13px;
  }
  .thanks .datalist {
    margin-top: 49px;
  }
  .thanks .datalist dl {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
  }
  .thanks .datalist dl dt {
    font-weight: 700;
  }
  .thanks .datalist dl + dl {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
    max-width: 185.50725vw;
    margin: 0 auto;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.89855vw 3.62319vw;
  }
  .header__main--logo {
    line-height: 0;
    width: 50.96618vw;
  }
  .header__main--logo a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__main--right a {
    display: block;
    line-height: 0;
    width: 17.3913vw;
  }
  .header__main--right a + a {
    margin-left: 1.20773vw;
  }
  .quick {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 7.24638vw;
  }
  .quick::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 51.93237vw;
    background: url("../img/bgContact.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .quick__main {
    background: #F7891B url("../img/bgQuick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: 9.42029vw;
    padding: 0 1.44928vw 1.69082vw;
  }
  .quick__main h2 {
    text-align: center;
    line-height: 0;
  }
  .quick__main h2 img {
    width: 63.28502vw;
    margin-top: -4.58937vw;
  }
  .quick__main .txt {
    text-align: center;
    line-height: 0;
    margin-top: 1.20773vw;
  }
  .quick__main .txt img {
    width: 85.2657vw;
  }
  .form {
    background: #fff;
    padding: 4.83092vw 5.55556vw 8.9372vw;
    margin-top: 5.7971vw;
  }
  .form dl + dl {
    margin-top: 3.62319vw;
  }
  .form dl dt {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    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;
  }
  .form dl dt::after {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 7.97101vw;
    height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .form dl dt.any::after {
    content: "任意";
    background: #E8E8E8;
  }
  .form dl dt.required::after {
    content: "必須";
    background: #FFE604;
  }
  .form dl dd {
    margin-top: 3.38164vw;
  }
  .form dl dd input[type="text"],
  .form dl dd input[type="email"],
  .form dl dd textarea {
    border: 1px solid #D4D4D4;
    background: #F0F0F0;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #000;
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
    width: 100%;
    height: 11.5942vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 2.89855vw 3.86473vw;
  }
  .form dl dd input[type="text"]::-webkit-input-placeholder,
  .form dl dd input[type="email"]::-webkit-input-placeholder,
  .form dl dd textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]::-moz-placeholder,
  .form dl dd input[type="email"]::-moz-placeholder,
  .form dl dd textarea::-moz-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]:-ms-input-placeholder,
  .form dl dd input[type="email"]:-ms-input-placeholder,
  .form dl dd textarea:-ms-input-placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd input[type="text"]::placeholder,
  .form dl dd input[type="email"]::placeholder,
  .form dl dd textarea::placeholder {
    opacity: 1;
    color: #D0D0D0;
  }
  .form dl dd textarea {
    height: 36.23188vw;
  }
  .form .boxPrivacy {
    margin-top: 3.38164vw;
    border: 1px solid #CFCFCF;
    background: #fff;
    padding: 5.31401vw 3.38164vw;
    height: 38.88889vw;
    overflow: auto;
  }
  .form .boxPrivacy h3 {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 700;
    color: #000;
  }
  .form .boxPrivacy .txt {
    margin-top: 3.38164vw;
    text-align: left;
  }
  .form .boxPrivacy .txt p {
    font-size: 2.89855vw;
    line-height: 4.34783vw;
    color: #000;
    font-weight: 400;
    margin-bottom: 4.34783vw;
  }
  .form .boxPrivacy .txt p b {
    font-size: 3.38164vw;
    font-weight: 700;
  }
  .form .checkWrap {
    margin-top: 4.58937vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .form .checkWrap label {
    position: relative;
    cursor: pointer;
  }
  .form .checkWrap label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .form .checkWrap label input:checked + span::before {
    content: "\2713";
  }
  .form .checkWrap label span {
    position: relative;
    padding: 0 0 0 5.31401vw;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #000;
  }
  .form .checkWrap label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    background: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3.86473vw;
    line-height: 1;
    color: #000;
    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;
  }
  .form .checkWrap .error {
    width: 100%;
    text-align: center;
  }
  .form .btn {
    text-align: center;
    margin-top: 5.07246vw;
  }
  .form .btn button {
    outline: none;
    border: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 71.49758vw;
    height: 17.8744vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    font-size: 4.83092vw;
    font-weight: 700;
    -moz-box-shadow: 0 0.96618vw 0 0 #A91B1B;
         box-shadow: 0 0.96618vw 0 0 #A91B1B;
    position: relative;
    background: #FF2B2B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .form .btn button::after {
    position: absolute;
    content: ">";
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.1401vw;
  }
  .form .btn button:hover {
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .leave {
    background: #F0F6FF;
    padding-bottom: 13.76812vw;
    position: relative;
    z-index: 2;
  }
  .leave h2 {
    text-align: center;
    line-height: 0;
  }
  .leave h2 img {
    width: 90.57971vw;
  }
  .leave .list {
    padding: 0 3.62319vw;
    margin-top: 8.45411vw;
  }
  .leave .list ul li {
    line-height: 0;
  }
  .leave .list ul li + li {
    margin-top: 4.34783vw;
  }
  .leave .list ul li img {
    width: 100%;
    height: auto;
  }
  .risk {
    margin-top: -6.03865vw;
    position: relative;
    z-index: 3;
    line-height: 0;
  }
  .risk img {
    width: 100%;
    height: auto;
  }
  .cta {
    padding-top: 5.55556vw;
    padding-bottom: 5.07246vw;
    background: #F0F6FF;
  }
  .cta__main {
    background: #F7891B url("../img/bgQuick.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding: 6.28019vw 1.44928vw 2.41546vw;
  }
  .cta__main h2 {
    line-height: 0;
    text-align: center;
  }
  .cta__main h2 img {
    width: 85.74879vw;
  }
  .cta__main--box {
    margin-top: 4.83092vw;
    padding: 4.83092vw 2.89855vw 6.52174vw;
    background: #fff;
  }
  .cta__main--box .list {
    line-height: 0;
    width: 100%;
  }
  .cta__main--box h3 {
    text-align: center;
    line-height: 0;
    margin-top: 6.03865vw;
  }
  .cta__main--box h3 img {
    width: 83.33333vw;
  }
  .cta__main--box .listBtn {
    margin-top: 4.34783vw;
  }
  .cta__main--box .listBtn a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .cta__main--box .listBtn a + a {
    margin-top: 1.69082vw;
  }
  .display {
    background: url("../img/12_1.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    padding-top: 9.90338vw;
    padding-bottom: 8.69565vw;
    position: relative;
  }
  .display::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 242.02899vw;
    background: #F0F6FF;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .display .box {
    margin-top: 6.76329vw;
    line-height: 0;
  }
  .display .box img {
    width: 100%;
    height: auto;
  }
  .display .store {
    margin-top: 7.97101vw;
  }
  .display .store h3 {
    line-height: 0;
    text-align: center;
  }
  .display .store h3 img {
    width: 30.43478vw;
  }
  .display .store .list {
    margin-top: 7.48792vw;
  }
  .display .store .list ul {
    margin: -1.08696vw -1.93237vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .display .store .list ul li {
    line-height: 0;
    width: 43.47826vw;
    margin: 1.08696vw 1.93237vw;
  }
  .display .store .list ul li img {
    width: 100%;
    height: auto;
  }
  .price {
    position: relative;
    z-index: 5;
    background: #0D5394;
    padding-bottom: 12.07729vw;
  }
  .price__main h2 {
    text-align: right;
  }
  .price__main h2 img {
    width: 100vw;
    margin-top: -6.76329vw;
  }
  .price__main .txt {
    line-height: 0;
  }
  .price__main .txt img {
    width: 100%;
    height: auto;
  }
  .price__main .list ul li {
    margin-top: 3.62319vw;
    line-height: 0;
  }
  .price__main .list ul li img {
    width: 100%;
    height: auto;
  }
  .step {
    padding-top: 11.83575vw;
    background: #fff;
  }
  .step h2 {
    text-align: center;
    line-height: 0;
  }
  .step h2 img {
    width: 63.28502vw;
  }
  .step__main {
    margin-top: 8.21256vw;
  }
  .faq {
    margin-top: 11.83575vw;
  }
  .faq h2 {
    text-align: center;
    line-height: 0;
  }
  .faq h2 img {
    width: 63.28502vw;
  }
  .faq__main .list {
    margin-top: 8.69565vw;
  }
  .faq__main .list dl + dl {
    margin-top: 7.48792vw;
  }
  .faq__main .list dl dt {
    background: #F0F6FF;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 700;
    color: #000;
    padding: 4.58937vw 10.86957vw 4.58937vw 3.62319vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .faq__main .list dl dt::after {
    position: absolute;
    content: "";
    width: 6.28019vw;
    height: 6.28019vw;
    background: url("../img/icClose.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 3.62319vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .faq__main .list dl dt.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
       -moz-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .faq__main .list dl dd {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    font-weight: 500;
    color: #2F2F2F;
    margin-top: 3.1401vw;
    display: none;
  }
  .contact {
    margin-top: 7.72947vw;
    background: #F7891B;
    padding: 6.28019vw 3.62319vw 5.55556vw;
  }
  .contact__main h2 {
    text-align: center;
    line-height: 0;
  }
  .contact__main h2 img {
    width: 85.2657vw;
  }
  .footer {
    margin-top: 7.00483vw;
    padding-bottom: var(--cta-height);
  }
  .footer__link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__link ul li + li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__link ul li + li::before {
    content: "|";
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 0 1.20773vw;
  }
  .footer__link ul li a {
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #000;
  }
  .footer .copyright {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    color: #000;
    margin-top: 10.38647vw;
    padding-bottom: 7.24638vw;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 1.20773vw 3.62319vw 5.31401vw;
  }
  .ctaFixed h3 {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #0D5394;
  }
  .ctaFixed ul {
    margin-top: 1.44928vw;
    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;
  }
  .ctaFixed ul li a {
    line-height: 0;
  }
  .ctaFixed ul li a img {
    height: 14.00966vw;
  }
  .thanks {
    padding-top: 11.83575vw;
    margin-bottom: 18.11594vw;
  }
  .thanks h2 {
    text-align: center;
    font-size: 5.43478vw;
    line-height: 1;
    font-weight: 700;
    color: #0D5394;
  }
  .thanks .txt {
    margin-top: 20.77295vw;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: #000;
  }
  .thanks .btn {
    margin-top: 12.80193vw;
    text-align: center;
  }
  .thanks .btn span {
    display: block;
    width: 100%;
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: 700;
    color: #FF2B2B;
    margin-bottom: 3.38164vw;
  }
  .thanks .btn a {
    line-height: 0;
    width: 66.90821vw;
  }
  .thanks .list {
    margin-top: 10.14493vw;
  }
  .thanks .list dl {
    padding: 3.1401vw 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .thanks .list dl + dl {
    margin-top: 4.83092vw;
  }
  .thanks .list dl dt {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
  }
  .thanks .list dl dd {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 500;
    color: #000;
    margin-top: 3.1401vw;
  }
  .thanks .datalist {
    margin-top: 11.83575vw;
  }
  .thanks .datalist dl {
    font-size: 2.89855vw;
    line-height: 6.03865vw;
    color: #000;
    font-weight: 400;
  }
  .thanks .datalist dl dt {
    font-weight: 700;
  }
  .thanks .datalist dl + dl {
    margin-top: 6.03865vw;
  }
}

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

.error {
  color: #ff0000;
}
