@charset "utf-8";

@keyframes fade {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*---------------------
TopContents
---------------------*/
.Body__cover {
  position: relative;
}

.TopMain {
  padding: 60px 0 0;
  /* position: relative; */
}

/* .TopMain__sticky {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 980;
  pointer-events: none;
} */

/* .TopMain__sticky-inner {
  position: sticky;
  position: -webkit-sticky;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  top: 0;
  left: 0;
} */

.Mainvisual {
  margin: 0 3.13vw;
  position: relative;
}

.Mainvisual__inner {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 41.67vw;
}

.Mainvisual__item {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -15;
  height: 100%;
  opacity: 0;
  animation: fade 15s infinite;
}

.Mainvisual__item:nth-child(1) {
  animation-delay: 0s;
}

.Mainvisual__item:nth-child(2) {
  animation-delay: 5s;
}

.Mainvisual__item:nth-child(3) {
  animation-delay: 10s;
}

.Mainvisual__img {
  border-radius: 50px;
  height: 41.67vw;
  object-fit: cover;
  width: 100%;
}

.Mainvisual__left {
  top: 4.45vw;
  left: 4.68vw;
  position: absolute;
  width: 32.24vw;
}

.Mainvisual-left__figure {
  margin-bottom: 2.08vw;
}

.Mainvisual-left__img {
  height: 15.63vw;
  object-fit: contain;
}

.Free-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F26A33;
  border-radius: 10px;
  padding: 15px 30px;
  width: 25.73vw;
}

.Free-block__left {
  padding-right: 20px;
  width: calc(100% - 5.21vw);
}

.Free-block__right {
  width: 5.21vw;
}

.Free-block__title {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
}

.Free-block__text {
  color: #fff;
}

.Btn-free {
  display: none;
}

.Ad-area {
  display: flex;
  justify-content: center;
  /* max-width: 661px; */
  margin: 0 auto;
  gap: 0 36.7px;
}

.Ad-area__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  height: 198px;
  object-fit: contain;
}

.Ad-area__img--single {
  height: 332px;
}

.Ad-area__link {
  display: block;
  opacity: 1;
  transition: opacity ease-in .3s;
}

.Ad-area__link:hover {
  opacity: 0.7;
}

@media (hover: hover) {
  .Ad-area__link:hover {
    opacity: 0.7;
  }
}

@media (hover: none) {
  .Ad-area__link:active {
    opacity: 0.7;
  }
}

.About {
  padding: 30px 0 50px;
  text-align: center;
}

.About__title {
  /* font-size: 1.5625rem; */
  margin-bottom: 25px;
}

.Abot-title__img {
  height: 35px;
  object-fit: contain;
  width: 100%;
}

.About__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 7px;
}

.About__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  padding-top: 48px;
  width: 190px;
}

.About__item:first-child {
  padding-top: 0;
}

.About__figure {
  margin-bottom: 10px;
  width: 130px;
}

.About__img {
  height: 130px;
  object-fit: contain;
}

.About__text {
  font-size: 1.125rem;
}

.About__text--desc {
  font-size: 0.75rem;
}

.About-fukidashi {
  margin-bottom: 5px;
  position: relative;
}

.About-fukidashi:before,
.About-fukidashi:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: -2px;
  width: 20px;
}

.About-fukidashi:before {
  border-left: 1px solid #3C70A4;
  left: -15px;
  transform: rotate(-25deg);
}

.About-fukidashi:after {
  border-right: 1px solid #3C70A4;
  right: -15px;
  transform: rotate(25deg);
}

.About-fukidashi__copy {
  background: linear-gradient(transparent 75%, #FFE3B8 0%);
  display: inline-block;
  padding: 0 2px;
  position: relative;
}

.About-fukidashi__copy:before,
.About-fukidashi__copy::after {
  content: "";
  background-color: #FFE3B8;
  border-radius: 100px;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
}

.About-fukidashi__copy:before {
  left: -5px;
  bottom: 0;
}

.About-fukidashi__copy::after {
  right: -5px;
  bottom: 0;
}

.About__copy {
  margin-top: 40px;
  padding-top: 43px;
  position: relative;
}

.About__copy:before {
  border-top: 25px solid #2790D4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.About-copy__text {
  border-bottom: dotted 3px #2790D4;
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 7px;
}

.About-copy__text:last-of-type {
  margin-bottom: 20px;
}

.About-copy__text--strong {
  background: linear-gradient(transparent 57%, #FFE3B8 0%);
  display: inline-block;
  font-size: 1.4375rem;
  position: relative;
}

.About-copy__text--strong::before,
.About-copy__text--strong::after {
  content: "";
  background-color: #FFE3B8;
  border-radius: 100px;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: -1;
}

.About-copy__text--strong::before {
  left: -4px;
  bottom: 0;
}

.About-copy__text--strong::after {
  right: -4px;
  bottom: 0;
}

.youtube {
  display: block;
  max-width: 800px;
  margin: 0 auto 50px;
  border: 1px solid #ccc;
}

.youtube__inner {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  /* display: flex; */
  /* justify-content: center; */
}

.youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .youtube__text {
  text-align: center;
} */

.youtube__img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.youtube__link {
  display: block;
  opacity: 1;
  transition: opacity ease-in .3s;
}

@media (hover: hover) {
  .youtube__link:hover {
    opacity: 0.7;
  }
}

@media (hover: none) {
  .youtube__link:active {
    opacity: 0.7;
  }
}

.Merit {
  background-color: #2790D4;
  padding: 30px 0 50px;
  text-align: center;
}

.Merit__title {
  /* color: #fff; */
  /* font-size: 1.5625rem; */
  margin-bottom: 25px;
}

.Merit-title__img {
  height: 63px;
  object-fit: contain;
  width: 100%;
}

/* .Merit__title--small {
  font-size: 1.25rem;
} */

.Merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}

.Merit__item {
  background-color: #fff;
  border-radius: 5px;
  list-style-type: none;
  padding: 20px 18px 30px;
  width: 350px;
}

.Merit__item:first-child {
  position: relative;
}

.Merit-item__title {
  background: linear-gradient(transparent 57%, #FFE3B8 0%);
  display: inline-block;
  font-size: 1.375rem;
  margin-bottom: 15px;
  padding: 0 8px;
  position: relative;
}

.Merit-item__title::before,
.Merit-item__title::after {
  content: "";
  background-color: #FFE3B8;
  border-radius: 100px;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
}

.Merit-item__title::before {
  left: -7px;
  bottom: 0;
}

.Merit-item__title::after {
  right: -7px;
  bottom: 0;
}

.Merit-item__title--head {
  margin-top: 15px;
}

.Merit-item__title--height {
  margin-bottom: 0;
}

.Merit-item__title--letterspace {
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.Merit-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.Merit-item__block--2column {
  padding-top: 91px;
}

.Merit-item__block--2column .Merit-item-block__figure {
  position: absolute;
  top: 80px;
  left: 89px;
}

.Merit-item__img {
  height: 91px;
  object-fit: contain;
}

.Merit-item-block__figure--foot {
  margin-bottom: 10px;
}

.Merit-item-block__text {
  position: absolute;
  text-align: left;
  top: 104px;
  right: 50px;
}

.Merit__text {
  margin-bottom: 15px;
}

.Merit__text--foot {
  margin-bottom: 39px;
}

.Merit-desc {
  max-width: 1100px;
  width: 100%;
  margin: 10px auto 0;
}

.Merit-desc__text {
  color: #999;
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
}

.Merit-desc__text::before {
  content: "※";
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

.Btn-top {
  margin: 0 auto;
  width: 151px;
}

.Btn-top__link {
  background-color: #0585D6;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background-color .3s;
}

.Btn-top__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.2s, opacity 1s;
}

.Btn-top__link:active::after {
  transform: scale(0, 0);
  transition: 0s;
  opacity: 0.3;
}

.Btn-top__link--orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F26A33;
  font-size: 1.375rem;
  padding: 11.5px 0;
  width: 100%;
  pointer-events: auto;
}

.Btn-top__link:hover {
  background-color: #4FA9E2;
}

@media (hover: hover) {
  .Btn-top__link:hover {
    background-color: #4FA9E2;
  }
}

@media (hover: none) {
  .Btn-top__link:active {
    background-color: #4FA9E2;
  }
}

.Btn-top__link--orange:hover {
  background-color: #F26A33;
}

@media (hover: hover) {
  .Btn-top__link--orange:hover {
    background-color: #F26A33;
  }
}

@media (hover: none) {
  .Btn-top__link--orange:active {
    background-color: #F26A33;
  }
}

.Necessity {
  padding: 30px 0 50px;
  max-width: 1110px;
  margin: 0 auto;
}

.Necessity-Nouse {
  background-color: #EEF7FF;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 35px;
}

.Nouse__title {
  border-bottom: 1px solid #333;
  display: block;
  font-size: 1.25rem;
  margin-bottom: 15px;
  width: 100%;
}

.Necessity-caution {
  border: 1px solid #EEE;
  border-radius: 10px;
  margin-bottom: 30px;
}

.Caution__title {
  background-color: #EEE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #E60012;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px 35px;
}

.Caution-title__text {
  font-size: 1.125rem;
}

.Caution-title__text::before {
  top: 3px !important;
}

.Necessity-caution__list {
  padding: 15px 35px 20px 35px;
}

.Outline__list--top {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 730px;
}

.Error__text--top {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.Necessity__title {
  /* font-size: 1.5625rem; */
  margin-bottom: 25px;
  text-align: center;
}

.Necessity-title__img {
  height: 35px;
  object-fit: contain;
  width: 100%;
}

.Necessity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1009px;
  margin: 0 auto;
  background-color: #DEECF5;
  padding: 30px;
}

.Necessity__item {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin-right: 70px;
  position: relative;
  width: 100%;
}

.Necessity__item:last-of-type {
  margin-right: 0;
  position: static;
}

.Necessity__item::before {
  content: "";
  background-color: #67A6CF;
  width: 40px;
  height: 10px;
  display: inline-block;
  bottom: 44%;
  right: -55px;
  position: absolute;
}

.Necessity__item::after {
  content: "";
  background-color: #67A6CF;
  width: 10px;
  height: 40px;
  display: inline-block;
  bottom: 44%;
  right: -40px;
  margin-bottom: -15px;
  position: absolute;
}

.Necessity__item:last-of-type::before,
.Necessity__item:last-of-type::after {
  display: none;
}

.Necessity__item--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  flex-grow: 1;
}

.Necessity-item__title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.Necessity-item__block {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: center;
  flex-grow: 1;
}

.Necessity-item__block--2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  text-align: left;
}

.Necessity-item-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 罫線削除 */
  /* border: 1px solid #707070; */
  height: 84px;
  margin: -10px auto 5px;
}

.Necessity-item-block__inner--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.Necessity-item-block__img--card {
  height: 84px;
  object-fit: contain;
  width: 100%;
}

.Necessity-item-block__img--tel {
  height: 84px;
  object-fit: contain;
  width: 100%;
}

.Necessity-item-block__img--mail {
  height: 84px;
  object-fit: contain;
  width: 100%;
}

.Necessity-item-block__img--sp {
  height: 84px;
  object-fit: contain;
  width: 100%;
}

.Necessity-item-block__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  flex-grow: 1;
}

.Necessity-item-block__inner--figure {
  width: 70px;
  margin: 0 auto;
}

.Necessity-item__block--2column .Necessity-item-block__inner--right {
  padding-left: 10px;
  width: calc(100% - 70px);
}

.Necessity-item__desc {
  padding-left: 0.875rem !important;
  text-align: left;
  color: #333;
}

.Necessity-item__coment {
  margin-top: 5px;
}

.Flow-top {
  background-color: #EFEFEF;
  padding: 30px 0 50px;
}

.Flow-top__title {
  font-size: 1.5625rem;
  margin-bottom: 55px;
  text-align: center;
}

.Flow-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 43px;
}

.Flow-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  width: 220px;
}

.Flow-top-item__figure {
  margin-bottom: 15px;
  position: relative;
  width: 130px;
}

.Flow-top-item__figure::before {
  content: "";
  display: inline-block;
  top: -15px;
  left: 0;
  position: absolute;
  width: 27px;
  height: 67px;
}

.Flow-top-item__figure--num1::before {
  background-image: url(../images/text_/text_top_1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.Flow-top-item__figure--num2::before {
  background-image: url(../images/text_/text_top_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.Flow-top-item__figure--num3::before {
  background-image: url(../images/text_/text_top_3.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.Flow-top-item__figure--num4::before {
  background-image: url(../images/text_/text_top_4.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.Flow-top-item__figure--num5::before {
  background-image: url(../images/text_/text_k22_5.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}

.Flow-top-item__img {
  height: 130px;
  object-fit: contain;
  width: 100%;
}

.Flow-top-item__right {
  text-align: center;
}

.Flow-top-item__title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.Faq {
  padding: 30px 0 50px;
  margin: 0 auto;
  max-width: 1100px;
}

.Faq__title {
  margin-bottom: 55px;
}

.Faq-title__img {
  height: 35px;
  object-fit: contain;
  width: 100%;
}

.Faq__panel {
  margin-bottom: 10px;
  list-style-type: none;
}

.Faq__panel:last-of-type {
  margin-bottom: 0;
}

.Faq-panel__inner {
  background-color: #EEE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
}

.Faq-panel__inner--start {
  align-items: flex-start;
}

.Faq-panel__inner--wh {
  background-color: #fff;
  margin-top: 10px;
}

.Faq-panel__inner::before,
.Faq-panel__inner::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #333;
  right: 30px;
  top: 50%;
  position: absolute;
}

.Faq-panel__inner::after {
  transform: rotate(90deg);
}

.Faq-panel__inner.open::after {
  display: none;
}

.Faq-panel__inner--wh::before,
.Faq-panel__inner--wh::after {
  display: none;
}

.Faq__figure {
  width: 44px;
  margin: 0 auto auto;
}

.Faq-panel-inner__right {
  padding-left: 40px;
  width: calc(100% - 44px);
}

.Faq__text--paragraph {
  padding-bottom: 1rem;
}

.Faq__archive {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.Tel__link {
  cursor: default;
  color: #333;
  pointer-events: none;
  text-decoration: none;
}

.Faq__list--decimel {
  margin-left: 20px;
}

.Sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 40px;
  /* padding-bottom: calc(30px + (1.125rem + 0.875rem + 0.875rem)*1.5 + 28px + 50px); */
}

.Sns-title__img {
  height: 35px;
  object-fit: contain;
  width: 100%;
}

.Sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
}

.Sns__item {
  list-style-type: none;
  width: 50px;
}

.Sns__img {
  height: 50px;
  object-fit: contain;
  max-width: 100%;
}

.Scroll-banner {
  /* position: absolute; */
  position: fixed;
  left: 50%;
  bottom: 30px;
  margin-left: -300px;
  z-index: 999;
  pointer-events: auto;
}

.Scroll-banner .Free-block {
  /* display: block; */
  display: flex;
  /* opacity: 0; */
  padding: 14px 35px;
  width: 600px;
}

/* .Scroll-banner .Btn-top__link--orange {
  padding: 29px 112px;
} */

.Scroll-banner .Free-block__left {
  text-align: center;
  width: calc(100% - 80px);
}

.Scroll-banner .Free-block__title {
  font-size: 1.125rem;
}

.Free-block__text--en,
.Scroll-banner .Free-block__text {
  font-size: 0.875rem;
}

.Scroll-banner .Free-block__right {
  width: 80px;
}

.Btn-free--sp {
  display: none;
}

.Btn-free__link {
  background-color: #F26A33;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  font-size: 1.375rem;
  padding: 11.5px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
}

.Btn-free__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  transform: scale(10, 10);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s, opacity 1s;
}

.Btn-free__link:active::after {
  transform: scale(0, 0);
  transition: 0s;
  opacity: 0.3;
}

.Recommend {
  margin: 0 auto;
  max-width: 1110px;
  padding: 50px 0 20px;
}

.Reco__title {
  margin-bottom: 30px;
}

.Reco-title__img {
  height: 63px;
  object-fit: contain;
  width: 100%;
}

.Reco__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}

.Reco__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px 0;
}

.Reco-item__left {
  width: 350px;
}

.Reco-item__right {
  width: 250px;
}
.Reco-item__right--3 {
  width: 270px;
}

.Reco-item__cover {
  background-image: url(../images/img_/img_fukidashi_pc.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 104px;
  padding-top: 20px;
}

.Reco-item__text {
  font-size: 1.125rem;
  text-align: center;
}

.Reco-item__text--blue {
  color: #0656B1;
}

.Reco-item-sub {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.Reco-item-sub__text {
  line-height: 1;
  padding: 0 15px;
  position: relative;
}

.Reco-item-sub__text::before,
.Reco-item-sub__text::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 1px;
  height: 20px;
  top: -2px;
  left: 50%;
  position: absolute;
}

.Reco-item-sub__text::before {
  left: 0;
  transform: rotate(-25deg);
}

.Reco-item-sub__text::after {
  left: inherit;
  right: 0;
  transform: rotate(25deg);
}

.Reco-other__inner {
  border: 1px solid #395A8A;
  border-radius: 5px;
  padding: 39px 47px 35px;
}

.Reco-other__title {
  position: relative;
  margin-top: -55px;
  margin-bottom: 25px;
  z-index: 5;
}

.R-other-title__img {
  height: 28px;
  object-fit: contain;
  width: 100%;
}

.Reco-other__list {
  display: flex;
  gap: 0 22px;
}

.Reco-other__item {
  list-style-type: none;
  padding-left: 33px;
  position: relative;
  width: calc(100% / 3);
}

.Reco-other__item:last-child {
  margin-bottom: 0;
}

.Reco-other__item::before {
  content: "";
  background-image: url(../images/ico_/ico_top_check.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 23px;
  height: 22px;
  top: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width:1600px) {
  .Free-block {
    width: 100%;
  }

  .Free-block__text--hide {
    display: none;
  }
}

@media screen and (max-width:1109px) {
  /* 1109px以下の設定（タブレット） */
  .TopMain {
    padding: 0;
  }

  .Mainvisual {
    margin: 0;
  }

  .Mainvisual__inner {
    display: block;
    width: 100%;
    height: calc(100vw - 57px);
    /* height: 100vh; */
    /* height: 75vw; */
    max-height: 75vw;
    margin-top: 21.33vw;
  }

  .Mainvisual__item {
    width: 100%;
  }

  .Mainvisual__img {
    border-radius: 0px;
    height: inherit;
    /* height: max-content; */
  }

  .Mainvisual__left {
    top: -16vw;
    left: 6.67vw;
    width: 62.93vw;
  }

  .Mainvisual-left__figure {
    margin-bottom: 0;
  }

  .Mainvisual-left__img {
    height: 24.27vw;
  }

  .Free-block {
    display: none;
  }

  .Btn-free {
    display: block;
    padding: 15px 0;
    margin: 0 auto;
  }

  .Btn-free--gray {
    background-color: #EFEFEF;
    padding: 0 0 40px;
  }

  .Btn-free__inner {
    width: 84.53vw;
  }

  .Ad-area {
    flex-direction: column;
    gap: 20.2px 0;
    /* margin: 0 auto; */
    margin: 10px auto 20px;
    width: 80%;
  }

  .Ad-area__img {
    display: block;
    height: 17.27vw;
    object-fit: cover;
    width: 100%;
  }

  .About {
    padding: 0 0 35px;
  }

  .About__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 auto;
    max-width: 580px;
  }

  .About__item {
    width: 150px;
    margin-right: 65px;
    padding-top: 0;
  }

  .About__item:first-child {
    margin: 0 65px;
  }

  .About__item:nth-child(2) {
    margin-right: 0;
    padding-top: 48px;
  }

  .About__item:last-child {
    margin-right: 0;
  }

  .About__figure {
    width: 150px;
  }

  .About__img {
    height: 150px;
  }

  .About__text {
    font-size: 1rem;
    line-height: 1.3;
  }

  .About-fukidashi {
    display: inline-block;
    margin-bottom: 2px;
  }

  .Kakko {
    display: inline-block;
    padding: 0 12px;
    position: relative;
  }

  .Kakko::before,
  .Kakko::after {
    content: "";
    height: 100%;
    border-radius: 50%;
    position: absolute;
    width: 20%;
  }

  .Kakko::before {
    border-left: 1px solid #333;
    border-right: 1px solid transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffff;
    top: 0;
    left: 0;
  }

  .Kakko::after {
    border-right: 1px solid #333;
    border-left: 1px solid transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 0;
    right: 0;
  }

  .About-copy__text {
    font-size: 1rem;
  }

  .About-copy__text--strong {
    font-size: 1.25rem;
  }

  .About-copy__text--strong::before,
  .About-copy__text--strong::after {
    content: "";
    background-color: #FFE3B8;
    border-radius: 100px;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: -1;
  }

  .About-copy__text--strong::before {
    left: -4px;
    bottom: 0;
  }

  .About-copy__text--strong::after {
    right: -4px;
    bottom: 0;
  }

  .Merit {
    /* margin-bottom: 35px; */
    padding: 30px 15px 25px;
  }

  .Merit__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px 0;
  }

  .Merit__item {
    padding: 25px 15px;
    width: 100%;
  }

  .Merit__item:first-child {
    padding: 80px 15px 25px;
  }

  .Merit-item__title--head {
    margin-top: 0;
  }

  .Merit-item__title--letterspace {
    margin-bottom: 17px;
  }

  .Merit-item-block__figure--foot {
    margin-bottom: 0;
  }

  .Merit-item__block {
    flex-direction: unset;
    margin: 0 auto;
    max-width: 545px;
  }

  .Merit-item__block--2column {
    padding-top: 0;
  }

  .Merit-item-block__figure {
    width: 20vw;
  }

  .Merit-item__block--2column .Merit-item-block__figure {
    position: unset;
  }

  .Merit-item__img {
    height: 24vw;
  }

  .Merit-item-block__right {
    padding-left: 45px;
    width: calc(100% - 20vw);
  }

  .Merit-item-block__text--fukidashi {
    position: absolute;
    top: 25px;
    left: 50%;
    right: inherit;
    margin-left: -90px;
    text-align: center;
  }

  .Merit-desc {
    margin-bottom: 35px;
    padding: 0 15px;
  }

  .Fukidashi {
    position: relative;
    padding: 0 20px;
  }

  .Fukidashi::before,
  .Fukidashi::after {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 20px;
  }

  .Fukidashi::before {
    border-left: 1px solid #3C70A4;
    left: -15px;
    transform: rotate(-25deg);
  }

  .Fukidashi::after {
    border-right: 1px solid #3C70A4;
    right: -15px;
    transform: rotate(25deg);
  }

  .Merit__text {
    margin-bottom: 35px;
    text-align: left;
  }

  .Merit__text--foot {
    margin-bottom: 35px;
  }

  .Necessity {
    padding: 30px 15px 35px;
  }

  .Necessity-Nouse {
    border-radius: 0;
    padding: 20px 15px;
  }

  .Caution__title {
    font-size: 1.125rem;
    padding: 12px 25px;
  }

  .Necessity-caution__list {
    padding: 15px 15px 20px;
  }

  .Outline__list--top {
    text-align: left;
    margin: 0 auto 35px;
  }

  .Necessity__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .Necessity__item,
  .Necessity__item:first-of-type,
  .Necessity__item:nth-of-type(2),
  .Necessity__item:last-of-type {
    margin-right: 0;
    margin-bottom: 70px;
    padding: 15px;
    width: 100%;
  }

  .Necessity__item:last-of-type {
    margin-bottom: 0;
  }

  .Necessity__item::before {
    bottom: -40px;
    right: 50%;
    margin-right: -15px;
  }

  .Necessity__item::after {
    bottom: -40px;
    right: 50%;
  }

  .Necessity-item__title {
    text-align: left;
    margin-bottom: 10px;
  }

  .Necessity-item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 0;
    padding: 15px 18px;
    text-align: left;
  }

  .Necessity-item__block--1column {
    flex-direction: row !important;
    gap: 10px 0;
  }

  .Necessity-item__block--2column {
    flex-wrap: nowrap;
    width: 100%;
  }

  .Necessity-item-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    margin: auto auto 0;
    padding: 5px 0;
    width: 29.33vw;
  }

  .Necessity-item-block__inner--right,
  .Necessity-item__block--2column .Necessity-item-block__inner--right {
    align-items: flex-start;
    padding-left: 10px;
    width: calc(100% - 29.33vw);
  }

  .Necessity-item-block__img--card {
    height: 15.47vw;
  }

  .Necessity-item-block__img--tel {
    height: 22.67vw;
  }

  .Necessity-item-block__img--sp {
    height: 22.67vw;
  }

  .Necessity-item-block__img--mail {
    height: 14.67vw;
  }

  .Necessity-item__desc {
    padding-left: 20px !important;
  }

  .Necessity-item__coment {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .Flow-top {
    margin-bottom: 0;
    padding: 27px 26px 35px 30px;
  }

  .Flow-top__list {
    align-items: center;
    flex-direction: column;
    gap: 30px 0;
  }

  .Flow-top__item {
    flex-direction: unset;
    width: 100%;
  }

  .Flow-top-item__figure {
    margin-bottom: 0;
    /* width: 32vw; */
    flex-shrink: 0;
  }

  .Flow-top-item__right {
    padding-left: 25px;
    text-align: left;
    width: calc(100% - 130px);
  }

  .Faq {
    padding: 35px 15px 50px;
  }

  .Faq__title {
    margin-bottom: 20px;
  }

  .Faq-panel__inner {
    padding: 20px 45px 20px 15px;
  }

  .Faq-panel__inner::before,
  .Faq-panel__inner::after {
    right: 15px;
  }

  .Faq-panel-inner__right {
    padding-left: 15px;
  }

  .Tel__link {
    cursor: pointer;
    color: #0656B1;
    pointer-events: auto;
    text-decoration: underline;
  }

  .Sns {
    margin: 0 auto;
    margin-bottom: 40px;
    /* padding-bottom: calc(30px + 23px + (1.375rem)*1.5 + 50px); */
  }

  .Sns-title__img {
    height: 105px;
  }

  .Scroll-banner {
    display: none;
  }

  .Btn-free--sp {
    display: block;
    /* position: absolute; */
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }

  .Recommend {
    padding: 0;
  }

  .Reco-title__img {
    height: 63px;
    object-fit: contain;
    width: 100%;
  }

  .Reco__list {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 44px;
  }

  .Reco__item {
    align-items: flex-start;
    flex-direction: unset;
    overflow-x: clip;
  }

  .Reco__item--reverse {
    flex-direction: row-reverse;
  }

  .Reco-item__left {
    margin-left: -3.2vw;
    position: relative;
    width: 34.33vw;
    z-index: 5;
  }

  .Reco__item--reverse .Reco-item__left {
    margin-left: 0;
    /* margin-right: -12px; */
    margin-right: -3.2vw;
    margin-top: -70px;
  }

  .Reco__item:last-of-type .Reco-item__left,
  .Reco__item:last-of-type .Reco-item__right {
    margin-top: -65px;
  }

  .Reco-item__img {
    height: 26.42vw;
    object-fit: contain;
    width: 100%;
  }

  .Reco-item__right {
    /* width: 121px; */
    width: 18.06vw;
  }

  .Reco__item--reverse .Reco-item__right {
    position: relative;
    z-index: 5;
    margin-top: -70px;
  }

  .Reco-item__cover {
    align-items: center;
    background-image: url(../images/img_/img_fukidashi_sp.svg);
    height: 18.06vw;
    padding-top: 0;
  }

  .Reco__item--reverse .Reco-item__cover {
    transform: scale(-1, 1);
  }

  .Reco__item--reverse .Reco-item__text {
    transform: scale(-1, 1);
  }

  .Reco-item__text {
    font-size: 1rem;
  }

  .Reco-item-sub__text {
    font-size: 0.875rem;
  }

  .Reco-other {
    padding: 0 15px;
  }

  .Reco-other__inner {
    padding: 30px 25px;
  }

  .Reco-other__title {
    margin-top: -45px;
    margin-bottom: 15px;
  }

  .r-other-title__img {
    height: 28px;
    object-fit: contain;
    width: 100%;
  }

  .Reco-other__list {
    flex-direction: column;
  }

  .Reco-other__item {
    margin-bottom: 12px;
    width: 100%;
  }

  .Reco-other__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 669px) {
  /* 669px以下の設定（スマホ） */
  .Ad-area {
    padding: 0 15px;
    width: 100%;
  }

  .Ad-area__img {
    display: block;
    height: 20.27vw;
    object-fit: cover;
    width: 100%;
  }

  .About {
    padding: 0 30px 35px;
  }

  .About__list {
    gap: 15px 0;
  }

  .About__item {
    margin-right: 5.33vw;
    width: 24vw;
  }

  .About__item:first-child {
    margin: 0;
    width: 31vw;
  }

  .About__item:nth-child(2) {
    width: 35vw;
  }

  .About__figure {
    width: 24vw;
  }

  .About__img {
    height: 24vw;
  }

  .About__copy {
    margin-top: 20px;
    padding-top: 47px;
  }

  .youtube {
    margin-bottom: 30px;
  }

  .Merit-item-block__figure {
    width: 26.67vw;
  }

  .Merit-item__img {
    height: 32vw;
  }

  .Merit-item-block__right {
    padding-left: 20px;
    width: calc(100% - 26.67vw);
  }

  .Merit__text {
    margin-bottom: 15px;
  }

  .Reco__list {
    gap: 20px 0;
  }

  .Reco-item__left {
    width: 66.67vw;
  }

  .Reco-item__img {
    height: 51.47vw;
  }

  .Reco__item--reverse .Reco-item__left,
  .Reco__item--reverse .Reco-item__right,
  .Reco__item:last-of-type .Reco-item__left,
  .Reco__item:last-of-type .Reco-item__right {
    margin-top: 0px;
  }

  .Reco-item__right {
    width: 32.27vw;
  }

  .Reco-item__cover {
    height: 32.27vw;
  }
}

/*---------------------
Contents
---------------------*/
.Section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
}

.Section-title__foot-10 {
  padding-bottom: 10px;
}

.Section-title__foot-15 {
  padding-bottom: 15px;
}

.Section-title__floew {
  padding: 25px 0 30px;
}

.Section-title__text {
  font-size: 1.4375rem;
}

.Section-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #DEECF5;
  gap: 11px 0;
  margin-bottom: 20px;
  padding: 20px 0;
}

.Flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}

.Flow-item {
  color: #93C1DD;
  font-size: 0.875rem;
  list-style-type: none;
  padding-top: 17px;
  position: relative;
}

.Flow-item--blue {
  color: #395A8A;
}

.Circle__base::before {
  content: "";
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  z-index: 2;
}

.Line__base::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 70px;
  height: 2px;
  top: 5px;
  left: 50%;
  position: absolute;
}

.Circle__base--blue::before,
.Line__base--blue::after {
  background-color: #395A8A;
}

.Flow-bar {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  width: 300px;
  height: 7px;
  position: relative;
}

.Flow-bar--1::before {
  background-color: #395A8A;
  border-radius: 6px;
  content: "";
  display: inline-block;
  width: 100px;
  height: 7px;
  top: 0;
  left: 0;
  position: absolute;
}

.Flow-bar--2::before {
  background-color: #395A8A;
  border-radius: 6px;
  content: "";
  display: inline-block;
  width: 200px;
  height: 7px;
  top: 0;
  left: 0;
  position: absolute;
}

.Flow-bar--3::before {
  background-color: #395A8A;
  border-radius: 6px;
  content: "";
  display: inline-block;
  width: 270px;
  height: 7px;
  top: 0;
  left: 0;
  position: absolute;
}

.Flow-bar--4::before {
  background-color: #395A8A;
  border-radius: 6px;
  content: "";
  display: inline-block;
  width: 300px;
  height: 7px;
  top: 0;
  left: 0;
  position: absolute;
}

/* CSSの最新化 */
.Main__img {
  height: 30.13vw;
  object-fit: contain;
  width: 100%;
}

.Main__img--chibaginID {
  height: 102.93vw;
  object-fit: contain;
  width: 100%;
}

/* .Main__figure--login {
  border: 1px solid #707070;
  width: 220px;
  height: 33.33vw;
} */

.Main__img--login {
  height: 36vw;
  object-fit: contain;
  width: 100%;
}

.Main-form__inner {
  padding: 0 15px;
}

.Main-form__text {
  margin-bottom: 30px;
}

.Main-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Main-form__item {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 13px;
  position: relative;
}

.Main-form__item::before {
  background-color: #67A6CF;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
  position: absolute;
}

.Main-form__item--right {
  padding-left: 28px;
}

.Main-form__item--right::before {
  left: 15px;
}

.Main-form__item--child::before {
  background-color: #D46B27;
}

.Form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EEEEEE;
  border-radius: 3px;
  gap: 0 12px;
  padding: 10px 10px 10px 15px;
  margin-bottom: 25px;
}

.Form-title__text {
  font-weight: bold;
  line-height: 1.5;
  /* width: calc(100% - 8vw); */
}

.Form-title__tag {
  background-color: #395A8A;
  color: #fff;
  font-size: 0.687rem;
  /* padding: 2px 4px; */
  text-align: center;
  width: 30px;
  display: inline-block;
  flex-shrink: 0;
}

.Form-detail {
  position: relative;
}

.Form-detail__label {
  display: inline-block;
  margin-bottom: 10px;
}

.Form-detail__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFEEEE;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 15px;
  width: 100%;
}

.Form-detail__input--normal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 15px;
  width: 100%;
}
.Form-detail__input--pass {
  padding-right: 55px;
  background-color: #FFEEEE;
}

.Form-detail__input:focus {
  background-color: #fff;
}

.Form-detail__input:focus-visible,
.Form-detail__input--normal:focus-visible {
  outline: none;
}

.Form-detail__input::placeholder,
.Form-detail__input--normal::placeholder {
  /* 2023/11/01 CSS最新化 */
  /* color: #CCC; */
  /* color: #B5B5B5; */
  color:#999;
}

/* 追加 */
.Form-detail__input:focus::placeholder,
.Form-detail__input--normal:focus::placeholder {
  /* color: transparent; */
  color:#999;
}

.Form-detail__desc,
.Desc-count__text {
  color: #999999;
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}

.Form-detail__desc::before {
  content: "※";
  display: inline;
  top: 0;
  left: 0;
  position: absolute;
}

.Form-detail__desc--dark {
  color: #666666;
}

.Select__inner {
  position: relative;
}

.Select__inner::before {
  border-left: 1px solid #CCC;
  content: "";
  display: inline-block;
  width: 42.5px;
  height: 26px;
  top: 7px;
  right: 0;
  position: absolute;
  pointer-events: none;
}

.Select__inner::after {
  border: 5px solid transparent;
  border-top: 8px solid #666;
  content: "";
  display: inline-block;
  width: 11px;
  height: 8px;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  position: absolute;
  pointer-events: none;
}

.Select__list {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFEEEE;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.125;
  padding: 10px 15px;
  width: 100%;
  /* 追加 */
  color: #000;
}

.Select__list--normal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.125;
  padding: 10px 15px;
  width: 100%;
}

.Select__list--active {
  background-color: #fff;
}

.Select__list:focus {
  background-color: #fff;
}

.Select__list:focus-visible,
.Select__list--normal:focus-visible {
  outline: 0 !important;
}

.Select__list::-ms-expand,
.Select__list--normal::-ms-expand {
  display: none;
}

.Radio__input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
}

.Radio__label {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
  text-align: center;
  padding: 22px 0;
  cursor: pointer;
}

.Radio__input:checked+.Radio__label {
  background-color: #67A6CF;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.Btn-main {
  width: 275px;
  /* 変更 */
  /* margin: 0 auto 70px; */
  margin: 0 auto 55px;
}

.Btn-main__button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #67A6CF;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #fff;
  line-height: 1.334;
  padding: 10px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.Btn-main__button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.2s, opacity 1s;
}

.Btn-main__button:active::after {
  transform: scale(0, 0);
  transition: 0s;
  opacity: 0.3;
}

/* .Btn-main__button::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 100%;
  text-align: center;
} */

/* .Btn-main__button.active {
  background-color: #67A6CF;
} */

/* .Btn-main__button.active::before {
  content: "";
  position: absolute;
  top: -128px;
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  background-color: #67A6CF;
  border-radius: 100%;
  -webkit-animation: scaleout 0.5s ease-out;
  animation: scaleout 0.5s ease-out;
} */

.Form-detail__textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFEEEE;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  padding: 7px 15px;
  width: 100%;
  resize: none;
}

.Form-detail__textarea--normal {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  padding: 7px 15px;
  width: 100%;
  resize: none;
}

.Form-detail__textarea:focus {
  background-color: #fff;
}

.Form-detail__textarea:focus-visible,
.Form-detail__textarea--normal:focus-visible {
  outline: none;
}

.Form-detail__textarea::placeholder,
.Form-detail__textarea--normal::placeholder {
  /* color: #ccc; */
  color: #999;
}

/* 追加 */
.Form-detail__textarea:focus::placeholder,
.Form-detail__textarea--normal:focus::placeholder {
  /* color: transparent; */
  color: #999;
}

.Btn-sub {
  width: 101px;
  margin: 0 auto 70px;
}

.Btn-sub__button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  color: #666;
  line-height: 1.125;
  padding: 10px 0;
  width: 100%;
}

/* 削除
.Form-detail__input--desc {
  margin-bottom: 10px; 
}*/

.Form-detail__input--foot-0 {
  margin-bottom: 0 !important;
}

.Form-detail__input--foot-5 {
  margin-bottom: 5px !important;
}

.Form-detail__input--foot-10 {
  margin-bottom: 10px !important;
}

.Form-detail__input--foot-15 {
  margin-bottom: 15px !important;
}

.Form-detail__input--foot-20 {
  margin-bottom: 20px !important;
}

.Form-detail__input--foot-25 {
  margin-bottom: 25px !important;
}

.Form-detail__input--foot-30 {
  margin-bottom: 30px !important;
}

.Form-detail__input--foot-35 {
  margin-bottom: 35px !important;
}

.Form-detail__input--foot-40 {
  margin-bottom: 40px !important;
}

.Form-detail__input--foot-50 {
  margin-bottom: 50px !important;
}

.Form-detail__input--foot-55 {
  margin-bottom: 55px !important;
}

.Form-detail__input--foot-65 {
  margin-bottom: 65px !important;
}

.Form-detail__input--foot-70 {
  margin-bottom: 70px !important;
}

.Select-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.Select-year .Select__inner {
  width: 68vw;
}

.Select__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Select__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Select__left .Select__inner,
.Select__right .Select__inner {
  width: 28.27vw;
}

.Select__text {
  margin-left: 10px;
}

.Select-2colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}

.Radio,
.Radio-more,
.Card-list {
  background-color: #FFEEEE;
  padding: 15px;
  margin-bottom: 15px;
}

.Radio.js-Bgcolor {
  background-color: #EEEEEE;
}

.Radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.Radio-left,
.Radio-right {
  width: calc(100% / 2);
}

.Form-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.Form-postcode .Form-detail__input {
  width: 40vw;
}

.Form-postcode .Btn-main {
  width: 21.6vw;
  margin: 0;
}

.Form-detail__desc--space {
  margin-bottom: 2px !important;
}

.Form-detail__desc--space5 {
  margin-bottom: 5px !important;
}

/* 追加 */
.Form-detail__top--space {
  margin-top: 10px;
}

.Form-detail__input--textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  min-height: 25px;
}

.Form-detail__input--text {
  border-bottom: 1px solid #999999;
  padding: 0 15px 0px 15px;
}

.Form-detail__text {
  margin-bottom: 20px;
}

.Form-detail__input--active {
  background-color: #fff;
}

/* 削除 */
/* .Select__list--active {
  background-color: #fff;
} */

.Form-detail__input--error,
.Select__list--error {
  background-color: #fff;
  border: 1px solid #E60012;
}

.Btn-main__button--next {
  background-color: #3C8CBF;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 11px 0;
}

.Btn-main__button--disable {
  background-color: #EEE;
  box-shadow: none;
  color: #999;
}

/* 削除 */
/* .Btn-main__button--disable::after {
  display: none;
} */

/* 追加 */
.Btn-main__button:disabled {
  background-color: #EEE;
  box-shadow: none;
  color: #999;
  position: static;
}

/* 追加 */
.Btn-main__button:disabled::after {
  display: none;
}

.Btn-main__button--entry {
  background-color: #F26A33;
}

.Block-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 口座開設申し込みフロー */
.Main-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Main-flow__inner {
  width: 100%;
}

.Main-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* gap: 0 10px; */
  border: 1px solid #BFD9EB;
  border-radius: 4px;
  margin-bottom: 55px;
  padding: 0 30px 0 40px;
  position: relative;
}

.Main-flow__item::after {
  border: 20px solid transparent;
  border-top: 20px solid #BFD9EB;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  bottom: -55px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.Main-flow__item:last-of-type {
  margin-bottom: 55px;
  position: static;
}

.Main-flow__item:last-of-type::after {
  display: none;
}

.Main-flow__left {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px; */
  width: 74px;
}

.Main-flow__icon01-off {
  background-image: url(../images/img_/img_flow_01_off.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon01-on {
  background-image: url(../images/img_/img_flow_01_on.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon02-off {
  background-image: url(../images/img_/img_flow_02_off.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon02-on {
  background-image: url(../images/img_/img_flow_02_on.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon03-off {
  background-image: url(../images/img_/img_flow_03_off.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon03-on {
  background-image: url(../images/img_/img_flow_03_on.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon04-off {
  background-image: url(../images/img_/img_flow_04_off.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon04-on {
  background-image: url(../images/img_/img_flow_04_on.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon05-off {
  background-image: url(../images/img_/img_flow_05_off.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__icon05-on {
  background-image: url(../images/img_/img_flow_05_on.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 74px;
  height: 74px;
}

.Main-flow__center {
  padding: 0 10px 0 16px;
  width: calc(100% - 90px);
}

.Main-flow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16px;
}

.Main-flow__title {
  color: #395A8A;
  font-size: 0.875rem;
  font-weight: bold;
}

.Main-flow__title--large {
  font-size: 1rem;
  margin-left: 3px;
}

.Main-flow__text {
  font-size: 1.125rem;
  font-weight: bold;
}

.Main-flow__text--gray {
  color: #999;
}

.Main-flow__check {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="チェック" transform="translate(-5.6 -5.3)"><path id="パス_22" data-name="パス 22" d="M13.6,5.3a8,8,0,1,0,8,8A8,8,0,0,0,13.6,5.3Zm-.459,11.737L9.318,13.979l1.453-1.816,1.988,1.587,3.345-4.3,1.835,1.424Z" transform="translate(0 0)" fill="%23B5B5B5" /></g></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.Main-flow__check--checked {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="チェック" transform="translate(-5.6 -5.3)"><path id="パス_22" data-name="パス 22" d="M13.6,5.3a8,8,0,1,0,8,8A8,8,0,0,0,13.6,5.3Zm-.459,11.737L9.318,13.979l1.453-1.816,1.988,1.587,3.345-4.3,1.835,1.424Z" transform="translate(0 0)" fill="%2367A6CF" /></g></svg>');
}

/* 支店選択 */
.Radio-list {
  margin-bottom: 15px;
}

.Radio-list:last-of-type {
  margin-bottom: 0;
}

.Radio-list__label {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  padding: 20px;
}

.Radio-list__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Radio-list__link {
  color: #3C8CBF;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  /* margin-bottom: 10px; */
}

.Ex-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><g id="_125_arr_hoso-tckchecked" data-name="125_arr_hoso-tckchecked" transform="translate(-13.5 -11.5)"><path id="パス_20" data-name="パス 20" d="M27,12h4.752v4.752" transform="translate(-6.752)" fill="none" stroke="%2367a6cf" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /><path id="パス_21" data-name="パス 21" d="M23.5,21.28V25.5H14V16h4.224" transform="translate(0 -2.503)" fill="none" stroke="%2367a6cf" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /><line id="線_84" data-name="線 84" y1="5" x2="5" transform="translate(19 13)" fill="none" stroke="%2367a6cf" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /></g></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  display: inline-block;
  margin-left: 7px;
  width: 11px;
  height: 11px;
}

.Ex-icon--navy {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><g id="_125_arr_hoso-tckchecked" data-name="125_arr_hoso-tckchecked" transform="translate(-13.5 -11.5)"><path id="パス_20" data-name="パス 20" d="M27,12h4.752v4.752" transform="translate(-6.752)" fill="none" stroke="%23395A8A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /><path id="パス_21" data-name="パス 21" d="M23.5,21.28V25.5H14V16h4.224" transform="translate(0 -2.503)" fill="none" stroke="%23395A8A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /><line id="線_84" data-name="線 84" y1="5" x2="5" transform="translate(19 13)" fill="none" stroke="%23395A8A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" /></g></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  display: inline-block;
  margin-left: 7px;
  width: 11px;
  height: 11px;
}

.Near-icon {
  background-image: url(../images/ico_/ico_near.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  display: inline-block;
  margin-left: 12px;
  width: 21px;
  height: 21px;
}

.Radio-list__text {
  color: #333;
  display: block;
  font-size: 0.875rem;
}

.Radio-list__text--rightgray {
  color: #999;
}

.Radio-list__text--foot {
  margin-bottom: 15px;
}

.Radio-list__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.Radio-list__btn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="チェック" transform="translate(-5.6 -5.3)"><path id="パス_22" data-name="パス 22" d="M13.6,5.3a8,8,0,1,0,8,8A8,8,0,0,0,13.6,5.3Zm-.459,11.737L9.318,13.979l1.453-1.816,1.988,1.587,3.345-4.3,1.835,1.424Z" transform="translate(0 0)" fill="%23B5B5B5" /></g></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}

.Radio-list__label .Radio-list__btn--off {
  display: inline-block;
}

.Radio-list__label .Radio-list__btn--on {
  display: none;
}

.Radio__input:checked+.Radio-list__label,
.Radio-list__label.active {
  box-shadow: 0 0 0 3px rgba(103, 166, 207) inset;
}

.Radio__input:checked+.Radio-list__label .Radio-list__btn,
.Radio-list__label.active .Radio-list__btn {
  background-color: #67A6CF;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.Radio__input:checked+.Radio-list__label .Radio-list__btn::before,
.Radio-list__label.active .Radio-list__btn::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="チェック" transform="translate(-5.6 -5.3)"><path id="パス_22" data-name="パス 22" d="M13.6,5.3a8,8,0,1,0,8,8A8,8,0,0,0,13.6,5.3Zm-.459,11.737L9.318,13.979l1.453-1.816,1.988,1.587,3.345-4.3,1.835,1.424Z" transform="translate(0 0)" fill="%23ffffff" /></g></svg>');
}

.Radio__input:checked+.Radio-list__label .Radio-list__btn--off,
.Radio-list__label.active .Radio-list__btn--off {
  display: none;
}

.Radio__input:checked+.Radio-list__label .Radio-list__btn--on,
.Radio-list__label.active .Radio-list__btn--on {
  display: inline-block;
}

.More-btn {
  background-color: #fff;
  border-radius: 4px;
  color: #395A8A;
  padding: 5px 0 5px 35px;
  position: relative;
}

.More-btn::before,
.More-btn::after {
  background-color: #B5B5B5;
  content: "";
  display: inline-block;
  width: 15px;
  height: 3px;
  left: 18px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
}

.More-btn::after {
  transform: rotate(90deg);
}

.More-btn.active {
  background-color: #67A6CF;
  color: #fff;
  position: static;
}

.More-btn.active::before,
.More-btn.active::after {
  display: none;
}

.More-block {
  display: none;
}

.More-block.open {
  display: block;
}

.More-block__text {
  display: block;
  margin: 25px 0 15px;
}

.More-block__link {
  color: #395A8A;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.More-block__link::before {
  content: "＞";
  color: #395A8A;
  position: absolute;
  top: 0;
  left: 10px;
}

.Search-icon .Form-detail__input {
  padding: 7px 15px 7px 50px;
}

.Search-icon::before {
  background-image: url(../images/ico_/ico_search.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 10px;
  position: absolute;
}

.Btn-close {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  color: #B5B5B5;
  display: none;
  font-size: 22px;
  line-height: 1;
  right: 16px;
  top: 7px;
  position: absolute;
}

.Btn-main__head {
  margin: 55px auto;
}

.List-circle {
  padding-left: 13px;
  position: relative;
}

.List-circle::before {
  background-color: #000;
  border-radius: 50px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
  /* margin-top: -4px; */
  position: absolute;
}

.List-circle--blue::before {
  background-color: #67A6CF;
}

.Search-shop__list {
  /* border: 1px solid #ccc; */
  border-width: 1px 2px 2px 2px;
  border-style: solid;
  border-color: #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  left: 0;
  top: 39px;
  width: 100%;
  z-index: 10;
  /* スクロール追加 */
  max-height: 30vh;
  overflow: scroll;
  overflow-x: hidden;
}

.Search-shop__item {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #B5B5B5;
  line-height: 1.188;
  list-style-type: none;
  width: 100%;
}

.Search-shop__item:last-child {
  border-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.Search-shop__link {
  color: #395A8A;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.Search-shop__link:hover {
  background-color: #DEECF5;
}

@media (hover: hover) {
  .Search-shop__link:hover {
    background-color: #DEECF5;
  }
}

@media (hover: none) {
  .Search-shop__link:active {
    background-color: #DEECF5;
  }
}

.Search-shop__link--disable {
  display: inline-block;
  padding: 10px 15px;
}

.Area {
  border: 3px solid #67A6CF;
  border-radius: 4px;
  padding: 15px;
}

/* 追加 */
.store_parent.hidden {
  display: none;
}

/* カード選択 */
.Card-list__title {
  margin-bottom: 10px;
}

.Card-list__text {
  list-style-type: none;
  margin-bottom: 5px;
}

.Card-list__text:last-of-type {
  margin-bottom: 15px;
}

.Card-list__item {
  display: block;
  max-width: 120px;
  margin: 0 auto 15px;
  position: relative;
}

.Card-list__link {
  content: "";
  color: #395A8A;
  display: none;
  font-size: 14px;
  position: absolute;
  text-decoration: underline;
  right: -53px;
  bottom: 0;
}

.Radio-list__label.active .Card-list__link {
  display: inline-block;
}

/* CSSの最新化⇒コメントアウト */
/* .Radio__input:checked+.Radio-list__label .Card-list__item,
.Radio-list__label.active .Card-list__item {
  outline: 3px solid rgba(103, 166, 207);
} */

.Radio__input:checked+.Radio-list__label .Card-list__item::before,
.Radio-list__label.active .Card-list__item::before {
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="チェック" transform="translate(-5.6 -5.3)"><path id="パス_22" data-name="パス 22" d="M13.6,5.3a8,8,0,1,0,8,8A8,8,0,0,0,13.6,5.3Zm-.459,11.737L9.318,13.979l1.453-1.816,1.988,1.587,3.345-4.3,1.835,1.424Z" transform="translate(0 0)" fill="%2367A6CF" /></g></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5px;
  position: absolute;
}

/* 申し込み確認 */
.Confirm-block {
  background-color: #EDF5FA;
  padding: 20px 15px 25px;
}

.Confirm-title__text {
  font-weight: bold;
}

.Confirm-detail {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 15px 25px;
  margin-bottom: 25px;
}

.Confirm-detail:last-of-type {
  margin-bottom: 0;
}

.Confirm-detail__inner {
  border-bottom: 1px solid #EEEEEE;
}

.Confirm-item__desc {
  color: #333;
  font-size: 0.875rem;
}

.Confirm-item__desc--dkgray {
  color: #333;
}

.Confirm-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}

.Confirm-item__left {
  width: 32vw;
}

.Confirm-item__right {
  width: calc(100% - 32vw);
}

.Confirm-item__img {
  width: 100%;
}

.Btn-sub__confirm {
  width: 134px;
  margin: 0 auto;
}

/* 規約同意 */
.More-block__link--disable {
  font-weight: bold;
}

.Check {
  background-color: #FEE;
  border: 1px solid #EEE;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px 25px;
}

.Check--normal {
  background-color: #FFF;
}

.Form-detail__check {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.Form-detail__check-text {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.Form-detail__check-text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 20px;
}

.Form-detail__check:checked+.Check {
  background-color: #fff;
}

.Form-detail__check:checked+.Check .Form-detail__check-text::before,
.Form-detail__check:checked+.Form-detail__check-text::before {
  background-color: #67A6CF;
  border: 1px solid #67A6CF;
}

.Form-detail__check:checked+.Check .Form-detail__check-text::after,
.Form-detail__check:checked+.Form-detail__check-text::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  left: 0.7em;
  top: 0.3em;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 0.9em;
  transform: translateY(-3px) rotate(45deg);
}

.Check__curosr--disable,
.Form-detail__check-text--disable {
  cursor: default;
}

.Form-detail__check-text--disable::before {
  background-color: #ccc;
}

.Form-detail__check:checked+.Check__curosr--disable {
  background-color: #fee;
}

.Form-detail__check:checked+.Check__curosr--disable .Form-detail__check-text--disable::before {
  background-color: #ccc;
  border: 1px solid #999;
}

.Form-detail__check:checked+.Check__curosr--disable .Form-detail__check-text--disable::after {
  display: none;
}

.Form-titile__text--2column {
  width: calc(100% - 30px);
}

.Btn-main__head-65 {
  margin: 65px auto 55px;
}

/* 撮影内容確認 */
.Photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.Photo-item {
  list-style-type: none;
  text-align: center;
  width: calc((100% - 15px) / 2);
}

.Photo-item__text {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.Photo-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
  height: 28.8vw;
  position: relative;
}

.Photo-item__inner--disable {
  background-color: #EEEEEE;
}

/* 疑似要素にクリックイベントが付与できないため変更 */
/*.Photo-item__inner::after {*/
.magnifying_glass {
  background-image: url(../images/img_/img_search.png);
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-position: right bottom;
  content: "";
  display: inline-block;
  width: 5.33vw;
  height: 5.33vw;
  right: 5px;
  bottom: 5px;
  position: absolute;
}

.Photo-item__img {
  width: 100%;
  height: 25.6vw;
  object-fit: contain;
}

.Table-checklist {
  border-top: 1px solid #B5B5B5;
  border-left: 1px solid #B5B5B5;
  border-spacing: 0;
  width: 100%;
}

.Table-checklist__title {
  background-color: #67A6CF;
  border-bottom: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  color: #fff;
  font-weight: normal;
  padding: 15px;
  text-align: left;
}

.Table-checklist__title--checkarea {
  text-align: center;
  width: 22.67vw;
}

.Table-checklist__field {
  border-bottom: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  padding: 15px;
}

.Table-checklist__field--position {
  margin: 0 auto;
  width: 30px;
}

.Table-checklist__desc {
  color: #999;
  font-size: 0.875rem;
}

/* お申込みの前に */
.Outline__list {
  border: 3px solid #EEE;
  border-radius: 3px;
  padding: 20px 15px;
}

.Required-item__item {
  background-color: #DEECF5;
  border-radius: 3px;
  padding: 15px;
  list-style-type: none;
  position: relative;
  margin-bottom: 70px;
}

.Required-item__item::before {
  content: "";
  background-color: #67A6CF;
  width: 40px;
  height: 10px;
  display: inline-block;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.Required-item__item::after {
  content: "";
  background-color: #67A6CF;
  width: 10px;
  height: 40px;
  display: inline-block;
  bottom: -55px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}

.Required-item__item:last-of-type {
  position: static;
  margin-bottom: 40px;
}

.Required-item__item:last-of-type::before,
.Required-item__item:last-of-type::after {
  display: none;
}

.Required-item__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.Required-item__block {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.Required-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 18px;
}

.Required-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26.67vw;
  gap: 12px 0;
}

.Required-item__right {
  width: calc(100% - 26.67vw);
}

.Required-item__img--card {
  height: 15.47vw;
  object-fit: contain;
}

.Required-item__img--tel {
  height: 20vw;
  object-fit: contain;
}

.Required-item__img--mail {
  height: 10.67vw;
  object-fit: contain;
}

.Required-item__img--sp {
  height: 23.09vw;
  object-fit: contain;
}

.Required-item__text--large {
  font-size: 1.125rem;
}

.Required-item__desc {
  background-color: #EEEEEE;
  border-radius: 3px;
  font-size: 0.875rem;
  padding: 15px;
}

.Required-note {
  background-color: #EDF5FA;
  margin-bottom: 20px;
  padding: 20px 15px 25px;
}

.Required-note__list {
  background-color: #fff;
  border-radius: 4px;
  list-style-type: none;
  padding: 20px 15px;
}

.Required-note__link {
  color: #395A8A;
}

.Pass-icon__field {
  position: relative;
}

.Password__icon--hide {
  background-color: transparent;
  background-image: url(../images/ico_/ico_eye.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  width: 55px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 5;
}

.Password__icon--show {
  background-color: transparent;
  background-image: url(../images/ico_/ico_eye_cancel.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  width: 55px;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 5;
}

.Desc-count__check::before {
  background-image: url(../images/ico_/ico_check_p1.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}

.Desc-count__check-current::before {
  background-image: url(../images/ico_/ico_check_p2.svg);
}

.Desc-count__check-list {
  display: flex;
  gap: 0 18px;
  margin-left: 21px;
}

.Desc-count__check-item {
  color: #999;
  font-size: 0.875rem;
  list-style-type: none;
  padding-left: 19px;
  position: relative;
}

.Desc-count__check-item::before {
  background-image: url(../images/ico_/ico_check_p3.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
}

.Desc-count__check-item--current::before {
  background-image: url(../images/ico_/ico_check_p4.svg);
}

.Desc-count__text--right {
  margin-bottom: 0 !important;
  margin-left: auto;
}

/* マイページ登録完了 */
.Footer__fixed {
  min-height: 100vh;
  /* height: 100vh;
  height: calc(var(--vh,1vh)*100); */
  position: relative;
  padding-bottom: 40px;
}

.Receive-mail {
  background-color: #EEEEEE;
  border-radius: 3px;
  padding: 15px 20px;
}

.Receive-mail__desc {
  padding-left: 25px;
  position: relative;
}

.Receive-mail__desc::before {
  background-image: url(../images/ico_/ico_question.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}

.Receive-mail__text {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.Receive-id__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
  width: 100%;
}

.Receive-id__title {
  font-size: 0.88888888888889rem;
  font-weight: bold;
  width: 50px;
}

.Receive-id__text {
  border-bottom: 1px solid #999;
  display: block;
  font-size: 0.88888888888889rem;
  padding: 5px 15px;
  width: calc(100% - 50px);
}

/* 申し込み完了 */
.Main-form__text--center {
  text-align: center;
}

.Main-form__img {
  width: 100%;
  height: 65.07vw;
  object-fit: cover;
}

.Main-form__img--high {
  width: 100%;
  height: 67.2vw;
  object-fit: cover;
}

.Following-item {
  border: 1px solid #BFD9EB;
  border-radius: 4px;
  list-style-type: none;
  margin-bottom: 50px;
  padding: 20px 15px;
  position: relative;
}

.Following-item::after {
  border: 20px solid transparent;
  border-top: 20px solid #BFD9EB;
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  bottom: -55px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.Following-item:last-of-type {
  margin-bottom: 40px;
  position: static;
}

.Following-item:last-of-type::after {
  display: none;
}

.Following-item__title {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.Following-item__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.Following-item__img--00 {
  height: 22.4vw;
  object-fit: contain;
  width: 100%;
}

.Following-item__img--01 {
  height: 22.93vw;
  object-fit: contain;
  width: 100%;
}

.Following-item__img--02 {
  height: 19.73vw;
  object-fit: contain;
  width: 100%;
}

.Following-item__img--03 {
  height: 21.33vw;
  object-fit: contain;
  width: 100%;
}

.Following-item__img--04 {
  height: 29.6vw;
  object-fit: contain;
  width: 100%;
}

.App-banner {
  background-color: #666;
  margin: 0 auto 35px;
  width: 59.47vw;
  height: 17.33vw;
}

.App-banner__img {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  height: 17.33vw;
  object-fit: contain;
}

.App-link__field {
  /* CSS最新化 */
  /* box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25); */
  display: block;
}

.App-link__img {
  width: 100%;
}

/* 通知 */
.Notice__text {
  margin-bottom: 14px;
}

.Notice__bottom84 {
  margin-bottom: 84px;
}

.Notice__bottom94 {
  margin-bottom: 94px;
}

.Notice__bottom116 {
  margin-bottom: 116px;
}

.Notice__bottom136 {
  margin-bottom: 136px;
}

.Notice__bottom171 {
  margin-bottom: 171px;
}

.Notice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EEEEEE;
  gap: 0 12px;
  padding: 10px 15px;
  margin-top: 24px;
  margin-bottom: 30px;
}

.Check-icon {
  background-color: #67A6CF;
  border-radius: 100%;
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
}

.Check-icon::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 10px 10px 0;
  left: 50%;
  top: 50%;
  margin: -1em 0 0 -0.8em;
  width: 1.5em;
  height: 2em;
  transform: translateY(-3px) rotate(45deg);
}

/* PCブロック */
.Pc-block__bg--gray {
  background-color: #EEEEEE;
}

.Pc-block__field {
  background-color: #fff;
  border-radius: 4px;
  max-width: 800px;
  margin: 50px auto 0;
  padding: 40px 100px 70px;
  text-align: center;
}

.Pc-block__text {
  font-size: 1.25rem;
}

/* 口座開設 */
.Login-bg {
  background-image: url(../images/bg_/bg_login.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

.Pass-icon,
.Btn-main__login {
  margin-bottom: 35px;
}

.Mail-icon .Form-detail__input {
  padding: 7px 15px 7px 50px;
}

.Pass-icon .Form-detail__input {
  padding: 7px 55px 7px 50px;
}

.Mail-icon .Form-detail__input--normal,
.Pass-icon .Form-detail__input--normal {
  padding: 7px 55px 7px 50px;
}

.Mail-icon::before {
  /* background-color: #666; */
  background-image: url(../images/ico_/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
}

.Pass-icon::before {
  /* background-color: #666; */
  background-image: url(../images/ico_/ico_key.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: block;
  width: 20px;
  height: 24px;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
}

.Btn-sub__password {
  text-align: center;
  width: 100%;
}

.Btn-sub-password__link {
  color: #395A8A;
}

/*---------------------
Error
---------------------*/
.Error-main {
  background-color: #fff;
  border: 2px solid #E60012;
  margin-bottom: 30px;
  padding: 13px 15px;
}

.Error-main__text {
  color: #E60012;
  padding-left: 37px;
  position: relative;
}

.Error-main__text--gray {
  color: #333;
}

.Error-main__text::before {
  background-image: url(../images/ico_/ico_caution.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
}

.Main-form__text--error {
  margin-bottom: 15px;
}

.Error {
  /* 追加 */
  display: none;

  content: "";
  display: block;
  top: 90px;
  left: 0;
  position: absolute;
  z-index: 5;
}

.Error__inner {
  background-color: #E60012;
  border: 1px solid #E60012;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.50);
  padding: 10px 15px;
  position: relative;
}

.Error__inner::before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #E60012;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: -20px;
  left: 20px;
  position: absolute;
}

.Error__text {
  color: #fff;
}

.Error__text--red {
  color: #E60012;
}

.Modal-body .Error-main__text::before {
  top: 50%;
  margin-top: -12px;
}

.Error-main__icon--small {
  padding-left: 30px;
}

.Error-main__icon--small::before {
  width: 22px;
  height: 20px;
  top: 2px;
}

.Error-main__text--center::before {
  top: 50%;
  margin-top: -12px;
}

.More-block__link--error {
  color: #E60012;
  font-weight: normal;
  border-bottom: 1px solid #E60012;
  padding-left: 20px;
}

.More-block__link--error::before {
  color: #E60012;
  border-bottom: 1px solid #FFF;
  left: 0px;
}

/*---------------------
Modal
---------------------*/
.Modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.Modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.Modal-block {
  background: #fff;
  border-radius: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 92%;
  /* 追加（仮 モーダルオーバーフロー時） */
  /* 　⇒高さが固定になったので削除 */
  /* overflow-y: auto; */
  /* max-height: 90vh; */
  /* --------- */
}

.Modal-block__inner {
  padding: 35px 20px;
  position: relative;
  width: 100%;
}

.Modal-title__text {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.Modal-title__text--large {
  font-size: 1.125rem;
}

.Modal-body__text {
  margin-bottom: 20px;
}

.Modal-body__text--foot-30 {
  margin-bottom: 30px;
}

.Modal-list {
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 30px;
}

.List-item {
  border-top: 1px solid #B5B5B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  padding: 15px;
}

.Modal-list .List-item__text {
  /* 変更
  width: calc(100% - 80px);
  */
  width: calc(100%);
}

.Modal-list .List-item__text--blue {
  color: #395A8A;
  font-size: 0.875rem;
}

.Modal-list .Btn-main {
  margin: 0;
  width: 80px;
}

.Modal-button {
  width: 220px;
  margin: 0 auto;
}

.Modal-button__foot {
  margin-bottom: 20px;
}

/* 削除 */
/* .Modal-button__disable {
  background-color: #fff;
  color: #333;
} */

/* モーダルの閉じるボタンのスタイル */
.Modal-button__close {
  background-color: #fff;
  color: #333;
}

/* 追加 */
.Modal-button:disable {
  background-color: #fff;
  color: #333;
}

.Modal-header__button {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
}

.Modal-header__close {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.Modal-header__close::before,
.Modal-header__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #999;
}

.Modal-header__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.Modal-header__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.Modal-title__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Modal-title__error .Modal-title__text {
  color: #E60012;
  padding-left: 32px;
  position: relative;
}

.Modal-title__error .Modal-title__text::before {
  background-image: url(../images/ico_/ico_caution.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  top: 0;
  left: 0;
  position: absolute;
}

.Modal-list__error {
  border: none;
}

.Modal-list__error .List-item {
  border-top: none;
  display: block;
  margin-bottom: 10px;
  padding: 0;
}

.Modal-list__error .List-item__text {
  font-weight: bold;
}

.Modal-list__error .List-item__desc {
  margin: 5px 0 15px;
}

.Modal-block__full {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: calc(100vh - 40px);
}

.Modal-block__full .Modal-block__inner {
  height: calc(100vh - 40px);
  padding: 35px 0;
}

.Modal-block__full .Modal-body__text {
  padding: 0 20px;
}

.Modal-set__foot {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  left: 0;
  bottom: 0;
  /* 変更 */
  padding: 20px 0 35px;
  /* padding: 30px 0 35px; */
  position: absolute;
  width: 100%;
}

.Modal-cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 10px 10px 15px 10px;
}

.Modal-cardlist__img {
  height: 50.67vw;
  object-fit: contain;
}

.Modal-cardlist__text {
  text-align: center;
}

/* 追加 */
.Radio__input:checked+.Modal-cardlist,
.Modal-cardlist.active {
  box-shadow: 0 0 0 3px rgba(103, 166, 207) inset;
}

/* 追加 （モーダルのスクロール1つ） */
/* .Modal-list-overflow_1 {
  overflow-y: scroll;
  max-height: 50vh;
} */

/* 追加 （モーダルのスクロール２つ） */
/* .Modal-list-overflow_2 {
  overflow-y: scroll;
  max-height: 25vh;
} */

.Radio-list__scroll {
  overflow-y: auto;
  height: calc(100vh - 275px);
  padding: 0 21.89px;
}

.Modal-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  height: 53.07vw;
  margin-bottom: 30px;
}

.Modal-photo__img {
  height: 50.67vw;
  object-fit: contain;
}

.Modal-list__scroll {
  overflow-y: auto;
  height: calc(100vh - 215px);
  padding-bottom: 42px;
}

/* 追加 */
.Modal-scroll {
  overflow-y: auto;
  max-height: 60vh;
}

/* 追加 */
.Modal-photo-list__scroll {
  overflow-y: auto;
  height: calc(100vh - 200px);
}

/* 追加 */
.Modal-scroll-photo {
  overflow-y: auto;
  max-height: 60vh;
}

/* 追加 */
.Modal-btn {
  margin-top: 20px;
}

/* 追加分 */
/* ボタン共通のdisabled時のスタイルで整理 */
button:disabled {
  box-shadow: none;
  pointer-events: none;
}

/* 必須入力項目共通の背景色スタイルで整理 */
input.required_bg,
textarea.required_bg,
select.required_bg,
.Radio.required_bg,
.Card-list.required_bg {
  background-color: #FFEEEE;
}

.selecttip-base {
  position: relative;
}

/* .selecttip { */
.selecttip_open {
  padding: 0 !important;
  margin: 0;
  position: absolute;
  top: 2em;
  /* top: 2em; */
  top: 2.8em;
  right: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.35);
  /* margin-right: -20px; */
}


/*---------------------
エラー項目の吹き出し 追加
 ※イノベデザインだとレイアウトや動作がNGのため追加
---------------------*/

.arrow_box_error {
  display: none;
  position: absolute;
  margin-top: 10px;
  background: #E60012;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #E60012;
  color: #ffffff;
  border-radius: 4px;
  /* -webkit-border-radius: 4px;
  -moz-border-radius: 4px; */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.50);
  /* filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6)); */
  z-index: 5;
}

.arrow_box_error:after,
.arrow_box_error:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  /* left: 15%; */
  left: 30px;
}

.arrow_box_error:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -10px;
  border-bottom-color: #E60012;
}

.arrow_box_error:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -11px;
  margin-bottom: 1px;
  border-bottom-color: #E60012;
}

/* K05_申込フロー画面用 追加 */
.Main-flow__to_tap {
  /* 追加 ST障害No.118 */
  cursor: pointer;
}

/* K06_規約やPEPS等のチェック用 追加 */
.arrow_box_error_agreement {
  margin-left: -15px;
}

/* ちばぎんアプリのカード（仮） */
.og-card {
  border: 0.5px solid rgb(170, 170, 170);
  padding: 0px;
  border-radius: 10px;
  background-color: rgb(245, 245, 245, 0.5);
}

.og-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0.5px solid rgb(170, 170, 170);
}

.og-title {
  padding: 3px;
  padding-left: 10px;
  color: rgb(100, 100, 100);
  font-size: 0.6em;
  font-weight: bold;
}

.og-description {
  padding-left: 5px;
  padding-right: 5px;
  color: rgb(100, 100, 100);
  font-size: 0.5em;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 日付の入力項目 */
.text-date {
  width: 240px !important;
}

.text-time {
  width: 140px !important;
}

.text-date-time {
  width: 500px;
}

.calendar-ico {
  background: url(../images/ico_/ico_calendar.png) no-repeat left;
  background-size: 100%;
  flex-shrink: 0;
  width: 30px;
  height: 35px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 7px;
  vertical-align: middle;
}

.calendar {
  overflow: inherit;
}

/* calendar.js用のスタイル */
.calendar-js {
  font-size: 0.7em;
}

/* calendar.js用のスタイルを上書き */
.calendar-hd {
  padding: 10px 0;
  height: 50px !important;
  line-height: 30px;
}

/* jQueryUI(datepicker)のスタイル追加 */
/* 土曜日の色設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
  color: #00f !important;
  /* 文字色：赤 */
}

/* 日曜日の色設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
  color: #f00 !important;
  /* 文字色：青 */
}

/* カレンダーアイコンの位置調整 */
img.ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 5px;
  margin-top: 7px;
  vertical-align: middle;
  width: 30px;
  height: 35px;
}

/*-------------------*/

/*---------------------
Update
---------------------*/
.Add-head {
 padding: 5px 15px 20px;
}

.Add-head-15 {
  margin: 15px auto 55px;
}

.Add-head-35 {
  margin-top: 35px;
}

.Campaign {
  padding: 0 0 60px;
  margin: 0 auto;
  max-width: 800px;
}

.Campaign__title {
  margin-bottom: 25px;
  padding: 5px 0;
  text-align: center;
}

.Campaign__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.Campaign__item {
  list-style-type: none;
}

.Campaign-title__img {
  height: 25px;
  object-fit: contain;
  width: 100%;
}

/* K07_本人情報入力画面 追加 */
#address1_mst, #addresskana1_mst {
  /* safari対応 */
  -webkit-text-fill-color: #000;
  opacity: 1;

  color: #000;
}

/* TOP 注意喚起文 追加 */
.information {
  border: 3px solid #eee;
  max-width: 1080px;
  margin: 15px auto;
  padding: 15px;
}
.information h2 {
  font-size: 1.25rem;
  color: #e60012;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1109px){
  .information {
    margin: 15px auto 25px;
    width: 84.53vw;
  }
}

/* mypageのアコーディオン矢印 */
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid #333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}

/*---------------------
Update Phase7
---------------------*/
/*k01.html 既存修正*/

@media screen and (min-width: 1110px) and (max-width: 1560px) {
  .Mainvisual__left {
    top: 1.45vw;
  }
}

.Free-block__child {
  width: 26.73vw;
  display: block;
  margin: 20px 0 0 -10px;
}
@media screen and (max-width: 1109px) {
  .Free-block__child {
    display: none;
  }
}
.Free-block__child--pc {
  display: block;
  width: 100%;
}
.Free-block__child:hover .Free-block__child--pc {
 content: url(../images/img_/img_top_btn_child_mv_pc_hover.svg);
}
@media screen and (max-width: 669px) {
  .Free-block__child--pc {
    display: none;
  }
}
.Free-block__child--sp {
  display: none;
}
@media screen and (max-width: 669px) {
  .Free-block__child--sp {
    display: block;
    margin: 0 auto;
    width: 89.53vw;
  }
}
.Free-block__child--tab {
  display: none;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Free-block__child--tab {
    display: block;
    margin: 0 auto;
    width: 86.53vw;
  }
}
@media screen and (max-width: 1109px) {
  .Free-block__left {
    margin: auto 0;
  }
}
.Free-block__left--child {
  width: calc(100% - 3.39vw);
}
.Free-block__text--child {
  height: 21px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 1109px) {
  .Free-block__text--child {
    height: 16px;
    margin: 0 auto 1px;
  }
}
.Free-block__text--child-upper {
  height: 21px;
  margin: 0 auto 6px;
  text-align: center;
}
@media screen and (max-width: 1109px) {
  .Free-block__text--child-upper {
    height: min(4vw, 16px);
  }
}
.Free-block__text--child-lower {
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 1109px) {
  .Free-block__text--child-lower {
    height: min(4.5vw, 18px);
  }
}
@media screen and (max-width: 1109px) {
  .Free-block__title {
    font-size: 1.125rem;
  }
}
.Free-block__title--child {
  padding: 6px 0;
}
@media screen and (max-width: 1109px) {
  .Free-block__title--child {
    margin: auto 0;
    text-align: center;
  }
}
.Free-block__right--child {
  width: 3.39vw;
}
@media screen and (max-width: 1109px) {
  .Free-block__right--child {
    width: auto;
  }
  .Free-block__right--child img {
    height: 60px;
  }
}

@media screen and (max-width: 1109px) {
  .Btn-top__link--text {
    height: 33px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 1109px) {
  .Btn-free__child {
    border-radius: 5px;
    display: flex;
    padding: 4px 15px;
    margin: 15px auto 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    background-color: #FBF9F1;
  }
}
@media screen and (max-width: 1109px) {
  .Btn-free__link--text {
    height: 33px;
    padding: 5px 0;
    margin: 0 auto;
  }
}

.Necessity-desc {
  max-width: 1009px;
  width: 100%;
  margin: 10px auto 0;
  text-align: right;
}
.Necessity-desc__child {
  max-width: 960px;
}
@media screen and (max-width: 1109px) {
  .Necessity-desc__child {
    padding-right: 0;
  }
}
.Necessity-desc__text {
  color: #333;
  font-size: 1rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0.75vw;
}
.Necessity-desc__text::before {
  content: "※";
  display: inline-block;
}
@media screen and (max-width: 1109px) {
  .Necessity-desc__text {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.Necessity-desc__text--c-list {
  color: #B84F24;
}
.Necessity-desc__link {
  color: #0656B1;
}

.Necessity-item--wrap {
  background-color: #FFF;
  border-radius: 5px;
}
.Necessity-item__terms {
  background-color: #EEE;
  margin: 0 20px 20px;
  padding: 15px;
}
.Necessity-item__terms--text {
  font-size: 14px;
  line-height: 1.7;
}

.Child-acc-top {
  margin: 50px auto;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top {
    padding: 30px 15px 0;
    margin: 35px auto 0;
  }
}
.Child-acc-top__wrap {
  max-width: 1109px;
  margin: 0 auto;
  position: relative;
}
.Child-acc-top__inner {
  border: 1px solid #395A8A;
  border-radius: 5px;
  padding: 50px 96px;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__inner {
    flex-direction: column;
    width: 100%;
    padding: 30px 14px;
    gap: 25px;
  }
}
.Child-acc-top__title {
  position: absolute;
  margin-bottom: 25px;
  z-index: 5;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__title {
    margin-bottom: 0;
    top: -16px;
  }
}
.Child-acc-top__title--img {
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  background-color: #FFF;
  padding: 0 25px;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__title--img {
    height: 35px;
    padding: 0;
  }
}
.Child-acc-top__left {
  width: 43%;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__left {
    width: 100%;
  }
}
.Child-acc-top__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 44%;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__right {
    width: 100%;
  }
}
.Child-acc-top__list {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__list {
    margin: 0 15px 25px;
  }
}
.Child-acc-top__item {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
}
.Child-acc-top__item::before {
  content: "";
  background-image: url(../images/ico_/ico_top_check.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 23px;
  height: 22px;
  top: 0;
  left: 0;
  position: absolute;
}
.Child-acc-top__item:first-child {
  margin-bottom: 10px;
}
.Child-acc-top__banner--pc {
  display: block;
}
.Child-acc-top__banner:hover .Child-acc-top__banner--pc {
 content: url(../images/img_/img_top_btn_child_pc_hover.svg);
}

@media screen and (max-width: 1109px) {
  .Child-acc-top__banner--pc {
    display: none;
  }
}
.Child-acc-top__banner--sp {
  display: none;
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__banner--sp {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1109px) {
  .Child-acc-top__img {
    margin: 25px auto 0;
    height: 58.47vw;
  }
}

/*k02.html 既存修正*/
.Form-tab {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 0 5px;
}

/* 各タブボタンの設定 */
.Form-tab > label {
  order: -1;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 5px;
  font-weight: 600;
}

.Form-tab > label:first-child {
  background-color: #DEECF5;
  padding: 10px 30px;
}

.Form-tab > label:nth-child(3) {
  background-color: #E0F2E3;
  padding: 10px 20px;
}

.Form-tab > label:nth-child(5) {
  background-color: #FEEACD;
  padding: 10px 15px;
}

.Form-tab > label:has(:checked):first-child,
.Form-tab > label:has(:checked):nth-child(3),
.Form-tab > label:has(:checked):nth-child(5) {
  margin-bottom: -3px;
}

/* ラジオボタン自体は非表示 */
.Form-tab input {
  display: none;
}

/* タブコンテンツのスタイル */
.Form-tab > div {
  display: none;
  width: 100%;
  padding: 15px;
}

/* 選択されたタブのコンテンツを表示 */
.Form-tab label:has(:checked)+div {
  display: block;
  margin-bottom: 40px;
}

.Form-tab--general {
  background-color: #DEECF5;
}
.Form-tab--middle {
  background-color: #E0F2E3;
}
.Form-tab--younger {
  background-color: #FEEACD;
}
.Form-tab--younger .Required-item__inner--confirm {
  position: relative;
  margin-bottom: 70px;
}
.Form-tab--younger .Required-item__inner--confirm::before, .Form-tab--younger .Required-item__inner--confirm::after {
  content: "";
  background-color: #67A6CF;
  display: inline-block;
  left: 50%;
  position: absolute;
}
.Form-tab--younger .Required-item__inner--confirm::before {
  width: 30px;
  height: 8px;
  bottom: -42px;
  margin-left: -10px;
}
.Form-tab--younger .Required-item__inner--confirm::after {
  width: 8px;
  height: 30px;
  bottom: -53px;
  margin-left: 1px;
}

.Form-tab .Required-item__inner--btm14 {
  margin-bottom: 14px;
}
.Form-tab .Required-item__item {
  margin-bottom: 0;
}
.Form-tab .Required-item__item:before,
.Form-tab .Required-item__item:after {
  content: none;
}
.Form-tab .Required-item__plus {
  list-style-type: none;
  height: 40px;
  margin: 30px auto;
  position: relative;
  display: block;
}
.Form-tab .Required-item__plus::before,
.Form-tab .Required-item__plus::after {
  content: "";
  background-color: #67A6CF;
  display: inline-block;
  position: absolute;
}
.Form-tab .Required-item__plus::before {
  width: 40px;
  height: 10px;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
}
.Form-tab .Required-item__plus::after {
  width: 10px;
  height: 40px;
  left: 50%;
  margin-left: -5px;
}
.Form-tab .Required-item__plus--blue::before,
.Form-tab .Required-item__plus--blue::after {
  background-color: #0656B1;
}

.Form-detail__desc--blk {
  color: #333;
  font-size: 14px;
}
.Form-detail__desc--red {
  color: #E60012;
  font-size: 14px;
}
.Form-detail__desc--gry {
  color: #999;
}

.Required-item__item--blue::before, .Required-item__item--blue::after {
  background-color: #0656B1;
}
.Required-item__wrap {
  padding: 0;
  background-color: unset;
}
.Required-item__wrap:last-child {
  margin-bottom: 0;
}
.Required-item__heading {
  font-size: 18px;
  font-weight: 600;
}
.Required-item__left--wide {
  width: 70%;
}

.Child-account {
  background-color: #FEEACD;
  padding: 20px 60px 20px 15px;
  border-radius: 3px;
  position: relative;
  font-weight: 600;
}
.Child-account__block {
  border: solid 2px #FEEACD;
  margin-top: -1px;
}

.acc-triangle {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  width: 20px;
  height: 15px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 20px solid #67A6CF;
  border-bottom: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out, top 0.3s ease-in-out;
}
.acc-triangle--down {
  transform: translateY(-50%) rotate(0deg);
}
.acc-triangle--up {
  transform: translateY(-50%) rotate(-180deg);
}


/*k07-03.html,k07-04.html 新規作成*/
.Confirm-block--parent {
  background-color: #FAF7ED;
}

.Table-checklist__title-parent {
  background-color: #CFA567;
}

.Form-detail__check--parent:checked + .Check .Form-detail__check-text--parent::before,
.Form-detail__check--parent:checked + .Form-detail__check-text--parent::before {
  background-color: #CFA567;
  border: 1px solid #CFA567;
}


/*k08-02.html 新規作成*/
.Form__title {
  margin-bottom: 40px;
  font-weight: 600;
}

.Form__title--text {
  font-size: 23px;
}

.Form-title--dark {
  background-color: #E3E3E3;
}

.Form-birthday {
  display: flex;
  gap: 30px;
}

.Form-birthday .Form-detail__input--desc {
  width: 40vw;
  height: fit-content;
  margin: auto 0;
}

.Form-birthday .Btn-main {
  width: 21.6vw;
  margin: 0;
}

.Main-form__inner--parent {
  padding: 40px 15px;
  background-color: #FAF7ED;
  margin-bottom: 50px;
}

.Main-form--notice {
  color: #e60012;
}

.Modal-block__error::before {
  top: 50%;
  transform: translateY(-50%);
}

.Modal-button__2column {
  display: flex;
  gap: 15px;
  width: 275px;
}

.Modal-button__2column--left {
  width: 30%;
}

.Modal-button__2column--right {
  width: 65%;
}

.Radio-child {
  background-color: #FFEEEE;
}

.Radio-parent {
  background-color: #F7E6E6;
}

.Select__list--child:has(option:checked[value=""]) {
  background-color: #FFEEEE;
}

.Select__list--parent:has(option:checked[value=""]) {
  background-color: #F7E6E6;
}

.Error__block {
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}
.Error__block--text::before {
  top: 50%;
  transform: translateY(-50%);
}

.Error-main__link {
  color: #E60012;
  text-decoration: none;
}
.Error-main__link::before {
  content: "＞";
  padding-right: 5px;
}
.Error-main__link--text {
  text-decoration: underline;
}

/* k10.html 既存修正*/
.Radio-list__flex {
  display: flex;
  flex-wrap: wrap;
}
.Radio-list__flex .Radio-list {
  width: 50%;
}

/* k10-04.html 新規作成*/
.Card-list__item--cash {
  max-width: 200px;
}

/* k22.html 新規作成 */
.TopMain__child {
  overflow: hidden;
}

/* Phase7 IT課題 No.48 */
@media screen and (max-width: 1109px) {
  .Mainvisual--child {
    height: calc(100vw - 20px);
  }
}

.Mainvisual--child::after {
  position: absolute;
  bottom: -0.25vw;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/bg_/bg_k22_mokomoko_white_pc.svg);
  height: 1.77vw;
  width: 100vw;
  margin-left: -3.13vw;
}
@media screen and (max-width: 1109px) {
  .Mainvisual--child::after {
    background-image: url(../images/bg_/bg_k22_mokomoko_white_sp.svg);
    height: 4vw;
    background-size: cover;
    margin-left: 0;
  }
}

.Mainvisual__inner--child {
  position: relative;
}

@media screen and (max-width: 1109px) {
  .Mainvisual__inner--child {
    margin-top: 0;
    /* Phase7 IT課題 No.48 */
    /* height: calc(100vw - 20px); */
    position: absolute;
    /* モクモクとボタンの間に隙間が空いているので画像を1px上げる */
    bottom: 1px;
    height: inherit;
    max-height: 93vw;
  }
}

@media screen and (max-width: 1109px) {
  .Mainvisual__left--child {
    top: 0;
  }
}
@media screen and (max-width: 669px) {
  .Mainvisual__left--child {
    width: 100%;
    top: -16px;
    left: -12.5vw;
  }
}

.Mainvisual-left__img--child {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1109px) {
  .Mainvisual-left__img--child {
    height: 39vw;
  }
}
@media screen and (max-width: 669px) {
  .Mainvisual-left__img--child {
    height: 45vw;
  }
}

.Body__cover--child {
  background-color: #FAF7ED;
  z-index: 1;
}

@media screen and (max-width: 1109px) {
  .Btn-free__open {
    background-color: #FFF;
  }
}

.Ad-area__child {
  background-color: #FFF;
  /* display: none; */
  margin: 0;
  padding: 50px 0 20px 0;
}
@media screen and (max-width: 1109px) {
  .Ad-area__child {
    display: block;
    margin: -10px auto -20px auto;
    padding: 15px 0 5px 0;
  }
}

.Child-lifeplan {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
}
.Child-lifeplan__title {
  padding: 50px 0 45px;
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__title {
    padding-top: 35px;
  }
}
.Child-lifeplan__title--img {
  margin: 0 auto;
}
.Child-lifeplan__wrap {
  position: relative;
}
/*
.Child-lifeplan__list {
  background: url(../images/bg_/bg_k22_growth_pc.png) no-repeat;
  position: relative;
  padding-top: 68%;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__list {
    background: url(../images/bg_/bg_k22_growth_tablet.png) no-repeat;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__list {
    background: url(../images/bg_/bg_k22_growth_sp.png) no-repeat;
  }
}
*/
.Child-lifeplan__bg {
  margin: 0 auto;
}
.Child-lifeplan__bg--pc {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__bg--pc {
    display: none;
  }
}
.Child-lifeplan__bg--tablet {
  display: none;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__bg--tablet {
    display: block;
    padding: 0 15px;
  }
}
.Child-lifeplan__bg--sp {
  display: none;
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__bg--sp {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
}
.Child-lifeplan__item {
  position: absolute;
  display: flex;
  width: 440px;
  height: 197px;
  padding: 20px 30px 20px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  gap: 20px;
  background-color: #FFF;
  transition: .2s;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__item {
    border-radius: 25px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 276px;
    height: auto;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item {
    gap: 10px;
  }
}
.Child-lifeplan__item:hover {
  background-color: #FFE3B8;
  transition: all 0.5s;
  box-shadow: none;
  transform: translate(0, 2px);
  cursor: pointer;
}
.Child-lifeplan__item:nth-child(1) {
  top: 0;
  left: 56%;
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(1) {
    height: 137px;
  }
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item:nth-child(1) {
    top: 8%;
    left: 12.5vw;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(1) {
    top: 23vw;
    left: 7.5vw;
  }
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__item:nth-child(1) {
    left: 56%;
    width: 435px;
    height: 150px;
  }
}
.Child-lifeplan__item:nth-child(2) {
  top: 179px;
  left: 21%;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item:nth-child(2) {
    top: 21.5%;
    right: 12.5vw;
    left: auto;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(2) {
    top: 68vw;
    right: 7.5vw;
    left: auto;
  }
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__item:nth-child(2) {
    top: 16%;
    left: 5%;
    width: 435px;
    height: 150px;
  }
}
.Child-lifeplan__item:nth-child(3) {
  top: 345px;
  left: 56%;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item:nth-child(3) {
    top: 34.5%;
    left: 12.5vw;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(3) {
    top: 111vw;
    left: 7.5vw;
  }
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__item:nth-child(3) {
    top: 32%;
    left: 56%;
    width: 435px;
    height: 150px;
  }
}
.Child-lifeplan__item:nth-child(4) {
  top: 521px;
  left: 21%;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item:nth-child(4) {
    top: 48.5%;
    right: 12.5vw;
    left: auto;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(4) {
    top: 157vw;
    right: 7.5vw;
    left: auto;
  }
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__item:nth-child(4) {
    top: 48%;
    left: 5%;
    width: 435px;
    height: 150px;
  }
}
.Child-lifeplan__item:nth-child(5) {
  top: 699px;
  left: 56%;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item:nth-child(5) {
    top: 65%;
    left: 12.5vw;
    height: 144px;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item:nth-child(5) {
    top: 203vw;
    left: 7.5vw;
    height: 144px;
  }
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__item:nth-child(5) {
    top: 64%;
    left: 56%;
    width: 435px;
    height: 150px;
  }
}
.Child-lifeplan__item--wrap {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  gap: 20px;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__item--wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 669px) {
  .Child-lifeplan__item--wrap {
    justify-content: space-between;
    gap: 10px;
  }
}
.Child-lifeplan__left {
  width: 90px;
  margin: auto 0;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__left {
    width: 50px;
  }
}
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__left {
    width: 65px;
  }
}
.Child-lifeplan__status {
  height: 27px;
  padding: 4px 0 5px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__status {
    height: 21px;
    padding: 3px 0 2px;
    margin: 0 auto 2px;
  }
}
.Child-lifeplan__img {
  width: 100%;
}
.Child-lifeplan__right {
  margin: auto;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__right {
    width: 75%;
  }
}
.Child-lifeplan__text {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__text {
    font-size: 1rem;
    text-align: left;
  }
}
.Child-lifeplan__text--orange {
  color: #B84F24;
}
.Child-lifeplan__notice {
  font-size: 0.875rem;
  position: absolute;
  /* top: min(95%, 900px); */
  bottom: 11.5%;
  left: 60%;
  color: #B84F24;
  text-indent: -1rem;
  padding-left: 1rem;
}
/* phase7 IT課題 No.52 レイアウト修正 */
@media screen and (max-width: 669px) {
  .Child-lifeplan__notice {
    /* bottom: 17.5%; */
    left: 12.5vw;
    width: 276px;
    background-color: rgba(241, 249, 232, 0.8);
    height: 3em;
    top: calc(203vw + 150px);
  }
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Child-lifeplan__notice {
    left: 12.5vw;
    width: 276px;
    background-color: rgba(241, 249, 232, 0.8);
    height: 3em;
    top: calc(100vw + 150px);
  }
}
@media screen and (min-width: 1110px) and (max-width: 1400px) {
  .Child-lifeplan__notice {
    position: absolute;
    height: 2em;
    top: calc(65% + 150px);
  }
}
@media screen and (min-width: 1401px) {
  .Child-lifeplan__notice {
    top: calc(700px + 200px);
    left: max(58%, 830px);
  }
}
.Child-lifeplan__deco {
  position: absolute;
}
.Child-lifeplan__deco--1 {
  right: 30px;
  top: 24%;
}
.Child-lifeplan__deco--2 {
  left: 75px;
  top: 42%;
}
.Child-lifeplan__deco--3 {
  right: 60px;
  bottom: 100px;
}
@media screen and (max-width: 1109px) {
  .Child-lifeplan__deco--1,
  .Child-lifeplan__deco--2,
  .Child-lifeplan__deco--3 {
    display: none;
  }
}
.Child-lifeplan__link {
  color: #B84F24;
}

.Modal-header__button--child {
  position: relative;
  content: "";
}
.Modal-header__close--child {
  position: absolute;
  top: -20px;
  right: -20px;
  content: "";
  background: url(../images/ico_/ico_modal_btn.svg) no-repeat;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1109px) {
  .Modal-header__close--child {
    right: -2px;
  }
}
@media screen and (max-height: 390px) {
  .Modal-header__close--child {
    top: -10px;
  }
}

.Modal-bg--child {
  background: rgba(255, 227, 184, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.Modal-block--child {
  border-radius: 15px;
  border: 2px solid #F29F33;
  width: 100%;
  min-width: auto;
  max-width: 1107px;
  max-height: 90vh;
}
@media screen and (max-width: 1109px) {
  .Modal-block--child {
    max-width: 92%;
    margin: auto;
  }
}

.Modal-body--child {
  padding: 80px 125px;
  overflow-y: auto;
  max-height: 80vh;
}
.Modal-body__text--child {
  margin-bottom: 30px;
  font-size: 1.125rem;
}
@media screen and (max-width: 669px) {
  .Modal-body__text--child {
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1109px) {
  .Modal-body--child {
    padding: 30px;
    overflow-y: auto;
    max-height: 80vh;
  }
}
.Modal-body__img--child {
  margin: 40px auto 0;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--child {
    margin: 0 auto;
    width: 46%;
  }
}
.Modal-body__img--pc {
  margin: 0 auto;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--pc {
    display: none;
  }
}
.Modal-body__img--sp {
  display: none;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--sp {
    display: block;
    margin-top: 30px;
  }
}
.Modal-body__img--2 {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1109px) {
  .Modal-body__img--2 .Modal-body__img--child {
    margin: 0;
  }
}
@media screen and (max-width: 669px) {
  .Modal-body__img--2 {
    max-width: 320px;
    margin: 30px auto 0;
    overflow-x: hidden;
  }
}
.Modal-body__img--child-2 {
  margin-top: 45px;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--child-2 {
    margin: 60px 0 0 auto;
    width: 44%;
  }
}
.Modal-body__img--fukidashi {
  position: relative;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--fukidashi {
    position: unset;
  }
}
.Modal-body__img--fukidashi-pc {
  display: block;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--fukidashi-pc {
    display: none;
  }
}
.Modal-body__img--fukidashi-sp {
  display: none;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--fukidashi-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
  }
}
.Modal-body__img--fukidashi-text {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 250px;
  transform: translateX(-20%);
}
@media screen and (max-width: 669px) {
  .Modal-body__img--fukidashi-text {
    position: absolute;
    top: 1.4rem;
    left: 12%;
    width: 100%;
    transform: none;
  }
}
.Modal-body__img--4 {
  margin: 0 25px 30px;
  display: flex;
  gap: 46px;
  justify-content: space-between;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--4 {
    flex-direction: column;
    margin: 0 auto 20px;
    gap: 20px;
  }
}
.Modal-body__img--4 .Modal-body__img--child:first-child {
  width: 33%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--4 .Modal-body__img--child:first-child {
    width: 58%;
    margin: 0 auto;
  }
}
.Modal-body__img--4 .Modal-body__img--child:last-child {
  width: 61%;
}
@media screen and (max-width: 669px) {
  .Modal-body__img--4 .Modal-body__img--child:last-child {
    width: 100%;
  }
}
.Modal-body__quote {
  font-size: 1rem;
  color: #999;
  margin-bottom: 30px;
}
@media screen and (max-width: 669px) {
  .Modal-body__quote {
    font-size: 0.875rem;
    margin-top: 7.5vw;
  }
}
.Modal-body__quote--item {
  list-style-type: none;
  position: relative;
  text-indent: 1rem;
}
.Modal-body__quote--item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 3px;
  position: absolute;
  border-radius: 100%;
  background-color: #D46B27;
}
.Modal-body__notice {
  font-size: 0.875rem;
  position: relative;
  padding-left: 23px;
}
.Modal-body__notice::before {
  content: "※";
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

.About__child {
  padding: 50px 0;
  background-color: #FFF;
}
@media screen and (max-width: 1109px) {
  .About__child {
    padding: 36px 15px;
  }
}
@media screen and (max-width: 1109px) {
  .About__child:nth-child(2), .About__child:nth-child(3) {
    padding-top: 42px;
  }
}
@media screen and (max-width: 1109px) {
  .About__child .About-fukidashi {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1109px) {
  .About__child .About-fukidashi::before {
    left: -8px;
  }
}
@media screen and (max-width: 1109px) {
  .About__child .About-fukidashi::after {
    right: -8px;
  }
}

@media screen and (max-width: 1109px) {
  .About__item--child {
    width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 1109px) {
  .About__item--child:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 1109px) {
  .About__item--child:last-child {
    padding-top: 48px;
  }
}

@media screen and (max-width: 669px) {
  .Reco-item__left--child {
    width: 100%;
  }
}
.Reco__title--child {
  margin-bottom: 45px;
}
.Reco-title__img--child {
  height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 1109px) {
  .Reco-title__img--child {
    width: 62%;
  }
}
@media screen and (max-width: 669px) {
  .Reco-item__img--child {
    height: auto;
    width: 100%;
  }
}
.Reco-item__cover--child {
  background-image: url(../images/img_/img_k22_fukidashi_pc_01.svg);
}
@media screen and (max-width: 1109px) {
  .Reco-item__cover--child {
    align-items: unset;
  }
  .Reco-item__cover--child .Reco-item__text {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Reco-item__cover--child {
    height: 16vw;
  }
}
@media screen and (max-width: 669px) {
  .Reco-item__cover--child {
    height: 27vw;
    top: -40px;
  }
}
@media screen and (max-width: 1109px) {
  .Reco-item__cover--1 {
    background-image: url(../images/img_/img_k22_fukidashi_01_02_sp.svg);
    position: absolute;
    width: 210px;
    z-index: 5;
  }
}
@media screen and (max-width: 669px) {
  .Reco-item__cover--1 {
    left: auto;
    right: 3%;
    width: min(52.5vw, 210px);
  }
}
@media screen and (max-width: 1109px) {
  .Reco-item__cover--2 {
    background-image: url(../images/img_/img_k22_fukidashi_01_02_sp.svg);
    transform: scale(-1, 1);
    position: absolute;
    width: 210px;
    left: 3%;
    right: auto;
    z-index: 5;
  }
}
@media screen and (max-width: 669px) {
  .Reco-item__cover--2 {
    left: 3%;
    right: auto;
    width: min(52.5vw, 210px);
  }
}
.Reco-item__cover--3 {
  background-image: url(../images/img_/img_k22_fukidashi_pc_02.svg);
}
@media screen and (max-width: 1109px) {
  .Reco-item__cover--3 {
    background-image: url(../images/img_/img_k22_fukidashi_03_sp.svg);
    position: absolute;
    width: 242px;
    z-index: 5;
  }
}
@media screen and (max-width: 669px) {
  .Reco-item__cover--3 {
    left: auto;
    right: 3%;
    width: min(60.5vw, 242px);
  }
}

.Merit__item--child {
  border-radius: 15px;
}
@media screen and (max-width: 1109px) {
  .Merit__item--child {
    border-radius: 5px;
  }
}
.Merit__child {
  background-color: #F5B664;
  position: relative;
  padding-bottom: 10px;
}
.Merit__child::before {
  position: absolute;
  /* phase7 IT課題 No.48 モクモクに隙間が空くのを修正 */
  top: -15px;
  left: 0;
  content: "";
  background: url(../images/bg_/bg_k22_mokomoko_yellow_01_pc.svg) no-repeat;
  height: 30px;
  width: 100%;
  background-size: cover;
  border-bottom: solid 1px #F5B664;
  }
@media screen and (max-width: 669px) {
  .Merit__child::before {
    background: url(../images/bg_/bg_k22_mokomoko_yellow_01_sp.svg) no-repeat;
    background-size: cover;
    top: -3vw;
    height: 3.75vw;
  }
}

.Merit__list--child {
  margin-bottom: 40px;
}

.Merit-title__img--child {
  filter: invert(18%) sepia(0%) saturate(16%) hue-rotate(267deg) brightness(0%) contrast(91%);
}

.Merit-item__title--child {
  background: linear-gradient(transparent 57%, #B8DEFF 0%);
}

.Merit-item__title--child::before, .Merit-item__title--child::after {
  background-color: #B8DEFF;
}

.Merit-desc__text--child {
  margin-top: 5px;
  text-align: left;
  color: #333;
}

.Necessity__child {
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 669px) {
  .Necessity__child .Outline__list--top {
    margin: 0 15px;
  }
}
.Necessity__wrap--child {
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
  position: relative;
  border-top: solid 1px #F5B664;
}
.Necessity__wrap--child::before {
  position: absolute;
  /* phase7 IT課題 No.48 モクモクに隙間が空くのを修正 */
  top: -18px;
  left: 0;
  content: "";
  background: url(../images/bg_/bg_k22_mokomoko_yellow_02_pc.svg) no-repeat;
  height: 30px;
  width: 100%;
  z-index: 1;
  background-size: cover;
  border-top: solid 1px #F5B664;
}
.Necessity__wrap--child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../images/bg_/bg_k22_wave_01_pc.svg) no-repeat;
  height: 40px;
  width: 100vw;
  background-size: cover;
}
@media screen and (max-width: 1109px) {
  .Necessity__wrap--child::before {
    background-size: cover;
    height: 30px;
    top: -13px;
  }
}
@media screen and (max-width: 669px) {
  .Necessity__wrap--child::before {
    background: url(../images/bg_/bg_k22_mokomoko_yellow_02_sp.svg) no-repeat;
    background-size: cover;
    height: 4vw;
    top: -1.4vw;
  }
  .Necessity__wrap--child::after {
    background: url(../images/bg_/bg_k22_wave_01_sp.svg) no-repeat;
    height: 33px;
    background-size: cover;
    width: 100vw;
  }
}
.Necessity__title--child {
  margin-top: 40px;
}
.Necessity-item__block--1column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Necessity__item--2column-g0 {
  gap: 0;
}

.Necessity-item__desc--text {
  color: #333 !important;
}

.Necessity-item-block__inner--right-text {
  align-items: normal;
}

.Necessity-Nouse__child {
  background-color: #FAF7ED;
  margin: 0 auto 30px;
  max-width: 1109px;
  border-radius: 15px;
}
@media screen and (max-width: 1109px) {
  .Necessity-Nouse__child {
    max-width: 100%;
    margin: 0 15px 30px;
    border-radius: 0;
  }
}

.Necessity-caution__child {
  max-width: 1110px;
  margin: 0 auto 30px;
  border-radius: 15px;
}
@media screen and (max-width: 1109px) {
  .Necessity-caution__child {
    margin: 0 15px 30px;
    border-radius: 10px;
  }
}

.Flow-top__title--child {
  margin-bottom: 10px;
}
.Flow-top__desc--child {
  font-size: 1rem;
  color: #E60012;
  text-align: center;
  margin-bottom: 25px;
}

.Area03--wrapper {
  position: relative;
  padding: 0 15px;
  margin-bottom: 53px;
}

.Area03--wrapper::before {
  position: absolute;
  top: -80px;
  /* top: -15px; */
  left: 0;
  content: "";
  background-image: url(../images/bg_/bg_k22_wave_01_pc.svg);
  height: 40px;
  /* height: 30px; */
  width: 100vw;
  background-size: cover;
}

@media screen and (max-width: 669px) {
  .Area03--wrapper::before {
    background-image: url(../images/bg_/bg_k22_wave_01_sp.svg);
    height: 33px;
    background-size: cover;
    /* padding-top: 30px; */
    top: -50px;
  }
}

.Recommend__child {
  max-width: 100%;
  width: 100vw;
  background-color: #FAF7ED;
  padding-bottom: 110px;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 669px) {
  .Recommend__child {
    padding-bottom: 8.75vw;
  }
}

.Reco__list--child {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 669px) {
  .Reco__item--child {
    position: relative;
    margin: 20px 0;
  }
}

.Reco-item__text--orange {
  color: #B84F24;
}

.Flow-top__child {
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 669px) {
  .Flow-top__child::before {
    background: url(../images/bg_/bg_k22_wave_02_sp.svg) no-repeat;
    height: 33px;
    background-size: cover;
    width: 100vw;
    top: -33px;
  }
}
@media screen and (max-width: 1109px) {
  .Flow-top__child {
    padding: 36px 15px 35px 30px;
  }
}

.Flow-top-item__list {
  text-align: left;
}
.Flow-top-item__item {
  list-style-type: none;
  padding-left: 15px;
  position: relative;
}
.Flow-top-item__item::before {
  background-color: #D46B27;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
  position: absolute;
}
.Flow-top-item__text {
  font-size: 0.875rem;
}
.Flow-top-item__text--left {
  text-align: left;
}
.Flow-top-item__text--bold {
  font-weight: 600;
}

.Form-tab__child {
  max-width: 960px;
  gap: 0 10px;
}
.Form-tab__child .Required-item__plus--blue::before,
.Form-tab__child .Required-item__plus--blue::after,
.Form-tab__child .Required-item__inner--confirm::before,
.Form-tab__child .Required-item__inner--confirm::after {
  border-radius: 5px;
}
.Form-tab__child>label {
  border-radius: 10px;
  margin-bottom: 6px;

  @media screen and (max-width: 1109px) {
    border-radius: 3px;
  }
}
.Form-tab__child>label:first-child {
  background-color: #E0F2E3;
  padding: 14px 126px;

  @media screen and (max-width: 1109px) {
    padding: 14px;
    width: 45%;
  }
}

.Form-tab__child>label:nth-child(3) {
  background-color: #FEEACD;
  padding: 14px 126px;

  @media screen and (max-width: 1109px) {
    padding: 14px;
    width: 45%;
  }
}
.Form-tab__child>label:has(:checked):first-child,
.Form-tab__child>label:has(:checked):nth-child(3) {
  margin-bottom: -10px;
}
.Form-tab__child > div {
  display: none;
  width: 100%;
  padding: 30px 80px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 1109px) {
  .Form-tab__child > div {
    padding: 15px;
    border-radius: 3px;
  }
}
.Form-tab__child--label {
  margin: 0 auto;
}


.Required-item__list--child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Required-item__item--child {
  width: 46%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1109px) {
  .Required-item__item--child {
    width: 100%;
  }
}
.Required-item__plus--child:nth-of-type(2), .Required-item__plus--child:nth-of-type(6) {
  display: none;
}
@media screen and (max-width: 1109px) {
  .Required-item__plus--child:nth-of-type(2), .Required-item__plus--child:nth-of-type(6) {
    display: block;
    width: 100%;
  }
}
.Required-item__plus--child:nth-of-type(4) {
  width: 100%;
  margin-bottom: 25px;
}
.Required-item__title--child {
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 3px 0;
}
@media screen and (max-width: 1109px) {
  .Required-item__title--child {
    text-align: left;
  }
}
.Required-item__block--child {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  width: 363px;
}
@media screen and (max-width: 1109px) {
  .Required-item__block--child {
    padding: 20px 15px;
    width: 100%;
  }
}
.Required-item__left--child {
  width: 34%;
}
.Required-item__right--child {
  width: 59%;
}
.Required-item__img--card-child {
  width: 90px;
}
.Required-item__img--photo-child {
  width: 60px;
}
.Required-item__img--tel-child {
  width: 45px;
  height: auto;
}
.Required-item__img--mail-child {
  width: 50px;
  height: auto;
}
.Required-item__img--sp-child {
  width: 72px;
  height: auto;
}

.Faq__child {
  background-color: #FAF7ED;
  width: 100vw;
  max-width: 100%;
  margin: 50px calc(50% - 50vw) 0;
  position: relative;
}
.Faq__child::before {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  background: url(../images/bg_/bg_k22_wave_03_pc.svg) no-repeat;
  height: 50px;
  width: 100vw;
  background-size: cover;
}
@media screen and (min-width: 670px) and (max-width: 1109px) {
  .Faq__child::before {
    top: -50px;
  }
}
@media screen and (max-width: 669px) {
  .Faq__child::before {
    background: url(../images/bg_/bg_k22_wave_03_sp.svg) no-repeat;
    height: 50px;
    width: 100vw;
    top: -50px;
    background-size: cover;
  }
}
.Faq__wrap {
  max-width: 1110px;
  margin: 0 auto;
}

.Faq-panel__inner--child {
  background-color: #FFF;
  border-radius: 9999px;
}
@media screen and (max-width: 1109px) {
  .Faq-panel__inner--child {
    border-radius: 20px;
  }
  .Faq-panel__inner--child .Faq__figure {
    margin: auto;
  }
}
.Faq-panel__inner--yellow {
  background-color: transparent;
  margin-top: 10px;
}
.Faq-panel__inner--yellow::before, .Faq-panel__inner--yellow::after {
  display: none;
}

.Tel__link--child {
  color: #B84F24;
  text-decoration: underline;
}

.Ex-icon--orange {
  background-image: url(../images/ico_/ico_k22_link.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  display: inline-block;
  margin-left: 7px;
  width: 11px;
  height: 11px;
}

.Scroll-banner .Free-block__title--child {
  margin: 0 auto;
}

@media screen and (min-width: 1110px) {
  .SP {
    display: none;
  }
}

@media screen and (max-width: 1109.9px) {
  .PC {
    display: none;
  }
}
