@charset "UTF-8";
/* .term-box.scroll{
  height: auto !important;
} */

@media only screen and (min-width: 768px) {
  .masthead {
    padding: 20px 0;
}
  .masthead .logo {
      max-width: 166px;
  }
}
.wrap{
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .wrap{
    padding-bottom: 35vw;
  }
}
.mklist>*{
  text-indent: -1em;
  padding-left: 1em;
}
.section-yn .part2 a,
.mklist a,
.overview a,
.term a{
  text-decoration: underline;
  color: var(--col-blue);
}
*+.com-table{
  margin-top: 1.5em;
}
*+.com-table[data-mg="t0"]{
  margin-top: 0;
}
.com-table{
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
/* .com-table [colspan="2"]{
  background: none;
  text-align: right;
  padding: 0;
} */
.com-table tr>*,
.com-table .type-s1 .s1p>*{
  line-height: 1.4;
  padding: 1em;
}
.com-table th{
  background-color: #ebebeb;
  text-align: left;
}
.com-table th[data-alg="center"]{
  text-align: center;
}
.com-table td{
  background-color: #f5f5f5;
  text-align: center;
}
.com-table td[data-alg="left"]{
  text-align: left;
}
.com-table .type-s1{
  padding: 0;
  background: none;
}
.com-table .type-s1 .s1p{
  display: flex;
  
}
.com-table .type-s1 .s1p > div{
  background-color: #f5f5f5;
}
.com-table .type-s1 .s1p > div:first-child{
  
  margin-top: -4px;
  margin-right: 4px;
  padding-top: calc(1em + 4px);

}
.com-table .type-s1 .s1p > div:not(:first-child){
  flex: 1;
}
/* .com-table *{outline: 1px solid #000;} */


.term-block .com-table + *{
  margin-top: 1em;
}





@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 p {
	text-align: left;
}
.btn-wrap .btn {
  display: inline-block;
  padding: 13px 1em;
  width: 100%;
  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, #f58222 50%, #ffaf6e 60%, #f58222 70%);
  background-size: 600% 100%;
  position: relative;
}
.btn-wrap .btn::after,
.btn-ell: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: 6%;
}
.btn-cta {
	display: flex;
	justify-content: space-around;
}
.btn-cta .btn-cta-size {
	width: 45%;
}
@media only screen and (max-width: 767px) {
	.btn-cta {
		display: flex;
		flex-direction: column;
	}
	.btn-cta .btn-cta-size {
		width: 100%;
		margin-bottom: 1rem;
	}
}

@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,
.btn-ell.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: #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;
  }
  .term-box.scroll.type-min {
    height: auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .term-box.scroll {
    height: 500px;
    padding: 15px;
  }
  .term-box.scroll.type-min {
    height: auto;
    padding-bottom: 30px;
  }
}
@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__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: 2em;
  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;
}
@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: 2rem;
  }
}
@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: #FFF;
  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 span {
  display: inline-block;
  padding: 0 0.5em;
  padding-bottom: 2px;
  background: #D4E8F0;
}





/* .page--top *{
  outline: 1px solid #000;
} */
:root {
  --col-blue: #005bab;
  --col-blue2: #043356;
  
  --col-yel: #ffd800;
  
}

@media only screen and (min-width: 768px) {
	.page--top .section-hero .hero-pc {
		display: block;
		width: 100%;
		margin: auto;
	}
	.page--top .section-hero .hero-sp {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.page--top .section-hero .hero-pc {
		display: none;
	}
	.page--top .section-hero .hero-sp {
		display: block;
	}
}

.page--top .section-hero .row,
.section-rate .row{
  max-width: 1088px;
  width: 100%;

  /* font-optical-sizing: auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased; */
}
@media only screen and (min-width: 768px) {
  .section-rate .row{
    padding-left: 0;
    padding-right: 0;
  }
}

.page--top .section-hero .row{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  padding: var(--pixel43) 0 var(--pixel37);
}
.page--top .section-hero .col1{
  color: #e66400;
}
.page--top .section-hero .headline{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/hero-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
.page--top .section-hero .headline .elem1{
  position: relative;
  z-index: 1;
  width: min(711px,65.3vw);
}
.page--top .section-hero .headline .elem1 .img1{
  position: relative;
  z-index: 1;
}
.page--top .section-hero .headline .elem1 .img2{
  position: absolute;
  left: var(--pixel15);
  width: var(--pixel150);
}
.page--top .section-hero .headline .elem1 .img3{
  position: absolute;
  right: var(--pixel34);
  top: var(--pixel20);
  width: var(--pixel110);
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .row{
    padding: var(--pixel30) var(--pixel15);
    overflow: hidden;
  }
  .page--top .section-hero .headline{
    background-position: 0 50%;
    background-size: auto 100%;
  }
  .page--top .section-hero .headline .elem1{
    width: 100%;
    padding-top: var(--pixel20);
  }
  .page--top .section-hero .headline .elem1 .img2{
    top: 0;
    left: calc(var(--pixel15)*-1);
    width: 35vw;
  }
  .page--top .section-hero .headline .elem1 .img3{
    right: calc(var(--pixel10)*-1);
    top: var(--pixel10);
    width: 29.3vw;
  }
}

.elem1-smile-rate {
	margin-top: 5rem;
	padding-top: 1rem;
}
.elem1-smile-rate p {
	text-align: left;
	font-size: var(--pixel22);
}
.elem1-smile-rate-main {
	font-weight: 800;
	border: solid 3px #e66400;
	padding: 1rem;
}
.elem1-smile-rate-main span {
	color: red;
}
.big {
	font-size: 1.3em;
}
.elem1-smile-conditions {
	margin-top: 3rem;
	border: dashed 1px #e66400;
	padding: 0 1rem 1rem 1rem;
}
.conditions-title {
	background-color: #e66400;
	color: #ffffff;
	width: 20vw;
	margin: auto auto 1rem auto;
	padding: 0.5rem;
	text-align: center;
}
.conditions-list {
	padding-left: 1em;
}
@media only screen and (max-width: 767px) {
		.elem1-smile-rate {
		margin-top: 2rem;
	}
	.elem1-smile-rate p {
		font-size: var(--pixel16);
	}
	.elem1-smile-conditions {
		margin-top: 1rem;
		border: dashed 1px #e66400;
	}
	.conditions-title {
		width: 60vw;
		margin: auto auto 0.5rem auto;
		padding: 0.2rem;
	}
	.conditions-list {
		padding-left: 2em;
		text-indent: -1em;
	}
}

.flow__text a {
	color: -webkit-link;
}

.danshin-table, .danshin-table th, .danshin-table td {
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 0.5rem 1rem;
}
.danshin-table {
	margin: 1rem auto 1rem 2rem;
}
.danshin-table th {
	background-color: #0a648c;
	color: #ffffff;
}
.danshin-table td {
	text-align: center;
	background-color: #ffffff;
}
.danshin-table span {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.danshin-table, .danshin-table th, .danshin-table td {
		padding: 0;
	}
	.danshin-table {
		margin: 1rem auto;
	}
}

.page--top .section-hero .headline .elem2{
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.page--top .section-hero .headline .elem2 .part-ctxt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--pixel200);
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: var(--pixel20);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  background-color: #006432;
  color: #FFF;
}
.page--top .section-hero .headline .elem2 .box1 .part-ctxt{
  margin-bottom: calc(var(--pixel40)*-1);
}
.page--top .section-hero .headline .elem2 .box2 .part-ctxt{
  background-color: #e66400;
  margin-left: var(--pixel50);
  margin-bottom: calc(var(--pixel50)*-1);
  text-indent: 0.6em;
}
.page--top .section-hero .headline .elem2 .box1{
  width: min(240px,22.1vw);
}
.page--top .section-hero .headline .elem2 .box2{
  width: min(280px,25.7vw);
  margin-right: calc(var(--pixel16)*-1);
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline .elem2{
    position: relative;
    bottom: auto;
    margin-top: calc(var(--pixel20)*-1);
  }
  .page--top .section-hero .headline .elem2 .part-ctxt{
    width: var(--pixel120);
    font-size: var(--pixel12);
  }
  .page--top .section-hero .headline .elem2 .box1 .part-ctxt{
    margin-left: var(--pixel25);
    margin-bottom: calc(var(--pixel20)*-1);
  }
  .page--top .section-hero .headline .elem2 .box2 .part-ctxt{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--pixel30)*-1);
    text-indent: 0.6em;
  }
  .page--top .section-hero .headline .elem2 .box1{
    width: 32vw;
  }
  .page--top .section-hero .headline .elem2 .box2{
    width: 44.8vw;
    margin-right: 0;
  }
}


/* .page--top .section-hero .headline *{outline: 1px solid rgba(0, 0, 0, 0.1);} */
.page--top .section-hero .headline .elem3{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--pixel12);
}
.page--top .section-hero .headline .elem3 .part1 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  width: min(540px,49.6vw);
}
.page--top .section-hero .headline .elem3 .part1 li{
  border: 2px solid #e66400;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: var(--pixel12) 0;
}
.page--top .section-hero .headline .elem3 .part1 .sizeL{
  font-size: min(54px,5vw);
}
.page--top .section-hero .headline .elem3 .part1 .sizeM{
  font-size: 60%;
}
.page--top .section-hero .headline .elem3 .part1 .sizeS{
  font-size: var(--pixel20);
  font-weight: bold;
  line-height: 1.2;
  margin-right: 0.2em;
}
.page--top .section-hero .headline .elem3 .part1 li:first-child{
  width: 52%;
}
.page--top .section-hero .headline .elem3 .part1 li:nth-child(2){
  margin-left: var(--pixel8);
  flex: 1;
}
.page--top .section-hero .headline .elem3 .part1 li:not(.type2){
  font-weight: bold;
}
.page--top .section-hero .headline .elem3 .part1 .type2{
  width: 100%;
  font-weight: 600;
  letter-spacing: 0;
  padding: var(--pixel7) 0;
  margin-top: var(--pixel8);
}
.page--top .section-hero .headline .elem3 .part1 .sizeL2{
font-size: var(--pixel24);
}
.page--top .section-hero .headline .elem3 .part1 .sizeS2{
  font-size: 58%;
}
.page--top .section-hero .headline .elem3 .part1 .sizeM2{
  font-size: 75%;
}
.page--top .section-hero .headline .elem3 .part2{
  display: flex;
  justify-content: center;
  margin-top: var(--pixel10);
}
.page--top .section-hero .headline .elem3 .part2>li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--pixel16);
  text-align: center;
  line-height: 1.4;
  padding: var(--pixel4) var(--pixel22);

}
.page--top .section-hero .headline .elem3 .part2>li:last-child{
  font-size: 87.5%;
}
.page--top .section-hero .headline .elem3 .part2>li+li{
  border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .headline .elem3{
    position: relative;
    margin-top: calc(var(--pixel1) *-1);
  }
  .page--top .section-hero .headline .elem3 .part1 {
    width: 100%;
  }
  .page--top .section-hero .headline .elem3 .part1 li{
    padding: var(--pixel7) 0;
  }
  .page--top .section-hero .headline .elem3 .part1 .sizeL{
    font-size: var(--pixel34);
    letter-spacing: -0.03em;
  }
  .page--top .section-hero .headline .elem3 .part1 .sizeS{
    font-size: var(--pixel13);
  }
  .page--top .section-hero .headline .elem3 .part1 li:first-child{
    width: 51%;
    border-left: 1px solid #000;
  }
  .page--top .section-hero .headline .elem3 .part1 li:nth-child(2){
    margin-left: var(--pixel5);
  }
  .page--top .section-hero .headline .elem3 .part1 .type2{
    padding: var(--pixel1) 0 var(--pixel7);
    margin-top: var(--pixel5);
    text-align: center;
  }
  .page--top .section-hero .headline .elem3 .part1 .sizeL2{
  font-size: var(--pixel22);
  }
  .page--top .section-hero .headline .elem3 .part2{
    margin-top: var(--pixel20);
    flex-wrap: wrap;
  }
  .page--top .section-hero .headline .elem3 .part2 li:first-child{
    border-left: 1px solid #000;
  }
  .page--top .section-hero .headline .elem3 .part2 li:nth-child(2){
    border-right: 1px solid #000;
  }
  .page--top .section-hero .headline .elem3 .part2>li:last-child{
    font-size: var(--pixel16);
    border: none;
    margin-top: 1em;
  }
}


.page--top .section-hero .content {
  text-align: center;
  background: linear-gradient(to bottom,  #329fe0 0%,#0d6bb5 100%);
}
.page--top .section-hero .content .txt1{
  font-size: min(58px,5.3vw);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0.4em;
  color: #fff064;
}
.page--top .section-hero .content .txt1 .sizeS{
  font-size: 70%;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .page--top .section-hero .content {
    background: #0080cb;
  }
}
.page--top .section-hero .content img {
  max-width: 1280px;
}



/* .page--top .section-hero .headline *{} */



.btn-ell{
  position: relative;
  /* background-color: #f58222; */
  background: linear-gradient(-45deg, #f58222 50%, #ffb87e 60%, #f58222 70%);
  background-size: 600% 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: 510px;
  border-bottom: 4px solid #b36219;
}
@media only screen and (max-width: 767px) {
  .btn-ell{
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
  }
}

.btn-ell.type2{
  background-image: linear-gradient(-45deg, #6ebe46 50%, #afe694 60%, #6ebe46 70%);
  border-bottom-color: #508c32;
  font-size: 18px;
  height: 50px;
  border-radius: 8px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.btn-ell.type2{
		font-size: 1em;
 }
}


.section-rate{
  background-color: #fffad7;
  padding: var(--pixel80) 0;
}
.section-rate .elem1 .headline{
  position: relative;
  background-color: #e66400;
  color: #FFF;
  font-size: var(--pixel22);
  font-weight: 500;
  text-align: center;
  padding: 0.4em;
}
.section-rate .elem1 .headline .sizeS{
  position: absolute;
  font-size: var(--pixel14);
  right: 2em;
  bottom: 0.8em;
}
.section-rate .elem1 .content{
  padding: var(--pixel32) var(--pixel32) var(--pixel26);
  background-color: #FFF;
}
.section-rate .elem1 .content .txt1{
  font-size: var(--pixel22);
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}
.section-rate .elem2 .btn-wrap{
  display: flex;
  justify-content: center;
  padding-top: var(--pixel40);
}
.section-rate .content>ul{
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-rate .content>ul li:nth-child(1){background-color: #f89900;}
.section-rate .content>ul li:nth-child(2){background-color: #f38a00;}
.section-rate .content>ul li:nth-child(3){background-color: #f07d00;}
.section-rate .content>ul li:nth-child(4){background-color: #eb6e00;}
.section-rate .content>ul li:nth-child(5){background-color: #e75f00;}
.section-rate .content>ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  color: #FFF;
  padding: var(--pixel11) var(--pixel15) var(--pixel17);
  width: calc((100% - min(92px,8.5vw))/5);
}
.section-rate .content>ul li+li{
  margin-left: var(--pixel23);
}
.section-rate .content>ul .t1 .sizeS{
  font-size: 55%;
  font-weight: 500;
}
.section-rate .content>ul .t1{
  display: flex;
  align-items: center;
  font-size: var(--pixel32);
  font-weight: bold;
  line-height: 1;
  color: #fffaa5;
  padding-bottom: 0.2em;
	max-height: 4rem;
}
.section-rate .content>ul .sizeS{
  font-size: 68%;
  font-weight: 500;
}
.section-rate .content>ul .sizeSS{
  font-size: 83%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.section-rate .content>ul .sizeSS{
	  font-size: 68%;
	  font-weight: 500;
	}
}
.section-rate .content>ul .t2{
  display: flex;
  align-items: flex-end;
  font-size: var(--pixel48);
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #FFF;
  padding-top: 0.25em;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .section-rate{
    padding: var(--pixel40) 0;
  }
  .section-rate .elem1 .headline{
    font-size: var(--pixel22);
    text-align: left;
    padding: 0.4em 0.7em 1.5em 0.7em;
  }
  .section-rate .elem1 .headline .sizeS{
    right: 1em;
  }
  .section-rate .elem1 .content{
    padding: var(--pixel18) var(--pixel18) var(--pixel15);
  }
  .section-rate .elem1 .content .txt1{
    font-size: var(--pixel16);
    line-height: 1.4;
  }
  .section-rate .elem2 .btn-wrap{
    padding-top: var(--pixel20);
  }
  .section-rate .content>ul{
    flex-direction: column;
  }
  .section-rate .content>ul li{
    flex-direction: row;
    align-items: center;
    padding: var(--pixel11) var(--pixel15);
    width: 100%;
  }
  .section-rate .content>ul li+li{
    margin-left: 0;
    margin-top: var(--pixel14);
  }
  .section-rate .content>ul .t1{
    font-size: var(--pixel22);
    padding-bottom: 0;
    width: 40%;
  }
  .section-rate .content>ul .sizeS{
    font-size: 68%;
    font-weight: 500;
  }
  .section-rate .content>ul .t2{
    justify-content: flex-end;
    font-size: var(--pixel36);
    border-left: 1px solid #FFF;
    border-top: none;
    padding-top: 0;
    letter-spacing: 0;
    flex: 1;
  }
}




.page--top .section-feature {
  background: #E2F1F9;
}
@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: #000;
}
@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,
.page--top .section-feature .cta + .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: 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: #32a0d2;
  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;
  color: #fff;
  background: #0a648c;
  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 #0a648c;
  }
}
@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 #0a648c;
  }
}
.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: 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: #2996b6;
  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;
  
}
.page--top .section-feature *+.feature__notes{
  margin-top: 0.5em;
}
@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 #b36219;
}
.page--top .section-feature .btn-wrap .btn::after {
  right: 3%;
}
.page--top .section-flow {
  padding-top: 65px;
  padding-bottom: 5.5em;
  background-color: #fffad7;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow {
    padding-top: 10vw;
  }
  .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: #fff;
}
@media only screen and (min-width: 768px) {
  .page--top .section-flow .content.bg {
    max-width: 1015px;
    margin-top: 70px;
    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__title span {
		display: inline-block;
	}
}
.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;
}
.text-indent0520 {
	text-indent: -0.5em;
	padding-left: 2em;
}
.text-indent1010 {
	text-indent: -1em;
	padding-left: 1em;
}
.text-indent1020 {
	text-indent: -1em;
	padding-left: 2em;
}
.text-indent1025 {
	text-indent: -1em;
	padding-left: 2.5em;
}
.text-indent5565 {
	text-indent: -5.5em;
	padding-left: 6.5em;
}
@media only screen and (max-width: 767px) {
	.text-indent5565 {
		text-indent: -5.5em;
		padding-left: 7.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-flow .col1{
  color: #f58222;
}
.page--top .section-flow .btn-wrap{
  margin-top: 1.5em;
}
.page--top .section-flow .flow-caut h3{
  font-size: 3.2rem;
  margin-bottom: 0.3em;
}
.page--top .section-flow .flow-caut .part1{
  border-top: 1px solid #f58222;
  border-bottom: 1px solid #f58222;
  padding: 1.6em 0;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-caut h3{
    font-size: 2.4rem;
  }
}










.page--top .section-overview {
  padding-top: 5.75em;
  padding-bottom: 5.75em;
  color: #000;
  background: #E2F1F9;
}
@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: 4.5em;
}
.page--top .section-overview .overview-def {
  font-size: 1.6rem;
}
.page--top .section-overview .overview-def-tit {
  font-size: 2rem;
  padding: 0.4em 1em;
  background-color: #FFF;
  border-left: 6px solid #0a648c;
}
.page--top .section-overview .overview-def-deta {
  padding: 1.6em 1em;
}
/* @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: 100%;
    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;
  padding-left: 1em;
  text-indent: -1em;
}
.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: #005bab;
  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: 2rem 14vw auto 14vw;
}
@media only screen and (max-width: 767px) {
	.page--top .section-apply .form-wrap {
	  margin: 2rem 0 auto 0;
	}
}
@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;
}