@font-face {
  font-family: 'a_p-otf_a1gothic_stdm';
  src: url("../font/AP-OTF-A1GothicStd-Medium.otf");
}

@font-face {
  font-family: 'a_p-otf_a1gothic_stdb';
  src: url("../font/AP-OTF-A1GothicStd-Bold.otf");
}

@font-face {
  font-family: 'm_plus_1pregular';
  src: url("../font/MPLUS1p-Regular.ttf");
}

@font-face {
  font-family: 'm_plus_1pmedium';
  src: url("../font/MPLUS1p-Medium.ttf");
}

@font-face {
  font-family: 'm_plus_1pbold';
  src: url("../font/MPLUS1p-Bold.ttf");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

.container {
  min-height: 100vh;
  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;
}

main {
  background: #fff;
  height: 100%;
}

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

a:hover {
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #454545;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

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: #454545;
  font-family: "a_p-otf_a1gothic_stdm";
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  -moz-font-feature-settings: 'palt' 1;
       font-feature-settings: 'palt' 1;
}

* {
  -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;
}

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

.container {
  overflow: hidden;
}

@media screen and (min-width: 415px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    max-width: 414px;
    margin: 0 auto;
    padding: 30px 15px;
  }
  main {
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
    min-height: 741px;
    padding: 10px 0 38px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  canvas {
    min-width: 10vw !important;
    right: 0;
    margin: auto;
    width: 414px !important;
  }
  .btn {
    width: 313px;
    height: 67px;
    border: 3px solid #57bfc9;
    -moz-border-radius: 50px;
         border-radius: 50px;
    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;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
  }
  .btn span {
    position: relative;
    border: 2px solid #fff;
    background: #57bfc9;
    -moz-border-radius: 50px;
         border-radius: 50px;
    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;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .btn span:before {
    content: '';
    width: 13px;
    height: 18px;
    background: url("../img/ic_arr.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 9px;
  }
  .btn span em {
    font-style: normal;
    font-size: 3.1rem;
    line-height: 1;
    color: #ffff00;
    margin-left: 3px;
  }
  .btn.btn-disable {
    pointer-events: none;
    border-color: #DDDDDD;
  }
  .btn.btn-disable span {
    background: #DDDDDD;
  }
  span.error {
    font-size: 1.4rem;
    line-height: 24px;
    font-family: "Noto Sans JP", sans-serif;
    color: #E53226;
    font-weight: 400;
    display: block;
    text-align: center;
  }
  .toppage .bl01__tt {
    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;
  }
  .toppage .bl01__tt-num {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
    height: 130px;
    background: url("../img/bg02.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 500;
    margin-left: -10px;
  }
  .toppage .bl01__tt-num small {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
  }
  .toppage .bl01__tt-txt {
    font-size: 2.4rem;
    line-height: 1.7;
    font-weight: 500;
    margin-left: 22px;
  }
  .toppage .bl01__tt-txt span {
    color: #fff;
    width: 85px;
    height: 32px;
    background: #5870f6;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    line-height: 1;
  }
  .toppage .logo img {
    width: 332px;
    display: block;
    margin: 0 auto;
  }
  .toppage .bl02 {
    margin-top: 27px;
    text-align: center;
  }
  .toppage .bl02__gr {
    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;
    margin-bottom: 8px;
  }
  .toppage .bl02__gr li {
    width: 150px;
    height: 35px;
    background: #eb698f;
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1;
    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;
  }
  .toppage .bl02__gr li + li {
    margin-left: 21px;
    position: relative;
    background: #3ede99;
  }
  .toppage .bl02__gr li + li:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url("../img/ic_x.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto;
  }
  .toppage .bl02 p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .toppage .banner {
    margin-top: 30px;
  }
  .toppage .banner img {
    width: 346px;
    display: block;
    margin: 0 auto;
  }
  .toppage .bl03 {
    margin-top: 40px;
    -webkit-animation: 3s fuwafuwa infinite;
       -moz-animation: 3s fuwafuwa infinite;
            animation: 3s fuwafuwa infinite;
  }
  .toppage .bl03 p {
    text-align: center;
    margin-bottom: 7px;
  }
  .toppage .bl03 p span {
    font-weight: 700;
    color: #fd6861;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .toppage .bl03 p span:before {
    content: '';
    width: 11px;
    height: 19px;
    background: url("../img/ic_line.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
  }
  .toppage .bl03 p span:after {
    content: '';
    width: 11px;
    height: 19px;
    background: url("../img/ic_line.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .opening .main {
    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;
    position: relative;
  }
  .opening .row {
    width: 100%;
    height: 100%;
  }
  .opening .sl {
    text-align: center;
    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-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;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .opening .sl h2 {
    font-size: 3.1rem;
    line-height: 1.67742;
  }
  .opening .sl h2 span {
    color: #f0965b;
  }
  .opening .sl figure {
    margin-top: 43px;
  }
  .opening .sl.hide {
    opacity: 0;
    visibility: hidden;
  }
  .opening .sl.sl1 figure img {
    width: 95.43px;
  }
  .opening .sl.sl2 figure img {
    width: 86.3px;
  }
  .shindan {
    text-align: center;
  }
  .shindan .main {
    padding: 38px 0;
  }
  .shindan .logo {
    margin-bottom: 60px;
  }
  .shindan .logo img {
    width: 332px;
    display: block;
    margin: 0 auto;
  }
  .shindan h2 {
    font-size: 3.1rem;
    line-height: 52px;
    margin-bottom: 16px;
  }
  .shindan .form__btn {
    margin-top: 53px;
  }
  .shindan .form .pick {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shindan .form .pick .wrapSel {
    position: relative;
    width: 66px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan .form .pick .wrapSel::after {
    position: absolute;
    content: "";
    width: 10.5px;
    height: 9px;
    background: url("../img/arrowSel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
  }
  .shindan .form .pick .wrapSel.lg {
    width: 103px;
  }
  .shindan .form .pick select {
    width: 100%;
    height: 43px;
    border: 1px solid #707070;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .shindan .form .pick span {
    margin-left: 5px;
    margin-right: 9px;
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
  .shindan .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .shindan .step li {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 42px;
    background: #e6e6e6;
    position: relative;
    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;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
    color: #454545;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan .step li:not(:first-child):before {
    content: '';
    border-left: 12px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    z-index: 10;
  }
  .shindan .step li:not(:last-child):after {
    content: '';
    border-left: 12px solid #e6e6e6;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: 20;
  }
  .shindan .step li.active {
    background: #f0965b;
    color: #fff;
  }
  .shindan .step li.active:after {
    content: '';
    border-left-color: #f0965b;
  }
  .shindan .qa {
    text-align: left;
    padding: 0 20px;
  }
  .shindan .qa dl {
    padding-bottom: 17px;
    margin-bottom: 27px;
    border-bottom: 1px solid #f0965b;
  }
  .shindan .qa dl dt {
    font-family: "Noto Sans JP", sans-serif;
    color: #f0965b;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.33333;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
  }
  .shindan .qa dl dt:before {
    content: 'Q';
    font-size: 3.6rem;
    line-height: 1;
    color: #f0965b;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .shindan .qa dl dd {
    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;
  }
  .shindan .qa dl dd label input {
    display: none;
  }
  .shindan .qa dl dd label input:checked + span {
    background: #57bfc9;
    color: #ffff00;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: 0 0 0 #57bfc9;
         box-shadow: 0 0 0 #57bfc9;
  }
  .shindan .qa dl dd label span {
    width: 110px;
    height: 55px;
    border: 2px solid #57bfc9;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.125;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-weight: bold;
    color: #57bfc9;
    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;
    text-align: center;
    background: #fff;
    position: relative;
    -moz-box-shadow: 0 5px 0 #57bfc9;
         box-shadow: 0 5px 0 #57bfc9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .shindan__btn > span {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 14px;
    display: block;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan__btn .btn span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    margin: auto;
  }
  .shindan--st .main {
    padding-top: 0;
  }
  .shindan--st .bn {
    margin-bottom: 10px;
  }
  .shindan--st .bn img {
    width: 311px;
  }
  .shindan--main {
    text-align: left;
  }
  .shindan--main .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f7cd63;
    text-align: center;
    max-width: 414px;
    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;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .shindan--main .loading:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #F7CD63;
    z-index: -2;
  }
  .shindan--main .loading .circle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    display: block;
    line-height: 0;
    z-index: -1;
  }
  .shindan--main .loading .circle img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .shindan--main .loading figure {
    margin-top: -150px;
  }
  .shindan--main .loading figure img {
    width: 208px;
  }
  .shindan--main .loading .meter {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    width: 282px;
    height: 33px;
    position: relative;
    margin: 30px auto 20px;
    background: #e2ba57;
    border: 2px solid #ffffff;
    -moz-border-radius: 50px;
         border-radius: 50px;
    padding: 2px;
    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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .shindan--main .loading .meter span {
    display: block;
    width: 100%;
    height: 25px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .shindan--main .loading p {
    font-size: 3.2rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .loading.hide {
    opacity: 0;
    visibility: hidden;
  }
  .shindan--main .container {
    padding-bottom: 0;
  }
  .shindan--main .main {
    background: none;
    padding: 0;
  }
  .shindan--main .main .bl01 {
    background: #fff;
    padding: 40px 18px 18px;
  }
  .shindan--main .main .bl01__logo {
    text-align: center;
  }
  .shindan--main .main .bl01__logo img {
    width: 170px;
  }
  .shindan--main .main .bl01__bn {
    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;
    margin-bottom: 10px;
  }
  .shindan--main .main .bl01__bn p {
    width: 240px;
    font-size: 3.1rem;
    line-height: 2;
    font-weight: 700;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .shindan--main .main .bl01__bn p small {
    font-size: 2.5rem;
    line-height: 2;
    color: #57bfc9;
    display: block;
    font-weight: 500;
  }
  .shindan--main .main .bl01__bn p span {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.45;
    color: #fff;
    background: #eb698f;
    padding: 0 10px;
    margin-right: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: none;
  }
  .shindan--main .main .bl01__bn p em {
    font-style: normal;
    font-size: 4rem;
    line-height: 1.45;
    color: #fff;
    background: #3ede99;
    padding: 0 10px;
    margin-right: 5px;
    display: none;
  }
  .shindan--main .main .bl01__bn-ava {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    text-align: center;
  }
  .shindan--main .main .bl01__bn-ava img {
    width: auto;
    height: 210px;
  }
  .shindan--main .main .bl01__ct p {
    font-size: 1.4rem;
    line-height: 1.71429;
    font-weight: bold;
  }
  .shindan--main .main .bl01__ct p + p {
    margin-top: 30px;
  }
  .shindan--main .main .bl01__box {
    margin-top: 44px;
    border: 4px solid #57bfc9;
    padding: 0 15px 29px;
  }
  .shindan--main .main .bl01__box dt {
    width: 230px;
    height: 51px;
    background: #57bfc9;
    color: #fff;
    font-weight: bold;
    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;
    font-size: 2rem;
    line-height: 1;
    margin: -26px auto 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl01__box dd p {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl01__box dd p + p {
    margin-top: 10px;
  }
  .shindan--main .main .bl02 {
    background: #f7cd63;
    margin: 0 -15px;
    padding: 13px 15px 23px;
  }
  .shindan--main .main .bl02__inner {
    background: #fff;
    padding: 27px 16px 23px;
  }
  .shindan--main .main .bl02__inner h3 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: bold;
    color: #ff766d;
    margin-bottom: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner h3 span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl02__inner h3 span:before {
    content: '';
    width: 100%;
    height: 10px;
    background: #ffff00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .shindan--main .main .bl02__inner h4 {
    font-size: 1.8rem;
    line-height: 1.33333;
    text-align: center;
    color: #454545;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 8.5rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl02__inner > span {
    width: 144px;
    height: 31px;
    background: #57bfc9;
    -moz-border-radius: 50px;
         border-radius: 50px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    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;
    margin: 10px auto 21px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner > span .tooltiptext {
    visibility: hidden;
    white-space: nowrap;
    width: 140px;
    background-color: #555;
    color: #cacaca;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: none;
  }
  .shindan--main .main .bl02__inner > span .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  .shindan--main .main .bl02__inner > span:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .shindan--main .main .bl02__inner .note {
    font-size: 1.2rem;
    line-height: 1.66667;
    text-indent: -1.1em;
    margin-left: 1.1em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03 {
    background: #3d91c1;
    margin: 0 -15px;
  }
  .shindan--main .main .bl03__top {
    padding: 29px 15px 54px;
  }
  .shindan--main .main .bl03__top h3 {
    font-size: 4rem;
    line-height: 1.275;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
  }
  .shindan--main .main .bl03__top ul {
    margin-bottom: 54px;
  }
  .shindan--main .main .bl03__top ul li {
    font-size: 1.8rem;
    line-height: 1.44444;
    color: #fff;
    font-weight: 900;
    padding-left: 28px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__top ul li:before {
    content: '';
    width: 20px;
    height: 18px;
    background: url("../img/ic_check.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .shindan--main .main .bl03__top ul li span {
    color: #ffff00;
  }
  .shindan--main .main .bl03__top > span {
    font-size: 1.2rem;
    line-height: 1.41667;
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
  }
  .shindan--main .main .bl03__bn {
    background: #fff;
    margin: 0 -15px;
    position: relative;
  }
  .shindan--main .main .bl03__bn:before {
    content: '';
    width: 100%;
    height: 26px;
    background: url("../img/bg_tg.svg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .shindan--main .main .bl03__bn h4 {
    width: 190px;
    height: 55px;
    background: url("../img/bg_mess.svg") top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 12px;
    margin: 0 auto -5px;
    position: relative;
    top: -23px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl03__bn figure {
    margin-left: -25px;
    margin-right: -21px;
  }
  .shindan--main .main .bl03__txt {
    margin-top: 10px;
  }
  .shindan--main .main .bl03__txt img {
    width: 380px;
    margin: 0 auto;
  }
  .shindan--main .main .bl03__slg {
    width: 100%;
    height: 56px;
    background: #fff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
    margin-top: 20px;
    margin-bottom: 28px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
  }
  .shindan--main .main .bl03__slg span {
    font-size: 2.5rem;
    line-height: 1;
    color: #4d83a2;
    position: relative;
  }
  .shindan--main .main .bl03__slg span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: url("../img/ic_dot.png") no-repeat 0 0;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shindan--main .main .bl03__chart img {
    width: 384px;
  }
  .shindan--main .main .bl03__bottom {
    background: #5aaad8;
    position: relative;
    padding: 0 15px 30px;
    z-index: 1;
  }
  .shindan--main .main .bl03__bottom:before {
    content: '';
    width: 100%;
    height: 78px;
    background: url("../img/ic_tg02.svg") bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shindan--main .main .bl03__bottom > figure {
    z-index: 1;
    position: relative;
    top: -13px;
    margin-bottom: 46px;
  }
  .shindan--main .main .bl03__bottom > figure img {
    width: 332px;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl03__bottom > h3 {
    background: #1c608b;
    margin: -3px -15px 0;
    text-align: center;
    color: #fff;
    font-size: 2.1rem;
    line-height: 1.33333;
    font-weight: 900;
    padding: 22px 10px;
    position: relative;
    z-index: 1;
  }
  .shindan--main .main .bl03__bottom > h2 {
    font-size: 2.4rem;
    line-height: 1.29167;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-align: center;
  }
  .shindan--main .main .bl03__bottom > h2 span {
    color: #ffff00;
  }
  .shindan--main .main .bl03__bottom > h2 img {
    width: 360px;
  }
  .shindan--main .main .bl03__lst dl {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
  }
  .shindan--main .main .bl03__lst dl + dl {
    margin-top: 34px;
  }
  .shindan--main .main .bl03__lst dl:before {
    content: '';
    width: 189px;
    height: 75px;
    background: url("../img/slg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -20px;
    left: 11px;
  }
  .shindan--main .main .bl03__lst dl dt {
    background: #3d91c1;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: rgba(255, 255, 255, 0.22);
    overflow: hidden;
    padding-top: 16px;
  }
  .shindan--main .main .bl03__lst dl dt em {
    font-style: normal;
    position: relative;
    top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl03__lst dl dt span {
    font-size: 4rem;
    font-weight: 400;
  }
  .shindan--main .main .bl03__lst dl dd {
    padding: 29px;
    text-align: center;
  }
  .shindan--main .main .bl03__lst dl dd small {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__lst dl dd p {
    font-size: 3.3rem;
    line-height: 1.21212;
    font-weight: 900;
    margin-top: 3px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__lst dl dd p span {
    color: #ff766d;
  }
  .shindan--main .main .bl03__ques {
    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;
    margin-top: 29px;
  }
  .shindan--main .main .bl03__ques figure img {
    width: 385px;
  }
  .shindan--main .main .bl03__td {
    background: #fff;
    margin: 29px 0 32px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 18px 30px 40px;
  }
  .shindan--main .main .bl03__td dt {
    font-size: 4.1rem;
    line-height: 1.36585;
    color: #62a0c4;
    font-weight: 900;
    text-align: center;
    margin-bottom: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__td dd {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: bold;
    padding-left: 36px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__td dd + dd {
    margin-top: 14px;
  }
  .shindan--main .main .bl03__td dd:before {
    content: '';
    width: 27px;
    height: 24px;
    background: url("../img/ic_check02.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shindan--main .main .bl03__td dd span {
    color: #ff766d;
  }
  .shindan--main .main .bl04 {
    background: #f7cd63;
    margin: 0 -15px;
    padding: 20px 15px;
  }
  .shindan--main .main .bl04__top {
    padding: 38px 0 36px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl04__top:before {
    content: '';
    width: 462px;
    height: 462px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
  }
  .shindan--main .main .bl04__top:after {
    content: '';
    width: 462px;
    height: 70%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -15px;
    z-index: -1;
  }
  .shindan--main .main .bl04__top > p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
    margin-top: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__top > p span {
    color: #51a6eb;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl04__top > p span:before {
    content: '';
    width: 100%;
    height: 6px;
    background: #ffff00;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .shindan--main .main .bl04__top > h3 {
    margin-top: 23px;
    background: #ec635d;
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.19048;
    font-weight: 900;
    padding: 23px 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__logo img {
    width: 362px;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__gr {
    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;
    margin: 19px 0 30px;
  }
  .shindan--main .main .bl04__gr li {
    width: 150px;
    height: 35px;
    background: #eb698f;
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1;
    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;
  }
  .shindan--main .main .bl04__gr li + li {
    margin-left: 21px;
    position: relative;
    background: #3ede99;
  }
  .shindan--main .main .bl04__gr li + li:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url("../img/ic_x.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    margin: auto;
  }
  .shindan--main .main .bl04__banner img {
    width: 346px;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__txt {
    margin-top: 26px;
  }
  .shindan--main .main .bl04__txt img {
    width: 374px;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__lst {
    margin: 28px 0 0;
    padding: 17px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
  }
  .shindan--main .main .bl04__lst:before {
    content: 'etc';
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: -17px;
  }
  .shindan--main .main .bl04__lst li {
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
    padding-left: 36px;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__lst li + li {
    margin-top: 7px;
  }
  .shindan--main .main .bl04__lst li:before {
    content: '';
    width: 27px;
    height: 24px;
    background: url("../img/ic_check02.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shindan--main .main .bl04__box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    margin: 36px -15px 0;
    padding: 0 15px 22px;
    background: #f7cd63;
  }
  .shindan--main .main .bl04__box-inner {
    background: #fff;
    padding: 0 9px 7px;
  }
  .shindan--main .main .bl04__box-inner h4 {
    font-size: 2.3rem;
    line-height: 1.6087;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    top: -18.5px;
    margin-bottom: -10px;
  }
  .shindan--main .main .bl04__box-inner h4 span {
    background: #f0955a;
    color: #fff;
    padding: 0 9px;
    display: inline-block;
  }
  .shindan--main .main .bl04__box-inner h4 span ~ span {
    margin-top: 4px;
  }
  .shindan--main .main .bl04__box-inner-bl img {
    width: 368px;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl05 {
    background: #f0f0f0;
    margin: 0 -15px;
    padding-bottom: 27px;
  }
  .shindan--main .main .bl05__tt {
    background: #fff;
    margin: 0 -15px;
    padding: 26px 15px 37px;
  }
  .shindan--main .main .bl05__tt h3 {
    font-size: 3.4rem;
    line-height: 1.35294;
    font-weight: bold;
    text-align: center;
    border-top: 4px solid #f7cd63;
    border-bottom: 4px solid #f7cd63;
    background: #fff;
    padding: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__tt h3 small {
    font-size: 2.7rem;
    line-height: 1.40741;
    display: block;
  }
  .shindan--main .main .bl05__tt h3 small span {
    color: #ff766d;
  }
  .shindan--main .main .bl05__st {
    background: #fff;
    padding: 68px 15px 30px;
    margin: 23px 0 0;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .shindan--main .main .bl05__st dl {
    border: 3px solid #43a4e0;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 184px;
  }
  .shindan--main .main .bl05__st dl + dl {
    margin-top: 70px;
  }
  .shindan--main .main .bl05__st dl:before {
    content: '';
    width: 8px;
    height: 70px;
    background: #43a4e0;
    left: 0;
    right: 0;
    bottom: -73px;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
  }
  .shindan--main .main .bl05__st dl dt {
    width: 98px;
    height: 98px;
    background: #43a4e0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -41px;
    left: 27px;
    color: #fff;
    font-weight: bold;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__st dl dt span {
    font-size: 4.3rem;
    display: block;
  }
  .shindan--main .main .bl05__st dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: bold;
    padding: 70px 25px 25px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__st dl dd span {
    color: #ff766d;
  }
  .shindan--main .main .bl05__st dl dd figure {
    position: absolute;
    top: -22px;
    left: 229px;
    margin: auto;
  }
  .shindan--main .main .bl05__st dl dd figure img {
    max-width: inherit;
    width: auto;
    height: 222px;
  }
  .shindan--main .main .bl05__st dl dd small {
    font-size: 1.4rem;
    line-height: 1.28571;
    font-weight: bold;
    text-indent: -1.1em;
    margin-left: 1.1em;
    display: block;
  }
  .shindan--main .main .bl05__st > p {
    background: #43a4e0;
    font-size: 2.6rem;
    line-height: 1.46154;
    font-weight: bold;
    color: #ffff00;
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
    padding: 30px 10px;
    margin-top: 70px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .footer {
    background: #fff;
    text-align: center;
    padding: 13px;
    width: 414px;
    margin-left: -15px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media screen and (max-width: 414px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 92.99517vw;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    max-width: 100vw;
    margin: 0 auto;
    padding: 7.24638vw 3.62319vw;
  }
  main {
    max-width: 92.99517vw;
    width: 100%;
    margin: 0 auto;
    min-height: 178.98551vw;
    padding: 2.41546vw 0 9.17874vw;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  canvas {
    right: 0;
    margin: auto;
  }
  .btn {
    width: 75.60386vw;
    height: 16.18357vw;
    border: 0.72464vw solid #57bfc9;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    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;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
  }
  .btn span {
    position: relative;
    border: 2px solid #fff;
    background: #57bfc9;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    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;
    width: 100%;
    height: 100%;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
  .btn span:before {
    content: '';
    width: 3.1401vw;
    height: 4.34783vw;
    background: url("../img/ic_arr.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    margin-right: 2.17391vw;
  }
  .btn span em {
    font-style: normal;
    font-size: 7.48792vw;
    line-height: 1;
    color: #ffff00;
    margin-left: 0.72464vw;
  }
  .btn.btn-disable {
    pointer-events: none;
    border-color: #DDDDDD;
  }
  .btn.btn-disable span {
    background: #DDDDDD;
  }
  span.error {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #E53226;
    font-weight: 400;
    display: block;
    text-align: center;
  }
  .toppage .bl01__tt {
    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;
  }
  .toppage .bl01__tt-num {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31.40097vw;
            flex: 0 0 31.40097vw;
    width: 31.40097vw;
    height: 31.40097vw;
    background: url("../img/bg02.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 13.28502vw;
    line-height: 1;
    font-weight: 500;
    margin-left: -2.41546vw;
  }
  .toppage .bl01__tt-num small {
    font-size: 6.03865vw;
    line-height: 1;
    display: block;
  }
  .toppage .bl01__tt-txt {
    font-size: 5.7971vw;
    line-height: 1.7;
    font-weight: 500;
    margin-left: 5.31401vw;
  }
  .toppage .bl01__tt-txt span {
    color: #fff;
    width: 20.5314vw;
    height: 7.72947vw;
    background: #5870f6;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.7971vw;
    line-height: 1;
  }
  .toppage .logo img {
    width: 80.19324vw;
    display: block;
    margin: 0 auto;
  }
  .toppage .bl02 {
    margin-top: 6.52174vw;
    text-align: center;
  }
  .toppage .bl02__gr {
    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;
    margin-bottom: 1.93237vw;
  }
  .toppage .bl02__gr li {
    width: 36.23188vw;
    height: 8.45411vw;
    background: #eb698f;
    color: #fff;
    font-weight: 500;
    font-size: 4.58937vw;
    line-height: 1;
    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;
  }
  .toppage .bl02__gr li + li {
    margin-left: 5.07246vw;
    position: relative;
    background: #3ede99;
  }
  .toppage .bl02__gr li + li:before {
    content: '';
    width: 3.1401vw;
    height: 3.1401vw;
    background: url("../img/ic_x.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4.10628vw;
    margin: auto;
  }
  .toppage .bl02 p {
    font-size: 3.86473vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .toppage .banner {
    margin-top: 7.24638vw;
  }
  .toppage .banner img {
    width: 83.57488vw;
    display: block;
    margin: 0 auto;
  }
  .toppage .bl03 {
    margin-top: 9.66184vw;
    -webkit-animation: 3s fuwafuwa infinite;
       -moz-animation: 3s fuwafuwa infinite;
            animation: 3s fuwafuwa infinite;
  }
  .toppage .bl03 p {
    text-align: center;
    margin-bottom: 1.69082vw;
  }
  .toppage .bl03 p span {
    font-weight: 700;
    color: #fd6861;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .toppage .bl03 p span:before {
    content: '';
    width: 2.657vw;
    height: 4.58937vw;
    background: url("../img/ic_line.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4.83092vw;
    margin: auto;
  }
  .toppage .bl03 p span:after {
    content: '';
    width: 2.657vw;
    height: 4.58937vw;
    background: url("../img/ic_line.svg") center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4.83092vw;
    margin: auto;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .opening .main {
    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;
    position: relative;
  }
  .opening .row {
    width: 100%;
    height: 100%;
  }
  .opening .sl {
    text-align: center;
    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-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;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .opening .sl h2 {
    font-size: 7.48792vw;
    line-height: 1.67742;
  }
  .opening .sl h2 span {
    color: #f0965b;
  }
  .opening .sl figure {
    margin-top: 10.38647vw;
  }
  .opening .sl.hide {
    opacity: 0;
    visibility: hidden;
  }
  .opening .sl.sl1 figure img {
    width: 23.05072vw;
  }
  .opening .sl.sl2 figure img {
    width: 20.84541vw;
  }
  .shindan {
    text-align: center;
  }
  .shindan .main {
    padding: 9.17874vw 0;
  }
  .shindan .logo {
    margin-bottom: 14.49275vw;
  }
  .shindan .logo img {
    width: 80.19324vw;
    display: block;
    margin: 0 auto;
  }
  .shindan h2 {
    font-size: 7.48792vw;
    line-height: 12.56039vw;
    margin-bottom: 3.86473vw;
  }
  .shindan .form__btn {
    margin-top: 12.80193vw;
  }
  .shindan .form .pick {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shindan .form .pick .wrapSel {
    position: relative;
    width: 15.94203vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan .form .pick .wrapSel::after {
    position: absolute;
    content: "";
    width: 2.53623vw;
    height: 2.17391vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/arrowSel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 1.20773vw;
    z-index: 2;
  }
  .shindan .form .pick .wrapSel.lg {
    width: 24.87923vw;
  }
  .shindan .form .pick select {
    width: 100%;
    height: 10.38647vw;
    border: 1px solid #707070;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    padding: 0 2.41546vw;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .shindan .form .pick span {
    margin-left: 1.20773vw;
    margin-right: 2.17391vw;
    font-size: 4.83092vw;
    line-height: 1;
    display: block;
  }
  .shindan .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 2.41546vw;
  }
  .shindan .step li {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 10.14493vw;
    background: #e6e6e6;
    position: relative;
    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;
    font-weight: bold;
    font-size: 3.62319vw;
    line-height: 1;
    color: #454545;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan .step li:not(:first-child):before {
    content: '';
    border-left: 2.89855vw solid #fff;
    border-top: 5.55556vw solid transparent;
    border-bottom: 5.55556vw solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.48309vw;
    margin: auto;
    z-index: 10;
  }
  .shindan .step li:not(:last-child):after {
    content: '';
    border-left: 2.89855vw solid #e6e6e6;
    border-top: 5.55556vw solid transparent;
    border-bottom: 5.55556vw solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: 20;
  }
  .shindan .step li.active {
    background: #f0965b;
    color: #fff;
  }
  .shindan .step li.active:after {
    content: '';
    border-left-color: #f0965b;
  }
  .shindan .qa {
    text-align: left;
    padding: 0 4.83092vw;
  }
  .shindan .qa dl {
    padding-bottom: 4.10628vw;
    margin-bottom: 6.52174vw;
    border-bottom: 1px solid #f0965b;
  }
  .shindan .qa dl dt {
    font-family: "Noto Sans JP", sans-serif;
    color: #f0965b;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    padding-left: 9.66184vw;
    position: relative;
    margin-bottom: 4.83092vw;
  }
  .shindan .qa dl dt:before {
    content: 'Q';
    font-size: 8.69565vw;
    line-height: 1;
    color: #f0965b;
    position: absolute;
    top: -1.20773vw;
    left: 0;
  }
  .shindan .qa dl dd {
    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;
  }
  .shindan .qa dl dd label input {
    display: none;
  }
  .shindan .qa dl dd label input:checked + span {
    background: #57bfc9;
    color: #ffff00;
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
    -moz-box-shadow: 0 0 0 #57bfc9;
         box-shadow: 0 0 0 #57bfc9;
  }
  .shindan .qa dl dd label span {
    width: 26.57005vw;
    height: 13.28502vw;
    border: 2px solid #57bfc9;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-size: 3.86473vw;
    line-height: 1.25;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #57bfc9;
    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;
    text-align: center;
    background: #fff;
    position: relative;
    -moz-box-shadow: 0 1.20773vw 0 #57bfc9;
         box-shadow: 0 1.20773vw 0 #57bfc9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .shindan__btn > span {
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: bold;
    margin-top: 3.38164vw;
    display: block;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan__btn .btn span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.31401vw;
    margin: auto;
  }
  .shindan--st .main {
    padding-top: 0;
  }
  .shindan--st .bn {
    margin-bottom: 2.41546vw;
  }
  .shindan--st .bn img {
    width: 75.12077vw;
  }
  .shindan--main {
    text-align: left;
  }
  .shindan--main .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f7cd63;
    text-align: center;
    max-width: 100vw;
    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;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .shindan--main .loading:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #F7CD63;
    z-index: -2;
  }
  .shindan--main .loading .circle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    display: block;
    line-height: 0;
    z-index: -1;
  }
  .shindan--main .loading .circle img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .shindan--main .loading figure {
    margin-top: -36.23188vw;
  }
  .shindan--main .loading figure img {
    width: 50.24155vw;
  }
  .shindan--main .loading .meter {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    width: 68.11594vw;
    height: 7.97101vw;
    position: relative;
    margin: 7.24638vw auto 4.83092vw;
    background: #e2ba57;
    border: 2px solid #ffffff;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    padding: 0.48309vw;
    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;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .shindan--main .loading .meter span {
    display: block;
    width: 100%;
    height: 6.03865vw;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  .shindan--main .loading p {
    font-size: 7.72947vw;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .loading.hide {
    opacity: 0;
    visibility: hidden;
  }
  .shindan--main .container {
    padding-bottom: 0;
  }
  .shindan--main .main {
    background: none;
    padding: 0;
  }
  .shindan--main .main .bl01 {
    background: #fff;
    padding: 9.66184vw 4.34783vw 4.34783vw;
  }
  .shindan--main .main .bl01__logo {
    text-align: center;
  }
  .shindan--main .main .bl01__logo img {
    width: 41.0628vw;
  }
  .shindan--main .main .bl01__bn {
    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;
    margin-bottom: 2.41546vw;
  }
  .shindan--main .main .bl01__bn p {
    width: 57.97101vw;
    font-size: 7.48792vw;
    line-height: 2;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Noto Sans JP',sans-serif;
  }
  .shindan--main .main .bl01__bn p small {
    font-size: 6.03865vw;
    line-height: 2;
    color: #57bfc9;
    display: block;
    font-weight: 500;
  }
  .shindan--main .main .bl01__bn p span {
    font-style: normal;
    font-size: 9.66184vw;
    line-height: 1.45;
    color: #fff;
    background: #eb698f;
    padding: 0 2.41546vw;
    margin-right: 1.20773vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    display: none;
  }
  .shindan--main .main .bl01__bn p em {
    font-style: normal;
    font-size: 9.66184vw;
    line-height: 1.45;
    color: #fff;
    background: #3ede99;
    padding: 0 2.41546vw;
    margin-right: 1.20773vw;
    display: none;
  }
  .shindan--main .main .bl01__bn-ava {
    width: -webkit-calc(100% - 57.97101vw);
    width: -moz-calc(100% - 57.97101vw);
    width: calc(100% - 57.97101vw);
    text-align: center;
  }
  .shindan--main .main .bl01__bn-ava img {
    width: auto;
    height: 50.72464vw;
  }
  .shindan--main .main .bl01__ct p {
    font-size: 3.38164vw;
    line-height: 1.71429;
    font-weight: bold;
  }
  .shindan--main .main .bl01__ct p + p {
    margin-top: 7.24638vw;
  }
  .shindan--main .main .bl01__box {
    margin-top: 10.62802vw;
    border: 0.96618vw solid #57bfc9;
    padding: 0 3.62319vw 7.00483vw;
  }
  .shindan--main .main .bl01__box dt {
    width: 55.55556vw;
    height: 12.31884vw;
    background: #57bfc9;
    color: #fff;
    font-weight: bold;
    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;
    font-size: 4.83092vw;
    line-height: 1;
    margin: -6.28019vw auto 3.62319vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl01__box dd p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl01__box dd p + p {
    margin-top: 2.41546vw;
  }
  .shindan--main .main .bl02 {
    background: #f7cd63;
    margin: 0 -3.62319vw;
    padding: 3.1401vw 3.62319vw 5.55556vw;
  }
  .shindan--main .main .bl02__inner {
    background: #fff;
    padding: 6.52174vw 3.86473vw 5.55556vw;
  }
  .shindan--main .main .bl02__inner h3 {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.45;
    font-weight: bold;
    color: #ff766d;
    margin-bottom: 5.07246vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner h3 span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl02__inner h3 span:before {
    content: '';
    width: 100%;
    height: 2.41546vw;
    background: #ffff00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .shindan--main .main .bl02__inner h4 {
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: center;
    color: #454545;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 20.5314vw;
    line-height: 1;
    font-weight: 700;
    margin-top: 2.41546vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl02__inner > span {
    width: 34.78261vw;
    height: 7.48792vw;
    background: #57bfc9;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    font-size: 3.38164vw;
    line-height: 1;
    color: #fff;
    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;
    margin: 2.41546vw auto 5.07246vw;
    position: relative;
    z-index: 9;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl02__inner > span .tooltiptext {
    visibility: hidden;
    white-space: nowrap;
    width: 140px;
    background-color: #555;
    color: #cacaca;
    text-align: center;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: none;
  }
  .shindan--main .main .bl02__inner > span .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  .shindan--main .main .bl02__inner > span:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  .shindan--main .main .bl02__inner .note {
    font-size: 2.89855vw;
    line-height: 1.66667;
    text-indent: -1.1em;
    margin-left: 1.1em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03 {
    background: #3d91c1;
    margin: 0 -3.62319vw;
  }
  .shindan--main .main .bl03__top {
    padding: 7.00483vw 3.62319vw 13.04348vw;
  }
  .shindan--main .main .bl03__top h3 {
    font-size: 9.66184vw;
    line-height: 1.275;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3.62319vw;
  }
  .shindan--main .main .bl03__top ul {
    margin-bottom: 13.04348vw;
  }
  .shindan--main .main .bl03__top ul li {
    font-size: 4.34783vw;
    line-height: 1.44444;
    color: #fff;
    font-weight: 900;
    padding-left: 6.76329vw;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__top ul li:before {
    content: '';
    width: 4.83092vw;
    height: 4.34783vw;
    background: url("../img/ic_check.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 1.20773vw;
  }
  .shindan--main .main .bl03__top ul li span {
    color: #ffff00;
  }
  .shindan--main .main .bl03__top > span {
    font-size: 2.89855vw;
    line-height: 1.41667;
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
  }
  .shindan--main .main .bl03__bn {
    background: #fff;
    margin: 0 -3.62319vw;
    position: relative;
  }
  .shindan--main .main .bl03__bn:before {
    content: '';
    width: 100%;
    height: 6.28019vw;
    background: url("../img/bg_tg.svg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .shindan--main .main .bl03__bn h4 {
    width: 45.89372vw;
    height: 13.28502vw;
    background: url("../img/bg_mess.svg") top no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    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;
    color: #fff;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1;
    padding-bottom: 2.89855vw;
    margin: 0 auto -1.20773vw;
    position: relative;
    top: -5.55556vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl03__bn figure {
    margin-left: -6.03865vw;
    margin-right: -5.07246vw;
  }
  .shindan--main .main .bl03__txt {
    margin-top: 2.41546vw;
  }
  .shindan--main .main .bl03__txt img {
    width: 91.78744vw;
    margin: 0 auto;
  }
  .shindan--main .main .bl03__slg {
    width: 100%;
    height: 13.52657vw;
    background: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 900;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.62319vw 2.41546vw;
    margin-top: 4.83092vw;
    margin-bottom: 6.76329vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
  }
  .shindan--main .main .bl03__slg span {
    font-size: 6.03865vw;
    line-height: 1;
    color: #4d83a2;
    position: relative;
  }
  .shindan--main .main .bl03__slg span:before {
    content: '';
    width: 1.20773vw;
    height: 1.20773vw;
    background: url("../img/ic_dot.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -1.69082vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shindan--main .main .bl03__chart img {
    width: 92.75362vw;
  }
  .shindan--main .main .bl03__bottom {
    background: #5aaad8;
    position: relative;
    padding: 0 3.62319vw 7.24638vw;
    z-index: 1;
  }
  .shindan--main .main .bl03__bottom:before {
    content: '';
    width: 100%;
    height: 18.84058vw;
    background: url("../img/ic_tg02.svg") bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .shindan--main .main .bl03__bottom > figure {
    z-index: 1;
    position: relative;
    top: -3.1401vw;
    margin-bottom: 11.11111vw;
  }
  .shindan--main .main .bl03__bottom > figure img {
    width: 80.19324vw;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl03__bottom > h3 {
    background: #1c608b;
    margin: -0.72464vw -3.62319vw 0;
    text-align: center;
    color: #fff;
    font-size: 5.07246vw;
    line-height: 1.33333;
    font-weight: 900;
    padding: 5.31401vw 2.41546vw;
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__bottom > h2 {
    font-size: 5.7971vw;
    line-height: 1.29167;
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-align: center;
  }
  .shindan--main .main .bl03__bottom > h2 span {
    color: #ffff00;
  }
  .shindan--main .main .bl03__bottom > h2 img {
    width: 86.95652vw;
  }
  .shindan--main .main .bl03__lst dl {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
  }
  .shindan--main .main .bl03__lst dl + dl {
    margin-top: 8.21256vw;
  }
  .shindan--main .main .bl03__lst dl:before {
    content: '';
    width: 45.65217vw;
    height: 18.11594vw;
    background: url("../img/slg.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: -4.83092vw;
    left: 2.657vw;
  }
  .shindan--main .main .bl03__lst dl dt {
    background: #3d91c1;
    -moz-border-radius: 2.41546vw 2.41546vw 0 0;
         border-radius: 2.41546vw 2.41546vw 0 0;
    font-size: 6.28019vw;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: rgba(255, 255, 255, 0.22);
    overflow: hidden;
    padding-top: 3.86473vw;
  }
  .shindan--main .main .bl03__lst dl dt em {
    font-style: normal;
    position: relative;
    top: 1.20773vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl03__lst dl dt span {
    font-size: 9.66184vw;
    font-weight: 400;
  }
  .shindan--main .main .bl03__lst dl dd {
    padding: 7.00483vw;
    text-align: center;
  }
  .shindan--main .main .bl03__lst dl dd small {
    font-size: 3.86473vw;
    line-height: 1.25;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .shindan--main .main .bl03__lst dl dd p {
    font-size: 7.97101vw;
    line-height: 1.21212;
    font-weight: 900;
    margin-top: 0.72464vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__lst dl dd p span {
    color: #ff766d;
  }
  .shindan--main .main .bl03__ques {
    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;
    margin-top: 7.00483vw;
  }
  .shindan--main .main .bl03__ques figure img {
    width: 92.99517vw;
  }
  .shindan--main .main .bl03__td {
    background: #fff;
    margin: 7.00483vw 0 7.72947vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 4.34783vw 7.24638vw 9.66184vw;
  }
  .shindan--main .main .bl03__td dt {
    font-size: 9.90338vw;
    line-height: 1.36585;
    color: #62a0c4;
    font-weight: 900;
    text-align: center;
    margin-bottom: 4.34783vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__td dd {
    font-size: 4.83092vw;
    line-height: 1.25;
    font-weight: bold;
    padding-left: 8.69565vw;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl03__td dd + dd {
    margin-top: 3.38164vw;
  }
  .shindan--main .main .bl03__td dd:before {
    content: '';
    width: 6.52174vw;
    height: 5.7971vw;
    background: url("../img/ic_check02.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shindan--main .main .bl03__td dd span {
    color: #ff766d;
  }
  .shindan--main .main .bl04 {
    background: #f7cd63;
    margin: 0 -3.62319vw;
    padding: 4.83092vw 3.62319vw;
  }
  .shindan--main .main .bl04__top {
    padding: 9.17874vw 0 8.69565vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl04__top:before {
    content: '';
    width: 111.5942vw;
    height: 111.5942vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -9.66184vw;
    z-index: -1;
  }
  .shindan--main .main .bl04__top:after {
    content: '';
    width: 111.5942vw;
    height: 70%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -3.62319vw;
    z-index: -1;
  }
  .shindan--main .main .bl04__top > p {
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: bold;
    margin-top: 3.86473vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__top > p span {
    color: #51a6eb;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .shindan--main .main .bl04__top > p span:before {
    content: '';
    width: 100%;
    height: 1.44928vw;
    background: #ffff00;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .shindan--main .main .bl04__top > h3 {
    margin-top: 5.55556vw;
    background: #ec635d;
    color: #fff;
    text-align: center;
    font-size: 5.07246vw;
    line-height: 1.19048;
    font-weight: 900;
    padding: 5.55556vw 2.41546vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__logo img {
    width: 87.43961vw;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__gr {
    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;
    margin: 4.58937vw 0 7.24638vw;
  }
  .shindan--main .main .bl04__gr li {
    width: 36.23188vw;
    height: 8.45411vw;
    background: #eb698f;
    color: #fff;
    font-weight: 500;
    font-size: 4.58937vw;
    line-height: 1;
    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;
  }
  .shindan--main .main .bl04__gr li + li {
    margin-left: 5.07246vw;
    position: relative;
    background: #3ede99;
  }
  .shindan--main .main .bl04__gr li + li:before {
    content: '';
    width: 3.1401vw;
    height: 3.1401vw;
    background: url("../img/ic_x.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4.10628vw;
    margin: auto;
  }
  .shindan--main .main .bl04__banner img {
    width: 83.57488vw;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__txt {
    margin-top: 6.28019vw;
  }
  .shindan--main .main .bl04__txt img {
    width: 90.33816vw;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl04__lst {
    margin: 6.76329vw 0 0;
    padding: 4.10628vw 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
  }
  .shindan--main .main .bl04__lst:before {
    content: 'etc';
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    background: #fff;
    padding: 1.20773vw 2.41546vw;
    position: absolute;
    right: 0;
    bottom: -4.10628vw;
  }
  .shindan--main .main .bl04__lst li {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    padding-left: 8.69565vw;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl04__lst li + li {
    margin-top: 1.69082vw;
  }
  .shindan--main .main .bl04__lst li:before {
    content: '';
    width: 6.52174vw;
    height: 5.7971vw;
    background: url("../img/ic_check02.svg") no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shindan--main .main .bl04__box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    margin: 8.69565vw -3.62319vw 0;
    padding: 0 3.62319vw 5.31401vw;
    background: #f7cd63;
  }
  .shindan--main .main .bl04__box-inner {
    background: #fff;
    padding: 0 2.17391vw 1.69082vw;
  }
  .shindan--main .main .bl04__box-inner h4 {
    font-size: 5.55556vw;
    line-height: 1.6087;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    top: -4.4686vw;
    margin-bottom: -2.41546vw;
  }
  .shindan--main .main .bl04__box-inner h4 span {
    background: #f0955a;
    color: #fff;
    padding: 0 2.17391vw;
    display: inline-block;
  }
  .shindan--main .main .bl04__box-inner h4 span ~ span {
    margin-top: 0.96618vw;
  }
  .shindan--main .main .bl04__box-inner-bl img {
    width: 88.88889vw;
    margin: 0 auto;
    display: block;
  }
  .shindan--main .main .bl05 {
    background: #f0f0f0;
    margin: 0 -3.62319vw;
    padding-bottom: 6.52174vw;
  }
  .shindan--main .main .bl05__tt {
    background: #fff;
    margin: 0 -3.62319vw;
    padding: 6.28019vw 3.62319vw 8.9372vw;
  }
  .shindan--main .main .bl05__tt h3 {
    font-size: 8.21256vw;
    line-height: 1.35294;
    font-weight: bold;
    text-align: center;
    border-top: 0.96618vw solid #f7cd63;
    border-bottom: 0.96618vw solid #f7cd63;
    background: #fff;
    padding: 3.86473vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__tt h3 small {
    font-size: 6.52174vw;
    line-height: 1.40741;
    display: block;
  }
  .shindan--main .main .bl05__tt h3 small span {
    color: #ff766d;
  }
  .shindan--main .main .bl05__st {
    background: #fff;
    padding: 16.42512vw 3.62319vw 7.24638vw;
    margin: 5.55556vw 0 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .shindan--main .main .bl05__st dl {
    border: 0.72464vw solid #43a4e0;
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 44.44444vw;
  }
  .shindan--main .main .bl05__st dl + dl {
    margin-top: 16.90821vw;
  }
  .shindan--main .main .bl05__st dl:before {
    content: '';
    width: 1.93237vw;
    height: 16.90821vw;
    background: #43a4e0;
    left: 0;
    right: 0;
    bottom: -17.63285vw;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
  }
  .shindan--main .main .bl05__st dl dt {
    width: 23.6715vw;
    height: 23.6715vw;
    background: #43a4e0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -9.90338vw;
    left: 6.52174vw;
    color: #fff;
    font-weight: bold;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__st dl dt span {
    font-size: 10.38647vw;
    display: block;
  }
  .shindan--main .main .bl05__st dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.83092vw;
    line-height: 1.45;
    font-weight: bold;
    padding: 16.90821vw 6.03865vw 6.03865vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .bl05__st dl dd span {
    color: #ff766d;
  }
  .shindan--main .main .bl05__st dl dd figure {
    position: absolute;
    top: -5.31401vw;
    left: 55.31401vw;
    margin: auto;
  }
  .shindan--main .main .bl05__st dl dd figure img {
    max-width: inherit;
    width: auto;
    height: 53.62319vw;
  }
  .shindan--main .main .bl05__st dl dd small {
    font-size: 3.38164vw;
    line-height: 1.28571;
    font-weight: bold;
    text-indent: -1.1em;
    margin-left: 1.1em;
    display: block;
  }
  .shindan--main .main .bl05__st > p {
    background: #43a4e0;
    font-size: 6.28019vw;
    line-height: 1.46154;
    font-weight: bold;
    color: #ffff00;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    text-align: center;
    padding: 7.24638vw 2.41546vw;
    margin-top: 16.90821vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .shindan--main .main .footer {
    background: #fff;
    text-align: center;
    padding: 3.1401vw;
    width: 100vw;
    margin-left: -3.62319vw;
    font-size: 2.41546vw;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.effect {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}

.delay03 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay06 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay09 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay12 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay15 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay18 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay21 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

.fadeInRight {
  -webkit-transform: translate3d(-50px, 0, 0);
     -moz-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 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);
}

.fadeInLeft {
  -webkit-transform: translate3d(50px, 0, 0);
     -moz-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 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);
}

@-webkit-keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@-moz-keyframes fuwafuwa {
  0%,
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%,
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
