body.l-kanta2022 {
  overflow-y: scroll;
}
body.l-kanta2022 .txtBlue {
  color: #00a5b1;
}
body.l-kanta2022 .txtRed {
  color: #ef4136;
}
body.l-kanta2022 .cmnBox .boxHead.blueHead {
  border-bottom-color: #00a5b1;
}
body.l-kanta2022 .cmnBox .boxHead.blueHead .ttl {
  color: #00a5b1;
}
body.l-kanta2022 .numTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.l-kanta2022 .numTtl .num {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00a5b1;
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
}
body.l-kanta2022 .notes a {
  text-decoration: underline;
  color: #00a5b1;
}

@media print, screen and (max-width: 839px) {
  .l-kanta2022 .numTtl {
    font-size: 16px;
  }
  .l-kanta2022 .numTtl .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 14px;
  }
}
.l-footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-footer .footer-navi {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin-left: auto;
  margin-right: auto;
}
#footer {
    border-top: none;
    padding-top: 40px;
}

.l-header {
  position: relative;
}

.l-main {
  position: relative;
  display: block;
}

.c-block {
  position: relative;
  width: 100%;
}
.c-block--fixed-sp {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
.c-block--fixed-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
.c-block--fixed-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-trbl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-trbl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-trbl {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-trbl {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-rbl {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-rbl {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-rbl {
    max-width: 920px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-rbl {
    max-width: 1080px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-tbl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-tbl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-tbl {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-tbl {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-trl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-trl {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-trl {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-trl {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-trb {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-trb {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-trb {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-trb {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-tb {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-tb {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-tb {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-tb {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-rl {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-rl {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-rl {
    max-width: 920px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-rl {
    max-width: 1080px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-t {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-t {
    max-width: 800px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-t {
    max-width: 920px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-t {
    max-width: 1080px;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-r {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-r {
    max-width: 800px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-r {
    max-width: 920px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-r {
    max-width: 1080px;
    padding-top: 0;
    padding-right: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-b {
    max-width: 800px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-b {
    max-width: 800px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-b {
    max-width: 920px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-b {
    max-width: 1080px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 769px) {
  .c-block--padding-l {
    max-width: 800px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 770px) and (max-width: 839px) {
  .c-block--padding-l {
    max-width: 800px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 840px) and (max-width: 999px) {
  .c-block--padding-l {
    max-width: 920px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1000px) {
  .c-block--padding-l {
    max-width: 1080px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }
}

.c-button1 {
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 16px 32px;
  border: 1px solid #00a5b1;
  background: #00a5b1;
  border-radius: 100px;
  color: #fff;
  transition: all 0.5s;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.c-button1:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-button1:disabled {
  opacity: 0.7;
  cursor: auto;
}
button.c-button1 {
  border: none;
  outline: none;
  appearance: none;
}

input.c-button1 {
  border: none;
  outline: none;
  appearance: none;
  line-height: 1.8;
}

button.c-button1 {
  border: none;
  outline: none;
  appearance: none;
  line-height: 1.8;
}

.c-button-with-icon {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-grid;
  grid-template-columns: 40px 1fr;
  gap: 15px 15px;
  align-items: center;
  cursor: pointer;
  padding: 12px 24px 12px 24px;
  border: 1px solid #00a5b1;
  background: #00a5b1;
  border-radius: 100px;
  color: #fff;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.c-button-with-icon:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-button-with-icon:disabled {
  opacity: 0.7;
  cursor: auto;
}
.c-button-with-icon img {
  margin-right: 15px;
  vertical-align: middle;
}
.c-button-with-icon span {
  text-align: center;
  padding-right: 24px;
}
.c-button-with-icon::after {
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
}

.p-home-heading1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (max-width: 769px) {
  .p-home-heading1 {
    font-size: 32px;
    margin-bottom: 23.6px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-heading1 {
    font-size: 64px;
    margin-bottom: 47.2px;
  }
}
.p-home-heading1 small {
  display: block;
  color: #00a5b1;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-home-heading1 small {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-heading1 small {
    font-size: 36px;
  }
}

.p-home-heading2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-home-heading2 {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-heading2 {
    font-size: 24px;
    margin-bottom: 35.2px;
  }
}

.p-home-heading3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-home-heading3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-heading3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.p-home-heading3 a{
  text-decoration: underline;
}

.p-home-know-more-heading1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more-heading1 {
    margin-bottom: 35.2px;
    font-size: 24px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-heading1 {
    margin-bottom: 50.8px;
    font-size: 46px;
    padding: 20px;
  }
}
.p-home-know-more-heading1 small {
  display: block;
  color: #00a5b1;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more-heading1 small {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-heading1 small {
    font-size: 30px;
  }
}
.p-home-know-more-heading1::after {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  left: 50%;
  bottom: -20px;
  border-right: 16px solid transparent;
  border-top: 24px solid #fff;
  border-left: 16px solid transparent;
  transform: translate3d(-50%, 0, 0);
}

.p-home-know-more-heading1_index {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more-heading1_index {
    margin-bottom: 35.2px;
    font-size: 32px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-heading1_index {
    margin-bottom: 50.8px;
    font-size: 64px;
    padding: 20px;
  }
}
.p-home-know-more-heading1_index small {
  display: block;
  color: #00a5b1;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more-heading1_index small {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-heading1_index small {
    font-size: 32px;
  }
}
.p-home-know-more-heading1_index::after {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  left: 50%;
  bottom: -20px;
  border-right: 16px solid transparent;
  border-top: 24px solid #fff;
  border-left: 16px solid transparent;
  transform: translate3d(-50%, 0, 0);
}

.p-home-know-more-heading2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more-heading2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-heading2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.p-home-know-more-wrap {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more-wrap {
    display: flex;
    justify-content: space-around;
    gap: 20px 20px;
  }
}
.p-home-know-more-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.p-home-know-more {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more {
    flex-basis: calc((100% - 40px) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.p-home-know-more a {
  display: block;
  position: relative;
  background: #fff;
  border: 2px solid #00a5b1;
  border-radius: 8px;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-home-know-more a {
    padding: 20px 25px;
  }
  .p-home-know-more a:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-home-know-more a {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% - 40px) / 3);
    padding: 25px;
  }
}
.p-home-know-more a img {
  display: inline-block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.p-home-know-more a span {
  font-weight: bold;
  font-size: 20px;
}
.p-home-know-more a::before {
  display: block;
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
  z-index: 10;
}
.p-home-know-more a::after {
  display: block;
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: #00a5b1;
  width: 24px;
  height: 24px;
  z-index: 5;
  border-radius: 12px;
}

[data-sticky=container] {
  position: relative;
}
[data-sticky=container] [data-sticky=target].is-shadow {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.p-floating-banner-wrap {
  padding: 20px 0;
  background: #E2EFBC;
  z-index: 10;
  width: 100%;
}

.p-floating-banner__text {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-floating-banner__text {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-floating-banner__text {
    font-size: 13px;
  }
}
.p-floating-banner__button-wrap {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.p-floating-banner__button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 14px 24px;
  border: 1px solid #008F79;
  background: #008F79;
  border-radius: 100px;
  color: #fff;
  transition: all 0.5s;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-floating-banner__button {
    width: 100%;
    max-width: 380px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-floating-banner__button {
    min-width: 380px;
  }
}
.p-floating-banner__button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-floating-banner__button:disabled {
  opacity: 0.7;
  cursor: auto;
}
.p-floating-banner__button::after {
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
}

.p-application-banner-wrap {
  padding: 30px 15px;
  background: #ffe9af;
  z-index: 10;
  width: 100%;
}

.p-application-banner__text {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-application-banner__text {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-application-banner__text {
    font-size: 13px;
  }
}
.p-application-banner__button-wrap {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.p-application-banner__button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 14px 24px;
  border: 1px solid #008F79;
  background: #008F79;
  border-radius: 100px;
  color: #fff;
  transition: all 0.5s;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-application-banner__button .small {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-application-banner__button {
    width: 100%;
    max-width: 380px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-application-banner__button {
    min-width: 380px;
  }
}
.p-application-banner__button:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-application-banner__button:disabled {
  opacity: 0.7;
  cursor: auto;
}
.p-application-banner__button::after {
  display: block;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
}

.p-ontheweb__365 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-ontheweb__365 {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-ontheweb__365 {
    font-size: 36px;
  }
}
.p-ontheweb__baloon {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
.p-ontheweb__baloon span {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 100px;
}
@media print, screen and (max-width: 769px) {
  .p-ontheweb__baloon span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-ontheweb__baloon span {
    font-size: 22px;
  }
}
.p-ontheweb__baloon span::after {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -15px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
}
.p-ontheweb__baloon span::before {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #00a5b1;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translate3d(-50%, 0, 0);
  z-index: 15;
}
.p-ontheweb figure {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.p-ontheweb__heading {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-ontheweb__heading {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-ontheweb__heading {
    font-size: 64px;
  }
}
.p-ontheweb__text {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-ontheweb__text {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-ontheweb__text {
    font-size: 36px;
  }
}

.p-copyright {
  text-align: center;
  color: #fff;
  padding: 30px;
  background: #454545;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .p-copyright {
    font-size: 14px;
  }
}

.p-page-header1 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #00a5b1;
}
.p-page-header1 .icon {
  display: inline-block;
}

.p-page-header2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #fff;
}
.p-page-header2 .icon {
  display: inline-block;
}

.p-page-heading1 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.p-page-heading1 span {
  display: block;
}
@media print, screen and (max-width: 769px) {
  .p-page-heading1 span {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-page-heading1 span {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 769px) {
  .p-page-heading1 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-page-heading1 {
    font-size: 46px;
  }
}

.p-page-heading2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.p-page-heading2 span {
  display: block;
}
@media print, screen and (max-width: 769px) {
  .p-page-heading2 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-page-heading2 {
    font-size: 30px;
  }
}

.p-page-copy {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-page-copy {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-page-copy {
    font-size: 28px;
  }
}

.p-page-step-heading {
  margin: 0;
  padding: 0;
  background: #00a5b1;
  margin-bottom: 25px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 769px) {
  .p-page-step-heading {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-page-step-heading {
    font-size: 24px;
  }
}

.p-purpose-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  background: #d4ecf3;
  display: grid;
  gap: 30px 30px;
}
@media print, screen and (max-width: 769px) {
  .p-purpose-wrap {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-purpose-wrap {
    grid-template-columns: repeat(3, 1fr);
    padding: 60px;
  }
}

.p-purpose {
  text-align: center;
  font-weight: bold;
}
.p-purpose figure {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 90px;
  overflow: hidden;
  max-width: 180px;
  margin-bottom: 10px;
}

.p-flow-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
@media print, screen and (max-width: 769px) {
  .p-flow-wrap {
    display: grid;
    gap: 45px 45px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 770px) {
  .p-flow-wrap {
    display: grid;
    gap: 45px 45px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flow,
.p-flow02 {
  position: relative;
}
.p-flow__inner,
.p-flow02__inner {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .p-flow:not(:last-child)::after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    border-top: 12px solid transparent;
    border-left: 16px solid #ffc757;
    border-bottom: 12px solid transparent;
    left: 50%;
    bottom: -30px;
    transform: translate3d(-50%, 0, 0) rotateZ(90deg);
  }
}
@media print, screen and (min-width: 770px) {
  .p-flow:not(:last-child) .p-flow__inner::after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    border-top: 12px solid transparent;
    border-left: 16px solid #ffc757;
    border-bottom: 12px solid transparent;
    right: -30px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
.p-flow figure,
.p-flow02 figure {
  margin: 0;
  padding: 0;
  background: #f0f4f7;
}
.p-flow__text,
.p-flow02__text {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.p-step-flow-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: grid;
}
@media print, screen and (max-width: 769px) {
  .p-step-flow-wrap {
    grid-template-columns: 1fr;
    gap: 45px 45px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-step-flow-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 45px;
  }
}

.p-step-flow {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.p-step-flow__inner {
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .p-step-flow:not(:last-child)::after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    left: 50%;
    bottom: -30px;
    border-top: 12px solid transparent;
    border-left: 16px solid #ffc757;
    border-bottom: 12px solid transparent;
    transform: translate3d(-50%, 0, 0) rotateZ(90deg);
  }
}
@media print, screen and (min-width: 770px) {
  .p-step-flow:not(:last-child) .p-step-flow__inner::after {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    content: "";
    right: -30px;
    top: 50%;
    border-top: 12px solid transparent;
    border-left: 16px solid #ffc757;
    border-bottom: 12px solid transparent;
    transform: translate3d(0, -50%, 0);
  }
}
.p-step-flow__step {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px;
  background: #00a5b1;
  color: #fff;
  font-weight: bold;
}
.p-step-flow__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #00a5b1;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-step-flow figure {
  margin: 0;
  padding: 0;
}
.p-step-flow__text {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.p-panel-heading-wrap {
  text-align: center;
}
.p-panel-heading-wrap i {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.4;
}

.p-panel-heading1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (max-width: 769px) {
  .p-panel-heading1 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-panel-heading1 {
    font-size: 24px;
  }
}

.p-panel-heading2 {
  font-weight: bold;
}
.p-panel-heading2 em {
  display: block;
  color: #00a5b1;
}
@media print, screen and (max-width: 769px) {
  .p-panel-heading2 em {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-panel-heading2 em {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 769px) {
  .p-panel-heading2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-panel-heading2 {
    font-size: 20px;
  }
}

.p-kanta-panel,
.p-kanta-panel02 {
  border: 2px solid #00a5b1;
  border-radius: 8px;
  background: #fff;
}
.p-kanta-panel:not(:last-child),
.p-kanta-panel02:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-panel,
  .p-kanta-panel02 {
    padding: 15px 15px 15px 15px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-panel,
  .p-kanta-panel02 {
    padding: 25px 40px 25px 40px;
  }
}
.p-kanta-panel [data-acc=content] {
  display: none;
}
.p-kanta-panel02 [data-acc=content] {
  display: block;
}
.p-kanta-panel__trigger, 
.p-kanta-panel02__trigger {
  display: block;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-panel__trigger,
  .p-kanta-panel02__trigger {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-panel__trigger,
  .p-kanta-panel02__trigger {
    padding-bottom: 30px;
  }
}
.p-kanta-panel__trigger::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%2300a5b1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 16px;
  height: 24px;
  left: 50%;
  bottom: 0;
  transition: transform 0.5s ease-out;
  transform: translate3d(-50%, 0, 0) rotateZ(90deg);
}
.p-kanta-panel02__trigger::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%2300a5b1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 16px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 16px;
  height: 24px;
  left: 50%;
  bottom: 0;
  transition: transform 0.5s ease-out;
  transform: translate3d(-50%, 0, 0) rotateZ(-90deg);
}
.p-kanta-panel__trigger.is-active::after  {
  transform: translate3d(-50%, 0, 0) rotateZ(-90deg);
}
.p-kanta-panel02__trigger.is-active::after  {
  transform: translate3d(-50%, 0, 0) rotateZ(90deg);
}
.p-kanta-panel__contents {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-panel__contents {
    padding: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-panel__contents {
    padding: 25px 0 0 0;
  }
}

.p-kanta-panel-note {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.p-kanta-panel-note a {
  text-decoration: underline;
}

.p-kanta-accordion {
  margin-bottom: 20px;
  border: 1px solid #d7d7db;
  background: #fff;
  border-radius: 4px;
}
.p-kanta-accordion [data-acc=content] {
  display: none;
}
.p-kanta-accordion__trigger {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 16px;
}
.p-kanta-accordion__trigger .label {
  background: #00a5b1;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 2px 4px;
  margin-right: 8px;
  text-indent: 0;
}
.p-kanta-accordion__trigger__inner {
  position: relative;
}
.p-kanta-accordion__trigger__inner p {
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__trigger__inner p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__trigger__inner p {
    font-size: 18px;
  }
}
.p-kanta-accordion__trigger__inner.has-icon {
  padding-right: 34px;
}
.p-kanta-accordion__trigger__inner.has-icon p {
  padding-left: 40px;
  text-indent: -40px;
}
.p-kanta-accordion__trigger__inner.has-icon p::before {
  color: #00a5b1;
  content: "Q.";
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-indent: 0;
  width: 40px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__trigger__inner.has-icon p::before {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__trigger__inner.has-icon p::before {
    font-size: 28px;
  }
}
.p-kanta-accordion__trigger__inner::before {
  background: #00a5b1;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-kanta-accordion__trigger__inner::after {
  background: #00a5b1;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transform: rotate(90deg);
  transition: opacity 0.5s ease-out;
}
.is-active .p-kanta-accordion__trigger .p-kanta-accordion__trigger__inner::after {
  opacity: 0;
}
.p-kanta-accordion__contents {
  margin: 0;
  padding: 0;
  padding: 1px 16px 16px 16px;
}
.p-kanta-accordion__contents__inner {
  border-top: 1px dashed #d7d7db;
  padding: 20px 0 0 0;
  position: relative;
}
.p-kanta-accordion__contents .has-icon {
  padding-left: 40px;
}
.p-kanta-accordion__contents .has-icon::before {
  color: #737375;
  content: "A.";
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-indent: 0;
  width: 40px;
  position: absolute;
  left: 0;
  top: 20px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__contents .has-icon::before {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .has-icon::before {
    font-size: 28px;
  }
}
.p-kanta-accordion__contents .answer .answerTtl {
  background: #e6eaed;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 5px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__contents .answer .answerTtl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .answer .answerTtl {
    font-size: 20px;
  }
}
.p-kanta-accordion__contents .answer > * + .answerTtl {
  margin-top: 40px;
}
.p-kanta-accordion__contents .answer .faqFlow .flow + .flow {
  margin-top: 64px;
  position: relative;
}
.p-kanta-accordion__contents .answer .faqFlow .flow + .flow::before {
  border-style: solid;
  border-width: 18px 24px 0 24px;
  border-color: #00a5b1 transparent transparent transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 24px);
  bottom: calc(100% + 23px);
}
.p-kanta-accordion__contents .scheduleType {
  justify-content: space-between;
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .scheduleType > .col {
    width: calc((100% - 80px) / 2);
  }
}
.p-kanta-accordion__contents .numTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-kanta-accordion__contents .numTtl .num {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00a5b1;
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
}
.p-kanta-accordion__contents .answer .freeDial {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__contents .answer .freeDial {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .answer .freeDial {
    margin-bottom: 16px;
  }
}
.p-kanta-accordion__contents .answer .freeDial .icn {
  width: 42px;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__contents .answer .freeDial .icn {
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .answer .freeDial .icn {
    margin-right: 12px;
  }
}
.p-kanta-accordion__contents .answer .freeDial .tel {
  font-weight: bold;
  line-height: 1.1;
  margin: 0;
}
@media print, screen and (max-width: 769px) {
  .p-kanta-accordion__contents .answer .freeDial .tel {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-kanta-accordion__contents .answer .freeDial .tel {
    font-size: 48px;
  }
}

.p-interestRateWrap .interestRate {
  margin-bottom: 40px;
}

.p-interestRateWrap .interestRate .lead {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.p-interestRateWrap .interestRate .lead .txtBlue {
  font-size: 48px;
}

.p-interestRateWrap .interestRate .txt {
  font-weight: bold;
}

.p-interestRateWrap .interestRate .notes {
  margin-top: 10px;
}

.p-interestRateWrap .interestRate .rateWrap {
  margin-top: 40px;
}

.p-interestRateWrap .interestRate .rateWrap .rate {
  color: #00a5b1;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.p-interestRateWrap .interestRate .rateWrap .rate .num {
  font-size: 72px;
}

.p-interestRateWrap .interestRateEx {
  background: #fff;
}

.p-interestRateWrap .interestRateEx .lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.p-interestRateWrap .interestRateEx .lead em {
  font-weight: bold;
}

.p-interestRateWrap .interestRateEx .ttl {
  font-size: 20px;
  font-weight: bold;
}

.p-interestRateWrap .interestRateEx .tableWrap {
  width: 100%;
  margin-top: 16px;
  position: relative;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable {
  width: 100%;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr {
  border-top: 2px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr:last-of-type {
  border-bottom: 2px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th {
  background: #e6eaed;
  border-top: 2px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 2px;
  text-align: center;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th.none + th,
.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th:first-of-type {
  border-left: 2px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable thead tr th:last-of-type {
  border-right: 2px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th.none {
  background: none;
  border: none;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr th {
  border-left: 2px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td {
  background: #fff;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #aaa;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable.table02 tr td {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td:last-of-type {
  border-right: 2px solid #aaa;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .note {
  font-size: 13px;
  font-weight: normal;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap {
  padding: 24px 2px;
  position: relative;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -9px;
  top: calc(50% - 8px);
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.days02::before,
.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.rate::before {
  background: url("/kojin/kariru/kanta_card/images/icn_kanta_card_ex_01_1.png") no-repeat center center/contain;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.days01::before {
  background: url("/kojin/kariru/kanta_card/images/icn_kanta_card_ex_02_1.png") no-repeat center center/contain;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.amout::before {
  background: url("/kojin/kariru/kanta_card/images/icn_kanta_card_ex_03_1.png") no-repeat center center/contain;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th .num {
  color: #00a5b1;
  font-size: 18px;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable .amout {
  color: #00a5b1;
}

.p-interestRateWrap .interestRateEx .tableWrap .rateExTable .amout .num {
  font-size: 30px;
}

.p-interestRateWrap .interestRateEx .tableWrap .balloonWrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}

.p-interestRateWrap .interestRateEx .tableWrap .balloonWrap .balloon {
  background: #00a5b1;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 10px 24px;
  position: relative;
}

.p-interestRateWrap .interestRateEx .tableWrap .balloonWrap .balloon::after {
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #00a5b1 transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 31px;
  bottom: calc(100% - 2px);
}

@media print, screen and (max-width: 769px) {
  .p-interestRateWrap .interestRate .lead {
    font-size: 20px;
  }
  .p-interestRateWrap .interestRate .lead .txtBlue {
    font-size: 32px;
  }
  .p-interestRateWrap .interestRate .rateWrap {
    margin-top: 24px;
  }
  .p-interestRateWrap .interestRate .rateWrap .rate {
    font-size: 32px;
  }
  .p-interestRateWrap .interestRate .rateWrap .rate .num {
    font-size: 48px;
  }
  .p-interestRateWrap .interestRateEx .lead {
    font-size: 22px;
    font-weight: bold;
  }
  .p-interestRateWrap .interestRateEx .lead span {
    display: inline-block;
  }
  .p-interestRateWrap .interestRateEx .ttl {
    font-size: 18px;
  }
  .p-interestRateWrap .interestRateEx .tableWrap {
    overflow-x: scroll;
  }
  .p-interestRateWrap .interestRateEx .tableWrap .balloonWrap,
.p-interestRateWrap .interestRateEx .tableWrap .rateExTable {
    width: 540px;
  }
  .p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td,
.p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th {
    font-size: 13px;
  }
  .p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .note {
    font-size: 12px;
  }
  .p-interestRateWrap .interestRateEx .tableWrap .rateExTable tr th .num {
    font-size: 16px;
  }
  .p-interestRateWrap .interestRateEx .tableWrap .rateExTable .amout .num {
    font-size: 24px;
  }
}
.p-main-visual__inner1 {
  position: relative;
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__inner1 {
    background-image: url("/kojin/kariru/kanta_card/images/img_kanta_card_mv.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 610px;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-main-visual__inner1__inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-main-visual__innerlp__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-main-visual__inner2 {
  position: relative;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__inner1 {
    min-height: 380px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-main-visual__inner2 {
    background-image: url("/kojin/kariru/kanta_card/images/img_kanta_card_mv-sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 380px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.p-main-visual__inner2 figure {
  margin: 0;
  padding: 0;
}
.p-main-visual__copy {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__copy {
    font-size: 27px;
    margin-bottom: 10px;
    text-align: center;
  }
    .p-main-visual__copy .small {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
    .p-main-visual__copy .small_yellow {
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffff4c;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__inner2 figure.is-pc-status {
    display: block;
  }
  .p-main-visual__inner2 figure.is-sp-status {
    display: none;
  }
  .p-main-visual__copy {
    font-size: 58px;
    margin-bottom: 25px;
  }
  .p-main-visual__copy .small {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .p-main-visual__copy .small_yellow {
    font-size: 35px;
    margin-bottom: 25px;
    color: #ffff4c;
  }
}
.p-main-visual__copy-image {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__inner2 figure.is-pc-status {
    display: none;
  }
  .p-main-visual__inner2 figure.is-sp-status {
    display: block;
  }
  .p-main-visual__copy-image {
    text-align: center;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__copy-image {
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
.p-main-visual__copy-image img {
  height: auto;
}
.p-main-visual__list-wrap {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__list-wrap {
    padding: 15px;
  }
  .p-main-visual__copy-image img {
    max-width: 200px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__list-wrap {
    padding: 30px;
  }
  .p-main-visual__copy-image img {
    max-width: 300px;
  }
}
.p-main-visual__copy_lp {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.p-main-visual__list-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  color: #00a5b1;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__list-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .p-main-visual__copy_lp {
    /* font-size: 27px; */
    margin-bottom: 10px;
    text-align: center;
  }
  .p-main-visual__copy_lp .title {
    font-size: 27px;
    text-align: center;
  }
    .p-main-visual__copy_lp .small {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
    .p-main-visual__copy_lp .small2 {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
    .p-main-visual__copy_lp .small_yellow {
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffff4c;
  }
    .p-main-visual__copy_lp .small2_yellow {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffff4c;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__list-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .p-main-visual__copy_lp {
    /* font-size: 58px; */
    margin-bottom: 25px;
  }
  .p-main-visual__copy_lp .title {
    font-size: 58px;
  }
  .p-main-visual__copy_lp .small {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .p-main-visual__copy_lp .small2 {
    font-size: 28px;
    /* margin-bottom: 25px; */
  }
  .p-main-visual__copy_lp .small_yellow {
    font-size: 35px;
    margin-bottom: 25px;
    color: #ffff4c;
  }
    .p-main-visual__copy_lp .small2_yellow {
    font-size: 28px;
    /* margin-bottom: 25px; */
    color: #ffff4c;
  }
}
.p-main-visual__copy_lp-image {
  margin: 0;
  padding: 0;
}
.p-main-visual__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
    max-width: 480px;
  }
  .p-main-visual__copy_lp-image {
    text-align: center;
  }
}
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 660px;
  }
  .p-main-visual__copy_lp-image {
    margin-bottom: 50px;
    padding-left: 80px;
  }
}
.p-main-visual__copy_lp-image img {
  height: auto;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__copy_lp-image img {
    max-width: 200px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual__copy_lp-image img {
    max-width: 300px;
  }
}
.p-main-visual__table-wrap {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__table-wrap {
    background: #d4ecf3;
    padding: 15px;
  }
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__table {
    display: grid;
    gap: 2px 2px;
    grid-template-columns: 120px 1fr;
  }
}
.p-main-visual__list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  border-radius: 100px;
  background: #00a5b1;
}
.p-main-visual__list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-main-visual__list li a::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.p-main-visual-lp__inner1 {
  position: relative;
  background: #E2EFBC;
}
@media print, screen and (min-width: 770px) {
  .p-main-visual-lp__inner1 {
    padding-top: 45px;
    padding-left: 80px;
    padding-bottom: 45px;
    padding-right: 80px;
  }
  .p-main-visual-lp__inner1__inner {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-main-visual__table {
    display: inline-grid;
    gap: 2px 2px;
    padding-left: 80px;
    grid-template-columns: 120px minmax(240px, 1fr);
  }
}
.p-main-visual__table dt {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #00a5b1;
  text-align: center;
  font-weight: bold;
  padding: 6px 2px;
}
.p-main-visual__table dt span {
  display: inline-block;
  line-height: 36px;
}
.p-main-visual__table dd {
  margin: 0;
  padding: 0;
  font-size: 24px;
  background: #fff;
  color: #00a5b1;
  font-weight: bold;
  text-align: center;
  padding: 6px 2px;
}
.p-main-visual__table dd small {
  display: inline-block;
  line-height: 30px;
  font-size: 17px;
  margin-right: 0.25em;
}
.p-main-visual__list-wrap {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual-lp__inner1 {
    min-height: 380px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-main-visual__list-wrap {
    padding: 15px;
  }
}
.p-main-visual-lp__inner2 figure {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 770px) {
  .p-main-visual-lp__inner2 figure.is-pc-status {
    display: block;
  }
  .p-main-visual-lp__inner2 figure.is-sp-status {
    display: none;
  }
}
@media print, screen and (max-width: 769px) {
  .p-main-visual-lp__inner2 figure.is-pc-status {
    display: none;
  }
  .p-main-visual-lp__inner2 figure.is-sp-status {
    display: block;
  }
}
.p-main-visual-lp__list-wrap {
  margin: 0;
  padding: 0;
  background: #fff;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual-lp__list-wrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual-lp__list-wrap {
    padding: 30px;
  }
  .p-main-visual__list-wrap {
    padding: 30px;
  }
}
.p-main-visual__list-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  color: #00a5b1;
}
.p-main-visual-lp__list-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  color: #00a5b1;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual__list-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .p-main-visual-lp__list-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual-lp__list-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .p-main-visual__list-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-main-visual__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
.p-main-visual-lp__list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  display: grid;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 769px) {
  .p-main-visual-lp__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
    max-width: 480px;
  }
  .p-main-visual__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
    max-width: 480px;
  }
}
@media print, screen and (min-width: 770px) {
  .p-main-visual-lp__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 660px;
  }
  .p-main-visual__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
    max-width: 660px;
  }
}
.p-main-visual__list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  border-radius: 100px;
  background: #00a5b1;
}
.p-main-visual-lp__list li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
  border-radius: 100px;
  background: #00a5b1;
}
.p-main-visual__list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-main-visual__list li a::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.p-main-visual-lp__list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-main-visual-lp__list li a::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h8v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(a)'%3E%3Cpath data-name='Path 454' d='M5.082 5.99 0 9.311V12l8-5.5V5.496l-8-5.5v2.689Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.p-supportPoint .pointBlock .blockInner {
  background: #fff;
  position: relative;
}

.p-supportPoint .pointBlock .blockInner .bg > i {
  background: url("/kojin/kariru/kanta_card/images/icn_kanta_card_support_bg.png") no-repeat center center/contain;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
}

.p-supportPoint .pointBlock .blockInner .bg > .bg01 {
  left: 8px;
  top: 8px;
}

.p-supportPoint .pointBlock .blockInner .bg > .bg02 {
  right: 8px;
  top: 8px;
  transform: rotate(90deg);
}

.p-supportPoint .pointBlock .blockInner .label {
  background: #00a5b1;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  width: 106px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: calc(50% - 53px);
  top: -18px;
  text-align: center;
}

.p-supportPoint .pointBlock .blockInner .pointTtl {
  border-bottom: 2px solid #aaa;
  padding-bottom: 16px;
  text-align: center;
}

.p-supportPoint .pointBlock .blockInner .pointTtl .ttl {
  font-size: 28px;
  font-weight: bold;
}

.p-supportPoint .pointBlock .blockInner .pointTtl .ttl .num {
  font-size: 42px;
}

.p-supportPoint .pointBlock .blockInner .pointBody {
  display: flex;
  justify-content: center;
}

.p-supportPoint .pointBlock .blockInner .pointBody .limited {
  display: flex;
  margin-bottom: 16px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .limited > dt {
  background: #00a5b1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 122px;
  height: 112px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col,
.p-supportPoint .pointBlock .blockInner .pointBody .amount,
.p-supportPoint .pointBlock .blockInner .pointBody .limited > dd {
  background: #f0f4f7;
  color: #00a5b1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  width: 494px;
  height: 112px;
  margin-left: 4px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col .num,
.p-supportPoint .pointBlock .blockInner .pointBody .amount .num,
.p-supportPoint .pointBlock .blockInner .pointBody .limited > dd .num {
  font-size: 56px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .largeTxt {
  font-size: 20px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .lead {
  font-size: 22px;
  font-weight: bold;
}

.p-supportPoint .pointBlock .blockInner .pointBody .lead sup {
  font-weight: normal;
}

.p-supportPoint .pointBlock .blockInner .pointBody .amount {
  width: 616px;
  margin: 10px 0 16px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 16px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col + .col {
  margin-left: 16px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dt {
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
}

.p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dd {
  margin-left: 12px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .catchTxt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.p-supportPoint .pointBlock .blockInner .pointBody .catchTxt .txtBlue {
  background: linear-gradient(to bottom, rgba(255, 199, 87, 0) 0%, rgba(255, 199, 87, 0) 75%, rgb(255, 199, 87) 75%, rgb(255, 199, 87) 100%);
  display: inline-block;
  font-size: 64px;
  line-height: 1.2;
  padding: 0 0 0 6px;
  margin-left: 6px;
}

.p-supportPoint .pointBlock .blockInner .pointBody .catchTxt .thin {
  letter-spacing: -0.2em;
}

@media print, screen and (max-width: 769px) {
  .p-supportPoint .pointBlock .blockInner .bg > i {
    width: 19px;
    height: 19px;
  }
  .p-supportPoint .pointBlock .blockInner .bg > .bg01 {
    left: 4px;
    top: 4px;
  }
  .p-supportPoint .pointBlock .blockInner .bg > .bg02 {
    right: 4px;
    top: 4px;
  }
  .p-supportPoint .pointBlock .blockInner .label .num {
    font-size: 20px;
  }
  .p-supportPoint .pointBlock .blockInner .pointTtl .ttl {
    font-size: 20px;
  }
  .p-supportPoint .pointBlock .blockInner .pointTtl .ttl .num {
    font-size: 32px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .limited {
    flex-direction: column;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .limited > dt {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col,
.p-supportPoint .pointBlock .blockInner .pointBody .amount,
.p-supportPoint .pointBlock .blockInner .pointBody .limited > dd {
    display: block;
    font-size: 24px;
    width: 100%;
    height: auto;
    margin: 2px 0 0;
    padding: 16px;
    text-align: center;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col .num,
.p-supportPoint .pointBlock .blockInner .pointBody .amount .num,
.p-supportPoint .pointBlock .blockInner .pointBody .limited > dd .num {
    font-size: 32px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .largeTxt {
    font-size: 16px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .lead {
    font-size: 18px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .amount {
    width: 100%;
    margin: 10px 0 16px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap {
    display: block;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col + .col {
    margin: 2px 0 0;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dt {
    font-size: 18px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dd {
    margin-left: 10px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .catchTxt {
    font-size: 24px;
  }
  .p-supportPoint .pointBlock .blockInner .pointBody .catchTxt .txtBlue {
    font-size: 36px;
  }
}
.p-flowBoxVertical .flowTtl .ttl {
  margin: 0;
}

.p-flowBoxVertical .flowTtl .ttl .label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-left: 16px;
  padding: 4px 10px;
  vertical-align: middle;
}

.p-flowBoxVertical .flowTtl .ttl .label.pink {
  background: #66CDAA;
  color: #fff;
}

.p-flowBoxVertical .flowTtl .ttl .label.gray {
  background: #737375;
  color: #fff;
}

.p-flowBoxVertical .subTtl {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.p-flowBoxVertical {
  position: relative;
}

.p-flowBoxVertical + .p-flowBoxVertical {
  margin-top: 58px;
}

.p-flowBoxVertical + .p-flowBoxVertical::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #ffc757 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 35px);
  top: -48px;
}

.p-flowBoxVertical .flowTtl {
  background-color: #faeeed;
  padding: 13px;
  color: #00a5b1;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}

.p-flowBoxVertical .flowTtl .num {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #00a5b1;
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: text-top;
}

.p-flowBoxVertical.kantaFlowBox .flowTtl {
  background: #e6eaed;
}

.p-flowBoxVertical.kantaFlowBox .flowTtl .num {
  vertical-align: middle;
}

.p-flowBoxVertical.kantaFlowBox .flowTtl .ttl .label {
  vertical-align: middle;
}

.p-flowBoxVertical .flowTtl .ttl .label.blue {
  background: #00a5b1;
  color: #fff;
}

.p-flowBoxVertical.kantaFlowBox .logs {
  width: 409px;
}

@media print, screen and (max-width: 769px) {
  .p-flowBoxVertical .flowTtl .ttl .label {
    font-size: 16px;
    margin-left: 8px;
  }
  .p-flowBoxVertical .subTtl {
    font-size: 18px;
  }
  .p-flowBoxVertical + .p-flowBoxVertical {
    margin-top: 48px;
  }
  .p-flowBoxVertical + .p-flowBoxVertical::before {
    border-width: 20px 30px 0 30px;
    top: -38px;
    left: calc(50% - 30px);
  }
  .p-flowBoxVertical .flowTtl {
    font-size: 20px;
  }
  .p-flowBoxVertical .flowTtl .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 14px;
  }
  .p-flowBoxVertical.kantaFlowBox .flowTtl .ttl .label {
    font-size: 12px;
  }
  .p-flowBoxVertical.kantaFlowBox .logs {
    width: auto;
  }
  .sepBox + .sepBox {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.p-inquiryBox {
  border: 2px solid #00a5b1;
  background: #f5f9fd;
  border-radius: 8px;
  padding: 20px;
}

.p-inquiryBox h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #00a5b1;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.p-inquiryBox h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.p-inquiryBox .freeDialWrap {
  text-align: center;
}

.p-inquiryBox .freeDial {
  display: inline-flex;
  align-items: flex-end;
  margin: 28px 0 24px;
}

.p-inquiryBox .freeDial .icn {
  display: block;
  font-style: normal;
  text-align: center;
}

.p-inquiryBox .freeDial .icn span {
  display: block;
  font-size: 14px;
}

.p-inquiryBox .freeDial .icn img {
  width: 42px;
}

.p-inquiryBox .freeDial .tel {
  flex: 1;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  vertical-align: bottom;
}

.p-inquiryBox .freeDial .tel a {
  display: block;
  line-height: 40px;
  vertical-align: bottom;
}

.p-inquiryBox .freeDial .tel a .rubyWrap {
  display: inline-block;
  position: relative;
}

.p-inquiryBox .notes {
  margin-bottom: 15px;
  font-size: 14px;
}

.p-inquiryBox .datetime {
  font-weight: bold;
  text-align: center;
}

.p-inquiryBox .freeDial .tel a .rubyWrap .ruby {
  display: block;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 100%;
  text-align: center;
  width: 100%;
}

@media print, screen and (max-width: 769px) {
  .p-inquiryBox {
    padding: 15px;
  }
  .p-inquiryBox h2 {
    font-size: 24px;
  }
  .p-inquiryBox h3 {
    font-size: 18px;
  }
  .p-inquiryBox .freeDial {
    margin: 24px 0 20px;
  }
  .p-inquiryBox .freeDial .icn span {
    font-size: 10px;
  }
  .p-inquiryBox .freeDial .icn img {
    width: 34px;
  }
  .p-inquiryBox .freeDial .tel {
    font-size: 28px;
  }
  .p-inquiryBox .freeDial .tel a {
    line-height: 32px;
  }
  .p-inquiryBox .notes {
    font-size: 12px;
  }
  .p-inquiryBox .freeDial .tel a .rubyWrap .ruby {
    font-size: 12px;
    line-height: 12px;
  }
}
.u-align-center {
  text-align: center;
}
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}

.u-bg-white {
  background-color: #fff;
}
.u-bg-black {
  background-color: #000;
}
.u-bg-bluegreen {
  background-color: #00a5b1;
}
.u-bg-yellow {
  background-color: #fff5d0;
}
.u-bg-darkyellow {
  background-color: #ffe9af;
}
.u-bg-skyblue {
  background-color: #d4ecf3;
}
.u-bg-green {
  background-color: #00950d;
}
.u-bg-lightblue {
  background-color: #f5f9fd;
}

/* .fixedBtn */
section.fixedBtn{
    display: none;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffe9af;
    z-index: 18;
    padding: 20px;
}
section.fixedBtn .box.flexbox{
    justify-content: center;
    align-items: flex-end;
}

/* .popup */
.popup .button {
	text-align: center;
	margin-top: 15px;
}
.popup .button .closebutton {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 32px;
	background: #8D8B8B;
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-heigt: 1.2em;
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
	-webkit-transition: .12s;
	transition: .12s;
}
.popup .button .closebutton:hover {
	background: #ffffff;
	border: solid 1px #8D8B8B;
	color: #8D8B8B;
	opacity: 0.8;
}
.popup .button-top {
	position: absolute;
	right: 8px;
	top: 5px;
}
.popup .button-top .closebutton {
	display: inline-block;
	margin-bottom: 10px;
	padding: 2px 10px;
	background: #8D8B8B;
	border-radius: 4px;
	color: #ffffff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	line-heigt: 1.2em;
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
	-webkit-transition: .12s;
	transition: .12s;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}
.popup .button-top .closebutton:hover {
	background: #ffffff;
	border: solid 1px #8D8B8B;
	color: #8D8B8B;
	opacity: 0.8;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 90%;
	width: 85%;
	overflow-y: scroll;
}
@media screen and (max-width: 769px) {
	.modal__content{
		max-height: 90%;
		width: 80%;
	}
}
.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.tensen {
	border-bottom: 15px #ffff dotted;
	width: 80%;
	margin: 10px auto;
}

/* .case */
@media screen and (min-width:900px) {
	.case_wrapper {
    	display: flex;
    	justify-content: space-between;
	}
	.case_box {
	    width: 31%;
	}
}
.case_box {
    background: #FFF9EA;
    border: 3px solid #41A5B1;
    border-radius: 10px;
    padding: 55px 20px 20px;
    position: relative;
}
@media screen and (max-width:899px) {
	.case_box {
	    max-width:600px;
	    margin: 0 auto 50px ;
	}
}
.case_box::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;    
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
}

.case_icon1::before {
    background-image: url(https://bank.82group.jp/other/kanta_card/recommend_lp/images/icon1.svg);
}

.case_icon2::before {
    background-image: url(https://bank.82group.jp/other/kanta_card/recommend_lp/images/icon2.svg);
}

.case_icon3::before {
    background-image: url(https://bank.82group.jp/other/kanta_card/recommend_lp/images/icon3.svg);
}
.case_box dt {
    color: #41A5B1;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dotted #41A5B1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.case_title_wrapper {
    text-align: center;
    position: relative;
    margin-top: 25px;
}
.case_title_wrapper::after {
    color: #E8FAFF;
    font-size: 70px;
    font-weight: bold;
     position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    content: 'CASE';
}
.case_title {
    color: #41A5B1; 
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    z-index: 1;
    top: -13px;
}
.case_title::before,
.case_title::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #41A5B1;
}
.case_title::before {
    left: 0;
}
.case_title::after {
    right: 0;
}

.spElement {
	display: none;
}
@media screen and (max-width: 769px) {
	.pcElement {
		display: none;
	}
	.spElement {
		display: inline;
	}
}
@media print, screen and (min-width: 770px) {
  .headerInner {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0;
	padding: 0 15px;
	position: relative;
	z-index: 20;
    }
}
@media print, screen and (max-width: 769px) {
  .headerInner {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0;
	padding: 0 5px;
	position: relative;
	z-index: 20;
  }
}
.right{
    text-align: right;
}
@media print, screen and (max-width: 769px) {
  .logo_right {
    width: 60%;
	margin: 0 0;
	padding: 8px;
  }
}
@media print, screen and (max-width: 769px) {
  .logo_left {
    width: 80%;
	margin: 0 0;
	padding: 8px;
  }
}


