@charset "UTF-8";
.note__text::before {
  content: "※";
}

.wrap {
  position: relative;
  overflow: hidden;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

.btn-wrap {
  text-align: center;
}
.btn-wrap .btn {
  display: inline-block;
  padding: 13px 1em;
  width: 100%;
  background: #c5001a;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  box-shadow: 0px 4px 0px 0px rgb(109, 0, 18);
  background: linear-gradient(-45deg, #c5001a 50%, #ff2c48 60%, #c5001a 70%);
  background-size: 600% 100%;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn {
    max-width: 454px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn {
    font-size: 1.6rem;
    padding: 13px 1.5em;
  }
}
.btn-wrap .btn.shine {
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
}
.btn-wrap .btn .--small {
  margin-top: 0.25em;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .btn-wrap .btn .--small {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap .btn .--small {
    font-size: 1rem;
  }
}
.btn-wrap .btn.arrow {
  position: relative;
}
.btn-wrap .btn.arrow::after {
  content: "";
  display: inline-block;
  width: 9.5px;
  height: 9.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 3%;
}
.btn-wrap#next_form {
  display: none;
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.term__title {
  background: #ebebeb;
  padding: 0.5em;
  color: #333333;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .term__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .term__title {
    font-size: 1.7rem;
  }
}
.term-box {
  background: #fff;
  border: 1px solid #b2b2b2;
}
@media only screen and (min-width: 768px) {
  .term-box {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .term-box {
    padding: 15px;
  }
}
.term-box.scroll {
  border: 1px solid #b2b2b2;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .term-box.scroll {
    height: 290px;
    padding: 20px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .term-box.scroll {
    height: 500px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .term-box .caution__title {
    font-size: 1.5rem;
  }
}
.term-box .caution__text {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.term-box .caution__item {
  counter-increment: caution 1;
}
@media only screen and (min-width: 768px) {
  .term-box .caution__item {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .term-box .caution__item {
    line-height: 1.6;
  }
}
.term-box .caution__item::before {
  content: counter(caution) ".";
  margin-right: 0.25em;
}
.term-box .caution__item .note__text {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.term-box .confirmation {
  counter-reset: article 0;
}
.term-box .confirmation__title {
  margin-top: 2em;
  text-align: center;
}
.term-box .article {
  counter-reset: paragraph 0;
  margin-top: 1.4em;
}
.term-box .article__title::before {
  counter-increment: article 1;
  content: "第" counter(article) "条";
}
.term-box .article__text {
  margin-top: 0.7em;
}
.term-box .article__text.--red {
  color: #c4001a;
  font-weight: bold;
}
.term-box .article .info_add {
  margin-top: 1em;
}
.term-box .article .paragraph-box__text {
  word-break: break-all;
}
.term-box .article .paragraph__lead {
  margin-top: 0.5em;
}
.term-box .article .paragraph__lead::before {
  counter-increment: paragraph 1;
  content: counter(paragraph) ".";
  margin-right: 0.25em;
}
.term-box .article .paragraph__asterisk::before {
  content: "※";
}
.term-box .article .paragraph__text {
  margin-top: 0.5em;
}
.term-box .article .paragraph__inner {
  display: flex;
  justify-content: space-between;
}
.term-box .article .paragraph-box {
  margin-top: 0.5em;
  padding: 0.5em;
  border: 1px #555 dotted;
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .term-box .article .paragraph-box {
    width: 100%;
  }
}
.term-box .article .paragraph-box a {
  color: #00f;
}
@media only screen and (min-width: 768px) {
  .term-box .article .paragraph-box .period-def {
    display: flex;
  }
  .term-box .article .paragraph-box .period-def-tit {
    width: 7em;
  }
  .term-box .article .paragraph-box .period-def-deta {
    width: calc(100% - 7em);
  }
}
.term-box .article .item-list {
  margin-top: 0.35em;
  counter-reset: item 0;
}
.term-box .article .item__item {
  padding-left: 2.5em;
  text-indent: -1.5em;
}
.term-box .article .item__item::before {
  counter-increment: item 1;
  content: "(" counter(item) ")";
  margin-right: 0.25em;
}
.term-box .article .item__item > .paragraph-box {
  text-indent: 0;
  width: 100%;
}
.term-box .article .item__item .disc-list {
  padding-left: 1em;
  text-indent: -1em;
}
.term-box .article .item__item .disc__item::before {
  content: "◯";
}
.term-box .article .table {
  margin-top: 0.5em;
  width: 100%;
  border: 1px solid #555;
  border-collapse: collapse;
}
.term-box .article .table__title, .term-box .article .table__data {
  padding: 0.5em;
  border: 1px solid #555;
}
.term-box .article .table.column-2 .table__title, .term-box .article .table.column-2 .table__data {
  width: 50%;
}
.term-box .article .bold {
  font-weight: bold;
}
.term-box .article .right {
  text-align: right;
}
.term .print__text {
  margin-top: 0.7em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .term .print__text {
    font-size: 1.3rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .term .print__text {
    text-align: left;
  }
}
.term .print__text .link {
  color: #009fe6;
}
.term .lead + .lead {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .term .check {
    margin: 16px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .term .check {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .cta {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.cta.top .btn {
  padding: 0.9em 1em;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .cta.top .btn {
    font-size: 2.4rem;
    border-radius: 50px;
    max-width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.top .btn {
    font-size: 1.4rem;
    border-radius: 30px;
    max-width: 320px;
  }
}
.cta.top .btn.arrow::after {
  right: 3.5%;
}
@media only screen and (min-width: 768px) {
  .cta.top .btn.arrow::after {
    height: 11px;
    width: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.top .btn.arrow::after {
    height: 9px;
    width: 9px;
  }
}
.cta.top .cta__title {
  background: #00a9c0;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta.top .cta__title {
    padding: 12px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta.top .cta__title {
    padding: 10px;
  }
}
.cta.top .btn-wrap {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cta.top .btn-wrap {
    padding: 30px 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cta.top .btn-wrap {
    padding: 20px 10px;
  }
}
.cta.top .bnr-img {
  margin: 0 auto;
  max-width: 510px;
  margin: 0 auto;
  margin-top: 1.5em;
}
.cta.top .bnr-img img {
  width: 100%;
}
.cta.top .bnr-img img:hover {
  opacity: 0.8;
}

.section-cta {
  background: #eae4d0;
}

.check {
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
}
.check.bottom {
  margin-top: 35px;
  margin-bottom: 0;
}
.check-inner {
  display: inline-block;
  border: 2px solid #37beef;
}
@media only screen and (min-width: 768px) {
  .check-inner {
    border-radius: 19.5px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .check-inner {
    border-radius: 39.5px;
    padding: 0 10px;
  }
}
.check input[type=checkbox]:checked + label::before {
  background: #009fe6;
}
.check input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(2, 2);
          transform: translateY(-50%) rotate(-45deg) scale(2, 2);
}
.check label {
  padding: 0.25em 0.25em 0.25em 2.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .check label {
    font-size: 1.5rem;
  }
}
.check label::before, .check label::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.check label::before {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .check label::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .check label::before {
    width: 25px;
    height: 25px;
  }
  .check label::before .check {
    padding-top: 1.5em;
    font-weight: 700;
    text-align: center;
  }
  .check label::before .check-inner {
    display: inline-block;
    border: 2px solid #37beef;
    border-radius: 19.5px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .check label::before .check-inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .check label::before .check label {
    padding: 0.25em 0.25em 0.25em 2.5em;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .check label::before .check label {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .check label::before .check label::before, .check label::before .check label::after {
    content: "";
    display: inline-block;
    position: absolute;
  }
}
.check label::after {
  border: 1.5px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(0, 0);
          transform: translateY(-50%) rotate(-45deg) scale(0, 0);
  transition: 0.2s;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .check label::after {
    width: 7px;
    height: 4px;
    top: 44%;
    left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .check label::after {
    width: 9px;
    height: 4.5px;
    top: 46%;
    left: 8px;
  }
}

.localnav {
  background: #f7f7f7;
  border-bottom: 1px solid #ccc;
  padding: 2em 0;
}
.localnav .lnav {
  text-align: center;
}
.localnav .lnav-list {
  display: inline-flex;
}
.localnav .lnav-item a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 1em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .localnav .lnav-item a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .localnav .lnav-item a {
    font-size: 1.6rem;
  }
}
.localnav .lnav-item a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.localnav .lnav-item span {
  display: inline-block;
  padding: 0 0.5em;
  padding-bottom: 2px;
  background: #d3ebf3;
}

.page--top .section-hero {
  background-color: #f5f2e8;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(211, 235, 243) 50px, rgb(211, 235, 243) 100px);
}
@media only screen and (min-width: 768px) {
  .page--top .section-hero {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-hero .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 984px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-hero .hero-img {
    max-width: 470px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-hero .hero-catch {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .hero-catch {
    max-width: 250px;
    margin: 30px auto 0;
  }
}
.page--top .section-feature {
  background: #d3ebf3;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page--top .section-feature .headline__title {
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .headline__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .headline__title {
    font-size: 2rem;
  }
}
.page--top .section-feature .headline__title span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .headline__title span {
    font-size: 4rem;
  }
}
.page--top .section-feature .content {
  margin-top: 1.75em;
}
.page--top .section-feature .feature-box + .feature-box {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-01 .feature-imgs {
    margin-top: 1em;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-box.feature-01 .feature-imgs {
    width: 60%;
    margin: auto;
    min-width: 185px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-01 .feature-desc {
    width: 70%;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-feature .feature-box.feature-01 .feature-desc {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .feature-content {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .feature-imgs {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .feature-desc {
    width: 40%;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-feature .feature-box.feature-02 .feature-desc {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .grid-x {
    margin: 0 -3.5%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .cell {
    padding: 0 3.5%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .cell:not(:nth-of-type(-n+4)) {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .cell:not(:nth-of-type(-n+4)) .feature__caption {
    min-height: initial;
  }
}
.page--top .section-feature .feature-box.feature-02 .feature__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  color: #2996b6;
  min-height: 2.4em;
  margin-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .feature__caption {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-feature .feature-box.feature-02 .feature__caption {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-box.feature-02 .feature__caption {
    font-size: 1rem;
  }
}
.page--top .section-feature .feature-box.feature-03 .feature-desc {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-03 .feature-desc {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-03 .feature__notes {
    position: absolute;
    bottom: 0;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-feature .feature-box.feature-03 .feature__notes {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-04 .feature-content {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-05 .feature-content {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-05 .feature-img {
    margin: 0 5%;
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-box.feature-05 .feature-img {
    margin: auto;
    width: 80%;
  }
}
.page--top .section-feature .feature-headline {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #00a9c0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-headline {
    font-size: 3.2rem;
    height: 86px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-headline {
    font-size: 1.4rem;
    height: 60px;
  }
}
.page--top .section-feature .feature__number {
  position: relative;
  background: #007091;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature__number {
    padding-left: 20px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature__number {
    padding: 10px;
  }
}
.page--top .section-feature .feature__number::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature__number::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 0 43px 20px;
    border-color: transparent transparent transparent #007091;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature__number::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #007091;
  }
}
.page--top .section-feature .feature__title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature__title {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature__title {
    padding-left: 25px;
  }
}
.page--top .section-feature .feature-content {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-content {
    display: flex;
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-content {
    padding: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-imgs {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-desc {
    width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-feature .feature-desc {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-desc {
    margin-top: 20px;
  }
}
.page--top .section-feature .feature-term {
  border: 2px solid #2996b6;
  border-radius: 5px;
  margin-top: 1em;
  padding: 1em 1.5em;
}
.page--top .section-feature .feature-term__title {
  color: #c4001a;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-term__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-term__title {
    font-size: 1.5rem;
  }
}
.page--top .section-feature .feature-term__text {
  display: inline-block;
  color: #2996b6;
  border-bottom: 1px solid #2996b6;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-term__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-term__text {
    font-size: 1.4rem;
  }
}
.page--top .section-feature .feature__link {
  color: #3fb6ef;
  text-decoration: underline;
}
.page--top .section-feature .feature__notes {
  position: relative;
  display: block;
  padding-left: 1em;
  letter-spacing: 0.04em;
}
.page--top .section-feature .feature__notes:first-of-type {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature__notes {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature__notes {
    font-size: 1.2rem;
  }
}
.page--top .section-feature .feature__notes::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page--top .section-feature .cta {
  padding: 45px 0;
}
.page--top .section-feature .cta .btn {
  box-shadow: 0px 5px 3px 0px rgba(110, 110, 110, 0.15);
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow {
    padding-top: 60px;
  }
}
.page--top .section-flow .section-content {
  padding-left: 30px;
  padding-right: 30px;
}
.page--top .section-flow .bg {
  background: #f5f2e8;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .bg {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .bg {
    padding: 40px 0;
  }
}
.page--top .section-flow .headline__title {
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .headline__title {
    font-size: 4rem;
  }
}
.page--top .section-flow .flow {
  max-width: 1090px;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow {
    margin: 100px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-list {
    display: flex;
    margin: 0 -10px;
  }
}
.page--top .section-flow .flow-item {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 234px;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-item {
    width: 20%;
    margin: 0 10px;
    padding: 40px 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .page--top .section-flow .flow-item {
    padding: 20px 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-item {
    padding: 20px 20px 0;
    max-width: 285px;
    margin: 0 auto;
  }
  .page--top .section-flow .flow-item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.page--top .section-flow .flow-item:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-item:not(:last-of-type)::before {
    border-width: 13px 0 13px 13px;
    border-color: transparent transparent transparent #007091;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-item:not(:last-of-type)::before {
    border-width: 13px 13px 0 13px;
    border-color: #007091 transparent transparent transparent;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page--top .section-flow .flow__num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow__num {
    width: 76px;
    height: 76px;
    top: -38px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__num {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}
.page--top .section-flow .flow__text {
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .page--top .section-flow .flow__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__text {
    font-size: 1.4rem;
  }
}
.page--top .section-flow .flow__img {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__img {
    max-width: 200px;
  }
}
.page--top .section-overview {
  padding-top: 6.25em;
  padding-bottom: 40px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview {
    padding: 4.5em 15px;
  }
}
.page--top .section-overview .headline__title {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .headline__title {
    font-size: 3rem;
  }
}
.page--top .section-overview .content {
  margin-top: 3.5em;
}
.page--top .section-overview .overview__title {
  background: #f5f2e8;
  border-left: 6px solid #00a9c0;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .overview__title {
    padding: 15px 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview__title {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.page--top .section-overview .overview-content {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .overview-content {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview-content {
    padding: 15px 10px 20px;
  }
}
.page--top .section-overview .overview__item {
  padding-left: 1.25em;
  position: relative;
}
.page--top .section-overview .overview__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .overview__item::before {
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview__item::before {
    top: 4px;
  }
}
.page--top .section-overview .overview .note__text {
  display: block;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .overview .note__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview .note__text {
    font-size: 1.4rem;
  }
}
.page--top .section-overview .overview-link {
  color: #3fa1ed;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .page--top .section-overview .overview-link {
    font-size: 1.6rem;
  }
}
.page--top .section-overview .overview-link.loan {
  display: inline-block;
  margin: 20px 0;
}
.page--top .section-overview .check {
  margin-top: 2em;
}
.page--top .section-term {
  background: #f8f8f8;
  padding-top: 3.6em;
  padding-bottom: 3.125em;
}
.page--top .section-term .row {
  max-width: 1050px;
}
@media only screen and (min-width: 768px) {
  .page--top .section-term .term-block:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-term .term-block:not(:first-of-type) {
    margin-top: 50px;
  }
}
.page--top .section-apply .term-block:not(:first-of-type) {
  margin-top: 35px;
}
.page--top .section-apply .form {
  text-align: center;
  background: #d3ebf3;
  padding: 40px 0 60px;
}
.page--top .section-apply .form-headline__title {
  font-weight: bold;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form-headline__title {
    font-size: 3.2rem;
  }
}
.page--top .section-apply .form-wrap {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form-wrap {
    max-width: 1020px;
    width: 100%;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form .grid-x {
    margin: 0 -40px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-apply .form .cell:not(:first-of-type) {
    margin-top: 20px;
  }
}
.page--top .section-apply .form-box.web .form__title,
.page--top .section-apply .form-box.web .step__title {
  background: #719ee1;
}
.page--top .section-apply .form-box.web .step-list,
.page--top .section-apply .form-box.web .step-item {
  border-color: #719ee1;
}
.page--top .section-apply .form-box.net .form__title,
.page--top .section-apply .form-box.net .step__title {
  background: #de5d58;
}
.page--top .section-apply .form-box.net .step-list,
.page--top .section-apply .form-box.net .step-item {
  border-color: #de5d58;
}
.page--top .section-apply .form__title {
  color: #fff;
  padding: 1em 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-apply .form__title {
    font-size: 1.6rem;
  }
}
.page--top .section-apply .form-inner {
  padding: 20px 15px;
  background: #f9ebf1;
}
.page--top .section-apply .form__type {
  margin-top: 0.75em;
  color: #696969;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form__type {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-apply .form__type {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-apply .form__type {
    font-size: 1.2rem;
  }
}
.page--top .section-apply .form .btn {
  font-weight: normal;
  padding: 16px 1em;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(-45deg, #aec741 50%, #d0de90 60%, #aec741 70%);
  background-size: 600% 100%;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form .btn {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-apply .form .btn {
    font-size: 1.6rem;
  }
}
.page--top .section-apply .step {
  margin-top: 15px;
  background: #fff;
}
.page--top .section-apply .step__title {
  color: #fff;
  font-size: 15px;
  padding: 0.5em 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .step__title {
    font-size: 1.5rem;
  }
}
.page--top .section-apply .step-list {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid;
  border-top: none;
}
.page--top .section-apply .step-item {
  width: 50%;
  padding: 20px 0;
  color: #696969;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-apply .step-item {
    font-size: 1.4rem;
    padding: 20px 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-apply .step-item {
    padding: 20px 0.5em;
  }
}
.page--top .section-apply .step-item:not(:nth-of-type(-n+2)) {
  border-top: 1px solid;
}
.page--top .section-apply .step-item:nth-of-type(odd) {
  border-right: 1px solid;
}