@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* スマイル1000 */
/* スマイルプラス */
body * {
  font-family: "Noto Sans JP", sans-serif;
}

/* スマイル1000 */
/* スマイルプラス */
#smile_plus h1, h2, h3, h4, h5, h6, p, a, b, strong, span, li, dt, dd, td {
  color: #333333;
}

#smile_plus p {
  font-family: "M PLUS 1p", sans-serif;
}

.cta {
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .cta {
    top: -10px;
  }
}

.cta_first {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}

.cta_reason {
  position: absolute;
  bottom: -95px;
  right: 0;
  left: 0;
  max-width: 600px;
}
@media screen and (min-width: 576px) {
  .cta_reason {
    bottom: -130px;
  }
}

.cta_text {
  position: relative;
}
.cta_text::before, .cta_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 1.5rem;
  background-image: linear-gradient(#f17600 50%, transparent 50%);
  background-size: 1px 4px; /* 4pxごとに色+透明を繰り返す → 点線 */
}
.cta_text::before {
  transform: rotate(-30deg);
  left: calc(50% - 155px);
}
@media screen and (min-width: 768px) {
  .cta_text::before {
    left: calc(50% - 208px);
  }
}
.cta_text::after {
  transform: rotate(30deg);
  right: calc(50% - 155px);
}
@media screen and (min-width: 768px) {
  .cta_text::after {
    right: calc(50% - 208px);
  }
}

#eyecatch {
  padding-top: 46px;
}

#example {
  position: relative;
}
#example .example_photo {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 340px;
}
@media screen and (min-width: 576px) {
  #example .example_photo {
    max-width: 450px;
    top: -90px;
  }
}
@media screen and (min-width: 992px) {
  #example .example_photo {
    max-width: 500px;
    top: -100px;
  }
}

.list_example li .img_example {
  position: absolute;
  top: -10px;
  width: 70px;
  height: auto;
  right: -10px;
}
@media screen and (min-width: 992px) {
  .list_example li .img_example {
    top: -1px;
    width: 60px;
    right: -28px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .list_example li .img_example {
    top: -10px;
    width: 70px;
    right: -8px;
  }
}

.reason_no {
  position: relative;
  border-top: 5px solid #c8a16b;
}
.reason_no::before {
  position: absolute;
  top: -0.6rem;
  left: 0rem;
  right: 0rem;
  border-top: 2px solid #c8a16b;
  content: "";
}

.reason_no_img {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
}

.riritsu {
  position: relative;
  border-radius: 50%;
  background-color: #d4f1ff;
  width: 65px;
  height: 65px;
}
.riritsu p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  letter-spacing: 0.1rem;
  font-size: 14px;
}

.hosho {
  margin-top: 30px;
}

.list_riritsu {
  display: flex;
  justify-content: center;
}
.list_riritsu li {
  font-family: "M PLUS 1p", sans-serif;
  color: #009ff0;
  font-weight: 500;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .list_riritsu li {
    font-size: 22px;
  }
}
.list_riritsu li:not(:first-child) {
  border-left: 1px dashed #009ff0;
}

.repayment {
  cursor: pointer;
  position: relative;
}
.repayment::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  top: -5px;
  bottom: 0;
  margin: auto;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(135deg);
}
.repayment.open::before {
  transform: rotate(-45deg);
}

table {
  text-align: center;
  font-size: 14px;
  border-collapse: collapse;
}
table th {
  font-weight: 400;
  background-color: #dfc8a9;
  border: 1px solid #fff;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.3;
  padding: 5px;
}
table td {
  border: 1px solid #fff;
  font-family: "M PLUS 1p", sans-serif;
  padding: 6px;
}
table td:first-child {
  background-color: #f5eee4;
}
table td:nth-child(2) {
  background-color: #fcfaf8;
}

.list_web_bg {
  background-color: #e3f5fd;
}

.list_web li {
  padding-left: 2em;
  padding-bottom: 0.4em;
  padding-top: 0.4em;
  position: relative;
  border-bottom: 1px dashed #81d3f8;
  font-size: 18px;
  font-family: "M PLUS 1p", sans-serif;
}
.list_web li::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  background: no-repeat center 100%/100% url(../_img/list_check.svg);
  position: absolute;
  left: 0.4em;
  top: 0.6em;
  margin: auto;
}

.reason_02_img {
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 170px;
}
@media screen and (min-width: 768px) {
  .reason_02_img {
    max-width: 220px;
    bottom: -30px;
  }
}

.reason_03 {
  background-color: #f7eed4;
}

.reason_more_img {
  position: absolute;
  top: -45px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 310px;
}
@media screen and (min-width: 768px) {
  .reason_more_img {
    max-width: 220px;
    top: -80px;
  }
}
@media screen and (min-width: 768px) {
  .reason_more_img {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .reason_more_img {
    max-width: 360px;
    top: -65px;
  }
}

#step ol li {
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: #e5f5fd;
}
#step ol li .bg_cBlue {
  border-top-left-radius: 40px;
}
#step ol li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1.7em;
  height: 1.7em;
  background: no-repeat center 100%/100% url(../_img/step_triangle.svg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  z-index: 1;
}

#faq {
  background-color: #dbf2fd;
  position: relative;
}
#faq dl {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
}

.qusetion {
  cursor: pointer;
  position: relative;
  padding: 15px 40px 15px 10px;
  font-weight: normal;
  line-height: 1.6 !important;
  display: flex;
  align-items: center;
}
.qusetion p {
  margin-bottom: 0;
}
.qusetion::before, .qusetion::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #6ec8f6;
  right: 20px;
  top: 5px;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .qusetion::before, .qusetion::after {
    top: 5px;
  }
}
.qusetion::after {
  transform: rotate(90deg);
}
.qusetion.open::after {
  transform: rotate(180deg);
}

.q_mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #6ec8f6;
  color: #ffffff;
  font-size: 20px;
}

.a_mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #6ec8f6;
  color: #6ec8f6;
  font-size: 20px;
}

.answer {
  border-top: 1px dashed #6ec8f6;
  padding: 10px 0;
  margin: 0 12px;
  line-height: 1.6 !important;
  display: flex;
  align-items: start;
  margin-bottom: 0;
}
.answer p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .answer {
    align-items: center;
  }
}

#overview dt {
  font-family: "M PLUS 1p", sans-serif;
  background-color: #d4f1ff;
  padding: 0 5px;
  font-weight: 500;
}
#overview dd {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  padding: 5px 0;
}
#overview dd ul li {
  position: relative;
  padding-left: 12px;
}
#overview dd ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #009ff0;
  top: 9px;
  left: 2px;
}
#overview table th {
  background-color: #a1dbf9;
  border: 1px solid #ffffff;
  padding: 8px;
}
#overview table td:first-child {
  background-color: #dbf2fd;
}
#overview table td:nth-child(2) {
  background-color: #f2fafe;
}

.overview {
  cursor: pointer;
  position: relative;
}
.overview::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: 18px;
  border-radius: 50%;
  top: 18px;
  background-color: #ffffff;
}
.overview h2 {
  color: #ffffff;
  line-height: 1.2;
}
.overview h2::before, .overview h2::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: #009ff0;
  right: 24px;
  top: 5px;
  bottom: 4px;
  margin: auto;
  transition: all 0.2s ease;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .overview h2::before, .overview h2::after {
    top: 5px;
  }
}
.overview h2::after {
  transform: rotate(90deg);
}
.overview.open h2::after {
  transform: rotate(180deg);
}

#smile_plus #application {
  background-color: #e3f5fd;
}
#smile_plus #application .list_caution li {
  font-family: "M PLUS 1p", sans-serif;
}
#smile_plus #application .list_caution li::before {
  background-color: #009ff0;
}
#smile_plus #application table th, #smile_plus #application table td {
  border: 1px solid #333333;
}
#smile_plus #application strong {
  font-family: "M PLUS 1p", sans-serif;
}

.bg_area {
  background-color: #e6f8ff;
}

.form-control {
  border: var(--bs-border-width) solid #003d8f !important;
}

.btn_agree {
  border: 1px solid #009ff0;
  color: #009ff0;
}

.form-check-input:checked {
  background-color: #3bb5f3;
  border-color: #8cafde;
}

.agree_btn.active {
  background-color: #009ff0;
}
.agree_btn.active p::after {
  background-color: #50b1ff;
}
.agree_btn.active::before {
  background: linear-gradient(90deg, rgb(148, 185, 249) 0%, rgb(87, 148, 253) 28%, rgb(148, 185, 249) 50%, rgb(87, 148, 253) 71%, rgb(148, 185, 249) 100%) border-box border-box;
}
.agree_btn.active::after {
  border: 4px solid #009ff0;
}/*# sourceMappingURL=layout_plus.css.map */