@charset "UTF-8";
/*
-- Import CSS
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6, ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
-- Base CSS
-------------------------------------------------- */
/*
* font
* --------------------------------------------------*/
html, body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 300;
  font-size: 16px; }

body {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 1px;
  color: #333333; }

.font-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

/*
* base
* --------------------------------------------------*/
body {
  background-color: #eb6810; }

/*見出し
-----------------------------------------------------*/
h1, h2, h3, h4, h5 {
  word-wrap: break-word;
  font-weight: normal;
  color: #333333;
  font-size: 1rem;
  margin: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #333333;
    text-decoration: none; }

/* テキスト
-----------------------------------------------------*/
em {
  font-weight: 600;
  font-style: normal; }

strong {
  font-weight: bold; }

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333; }

a, input[type="submit"], input[type="button"], button {
  text-decoration: none;
  outline: none; }
  a:hover, a:active, input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active {
    color: #8c8c8c;
    outline: none;
    text-decoration: none;
    opacity: 0.7; }
  a:focus, a:active, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:focus, input[type="button"]:active, button:focus, button:active {
    outline: none;
    text-decoration: none; }
  a:active:focus, a:active.focus, a.active:focus, a.active.focus, input[type="submit"]:active:focus, input[type="submit"]:active.focus, input[type="submit"].active:focus, input[type="submit"].active.focus, input[type="button"]:active:focus, input[type="button"]:active.focus, input[type="button"].active:focus, input[type="button"].active.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus {
    outline: none;
    text-decoration: none; }

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0; }

img {
  margin-bottom: 0; }

/*
* placeholder
-----------------------------------------------------*/
input:placeholder-shown, .form-control:placeholder-shown {
  color: #999; }

input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder, .form-control:-moz-placeholder {
  color: #999;
  opacity: 1; }

input::-moz-placeholder, .form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999; }

/*
-- Layout CSS
-------------------------------------------------- */
.lp-contents {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.container-small {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 776px; }

@media only screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%; }
  .container-small {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%; } }

.row-16 {
  margin-left: -8px;
  margin-right: -8px; }
  .row-16 > [class*="col-"], .row-16 .col {
    padding-left: 8px;
    padding-right: 8px; }

.row-8 {
  margin-left: -4px;
  margin-right: -4px; }
  .row-8 > [class*="col-"], .row-8 .col {
    padding-left: 4px;
    padding-right: 4px; }

.row-0 {
  margin-left: 0;
  margin-right: 0; }
  .row-0 > [class*="col-"], .row-0 .col {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 991px) {
  .row, .row-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .row > [class*="col-"], .row .col, .row-10 > [class*="col-"], .row-10 .col {
      padding-left: 5px;
      padding-right: 5px; }
  .row-0 {
    margin-left: 0;
    margin-right: 0; }
    .row-0 > [class*="col-"], .row-0 .col {
      padding-left: 0;
      padding-right: 0; } }

.column5 > .col {
  max-width: 20%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%; }

@media only screen and (max-width: 991px) {
  .column5 > .col-sp-1 {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

@media only screen and (max-width: 991px) {
  .column5 > .col-sp-1 {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

.site-header {
  padding: 10px 0 10px;
  background-color: #eb6810; }

@media only screen and (max-width: 767px) {
  .site-header {
    padding: 8px 0 8px; }
    .site-header .container {
      padding-left: 17px;
      padding-right: 17px; } }

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .site-logo .site-logo-img {
    width: 100%;
    max-width: 222px;
    vertical-align: top; }
  .site-logo .site-logo-text {
    font-size: 0.8125rem;
    font-weight: 300;
    margin-left: 13px;
    color: #fff; }

@media only screen and (max-width: 767px) {
  .site-logo .site-logo-img {
    width: 100%;
    max-width: 160px;
    height: auto;
    vertical-align: top;
    position: relative;
    top: -1px; }
  .site-logo .site-logo-text {
    font-size: 0.75rem;
    font-weight: 300; } }

/*
* footer
* --------------------------------------------------*/
.site-footer {
  background-color: #333; }
  .site-footer .footer-info {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    padding: 15px 0; }
    .site-footer .footer-info .link-arrow {
      color: #fff;
      margin-right: 30px; }
      .site-footer .footer-info .link-arrow:before {
        border-color: transparent transparent transparent #fff; }
  .site-footer .copy {
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid #393939;
    text-align: center;
    margin-bottom: 0;
    padding: 15px 0; }

@media only screen and (max-width: 767px) {
  .site-footer .footer-info .link-arrow {
    color: #fff;
    margin-right: 30px;
    display: block; }
    .site-footer .footer-info .link-arrow:before {
      border-color: transparent transparent transparent #fff; }
  .site-footer .copy {
    font-size: 0.75rem;
    padding: 12px 0; } }

/*
-- Module CSS
-------------------------------------------------- */
/*
 * section ごとのスタイル
 * -------------------------------------------------- */
.section {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff; }

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px; } }

.section .section-header {
  text-align: center;
  margin-bottom: 40px; }

.section .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3; }
  .section .section-title .fs-large {
    font-size: 2.625rem;
    font-weight: bold; }
  .section .section-title strong {
    font-size: 2.625rem;
    font-weight: bold;
    color: #f48111; }

@media only screen and (max-width: 767px) {
  .section .section-header {
    margin-bottom: 25px; }
  .section .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5; }
    .section .section-title .fs-large {
      font-size: 1.875rem;
      font-weight: bold; }
    .section .section-title strong {
      font-size: 1.875rem;
      font-weight: bold;
      color: #f48111; } }

.section .section-lead {
  font-size: 2rem;
  font-weight: bold;
  color: #f48111;
  margin-bottom: 10px; }
  .section .section-lead .inner {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    padding-right: 45px; }
    .section .section-lead .inner:before, .section .section-lead .inner:after {
      content: "";
      width: 30px;
      height: 33px;
      display: block;
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      top: 15px; }
    .section .section-lead .inner:before {
      background-image: url(../img/section-lead-l.png);
      left: 0; }
    .section .section-lead .inner:after {
      background-image: url(../img/section-lead-r.png);
      right: 0; }

@media only screen and (max-width: 767px) {
  .section .section-lead {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px; }
    .section .section-lead .inner {
      padding-left: 26px;
      padding-right: 26px; }
      .section .section-lead .inner:before, .section .section-lead .inner:after {
        content: "";
        width: 16px;
        height: 18px;
        background-size: 16px auto;
        top: 9px; } }

.section-common-register {
  background-color: #f48111;
  background-image: url(../img/register-bg.jpg);
  background-position: top center;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .section-common-register {
    background-size: auto 100%;
    padding-top: 50px;
    padding-bottom: 40px; } }

.section-recommend {
  padding-top: 70px;
  padding-bottom: 70px; }
  .section-recommend .section-header {
    margin-bottom: 35px; }
  .section-recommend .heading-bubble {
    position: relative;
    z-index: 1;
    margin-bottom: -25px; }
  .section-recommend .recommend-text {
    text-align: center;
    font-size: 1.125rem;
    border-radius: 6px;
    background-color: #fffaec;
    max-width: 676px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 30px 50px; }
    .section-recommend .recommend-text p:last-child {
      margin-bottom: 0; }
  .section-recommend .container {
    position: relative; }
    .section-recommend .container .section-icon {
      position: absolute; }
    .section-recommend .container .section-icon-left {
      bottom: -20px;
      left: -10px; }
    .section-recommend .container .section-icon-right {
      bottom: -20px;
      right: 0; }

@media only screen and (max-width: 767px) {
  .section-recommend .section-header {
    margin-bottom: 30px; }
  .section-recommend .heading-bubble {
    margin-bottom: -18px; }
  .section-recommend .recommend-text {
    font-size: 0.9375rem;
    padding: 35px 15px 30px; }
    .section-recommend .recommend-text p:last-child {
      margin-bottom: 0; }
  .section-recommend .container .section-icon-left {
    width: 96px;
    bottom: -40px;
    left: 5px; }
  .section-recommend .container .section-icon-right {
    width: 70px;
    bottom: -35px;
    right: 15px; } }

.section-check {
  padding-top: 0;
  padding-bottom: 80px; }
  .section-check .img-bg {
    width: 100%;
    margin-bottom: 30px; }
  .section-check .section-title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3; }
    .section-check .section-title .fs-large {
      font-size: 3rem;
      font-weight: bold;
      color: #f48111; }
  .section-check .container {
    position: relative; }
    .section-check .container .section-icon {
      position: absolute; }
    .section-check .container .section-icon-left {
      bottom: -40px;
      left: -10px; }
    .section-check .container .section-icon-right {
      bottom: -56px;
      right: -30px; }

@media only screen and (max-width: 767px) {
  .section-check {
    padding-top: 0;
    padding-bottom: 100px; }
    .section-check .img-bg {
      margin-left: -20%;
      margin-right: -20%;
      width: 140%;
      margin-bottom: 30px; }
    .section-check .section-title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.3; }
      .section-check .section-title .fs-large {
        font-size: 1.875rem;
        font-weight: bold;
        color: #f48111; }
    .section-check .container {
      position: relative; }
      .section-check .container .section-icon {
        position: absolute; }
      .section-check .container .section-icon-left {
        width: 118px;
        bottom: -60px;
        left: 35px; }
      .section-check .container .section-icon-right {
        width: 140px;
        bottom: -76px;
        right: 20px; } }

.section-support {
  background-image: url(../img/support.gif);
  background-size: 1280px auto;
  background-position: center top;
  background-repeat: no-repeat; }
  .section-support .support-text {
    font-size: 1.125rem; }

@media only screen and (max-width: 767px) {
  .section-support {
    background-image: url(../img/support-sp.gif);
    background-size: 100% auto;
    background-position: center 70px; }
    .section-support .support-text {
      font-size: 0.9375rem; } }

@media only screen and (max-width: 767px) {
  .section-voice .section-title {
    margin-bottom: 0; }
  .section-voice .section-title-en .en-img {
    width: 75px; } }

.section-message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffaec), to(#fffaec));
  background-image: -webkit-linear-gradient(#fffaec, #fffaec);
  background-image: -o-linear-gradient(#fffaec, #fffaec);
  background-image: linear-gradient(#fffaec, #fffaec);
  background-size: 65% calc(100% - 140px);
  background-position: 0 85px;
  background-repeat: no-repeat;
  padding-bottom: 90px; }
  .section-message .message-text {
    font-size: 1.125rem;
    letter-spacing: 1.8px; }

@media only screen and (max-width: 767px) {
  .section-message {
    background-size: 83% calc(100% - 100px);
    background-position: 0 55px;
    padding-bottom: 80px; }
    .section-message .img-wrap .img-fluid {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 48vw; }
    .section-message .message-text {
      font-size: 0.9375rem; } }

@media only screen and (max-width: 767px) {
  .section-faq .section-title {
    margin-bottom: 0; }
  .section-faq .section-title-en .en-img {
    width: 32px; } }

.btn {
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 0;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  padding: 10px 30px;
  min-width: 400px;
  min-height: 60px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn:focus, .btn:disabled, .btn:visited, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none; }
  .btn:hover, .btn:active, .btn.touch {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none; }

@media only screen and (max-width: 991px) {
  .btn {
    min-width: 100%;
    font-size: 0.75rem;
    font-weight: normal; } }

/* arrow
-----------------------------------------------------*/
.arrow {
  position: relative;
  padding-right: 25px; }
  .arrow:before {
    content: '';
    background-size: 9px 14px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9px;
    height: 14px;
    right: 10px;
    margin: auto 0; }

p {
  margin-bottom: 0.8em; }

@media only screen and (max-width: 767px) {
  p {
    margin-bottom: 1.2em; } }

em {
  font-weight: bold; }

.main-visual {
  padding-bottom: 30px; }
  .main-visual .bg-inner {
    width: 100%;
    padding: 25px 0 45px;
    margin: 0;
    position: relative;
    background-image: url(../img/mv-bg.jpg);
    background-size: cover; }
  .main-visual .mv-register {
    margin-top: -50px; }

@media only screen and (max-width: 767px) {
  .main-visual .bg-inner {
    background-image: url(../img/mv-bg-sp.jpg);
    height: 115.33vw; }
  .main-visual .mv-register {
    margin-top: -30px; } }

.mv-copy {
  width: 100%;
  height: 440px;
  position: relative; }
  .mv-copy .mv-img {
    width: auto;
    height: 100%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .mv-copy .mv-pc {
    display: block; }
  .mv-copy .mv-sp {
    display: none; }

@media only screen and (max-width: 767px) {
  .mv-copy .mv-img {
    width: 100%;
    height: auto;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .mv-copy .mv-pc {
    display: none; }
  .mv-copy .mv-sp {
    display: block; } }

/*
// その他　Module
* -------------------------------------------------- */
.fs-small {
  font-size: 14px; }

.fw-bold {
  font-weight: bold; }

.text-red {
  color: #f4637e; }

.text-pink {
  color: #ff2376; }

.text-yellow {
  color: #ffe400; }

.text-blue {
  color: #9495c8; }

.text-orange {
  color: #f48111; }

.link {
  color: #00a0d5;
  text-decoration: underline; }

.link-arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f48111;
  margin-right: 8px;
  position: relative;
  top: 0; }

@media only screen and (max-width: 767px) {
  .link-arrow:before {
    content: "";
    border-width: 5px 0 5px 6px;
    margin-right: 5px;
    top: -1px; } }

.bg-marker {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfba9), to(#fcfba9));
  background-image: -webkit-linear-gradient(#fcfba9, #fcfba9);
  background-image: -o-linear-gradient(#fcfba9, #fcfba9);
  background-image: linear-gradient(#fcfba9, #fcfba9);
  background-size: 100% 0.25em;
  background-position: center 85%;
  background-repeat: no-repeat;
  display: inline; }

.bg-red {
  background-color: #f4637e; }

.bg-orange {
  background-color: #f48111; }

.bg-blue {
  background-color: #9495c8; }

.bg-beige {
  background-color: #fff3e2; }

.bg-grid {
  background-color: #fff;
  background-image: -webkit-linear-gradient(left, transparent 14px, #f7f7f7 0), -webkit-linear-gradient(bottom, transparent 14px, #f7f7f7 0);
  background-image: -o-linear-gradient(left, transparent 14px, #f7f7f7 0), -o-linear-gradient(bottom, transparent 14px, #f7f7f7 0);
  background-image: linear-gradient(90deg, transparent 14px, #f7f7f7 0), linear-gradient(0deg, transparent 14px, #f7f7f7 0);
  background-size: 15px 100%, 100% 15px;
  background-position: left top;
  background-repeat: repeat-x, repeat-y; }

.bg-dot {
  background-color: #f3f3f3;
  background-image: -webkit-radial-gradient(#e8e8e8 1px, transparent 1px);
  background-image: -o-radial-gradient(#e8e8e8 1px, transparent 1px);
  background-image: radial-gradient(#e8e8e8 1px, transparent 1px);
  background-size: 10px 10px;
  background-position: 5px; }

@media only screen and (max-width: 767px) {
  .bg-dot {
    background-color: #f3f3f3;
    background-image: -webkit-radial-gradient(#e8e8e8 1px, transparent 1px);
    background-image: -o-radial-gradient(#e8e8e8 1px, transparent 1px);
    background-image: radial-gradient(#e8e8e8 1px, transparent 1px);
    background-size: 5px 5px;
    background-position: 5px; } }

.bg-patten01 {
  background-color: #eb6810;
  background-image: url(../img/bg-patten01.gif);
  background-position: left top;
  background-repeat: repeat; }

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  .movie-wrap .movie {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.register-block {
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 30px 30px 30px;
  position: relative;
  border: 4px solid #333; }
  .register-block .heading {
    position: absolute;
    width: 100%;
    top: -36px;
    left: 0; }
    .register-block .heading img {
      max-width: 100%; }
  .register-block .register-text {
    margin-bottom: 10px;
    color: #eb6810; }
  .register-block .img-fluid {
    margin-left: auto;
    margin-right: auto; }
  .register-block .register-note {
    font-size: 0.875rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0; }
  .register-block .register-btn {
    padding: 0;
    margin: 0; }
    .register-block .register-btn:hover, .register-block .register-btn:active {
      opacity: 0.7; }

@media only screen and (max-width: 767px) {
  .register-block {
    padding: 28px 12px 20px;
    border: 2px solid #333; }
    .register-block .heading {
      position: absolute;
      padding: 0 5%;
      width: 100%;
      top: -9%;
      left: 0; }
    .register-block .register-text {
      padding-left: 1.1%;
      padding-right: 1.1%; }
    .register-block .register-note {
      font-size: 0.75rem;
      margin-top: 10px;
      text-align: left;
      margin-bottom: 0;
      line-height: 1.5; } }

.heading-bubble {
  margin: 0 auto 30px;
  text-align: center; }
  .heading-bubble .inner {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #f48111;
    border-radius: 5px;
    display: inline-block;
    min-width: 240px;
    padding: 5px 25px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    position: relative; }
    .heading-bubble .inner::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 7px 0 7px;
      border-color: #f48111 transparent transparent transparent;
      position: absolute;
      left: 50%;
      bottom: -12px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

@media only screen and (max-width: 767px) {
  .heading-bubble {
    margin: 0 auto 15px; }
    .heading-bubble .inner {
      font-size: 1.125rem;
      font-weight: bold;
      padding: 5px 10px 6px;
      min-width: 170px; }
      .heading-bubble .inner::after {
        border-width: 8px 4px 0 4px;
        bottom: -6px; } }

.chek-list-box {
  max-width: 836px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #333;
  padding: 30px 50px 15px; }

@media only screen and (max-width: 767px) {
  .chek-list-box {
    padding: 30px 25px 40px; } }

.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .check-list .check-item {
    max-width: calc(50% - 8px);
    -webkit-box-flex: calc(50% - 8px);
    -ms-flex: calc(50% - 8px);
    flex: calc(50% - 8px);
    font-size: 1.125rem;
    font-weight: 500;
    background-color: #fff;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0px 6px;
    padding-left: 34px;
    margin-bottom: 15px;
    line-height: 1.4; }

@media only screen and (max-width: 767px) {
  .check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .check-list .check-item {
      max-width: 100%;
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      font-size: 1.125rem;
      font-weight: 500;
      background-size: 16px 16px;
      background-position: 0px 6px;
      padding-left: 24px;
      margin-bottom: 18px;
      line-height: 1.4; } }

@media only screen and (max-width: 767px) {
  .voice-list .voice-item {
    margin-bottom: 40px; } }

.voice-item {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 20px 18px;
  position: relative; }
  .voice-item .img-icon {
    margin-bottom: 0;
    padding: 0 30px; }
  .voice-item:after {
    content: "";
    width: 30px;
    height: 24px;
    background-image: url(../img/voice-bg.png);
    position: absolute;
    left: 20px;
    top: -12px; }

@media only screen and (max-width: 767px) {
  .voice-item {
    padding-bottom: 45px;
    font-size: 0.9375rem; }
    .voice-item .img-icon {
      padding: 0;
      width: 128px;
      position: absolute;
      bottom: -10px;
      right: 15px; }
    .voice-item:after {
      content: "";
      width: 30px;
      height: 24px;
      background-image: url(../img/voice-bg.png);
      position: absolute;
      left: 20px;
      top: -12px; } }

.faq-list .faq-item {
  margin-bottom: 40px; }

.faq-item {
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 30px 30px; }
  .faq-item .faq-haed {
    position: relative;
    padding-left: 48px;
    padding-bottom: 25px;
    min-height: 55px;
    line-height: 1.5;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 2px; }
    .faq-item .faq-haed .faq-icon-q {
      position: absolute;
      display: block;
      left: -5px;
      top: -1px; }
  .faq-item .faq-body {
    padding: 20px 20px 20px;
    margin-bottom: 0;
    background-color: #fffaec;
    position: relative;
    font-size: 1.125rem;
    letter-spacing: 1.6px; }
    .faq-item .faq-body .faq-icon-a {
      margin-bottom: 0;
      display: block;
      position: absolute;
      top: -20px;
      left: 20px; }
  .faq-item p:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .faq-item {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 15px 22px; }
    .faq-item .faq-haed {
      padding-left: 32px;
      padding-bottom: 20px;
      min-height: 20px;
      line-height: 1.5;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0; }
      .faq-item .faq-haed .faq-icon-q {
        width: 27px;
        position: absolute;
        display: block;
        left: -2px;
        top: -2px; }
    .faq-item .faq-body {
      padding: 10px 15px 10px;
      margin-bottom: 0;
      font-size: 0.875rem; }
      .faq-item .faq-body .faq-icon-a {
        width: 72px;
        top: -15px;
        left: 15px; }
    .faq-item p:last-child {
      margin-bottom: 0; } }

.buruburu {
  -webkit-animation: hurueru 3s  infinite;
  animation: hurueru 3s  infinite; }

.buruburu2 {
  -webkit-animation: hurueru2 3s  infinite;
  animation: hurueru2 3s  infinite; }

.buruburu3 {
  -webkit-animation: hurueru3 3s  infinite;
  animation: hurueru3 3s  infinite; }

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  1% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  2% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  3% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  4% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  5% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  6% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  7% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  9% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  10% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  11% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  13% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  14% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  16% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  17% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  1% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  2% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  3% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  4% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  5% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  6% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  7% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  8% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  9% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  10% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  11% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  12% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  13% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  14% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  16% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  17% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@-webkit-keyframes hurueru2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  11% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  12% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  13% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  14% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  17% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  19% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  20% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  21% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  22% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  23% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  24% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  26% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  27% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  10% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  11% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  12% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  13% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  14% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  15% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  16% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  17% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  18% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  19% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  20% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  21% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  22% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  23% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  24% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  26% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  27% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@-webkit-keyframes hurueru3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  20% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  21% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  22% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  23% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  24% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  26% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  27% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  28% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  29% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  31% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  32% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  33% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  34% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  35% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  36% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  37% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes hurueru3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  20% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  21% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  22% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  23% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  24% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  26% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  27% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  28% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  29% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  30% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  31% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  32% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  33% {
    -webkit-transform: translate(2px, 2px) rotateZ(0.5deg);
    transform: translate(2px, 2px) rotateZ(0.5deg); }
  34% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
    transform: translate(0px, 2px) rotateZ(0deg); }
  35% {
    -webkit-transform: translate(2px, 0px) rotateZ(-0.5deg);
    transform: translate(2px, 0px) rotateZ(-0.5deg); }
  36% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); }
  37% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
    transform: translate(0px, 0px) rotateZ(0deg); } }

.flashing {
  -webkit-animation: flashing 3s  infinite;
  animation: flashing 3s  infinite; }

.flashing2 {
  -webkit-animation: flashing2 3s  infinite;
  animation: flashing2 3s  infinite; }

@-webkit-keyframes flashing {
  0% {
    opacity: 1; }
  55% {
    opacity: 1; }
  70% {
    opacity: 0.3; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes flashing {
  0% {
    opacity: 1; }
  55% {
    opacity: 1; }
  70% {
    opacity: 0.3; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flashing2 {
  0% {
    opacity: 1; }
  60% {
    opacity: 1; }
  75% {
    opacity: 0.3; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes flashing2 {
  0% {
    opacity: 1; }
  60% {
    opacity: 1; }
  75% {
    opacity: 0.3; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/*
-- Utility CSS
-------------------------------------------------- */
.clearfix, .cf {
  *zoom: 1; }
  .clearfix:after, .cf:after {
    content: "";
    display: block;
    clear: both; }

.test-left {
  text-align: left; }

.test-center {
  text-align: center; }

.test-right {
  text-align: right; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto; }

.clear {
  clear: both; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

@media only screen and (min-width: 992px) {
  .mb-pc-0 {
    margin-bottom: 0px !important; }
  .mt-pc-0 {
    margin-top: 0px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-5 {
    margin-bottom: 5px !important; }
  .mt-pc-5 {
    margin-top: 5px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-10 {
    margin-bottom: 10px !important; }
  .mt-pc-10 {
    margin-top: 10px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-15 {
    margin-bottom: 15px !important; }
  .mt-pc-15 {
    margin-top: 15px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-20 {
    margin-bottom: 20px !important; }
  .mt-pc-20 {
    margin-top: 20px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-25 {
    margin-bottom: 25px !important; }
  .mt-pc-25 {
    margin-top: 25px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-30 {
    margin-bottom: 30px !important; }
  .mt-pc-30 {
    margin-top: 30px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-35 {
    margin-bottom: 35px !important; }
  .mt-pc-35 {
    margin-top: 35px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-40 {
    margin-bottom: 40px !important; }
  .mt-pc-40 {
    margin-top: 40px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-45 {
    margin-bottom: 45px !important; }
  .mt-pc-45 {
    margin-top: 45px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-50 {
    margin-bottom: 50px !important; }
  .mt-pc-50 {
    margin-top: 50px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-55 {
    margin-bottom: 55px !important; }
  .mt-pc-55 {
    margin-top: 55px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-60 {
    margin-bottom: 60px !important; }
  .mt-pc-60 {
    margin-top: 60px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-65 {
    margin-bottom: 65px !important; }
  .mt-pc-65 {
    margin-top: 65px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-70 {
    margin-bottom: 70px !important; }
  .mt-pc-70 {
    margin-top: 70px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-75 {
    margin-bottom: 75px !important; }
  .mt-pc-75 {
    margin-top: 75px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-80 {
    margin-bottom: 80px !important; }
  .mt-pc-80 {
    margin-top: 80px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-85 {
    margin-bottom: 85px !important; }
  .mt-pc-85 {
    margin-top: 85px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-90 {
    margin-bottom: 90px !important; }
  .mt-pc-90 {
    margin-top: 90px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-95 {
    margin-bottom: 95px !important; }
  .mt-pc-95 {
    margin-top: 95px !important; } }

@media only screen and (min-width: 992px) {
  .mb-pc-100 {
    margin-bottom: 100px !important; }
  .mt-pc-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-0 {
    margin-bottom: 0px !important; }
  .mt-tb-0 {
    margin-top: 0px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-5 {
    margin-bottom: 5px !important; }
  .mt-tb-5 {
    margin-top: 5px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-10 {
    margin-bottom: 10px !important; }
  .mt-tb-10 {
    margin-top: 10px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-15 {
    margin-bottom: 15px !important; }
  .mt-tb-15 {
    margin-top: 15px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-20 {
    margin-bottom: 20px !important; }
  .mt-tb-20 {
    margin-top: 20px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-25 {
    margin-bottom: 25px !important; }
  .mt-tb-25 {
    margin-top: 25px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-30 {
    margin-bottom: 30px !important; }
  .mt-tb-30 {
    margin-top: 30px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-35 {
    margin-bottom: 35px !important; }
  .mt-tb-35 {
    margin-top: 35px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-40 {
    margin-bottom: 40px !important; }
  .mt-tb-40 {
    margin-top: 40px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-45 {
    margin-bottom: 45px !important; }
  .mt-tb-45 {
    margin-top: 45px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-50 {
    margin-bottom: 50px !important; }
  .mt-tb-50 {
    margin-top: 50px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-55 {
    margin-bottom: 55px !important; }
  .mt-tb-55 {
    margin-top: 55px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-60 {
    margin-bottom: 60px !important; }
  .mt-tb-60 {
    margin-top: 60px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-65 {
    margin-bottom: 65px !important; }
  .mt-tb-65 {
    margin-top: 65px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-70 {
    margin-bottom: 70px !important; }
  .mt-tb-70 {
    margin-top: 70px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-75 {
    margin-bottom: 75px !important; }
  .mt-tb-75 {
    margin-top: 75px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-80 {
    margin-bottom: 80px !important; }
  .mt-tb-80 {
    margin-top: 80px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-85 {
    margin-bottom: 85px !important; }
  .mt-tb-85 {
    margin-top: 85px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-90 {
    margin-bottom: 90px !important; }
  .mt-tb-90 {
    margin-top: 90px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-95 {
    margin-bottom: 95px !important; }
  .mt-tb-95 {
    margin-top: 95px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-100 {
    margin-bottom: 100px !important; }
  .mt-tb-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important; }
  .mt-sp-0 {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-5 {
    margin-bottom: 5px !important; }
  .mt-sp-5 {
    margin-top: 5px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-10 {
    margin-bottom: 10px !important; }
  .mt-sp-10 {
    margin-top: 10px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-15 {
    margin-bottom: 15px !important; }
  .mt-sp-15 {
    margin-top: 15px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-20 {
    margin-bottom: 20px !important; }
  .mt-sp-20 {
    margin-top: 20px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-25 {
    margin-bottom: 25px !important; }
  .mt-sp-25 {
    margin-top: 25px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-30 {
    margin-bottom: 30px !important; }
  .mt-sp-30 {
    margin-top: 30px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-35 {
    margin-bottom: 35px !important; }
  .mt-sp-35 {
    margin-top: 35px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-40 {
    margin-bottom: 40px !important; }
  .mt-sp-40 {
    margin-top: 40px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-45 {
    margin-bottom: 45px !important; }
  .mt-sp-45 {
    margin-top: 45px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-50 {
    margin-bottom: 50px !important; }
  .mt-sp-50 {
    margin-top: 50px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-55 {
    margin-bottom: 55px !important; }
  .mt-sp-55 {
    margin-top: 55px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-60 {
    margin-bottom: 60px !important; }
  .mt-sp-60 {
    margin-top: 60px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-65 {
    margin-bottom: 65px !important; }
  .mt-sp-65 {
    margin-top: 65px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-70 {
    margin-bottom: 70px !important; }
  .mt-sp-70 {
    margin-top: 70px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-75 {
    margin-bottom: 75px !important; }
  .mt-sp-75 {
    margin-top: 75px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-80 {
    margin-bottom: 80px !important; }
  .mt-sp-80 {
    margin-top: 80px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-85 {
    margin-bottom: 85px !important; }
  .mt-sp-85 {
    margin-top: 85px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-90 {
    margin-bottom: 90px !important; }
  .mt-sp-90 {
    margin-top: 90px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-95 {
    margin-bottom: 95px !important; }
  .mt-sp-95 {
    margin-top: 95px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-100 {
    margin-bottom: 100px !important; }
  .mt-sp-100 {
    margin-top: 100px !important; } }

@media only screen and (max-width: 991px) {
  .mb-pc-0 {
    margin-bottom: 0px !important; }
  .mt-pc-0 {
    margin-top: 0px !important; } }

@media only screen and (max-width: 991px) {
  .mb-tb-0 {
    margin-bottom: 0px !important; }
  .mt-tb-0 {
    margin-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important; }
  .mt-sp-0 {
    margin: 0px !important; } }

.mb-ss {
  margin-bottom: 10px !important; }

.mb-s {
  margin-bottom: 20px !important; }

.mb-m {
  margin-bottom: 40px !important; }

.mb-l {
  margin-bottom: 60px !important; }

.mb-ll {
  margin-bottom: 80px !important; }

.mt-ss {
  margin-top: 10px !important; }

.mt-s {
  margin-top: 20px !important; }

.mt-m {
  margin-top: 40px !important; }

.mt-l {
  margin-top: 60px !important; }

.mt-ll {
  margin-top: 80px !important; }

@media only screen and (max-width: 991px) {
  .mb-ss {
    margin-bottom: 5px !important; }
  .mb-s {
    margin-bottom: 10px !important; }
  .mb-m {
    margin-bottom: 20px !important; }
  .mb-l {
    margin-bottom: 30px !important; }
  .mb-ll {
    margin-bottom: 40px !important; }
  .mt-ss {
    margin-top: 5px !important; }
  .mt-s {
    margin-top: 10px !important; }
  .mt-m {
    margin-top: 20px !important; }
  .mt-l {
    margin-top: 30px !important; }
  .mt-ll {
    margin-top: 40px !important; } }

.fz-ss {
  font-size: 0.625rem !important; }

.fz-s {
  font-size: 0.75rem !important; }

.fz-m {
  font-size: 0.875rem !important; }

.fz-l {
  font-size: 1rem !important; }

.fz-ll {
  font-size: 1.125rem !important; }

.fw-b {
  font-weight: bold !important; }

.fw-n {
  font-weight: normal !important; }

.sp-break {
  display: inline; }

@media only screen and (max-width: 767px) {
  .sp-break {
    display: block; } }

.pc-visible {
  display: block; }

.sp-visible {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc-visible {
    display: none; }
  .sp-visible {
    display: block; } }

@media only screen and (max-width: 1279px) {
  .pc-hidden {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .tb-hidden {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */