@charset "UTF-8";
/*
-- Import CSS
-------------------------------------------------- */
ul,
ol, h1,
h2,
h3,
h4,
h5,
h6 {
  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: 400;
  font-size: 16px;
}

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

.font-en {
  font-family: "Roboto", sans-serif;
}

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

/*見出し
-----------------------------------------------------*/
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: 400;
  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:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #999;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #999;
}
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: 860px;
}

@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: #06427f;
}

@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: 134px;
  height: 20px;
  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: 135px;
    height: auto;
    vertical-align: top;
    position: relative;
    top: -1px;
  }
  .site-logo .site-logo-text {
    font-size: 0.75rem;
    font-weight: 300;
  }
}
/*
* footer
* --------------------------------------------------*/
.site-footer {
  padding: 40px 0 0;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}
.site-footer .copy {
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  background-color: #06427f;
  padding: 8px 0;
}

@media only screen and (max-width:767px) {
  .site-footer {
    padding-top: 30px;
  }
  .site-footer .copy {
    font-size: 0.75rem;
    padding: 12px 0;
  }
}
.footer-info {
  padding-bottom: 40px;
}

@media only screen and (max-width:767px) {
  .footer-info {
    padding-bottom: 30px;
  }
}
.footer-info-table tbody {
  margin-bottom: 0;
}
.footer-info-table tbody tr th, .footer-info-table tbody tr td {
  font-size: 0.875rem;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
  padding: 5px 0;
}
.footer-info-table tbody tr th {
  width: 15%;
}

@media only screen and (max-width:767px) {
  .footer-info-table tbody tr th {
    width: 27%;
  }
  .footer-info-table tbody tr td {
    letter-spacing: 0;
  }
}
.section {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width:767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-common-register .sction-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .section-common-register .sction-title {
    font-size: 1.6875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
  }
}
/*
-- Module
-------------------------------------------------- */
.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: 1em;
}

.main-visual {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-image: url(../img/mv-bg.jpg);
  background-size: cover;
}

@media only screen and (max-width:767px) {
  .main-visual {
    background-image: url(../img/mv-bg-sp.png), url(../img/bg-patten01.gif);
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, 255px 230px;
    padding: 5vw 0 38vw;
  }
}
.mv-copy {
  width: 100%;
  height: 520px;
  position: relative;
}
.mv-copy .mv-img {
  width: 100%;
  height: auto;
  max-width: 1150px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.mv-copy .mv-pc {
  display: block;
}
.mv-copy .mv-sp {
  display: none;
}

@media only screen and (max-width:767px) {
  .mv-copy {
    height: 84vw;
  }
  .mv-copy .mv-img {
    width: 100%;
    height: auto;
    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: none;
  }
  .mv-copy .mv-sp {
    display: block;
  }
}
/*
// その他　Module
* -------------------------------------------------- */
.fs-small {
  font-size: 14px;
}

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

.text-red {
  color: #b91c31;
}

.text-pink {
  color: #ff2376;
}

.text-yellow {
  color: #fff045;
}

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

.text-navy {
  color: #06427f;
}

.text-orange {
  color: #f48111;
}

.text-gray {
  color: #f2f2f2;
}

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

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

@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(#fff080), to(#fff080));
  background-image: linear-gradient(#fff080, #fff080);
  background-size: 100% 0.25em;
  background-position: center 95%;
  background-repeat: no-repeat;
  display: inline;
}

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

.txt-bg-yellow {
  background-color: #ffe400;
}

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

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

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

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

.bg-grid {
  background-color: #fff;
  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: 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: radial-gradient(#e8e8e8 1px, transparent 1px);
    background-size: 5px 5px;
    background-position: 5px;
  }
}
.bg-patten01 {
  background-color: #06427f;
  background-image: url(../img/bg-patten01.gif);
  background-position: left top;
  background-repeat: repeat;
}

.bg-patten02 {
  background-color: #f48111;
  background-image: url(../img/bg-patten02.gif);
  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: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding: 50px 30px 30px;
}
.register-block .register-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #06427f;
}
.register-block .img-fluid {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:767px) {
  .register-block {
    padding: 35px 15px 20px;
  }
  .register-block .register-text {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .register-block .img-fluid {
    margin-left: auto;
    margin-right: auto;
  }
}
.register-bubble {
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #f48111;
  border-radius: 5px;
  position: relative;
  max-width: 448px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 auto -23px;
  padding: 9px 10px;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #06427f;
          box-shadow: 0 0 0 3px #06427f;
  position: relative;
}
.register-bubble:before, .register-bubble:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.register-bubble:before {
  border-width: 15px 9px 0 9px;
  border-color: #06427f transparent transparent transparent;
  bottom: -16px;
}
.register-bubble:after {
  border-width: 12px 7px 0 7px;
  border-color: #f48111 transparent transparent transparent;
  bottom: -12px;
}

@media only screen and (max-width:767px) {
  .register-bubble {
    font-size: 0.9375rem;
    font-weight: 500;
    max-width: 92%;
    margin: 0 auto -18px;
    padding: 7px 5px;
    -webkit-box-shadow: 0 0 0 2px #06427f;
            box-shadow: 0 0 0 2px #06427f;
  }
  .register-bubble:before {
    border-width: 8px 5px 0 5px;
    border-color: #06427f transparent transparent transparent;
    bottom: -10px;
  }
  .register-bubble:after {
    border-width: 6px 4px 0 4px;
    border-color: #f48111 transparent transparent transparent;
    bottom: -6px;
  }
}
.register-btn {
  font-size: 1.625rem;
  font-weight: 500;
  background-color: #31aa11;
  color: #fff;
  border-radius: 80px;
  min-height: 86px;
  -webkit-box-shadow: 0px 7px 0 0 #266d14;
          box-shadow: 0px 7px 0 0 #266d14;
  width: 100%;
  max-width: 472px;
  text-shadow: 0 3px 0 #266d14;
  padding-left: 5px;
  padding-right: 5px;
}
.register-btn:hover, .register-btn:active {
  text-shadow: 0 3px 0 #266d14;
  -webkit-box-shadow: 0px 7px 0 0 #266d14;
          box-shadow: 0px 7px 0 0 #266d14;
  color: #fff;
  opacity: 0.7;
}

@media only screen and (max-width:767px) {
  .register-btn {
    font-size: 1.25rem;
    font-weight: 500;
    min-height: 60px;
    -webkit-box-shadow: 0px 4px 0 0 #266d14;
            box-shadow: 0px 4px 0 0 #266d14;
    padding-left: 5px;
    padding-right: 5px;
  }
  .register-btn:hover, .register-btn:active {
    -webkit-box-shadow: 0px 4px 0 0 #266d14;
            box-shadow: 0px 4px 0 0 #266d14;
  }
}
.register-note {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  .register-note {
    font-size: 0.6875rem;
    text-align: left;
  }
}
.feature-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;
}
.feature-list .item {
  max-width: calc(50% - 8px);
  -webkit-box-flex: calc(50% - 8px);
      -ms-flex: calc(50% - 8px);
          flex: calc(50% - 8px);
  font-size: 1.25rem;
  font-weight: 500;
  border: 2px solid #eaeaea;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: 13px 18px;
  margin-bottom: 16px;
  padding: 5px 18px 5px 40px;
}

@media only screen and (max-width:767px) {
  .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-list .item {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    font-size: 1rem;
    font-weight: 500;
    border: 2px solid #eaeaea;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 12px 14px;
    margin-bottom: 8px;
    padding: 5px 18px 5px 40px;
  }
}
.case-list {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}
.case-list .case-item {
  margin-bottom: 30px;
}

.case-item {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06427f));
  background-image: linear-gradient(#06427f);
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 5px;
  padding: 40px 29px 30px;
}
.case-item .case-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.case-item .case-header .inner {
  max-width: calc(100% - 256px);
  -webkit-box-flex: calc(100% - 256px);
      -ms-flex: calc(100% - 256px);
          flex: calc(100% - 256px);
  padding-right: 30px;
}
.case-item .case-header .img-wrap {
  max-width: 256px;
  -webkit-box-flex: 256px;
      -ms-flex: 256px;
          flex: 256px;
}
.case-item .case-header .title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.case-item .case-header .num {
  margin-top: -5px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.case-item .case-header .name {
  font-size: 1.125rem;
  text-align: right;
  color: #999;
}

@media only screen and (max-width:767px) {
  .case-item {
    padding: 20px 15px 15px;
  }
  .case-item .case-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .case-item .case-header .inner {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-right: 0;
  }
  .case-item .case-header .img-wrap {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .case-item .case-header .title {
    font-size: 1.3125rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }
  .case-item .case-header .num {
    text-align: center;
    width: 95px;
    margin: 0 auto 10px;
  }
  .case-item .case-header .name {
    font-size: 0.875rem;
    text-align: center;
  }
}
.case-dateil {
  margin-bottom: 20px;
}
.case-dateil .dateil-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
}
.case-dateil .dateil-item .title, .case-dateil .dateil-item .desc {
  margin-bottom: 0;
  padding: 10px;
}
.case-dateil .dateil-item .title {
  max-width: 138px;
  -webkit-box-flex: 138px;
      -ms-flex: 138px;
          flex: 138px;
  background-color: #99a6b2;
  color: #fff;
  text-align: center;
  border-radius: 5px 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-dateil .dateil-item .desc {
  max-width: calc(100% - 138px);
  -webkit-box-flex: calc(100% - 138px);
      -ms-flex: calc(100% - 138px);
          flex: calc(100% - 138px);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background-color: #eaeef1;
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
}
.case-dateil .check-list .list-item {
  text-align: left;
}

@media only screen and (max-width:767px) {
  .case-dateil {
    margin-bottom: 20px;
  }
  .case-dateil .dateil-item {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .case-dateil .dateil-item .title, .case-dateil .dateil-item .desc {
    margin-bottom: 0;
    padding: 10px;
  }
  .case-dateil .dateil-item .title {
    max-width: 106px;
    -webkit-box-flex: 106px;
        -ms-flex: 106px;
            flex: 106px;
    padding: 4px 10px 6px;
  }
  .case-dateil .dateil-item .desc {
    max-width: calc(100% - 106px);
    -webkit-box-flex: calc(100% - 106px);
        -ms-flex: calc(100% - 106px);
            flex: calc(100% - 106px);
    padding: 4px 10px 6px;
  }
  .case-dateil .check-list .list-item {
    text-align: left;
  }
}
.check-list .list-item {
  text-align: left;
  position: relative;
  padding-left: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.check-list .list-item span {
  line-height: 1.5;
}
.check-list .list-item:last-child {
  margin-bottom: 0;
}
.check-list .list-item:before {
  content: "";
  display: block;
  background-image: url(../img/check02.svg);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  border: 2px solid #99a6b2;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width:767px) {
  .check-list {
    padding: 3px 0;
  }
  .check-list .list-item {
    text-align: left;
    position: relative;
    padding-left: 23px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .check-list .list-item span {
    line-height: 1.5;
  }
  .check-list .list-item:last-child {
    margin-bottom: 0;
  }
  .check-list .list-item:before {
    background-size: 15px 15px;
    border: 2px solid #99a6b2;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
  }
}
.case-footer {
  background-color: #eff3f5;
  padding: 20px;
}
.case-footer .inner {
  min-height: 186px;
  padding-left: calc(50% + 8px);
  position: relative;
}
.case-footer .thumbnail {
  margin-bottom: 0;
  max-width: calc(50% - 8px);
  position: absolute;
  left: 0;
  top: 0;
}
.case-footer .heading {
  font-size: 1.75rem;
  font-weight: 500;
  color: #f48111;
  margin-bottom: 5px;
}
.case-footer .copy {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width:767px) {
  .case-footer {
    background-color: #eff3f5;
    padding: 8px 15px 15px;
  }
  .case-footer .inner {
    min-height: auto;
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case-footer .thumbnail {
    max-width: 93px;
    -webkit-box-flex: 93px;
        -ms-flex: 93px;
            flex: 93px;
    height: 93px;
    margin-bottom: 0;
    position: relative;
    left: 0;
    top: 0;
  }
  .case-footer .thumbnail .img-fluid {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case-footer .copy-wrap {
    max-width: calc(100% - 93px);
    -webkit-box-flex: calc(100% - 93px);
        -ms-flex: calc(100% - 93px);
            flex: calc(100% - 93px);
    padding-left: 10px;
  }
  .case-footer .heading {
    font-size: 1.375rem;
    font-weight: 500;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .case-footer .copy {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.loan-wrap .loan {
  background-color: #06427f;
  border-radius: 5px;
  padding: 52px 0;
  margin-bottom: 0;
}
.loan-wrap .loan > .img-fluid {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.loan-wrap .loan-more {
  font-size: 1.5625rem;
  font-weight: bold;
  background-color: #fff;
  background-image: url(../img/case-more.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  color: #fff;
  min-height: 115px;
  max-width: 350px;
  line-height: 1.3;
  text-align: center;
  padding: 8px;
  margin: -20px auto 20px;
}
.loan-wrap .loan-more .fs-large {
  font-size: 1.875rem;
  font-weight: bold;
}
.loan-wrap .loan-compare {
  margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
  .loan-wrap .loan {
    background-color: #06427f;
    padding: 20px 45px 25px;
    margin-bottom: 0;
  }
  .loan-wrap .loan > .img-fluid {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .loan-wrap .loan-more {
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #fff;
    color: #fff;
    min-height: 90px;
    max-width: 275px;
    line-height: 1.3;
    text-align: center;
    padding: 5px;
    margin: -10px auto 20px;
  }
  .loan-wrap .loan-more .fs-large {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .loan-wrap .loan-compare {
    margin-bottom: 20px;
  }
}
.reason-box {
  border: 3px solid #000;
  border-radius: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  margin-bottom: 20px;
}
.reason-box .text-wrap {
  max-width: 62%;
  -webkit-box-flex: 62%;
      -ms-flex: 62%;
          flex: 62%;
}
.reason-box .text-wrap p {
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.reason-box .text-wrap p:last-child {
  margin-bottom: 0;
}
.reason-box .img-wrap {
  max-width: 38%;
  -webkit-box-flex: 38%;
      -ms-flex: 38%;
          flex: 38%;
  padding-left: 20px;
  text-align: right;
  margin-top: 20px;
}
.reason-box .heading {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason-box .heading .icon {
  margin-right: 25px;
  margin-bottom: 0;
  background-color: #f48111;
  border-radius: 5px;
  text-align: center;
  width: 132px;
  min-height: 50px;
  padding: 15px 0;
  position: relative;
}
.reason-box .heading .icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #f48111;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.reason-box .heading .icon .img-fluid {
  margin-bottom: 0;
  max-height: 20px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.reason-box .heading .text {
  margin: 0;
}
.reason-box .heading .fs-large {
  font-size: 1.875rem;
  font-weight: bold;
  color: #f48111;
}

@media only screen and (max-width:767px) {
  .reason-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 15px 15px;
    position: relative;
    margin-top: 60px;
  }
  .reason-box .text-wrap {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .reason-box .thumbnail {
    background-color: #eff3f5;
    padding: 15px;
    text-align: center;
  }
  .reason-box .thumbnail .img-fluid {
    margin: 0 auto;
  }
  .reason-box .heading {
    font-size: 1.5625rem;
    font-weight: bold;
    text-align: center;
  }
  .reason-box .heading .fs-large {
    font-size: 1.8125rem;
    font-weight: bold;
    color: #f48111;
  }
  .reason-box .heading .text {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .reason-box .heading .icon {
    text-align: center;
    position: absolute;
    width: 134px;
    min-height: 56px;
    top: 0;
    left: 50%;
    padding: 18px 0;
    -webkit-transform: translate(-50%, -28px);
        -ms-transform: translate(-50%, -28px);
            transform: translate(-50%, -28px);
  }
  .reason-box .heading .icon:after {
    border-width: 10px 6px 0 6px;
    border-color: #f48111 transparent transparent transparent;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -10px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.step-list .list-itme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.step-list .list-itme .img-wrap {
  max-width: 350px;
  -webkit-box-flex: 350px;
      -ms-flex: 350px;
          flex: 350px;
}
.step-list .list-itme .text-wrap {
  max-width: calc(100% - 350px);
  -webkit-box-flex: calc(100% - 350px);
      -ms-flex: calc(100% - 350px);
          flex: calc(100% - 350px);
  padding-left: 20px;
  padding-top: 10px;
}

@media only screen and (max-width:767px) {
  .step-list .list-itme {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .step-list .list-itme:last-child {
    margin-bottom: 10px;
  }
  .step-list .list-itme .img-wrap {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .step-list .list-itme .text-wrap {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.feature-list-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.feature-list-media .item {
  max-width: calc(40% - 8px);
  -webkit-box-flex: calc(40% - 8px);
      -ms-flex: calc(40% - 8px);
          flex: calc(40% - 8px);
  background-color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  padding: 0px 40px 0px 20px;
}
.feature-list-media .item img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width:767px) {
  .reason-box .img-fluid-media {
    width: 70%;
  }
}
.ul-circle > li {
  position: relative;
  padding-left: 20px;
}
.ul-circle > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  top: 0.6em;
  left: 1px;
  margin: 0;
  background-color: #f48111;
}

.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;
  }
}
/*
-- section
-------------------------------------------------- */
.section-register {
  padding-top: 0;
}
.section-register .register-text {
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-register .register-text .img-fluid {
  margin: 0 auto;
}
.section-register .register-block {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding: 3px 30px 30px;
  position: relative;
}
.section-register .register-block::before, .section-register .register-block::after {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 142px;
  height: 170px;
}
.section-register .register-block::before {
  background-image: url(../img/register-img-l.png);
  top: 30px;
  left: -30px;
}
.section-register .register-block::after {
  background-image: url(../img/register-img-r.png);
  top: 70px;
  right: -30px;
}
.section-register .register-bubble {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: -25px auto 15px;
  background-color: #31aa11;
  max-width: 236px;
  border-radius: 0;
}
.section-register .register-bubble::after, .section-register .register-bubble::before {
  background-color: #31aa11;
  width: 9px;
  height: 9px;
  border: 0;
  bottom: -9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.section-register .register-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.section-register .register-copy .lg {
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .section-register {
    padding-top: 0;
  }
  .section-register .register-text {
    margin-top: -10px;
  }
  .section-register .register-block {
    padding: 3px 20px 20px;
  }
  .section-register .register-block::before, .section-register .register-block::after {
    display: none;
  }
  .section-register .register-bubble {
    margin: -25px auto 8px;
    max-width: 160px;
  }
  .section-register .register-bubble::after, .section-register .register-bubble::before {
    bottom: -7px;
  }
  .section-register .register-copy {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .section-register .register-copy .lg {
    font-size: 1rem;
    font-weight: bold;
  }
}
.section-feature .section-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.section-feature .section-lead {
  font-size: 2rem;
  font-weight: bold;
  background-image: url(../img/feature-title-bg.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.section-feature .section-title {
  font-size: 2.375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-feature .section-title .fs-large {
  font-size: 3rem;
  font-weight: bold;
  color: #f48111;
}

@media only screen and (max-width:767px) {
  .section-feature .section-header {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
  }
  .section-feature .section-lead {
    font-size: 1.4375rem;
    font-weight: bold;
    background-image: url(../img/feature-title-bg.gif);
    background-position: center bottom;
    background-size: 240px auto;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .section-feature .section-title {
    font-size: 1.8125rem;
    font-weight: bold;
    width: 70%;
    margin: 0 auto 10px;
    line-height: 1.3;
  }
  .section-feature .section-title .fs-large {
    font-size: 2.125rem;
    font-weight: bold;
    color: #f48111;
  }
}
.section-case {
  background-image: url(../img/case-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.section-case .section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-case .section-lead {
  font-size: 2rem;
  font-weight: 500;
  background-color: #06427f;
  color: #fff;
  max-width: 472px;
  padding: 4px 5px 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}
.section-case .section-lead:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 0;
  border-color: #06427f transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section-case .section-title {
  font-size: 2.375rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 3px;
}
.section-case .section-title .fs-large {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .section-case {
    background-image: url(../img/case-bg-sp.png), url(../img/case-bg-sp02.png);
    background-size: 100% auto;
    background-position: center top, center 210px;
    padding-top: 50px;
  }
  .section-case .section-header {
    text-align: center;
    margin-bottom: 45vw;
    position: relative;
  }
  .section-case .section-lead {
    font-size: 1.1875rem;
    font-weight: 500;
    max-width: 275px;
    padding: 8px 5px 9px;
  }
  .section-case .section-title {
    font-size: 1.6875rem;
    font-weight: normal;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .section-case .section-title .fs-large {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
  }
}
.section-reason .section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-reason .section-lead {
  font-size: 1.75rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 37px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
}
.section-reason .section-lead:before, .section-reason .section-lead:after {
  content: "";
  width: 27px;
  height: 40px;
  display: block;
  position: absolute;
  top: -3px;
}
.section-reason .section-lead:before {
  background-image: url(../img/reason-header-bg01.svg);
  left: 0;
}
.section-reason .section-lead:after {
  background-image: url(../img/reason-header-bg02.svg);
  right: 0;
}
.section-reason .section-title {
  font-size: 2.375rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 3px;
}
.section-reason .section-title .fs-large {
  font-size: 3rem;
  font-weight: bold;
  color: #f48111;
}

@media only screen and (max-width:767px) {
  .section-reason .section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .section-reason .section-lead {
    font-size: 1.125rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
  }
  .section-reason .section-lead:before, .section-reason .section-lead:after {
    content: "";
    width: 15px;
    height: 22px;
    top: 2px;
    background-size: 100% auto;
  }
  .section-reason .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .section-reason .section-title .fs-large {
    font-size: 2.125rem;
    font-weight: bold;
    color: #f48111;
  }
}
.section-step .section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-step .section-title {
  font-size: 3rem;
  font-weight: 500;
  color: #f48111;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 3px;
}
.section-step .text-wrap p {
  margin-bottom: 10px;
}
.section-step .text-wrap p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  .section-step .section-header {
    margin-bottom: 25px;
  }
  .section-step .section-title {
    font-size: 1.875rem;
    font-weight: 500;
  }
}
.section-feature02 {
  padding: 0;
}
.section-feature02 .bg-top {
  background-color: #f6830d;
  padding: 1px 0 80px;
}
.section-feature02 .bg-bottom {
  background-color: #fcf7ed;
  padding: 80px 0;
}
.section-feature02 .section-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.section-feature02 .section-lead {
  font-size: 2rem;
  font-weight: bold;
  background-color: #333;
  padding: 2px 25px;
  margin: -30px auto 0;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.section-feature02 .section-lead::after {
  content: "";
  background-color: #333;
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section-feature02 .section-title {
  font-size: 2.625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section-feature02 .section-title .img-fluid {
  margin-top: 10px;
}
.section-feature02 .panel {
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 6px;
}
.section-feature02 .panel .left {
  width: 50%;
  padding-right: 28px;
}
.section-feature02 .panel .right {
  width: 50%;
  padding-left: 28px;
  position: relative;
}
.section-feature02 .panel .right::before {
  content: "";
  display: block;
  background-image: radial-gradient(#a2aab1 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: -4px -4px;
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: calc(100% - 20px);
}
.section-feature02 .panel .heading {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width:767px) {
  .section-feature02 .bg-top {
    background-color: #f6830d;
    padding: 1px 0 50px;
  }
  .section-feature02 .bg-bottom {
    background-color: #fcf7ed;
    padding: 40px 0;
  }
  .section-feature02 .section-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  .section-feature02 .section-lead {
    font-size: 1.3125rem;
    font-weight: bold;
    padding: 2px 5px;
    margin: -20px auto 0;
    width: 310px;
  }
  .section-feature02 .section-lead::after {
    width: 12px;
    height: 6px;
    bottom: -6px;
  }
  .section-feature02 .section-title {
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .section-feature02 .section-title .img-fluid {
    margin-top: 10px;
  }
  .section-feature02 .panel {
    padding: 20px;
  }
  .section-feature02 .panel .left {
    width: 100%;
    padding-right: 0;
  }
  .section-feature02 .panel .right {
    width: 100%;
    padding-left: 0;
    padding-top: 22px;
    margin-top: 20px;
  }
  .section-feature02 .panel .right::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .section-feature02 .panel .heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
  }
}
.compare-table-wrap {
  width: 100%;
  background-color: #e0e3e6;
  border-radius: 6px 0 0 6px;
  padding: 0 0 9px 9px;
  margin-top: 40px;
}

.compare-table {
  width: 100%;
}
.compare-table .icon {
  width: 36px;
  margin-bottom: 0;
  margin-right: 10px;
}
.compare-table tr {
  border: 0;
}
.compare-table tr th, .compare-table tr td {
  font-size: 1.5rem;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e3e6;
  text-align: center;
  vertical-align: middle;
  width: 35%;
  padding: 10px;
}
.compare-table tr th:first-child, .compare-table tr td:first-child {
  width: 30%;
}
.compare-table thead tr th {
  font-size: 1.75rem;
  background-color: #e0e3e6;
  border-color: #e0e3e6;
  color: #b91c31;
}
.compare-table thead tr th:last-child {
  font-size: 1.875rem;
  background-color: #013d7b;
  border-color: #013d7b;
  color: #fff;
  border-left-width: 20px;
  border-right-width: 20px;
  position: relative;
}
.compare-table thead tr th:last-child::before {
  content: "";
  position: absolute;
  background-color: #013d7b;
  height: 20px;
  width: calc(100% + 40px);
  top: -20px;
  left: -20px;
  border-radius: 6px 6px 0 0;
}
.compare-table tbody tr th {
  background-color: #6f8293;
  color: #fff;
}
.compare-table tbody tr td {
  background-color: #fff;
  color: #6f8293;
}
.compare-table tbody tr td:last-child {
  color: #013d7b;
  border-color: #013d7b;
  border-left-width: 20px;
  border-right-width: 20px;
}
.compare-table tbody tr:last-child td {
  position: relative;
}
.compare-table tbody tr:last-child td:last-child::before {
  content: "";
  position: absolute;
  background-color: #013d7b;
  height: 20px;
  width: calc(100% + 40px);
  bottom: -20px;
  left: -20px;
  border-radius: 0 0 6px 6px;
}

@media only screen and (max-width:767px) {
  .compare-table-wrap {
    padding: 0 0 1px 1px;
    margin-top: 40px;
  }
  .compare-table {
    width: 100%;
  }
  .compare-table .icon {
    width: 16px;
    display: block;
    margin: 0 auto 0;
  }
  .compare-table tr {
    border: 0;
  }
  .compare-table tr th,
  .compare-table tr td {
    font-size: 0.875rem;
    font-weight: 400;
    width: 32%;
    padding: 10px 0;
    line-height: 1.3;
  }
  .compare-table tr th:first-child,
  .compare-table tr td:first-child {
    width: 32%;
  }
  .compare-table tr th:last-child,
  .compare-table tr td:last-child {
    width: 36%;
  }
  .compare-table thead tr th {
    font-size: 1rem;
    padding: 2px;
  }
  .compare-table thead tr th .emphasis {
    margin-top: -1em;
    display: block;
    position: relative;
    z-index: 1;
  }
  .compare-table thead tr th:last-child {
    font-size: 1.0625rem;
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .compare-table thead tr th:last-child::before {
    height: 20px;
    width: calc(100% + 4px);
    top: -20px;
    left: -2px;
  }
  .compare-table tbody tr td:last-child {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .compare-table tbody tr:last-child td {
    position: relative;
  }
  .compare-table tbody tr:last-child td:last-child::before {
    height: 2px;
    width: calc(100% + 4px);
    bottom: -2px;
    left: -2px;
  }
}
.feature02-bottom .bottom-heading {
  font-size: 2.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.feature02-bottom .bottom-heading .large {
  font-size: 3.375rem;
  font-weight: bold;
  color: #f48111;
}
.feature02-bottom .bottom-heading .small {
  font-size: 2.125rem;
  font-weight: bold;
}
.feature02-bottom .lg-text {
  font-size: 1.75rem;
  background-color: #f48111;
  color: #fff;
  padding: 0 5px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:767px) {
  .feature02-bottom .bottom-heading {
    font-size: 2.125rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .feature02-bottom .bottom-heading .large {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f48111;
  }
  .feature02-bottom .bottom-heading .small {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  .feature02-bottom .lg-text {
    font-size: 1.1875rem;
    background-color: #f48111;
    color: #fff;
    padding: 0 5px;
    letter-spacing: 0.1em;
  }
}
.section-worries {
  background-color: #fcf7ed;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
.section-worries::before {
  content: "";
  display: block;
  width: 50px;
  height: 150px;
  background-image: url(../img/worries-arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-worries .section-title {
  background-image: url(../img/worries-title-bg.png);
  background-position: center center;
  background-size: auto 62px;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  width: 510px;
  min-height: 62px;
  padding: 4px;
  margin: -30px auto 20px;
  text-align: center;
}
.section-worries .section-title .img-fluid {
  margin-top: 10px;
}
.section-worries .copy01 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.section-worries .copy02 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 0;
}
.section-worries .copy02 .large {
  font-size: 3.625rem;
  font-weight: bold;
  color: #f48111;
}
.section-worries .copy02 .small {
  font-size: 2.375rem;
  font-weight: bold;
}
.section-worries .panel {
  background-color: #fff;
  padding: 5px 40px 40px;
  border-radius: 6px;
  position: relative;
}
.section-worries .panel::before, .section-worries .panel::after {
  content: "";
  position: absolute;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 330px;
  height: 530px;
}
.section-worries .panel::before {
  background-image: url(../img/worries-bg01.png);
  top: -75px;
  left: -280px;
}
.section-worries .panel::after {
  background-image: url(../img/worries-bg02.png);
  top: 75px;
  right: -280px;
}
.section-worries .description {
  text-align: center;
}
.section-worries .description p {
  margin-bottom: 0;
}
.section-worries .description p + p {
  margin-top: 5px;
}

@media only screen and (max-width:767px) {
  .section-worries {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .section-worries::before {
    width: 40px;
    height: 80px;
    top: -45px;
  }
  .section-worries .section-title {
    background-image: url(../img/worries-title-bg.png);
    background-size: auto 38px;
    font-size: 1.3125rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: 324px;
    min-height: 40px;
    padding: 4px;
    margin: -20px auto 20px;
  }
  .section-worries .copy01 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .section-worries .copy01 .text-orange {
    font-size: 1.4375rem;
    font-weight: bold;
  }
  .section-worries .copy02 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  .section-worries .copy02 .large {
    font-size: 2.0625rem;
    font-weight: bold;
  }
  .section-worries .copy02 .small {
    font-size: 1.625rem;
    font-weight: bold;
  }
  .section-worries .panel {
    background-color: #fff;
    padding: 5px 5px 30px;
    border-radius: 6px;
    position: relative;
  }
  .section-worries .panel::before {
    display: none;
  }
  .section-worries .panel::after {
    background-image: url(../img/worries-bg-sp.png);
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    height: 48vw;
    margin-top: 20px;
  }
  .section-worries .description {
    font-size: 0.875rem;
    text-align: left;
  }
  .section-worries .description p {
    margin-bottom: 0;
  }
  .section-worries .description p + p {
    margin-top: 10px;
  }
}
.section-media {
  background-image: url(../img/media-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.section-media .section-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.section-media .section-title {
  margin-bottom: 10px;
}
.section-media .section-title .img-fluid {
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  .section-media {
    background-image: url(../img/media-bg-sp.jpg);
    background-size: 100% auto;
  }
  .section-media .section-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .section-media .section-title {
    padding: 0 10px;
  }
}
.media-list {
  width: 100%;
  height: 270px;
  position: relative;
}
.media-list .img-fluid-media {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width:767px) {
  .media-list {
    height: 130px;
  }
}
.media-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 36px;
  margin-top: 60px;
}
.media-pickup .item {
  width: calc(50% - 18px);
}
.media-pickup .item .img-wrap {
  border-radius: 6px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.media-pickup .item .img-fluid-media {
  max-width: 100%;
  margin-bottom: 0;
}
.media-pickup .content {
  background-color: #013d7b;
  color: #fff;
  text-align: center;
  width: calc(100% - 120px);
  padding: 8px;
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
}
.media-pickup .content .title {
  font-size: 1.75rem;
  margin-bottom: 0;
  line-height: 1.3;
}
.media-pickup .content .date {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.3;
}

@media only screen and (max-width:767px) {
  .media-pickup {
    gap: 10px 8px;
    margin-top: 30px;
  }
  .media-pickup .item {
    width: calc(50% - 4px);
  }
  .media-pickup .content {
    background-color: #013d7b;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0 6px;
    margin: -40px auto 0;
    position: relative;
    z-index: 1;
  }
  .media-pickup .content .title {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .media-pickup .content .date {
    font-size: 0.625rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
}
.section-attention {
  background-image: url(../img/attention-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
  color: #fff;
}
.section-attention .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  text-align: center;
}
.section-attention .section-title .flag {
  margin: -15px 10px -5px 0;
  width: 100px;
  display: inline-block;
}
.section-attention .section-title .large {
  font-size: 3rem;
  font-weight: bold;
  color: #fff045;
}
.section-attention .contents {
  color: #fff;
}

@media only screen and (max-width:767px) {
  .section-attention {
    background-image: url(../img/attention-bg-sp.jpg);
    padding: 55px 0;
    position: relative;
    color: #fff;
  }
  .section-attention .section-title {
    font-size: 1.6875rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    text-align: center;
  }
  .section-attention .section-title .flag {
    margin: -15px 10px -5px 0;
    width: 65px;
    display: inline-block;
  }
  .section-attention .section-title .large {
    font-size: 1.9375rem;
    font-weight: bold;
    color: #fff045;
  }
  .section-attention .contents {
    color: #fff;
  }
}
.section-faq {
  background-image: url(../img/faq-bg.gif);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fffefb;
  padding: 80px 0;
}
.section-faq .sction-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
  .section-faq {
    background-size: 140%;
    padding: 40px 0;
  }
  .section-faq .sction-title {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.faq-dl {
  background-color: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 8px;
  padding: 30px 38px 30px;
}
.faq-dl .faq-dt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 48px;
  padding-bottom: 15px;
  color: #f48111;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
.faq-dl .faq-dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #f48111;
  color: #fff;
  padding: 0 0 0;
  border-radius: 100px;
  font-family: "Roboto", sans-serif;
}
.faq-dl .faq-dt::after {
  content: "";
  display: block;
  background-image: radial-gradient(#f1f1f1 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: -4px -4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.faq-dl .faq-dd {
  letter-spacing: 0.1em;
}
.faq-dl .faq-dd p {
  margin-bottom: 0;
}
.faq-dl .faq-dd p + p {
  margin-top: 5px;
}

@media only screen and (max-width:767px) {
  .faq-dl {
    background-color: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 8px;
    padding: 15px 20px 20px;
  }
  .faq-dl .faq-dt {
    font-size: 1.1875rem;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .faq-dl .faq-dt::before {
    font-size: 1rem;
    font-weight: bold;
    width: 24px;
    height: 24px;
    top: 3px;
  }
  .faq-dl .faq-dd {
    font-size: 0.9375rem;
  }
}
/*
-- 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 */