@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .note__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .note__text {
    font-size: 1.2rem;
  }
}
.note__text::before {
  content: "※";
}

.worries__title,
.solutions__title {
  font-weight: 700;
  letter-spacing: 0.038em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .worries__title,
  .solutions__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .worries__title,
  .solutions__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

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: #005bab;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  box-shadow: 3px 4px 0 0 rgb(0, 104, 55);
  background: linear-gradient(-45deg, #e3081e 50%, #ff6171 60%, #e3081e 70%);
  background-size: 600% 100%;
  position: relative;
}
.btn-wrap .btn::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(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
}
@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;
  }
}
.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.5em;
  display: block;
  letter-spacing: 0.01em;
  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: 10px;
  }
}
.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: #f37d90;
  padding: 0.5em;
  color: #FFF;
  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 .confirmation > .paragraph__lead {
  font-weight: 700;
}
.term-box .confirmation > .paragraph__lead + .article {
  margin-top: 0.5em;
}
.term-box .confirmation > .paragraph__lead + .article + .paragraph__lead {
  margin-top: 1em;
}
.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:nth-child(6) .article__title::before {
  counter-increment: article 0;
} */





.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__text.num {
  margin-top: 0.5em;
  text-indent: -1em;
}
.term-box .article .paragraph__text.num::before {
  counter-increment: paragraph 1;
  content: counter(paragraph) ".";
  margin-right: 0.25em;
}

/*↓追加*/
.term-box .article .paragraph__text.num2 {
  margin-top: 0.5em;
  text-indent: -1em;
}
.term-box .article .paragraph__text.num2::before {
  counter-increment: paragraph 1;
  content: counter(paragraph, upper-roman) ".";
  margin-right: 0.25em;
  font-weight: bold;
}
/*↑追加*/

.term-box .article .paragraph__asterisk::before {
  content: "※";
}
.term-box .article .paragraph__text {
  margin-top: 0.5em;
  margin-left: 1em;
}
.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%;
}
.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: 3em;*/ 
  padding-left: 2em; /*追加*/
  /*text-indent: -2em;*/
  text-indent: -1em; /*追加*/
}
.term-box .article .item__item::before {
  counter-increment: item 1;
  /*content: "(" counter(item) ")";*/
  content: counter(item) "."; /*追加*/
  margin-right: 0.25em;
}

.term-box .article .item__item2 {
  margin-left: 1em;
  padding-left: 2.5em;
  text-indent: -2.5em;
  counter-increment: item;
  line-height: 1.6;
}

.term-box .article .item__item2::before {
  content: "(" counter(item) ")";
  display: inline-block;
  width: 2.25em;
  margin-right: 0.25em;
  text-align: right;
}
/*↑一部追加・変更*/

.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;
}
@media only screen and (min-width: 768px) {
  .term-box .article .table.half {
    max-width: 480px;
  }
}
.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 .table a {
  color: #005bab;
  transition: 200ms;
}
@media (hover: hover) {
  .term-box .article .table a:hover {
    opacity: 0.7;
  }
}
.term-box .article .bold {
  font-weight: bold;
}
.term-box .article .right {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .term .print__text {
    font-size: 1.4rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .term .print__text {
    text-align: left;
  }
}
.term .print__text .link {
  color: #009fe6;
}

.section-cta {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 300ms ease-in;
}
.section-cta.fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .section-cta {
    padding: 18px 20px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta {
    padding: 10px 10px 15px;
  }
}
.section-cta .cta {
  max-width: 985px;
}
@media only screen and (min-width: 768px) {
  .section-cta .cta {
    margin: 0 auto;
  }
}
.section-cta .cta-head {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-cta .cta-head {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .cta-head {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .cta .btn-wrap {
    margin-top: 5px;
  }
}
.section-cta .cta .btn-wrap .btn {
  max-width: 510px;
  background: #de5d58;
  color: #fff;
  border-radius: 39.5px;
  font-weight: 900;
  letter-spacing: 0.06em;
  box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .section-cta .cta .btn-wrap .btn {
    padding: 20px 5px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-cta .cta .btn-wrap .btn {
    line-height: 1.3;
    padding: 11px 16px;
  }
}
.section-cta .cta .btn-wrap .btn::after {
  border-color: #fff;
}

.check {
  padding: 1.7em 10px;
  font-weight: 700;
  text-align: center;
}
.check input[type=checkbox]:checked + label::before {
  background: #005bab;
}
.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 2em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: left;
}
@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: 20px;
    height: 20px;
  }
}
.check label::after {
  border: 2px 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: 8px;
    height: 5px;
    top: 44%;
    left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .check label::after {
    width: 8px;
    height: 4.5px;
    top: 47%;
    left: 6px;
  }
}

.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: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.localnav .lnav-item .anc-nav span {
  display: inline-block;
  padding: 0 0.5em;
  padding-bottom: 2px;
}
.localnav .lnav-item .anc-nav:hover span {
  background: #f37d90;
  color: #FFF;
}

.page--top .section-hero .headline {
  text-align: center;
  background-color: #f37d90;
  position: relative;
}
.page--top .section-hero .headline-content {
  position: absolute;
  max-width: 840px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .page--top .section-hero .headline-content {
    width: 65.625%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline-content {
    width: 80%;
  }
}
.page--top .section-hero .content {
  text-align: center;
  background-color: #fadbe0;
}
.page--top .section-hero .content img {
  max-width: 1280px;
}
.page--top .section-feature {
  background: #fff5d1;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature {
    padding-top: 55px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature {
    padding: 30px 0;
  }
}
.page--top .section-feature .headline__title {
  text-align: center;
  font-weight: bold;
  color: #ea0280;
}
@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: 2em;
}
.page--top .section-feature .feature__link {
  color: #3FB6EF;
  text-decoration: underline;
  transition: 0.2s;
}
.page--top .section-feature .feature__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.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: 271px;
  }
}
@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: 68.5%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-box.feature-02 .feature-desc {
    /* width: 40%; */
    flex: 1;
    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 auto;
    width: 78.5%;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-feature .feature-box.feature-05 .feature-img {
    margin: auto;
    width: 60%;
  }
}
.page--top .section-feature .feature-headline {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #f37d90;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-headline {
    font-size: 3.2rem;
    height: 86px;
  }
  .page--top .section-feature .feature-headline.size2 {
    height: 130px;
  }
}
@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;
  color: #FFF;
  background: #ea0280;
  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 #ea0280;
  }
  .page--top .section-feature .feature__number.size2::before {
    border-width: 65px 0 65px 20px;
  }
}
@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 #ea0280;
  }
}
.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;
    flex: 1;
  }
}
.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: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-desc {
    width: 65%;
    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 #f6850f;
  border-radius: 5px;
  margin-top: 1em;
  padding: 1em 1.5em;
}
.page--top .section-feature .feature-term__title {
  color: #df350e;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page--top .section-feature .feature-term__title {
    font-size: 1.9rem;
  }
}
@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 {
  color: #f6850f;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0.5em;
  text-decoration: underline;
}
@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__notes {
  position: relative;
  display: block;
  padding-left: 1em;
  letter-spacing: 0.04em;
  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 .btn-wrap {
  margin-top: 40px;
}
.page--top .section-feature .btn-wrap .btn {
  max-width: 448px;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.15);
}
.page--top .section-feature .btn-wrap .btn::after {
  right: 3%;
}
.page--top .section-flow {
  padding-top: 3.8em;
  padding-bottom: 5.5em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .row {
    padding: 0;
  }
}
.page--top .section-flow .headline {
  text-align: center;
}
.page--top .section-flow .headline__title {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .headline__title {
    font-size: 4rem;
  }
}
.page--top .section-flow .content {
  margin-top: 2.5em;
}
.page--top .section-flow .content.bg {
  background: #fff5d1;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .content.bg {
    max-width: 1015px;
    margin-top: 40px;
    margin-inline: auto;
    padding: 45px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .content.bg {
    padding: 20px 15px;
  }
}
.page--top .section-flow .flow-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-item:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-item:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-item:not(:last-of-type) {
    min-height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-item:not(:last-of-type) {
    min-height: 130px;
  }
}
.page--top .section-flow .flow-item:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  background-image: url(../img/step-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-item:not(:last-of-type)::before {
    bottom: -40px;
    width: 35px;
    height: 35px;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-item:not(:last-of-type)::before {
    bottom: 0;
    width: 25px;
    height: 25px;
    left: 8px;
  }
}
.page--top .section-flow .flow-headline {
  display: flex;
  align-items: center;
}
.page--top .section-flow .flow__num {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow__num {
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__num {
    width: 40px;
  }
}
.page--top .section-flow .flow__title {
  font-weight: 500;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow__title {
    font-size: 3.2rem;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__title {
    font-size: 1.8rem;
    margin-left: 10px;
  }
}
.page--top .section-flow .flow-content {
  margin-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .flow-content {
    padding-left: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-content {
    padding-left: 50px;
    padding-bottom: 50px;
  }
}
.page--top .section-flow .flow-content:last-of-type {
  padding-bottom: 40px;
}
.page--top .section-flow .flow__text {
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__text {
    font-size: 1.4rem;
  }
}
.page--top .section-flow .flow__text.square {
  padding-left: 1em;
  text-indent: -1em;
}
.page--top .section-flow .flow__text.square::before {
  content: "◆";
}
.page--top .section-flow .flow__img {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow__img {
    padding: 15px;
  }
}
.page--top .section-flow .flow__list {
  padding-left: 1em;
  text-indent: -1em;
}
.page--top .section-flow .flow__list + .flow__text {
  margin-top: 1em;
}
.page--top .section-flow .flow__list__item__asterisk::before {
  content: "※";
}
.page--top .section-flow .flow__list__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: #000;
  border-radius: 50%;
  margin-right: 3px;
}
.page--top .section-flow .flow__list__item.shape::before {
  border-radius: 0;
  width: 0.8em;
  height: 0.8em;
  rotate: 45deg;
}
.page--top .section-flow .flow__list .insure {
  margin: 1em auto;
  background-color: #fff;
  border-radius: 5px;
}
.page--top .section-flow .flow__sublist__item {
  text-indent: 0;
  padding-left: 0;
}
.page--top .section-flow .flow__sublist__item::before {
  content: "・";
  display: inline-block;
}
.page--top .section-flow .flow .flow__item {
  padding-left: 1em;
  text-indent: -1em;
}
.page--top .section-flow .flow .flow__item::before {
  content: "●";
}
.page--top .section-flow .notes-item {
  position: relative;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .notes-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .notes-item {
    font-size: 1.2rem;
  }
}
.page--top .section-flow .notes-item::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page--top .section-flow .deco-underline {
  text-decoration: underline;
}
.page--top .section-overview {
  padding-top: 6.25em;
  padding-bottom: 5.75em;
  color: #000;
  background: #fadbe0;
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview {
    padding: 4.5em 0;
  }
}
.page--top .section-overview .section-content.row {
  max-width: 1080px;
}
.page--top .section-overview .headline__title {
  font-weight: 700;
  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: 2.8em;
}
.page--top .section-overview .overview-def {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.page--top .section-overview .overview-def-tit {
  width: 18%;
  padding: 20px;
  white-space: nowrap;
  border-right: 1px solid #F0F5F3;
  border-bottom: 1px solid #F0F5F3;
  background-color: #f37d90;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview-def-tit {
    width: 30%;
    padding: 20px 10px;
    white-space: normal;
  }
}
.page--top .section-overview .overview-def-deta {
  width: 82%;
  padding: 20px;
  border-bottom: 1px solid #F0F5F3;
}
@media only screen and (max-width: 767px) {
  .page--top .section-overview .overview-def-deta {
    width: 70%;
    padding: 20px 10px;
  }
}
.page--top .section-overview .overview-def .disc {
  padding-left: 1em;
  text-indent: -1em;
}
.page--top .section-overview .overview-def .disc__item::before {
  content: "●";
  margin-right: 0.5em;
}
.page--top .section-overview .overview-def .list-num {
  /* list-style: decimal inside; */
  list-style: none;
  counter-reset: my-counter;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.page--top .section-overview .overview-def .list-num li{
  counter-increment: ov-counter;
}
.page--top .section-overview .overview-def .list-num li::before {
  content: "(" counter(ov-counter) ") "; /* (1), (2)... */
}


.page--top .section-overview .check {
  margin-top: 2em;
}
.page--top .section-overview .red {
  color: #f00;
}
.page--top .section-term {
  padding-top: 3.6em;
  padding-bottom: 2.5em;
}
.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: #f37d90;
  padding: 40px 0 60px;
}
.page--top .section-apply .form-headline__title {
  color: #fff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form-headline__title {
    font-size: 3rem;
  }
}
.page--top .section-apply .form-wrap {
  margin-top: 30px;
}
@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: #7b9edc;
}
.page--top .section-apply .form-box.web .step-list,
.page--top .section-apply .form-box.web .step-item {
  border-color: #7b9edc;
}
.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: 500;
  line-height: 1.1;
}
@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 {
  color: #555555;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form__type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.4rem;
    min-height: 3.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-apply .form__type {
    font-size: 1.2rem;
    min-height: 5.25em;
  }
}
@media only screen and (max-width: 767px) {
  .page--top .section-apply .form__type {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 1.2rem;
  }
}
.page--top .section-apply .form .btn {
  font-weight: 500;
  padding: 16px 1em;
  color: #fff;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: linear-gradient(-45deg, #aec741 50%, #d0de90 60%, #aec741 70%);
  background-size: 600% 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .form .btn {
    font-size: 2rem;
  }
}
@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 .form .btn::before {
  content: none;
}
.page--top .section-apply .step {
  background: #fff;
}
.page--top .section-apply .step__title {
  color: #fff;
  padding: 0.5em 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page--top .section-apply .step__title {
    font-size: 1.6rem;
  }
}
.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: 22px 0.25em;
  color: #777777;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .page--top .section-apply .step-item {
    font-size: 1.4rem;
  }
}
.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;
}







body>.wrap{
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  body>.wrap{
    padding-bottom: 100px;
  }
}
.masthead a{
  display: block;
}
.form-wrap .notes{
  margin-top: 1em;
}
footer small{
  display: block;
  text-align: center;
  padding-bottom: 1em;
  margin-top: -1em;
}


/*↓追加*/
.maru_list{
  margin-left: 2em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

.p-indt{
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6; 
}


/*リストスタイル追加*/
.out_list {
  counter-reset: outer;
  list-style: none;
  padding-left: 1em;
  margin-top: 10px;
}

.out_list > li {
  counter-increment: outer;
  margin-bottom: 5px;
}

.out_row {
  display: flex;
  align-items: flex-start;
  counter-reset: inner;
}

.out_num::before {
  content: counter(outer) ".";
  margin-right: 0.2em;
  flex-shrink: 0;
  font-weight: normal;
}

.in_list {
  counter-reset: inner;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.in_list > li {
  counter-increment: inner;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0.1em;
}

.in_list > li::before {
  content: "(" counter(inner) ")";
  margin-right: 0.2em;
  flex-shrink: 0;
}

/*スタイル*/

.n-fw{
  font-weight: bold;
}

.n-mt5{
  margin-top: 5px;
}

.n-mt10{
  margin-top: 10px;
}

.n-mt20{
  margin-top: 20px;
}

.n-mt30{
  margin-top: 30px;
}

.n-mt40{
  margin-top: 40px;
}

.n-mt50{
  margin-top: 50px;
}

.n-mt60{
  margin-top: 10px;
}

.n-pl10{
  padding-left: 1em;
}

.n-pl15{
  padding-left: 1.5em;
}

.n-pl20{
  padding-left: 2em;
}

.n-pl25{
  padding-left: 2.5em;
}

.n-pl30{
  padding-left: 3.0em;
}

.n-pl35{
  padding-left: 3.5em;
}

.n-link a{
  text-decoration: underline;
}

.mokuteki_p{
  text-indent: 0;
}

/*リンクあとの別窓マーク*/

.blank_img {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}