.lp-container {
  font-family: 'M PLUS Rounded 1c', serif;
  margin-inline: auto;
  padding-inline: 16px;
  overflow: hidden;
bqMin(md)
}
.lp-container.lp-container--bg {
  background: #d9effe;
}
.lp-contents {
  padding-top: 60px;
  margin-top: 40px;
  background: url("../images/common/nami.svg") repeat-x top center, url("../images/common/sakana-left.png") repeat-y top left, url("../images/common/sakana-right.png") repeat-y top right, url("../images/common/bg.jpg") no-repeat top 5px center;
  -webkit-background-size: 1200px, auto, auto, 100% auto;
  -moz-background-size: 1200px, auto, auto, 100% auto;
  background-size: 1200px, auto, auto, 100% auto;
  margin-inline: -16px;
bqMin(md)
}
.lp-contents.lp-contents--bg {
  background: url("../images/common/sakana-left.png") repeat-y top left, url("../images/common/sakana-right.png") repeat-y top right, url("../images/common/bg.jpg?hash=5b6185aa22f22371f0c7452d993ba675") no-repeat top 5px center;
  -webkit-background-size: auto, auto, 100% auto;
  -moz-background-size: auto, auto, 100% auto;
  background-size: auto, auto, 100% auto;
  margin-top: -5px;
}
.lp-contents .lp-contents__inner {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 60px 40px 12px;
  position: relative;
bqMin(md)
}
.lp-contents .lp-contents__inner.lp-contents__inner--fit {
  padding: 0 12px 40px 12px;
}
.ex-hover-kihon:hover {
  color: orenge_2;
}
.ex-link-text {
  color: ao_1;
  text-decoration: underline;
  font-weight: normal;
}
.ex-link-text:hover {
  text-decoration: none;
}
.ex-hover-bg:hover {
  background: orenge_4;
  border-color: orenge_3;
}
.mt-xxs {
  margin-top: calc(8px + ((12 - 8) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xxs {
    margin-top: 12px;
  }
}
.mt-xs {
  margin-top: calc(12px + ((16 - 12) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xs {
    margin-top: 16px;
  }
}
.mt-sm {
  margin-top: calc(16px + ((24 - 16) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-sm {
    margin-top: 24px;
  }
}
.mt-md {
  margin-top: calc(24px + ((40 - 24) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-md {
    margin-top: 40px;
  }
}
.mt-lg {
  margin-top: calc(40px + ((64 - 40) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-lg {
    margin-top: 64px;
  }
}
.mt-xl {
  margin-top: calc(60px + ((80 - 60) * (100vw - 320px) / (1024 - 320)));
}
@media screen and (min-width: 1024px) {
  .mt-xl {
    margin-top: 80px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mx-wid-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lp-progress {
  position: absolute;
  top: 80px;
  height: 400px;
  right: 5px;
  width: 50px;
}
.lp-progress.fixed {
  top: 80px;
  position: fixed;
}
@media screen and (min-width: 1400px) {
  .lp-progress {
    right: 50%;
    -webkit-transform: translateX(650px);
    -moz-transform: translateX(650px);
    -o-transform: translateX(650px);
    -ms-transform: translateX(650px);
    transform: translateX(650px);
    width: 50px;
  }
}
.lp-progress .lp-progress__inner {
  position: relative;
  height: 100%;
}
.lp-progress .lp-progress__inner .lp-progress__home {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  top: 0;
}
@media screen and (min-width: 767px) {
  .lp-progress .lp-progress__inner .lp-progress__home {
    top: -20px;
    height: 80px;
  }
}
.lp-progress .lp-progress__inner .lp-progress__end {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .lp-progress .lp-progress__inner .lp-progress__end {
    min-width: 70px;
    bottom: -15px;
  }
}
.lp-progress .lp-progress__inner .lp-progress__num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #59bded;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  min-height: 35px;
  min-width: 35px;
  z-index: 4;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}
.lp-progress .lp-progress__inner .lp-progress__bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 36px;
  background: #59bded;
  width: 11px;
  z-index: 3;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.lp-progress .lp-progress__inner .lp-progress__bar-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 39px;
  bottom: 32px;
  background: #fff;
  width: 15px;
  z-index: 1;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
.is-check {
  position: relative;
}
.is-check:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff url("../images/common/check.svg?hash=fa84cf7f1537c0b1a9bd4fbc66947fe0") no-repeat center center;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  background-size: 20px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .is-check:before {
    width: 30px;
    height: 30px;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
  }
}
.lp-read {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .lp-read {
    font-size: 18px;
  }
}
.lp-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .lp-title {
    font-size: 32px;
  }
  .lp-title br {
    display: none;
  }
}
.lp-btn-waku {
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-btn-waku {
    height: 80px;
  }
}
.lp-btn-waku .lp-btn {
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-btn-waku .lp-btn {
    height: 80px;
  }
}
.lp-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100px;
  padding: 24px 8px;
  border: 2px solid #000;
  position: relative;
  background: #fff;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  bottom: 0;
}
.lp-btn:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  bottom: -8px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .lp-btn {
    border: 3px solid #000;
    font-size: 18px;
  }
}
.lp-btn:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.lp-btn:visited {
  color: #fff;
}
.lp-btn.is-ao {
  background: #59bded;
}
.lp-btn.is-aka {
  background: #e56b53;
}
.lp-btn.is-midori {
  background: #8dc21f;
}
.lp-btn.is-mikan {
  background: #f4b84d;
}
.lp-btn.is-mori {
  background: #56b73e;
}
.lp-btn.is-murasaki {
  background: #837fdd;
}
.lp-btn span.is-small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .lp-btn span.is-small {
    font-size: 14px;
  }
}
.lp-btn-waku {
  position: relative;
}
.lp-btn-waku:after {
  content: '';
  display: block;
  height: 90%;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4px;
  border-radius: 100px;
  border: 2px solid #000;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
@media screen and (min-width: 1024px) {
  .lp-btn-waku:after {
    bottom: 2px;
    border: 3px solid #000;
  }
}
.lp-diagnosis__type {
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  border-radius: 20px;
  border: 2px solid #000;
  position: relative;
  margin-top: 10px;
  z-index: 3;
}
.lp-diagnosis__type .lp-diagnosis__type-header {
  text-align: center;
  position: relative;
  margin-top: -10px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__type .lp-diagnosis__type-header {
    margin-top: -20px;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-header .lp-diagnosis__type-title-img {
  height: 20px;
}
.lp-diagnosis__type .lp-diagnosis__type-header .lp-diagnosis__type-title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 8px;
}
.lp-diagnosis__type .lp-diagnosis__type-header-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  max-height: 40px;
  top: -40px;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__type .lp-diagnosis__type-header-bg {
    height: 60px;
    max-height: 60px;
    top: -60px;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-header-bg .lp-diagnosis__type-header-bg-img {
  min-width: 250px;
  max-width: 250px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__type .lp-diagnosis__type-header-bg .lp-diagnosis__type-header-bg-img {
    min-width: 450px;
    max-width: 450px;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-body {
  padding: 20px 20px 20px 20px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__type .lp-diagnosis__type-body {
    padding: 15px 30px 30px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-fig {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info {
    width: 50%;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-copy {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  color: #2da5d5;
  position: relative;
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-copy::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #000;
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-title {
    font-size: 40px;
  }
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-title span {
  font-size: 28px;
  display: block;
}
.lp-diagnosis__type .lp-diagnosis__type-body .lp-diagnosis__type-info .lp-diagnosis__type-info-text {
  font-size: 16px;
  margin-top: 12px;
  font-weight: bold;
}
.lp-diagnosis__next {
  background: #59bded;
  margin-right: calc(50% - (50vw));
  margin-left: calc(50% - (50vw));
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  position: relative;
  margin-top: 60px;
  padding: 30px 0;
}
.lp-diagnosis__next .lp-diagnosis__next-copy {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url("../images/diagnosis/arrow.svg?hash=cd5d4278d1f41efbbe6470d6465c31e6") no-repeat center bottom;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__next .lp-diagnosis__next-copy {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__next .lp-diagnosis__next-copy .md-hide {
    display: none;
  }
}
.lp-diagnosis__next .lp-diagnosis__next-book {
  width: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  margin-left: -140px;
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__next .lp-diagnosis__next-book {
    width: 80px;
    top: 25px;
    margin-left: -350px;
  }
}
.lp-diagnosis__next .lp-diagnosis__next-car {
  width: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1px;
  margin-left: 140px;
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__next .lp-diagnosis__next-car {
    width: 80px;
    bottom: 2px;
    margin-left: 320px;
  }
}
.lp-diagnosis__start-title {
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 20px 20px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (min-width: 1024px) {
  .lp-diagnosis__start-title {
    padding: 24px 24px;
    font-size: 32px;
  }
}
.lp-diagnosis__time {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 90px;
  margin-block: 8px;
}
.lp-diagnosis__time .lp-diagnosis__time-img {
  width: 40px;
}
.lp-diagnosis__time .lp-diagnosis__time-text {
  width: 40px;
  font-size: 20px;
  font-weight: bold;
  width: 90px;
}
.lp-diagnosis__detail {
  border-radius: 20px;
  background: #fff;
  padding: 20px 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail {
    padding: 40px 40px;
  }
}
.lp-diagnosis__detail .lp-diagnosis__detail-header .lp-diagnosis__detail-title {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  color: #2da6d6;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail .lp-diagnosis__detail-header .lp-diagnosis__detail-title {
    font-size: 27px;
  }
}
.lp-diagnosis__detail .lp-diagnosis__detail-header .lp-diagnosis__detail-title span {
  font-size: 16px;
  display: block;
  background: #2da6d6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #000;
  color: #fff;
}
.lp-diagnosis__detail .lp-diagnosis__detail-header .lp-diagnosis__detail-copy {
  font-size: 16px;
  margin-top: 8px;
  color: #000;
  font-weight: bold;
}
.lp-diagnosis__detail .lp-diagnosis__detail-body {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail .lp-diagnosis__detail-body {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 40px;
  }
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
  width: 100%;
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-images img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-images img.grid-item--large {
  grid-column: 1/-1;
  grid-row: 1;
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box {
  font-size: 16px;
  margin-top: 16px;
  color: #000;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box {
    margin-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box .lp-diagnosis__detail-info {
  margin-top: 16px;
  background: #f1f7fc;
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box .lp-diagnosis__detail-info {
    margin-top: auto;
  }
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box .lp-diagnosis__detail-info .lp-diagnosis__detail-info-data {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.lp-diagnosis__detail .lp-diagnosis__detail-body .lp-diagnosis__detail-box .lp-diagnosis__detail-info .lp-diagnosis__detail-info-text {
  font-size: 16px;
}
.lp-diagnosis__detail-btn {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #59bded;
  padding: 16px 20px;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #000;
  width: 200px;
  margin: 40px auto 16px auto;
}
.lp-diagnosis__detail-btn:visited {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .lp-diagnosis__detail-btn {
    width: 320px;
  }
}
.lp-diagnosis__detail-btn span {
  background: url("../images/common/arrow-more.svg?hash=d9698e3be982e3468b6e3a3afe155714") no-repeat left center;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
}
.lp-footer {
  background: url("../images/common/footer-bg.svg?hash=2e089ea36e74ddfa09aa3d456cb27a7c") no-repeat top center;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.lp-footer .lp-footer-left {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 110px;
  width: 140px;
  margin-left: -180px;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-footer-left {
    bottom: -10px;
    margin-left: -440px;
    width: 280px;
  }
}
.lp-footer .lp-footer-right {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 150px;
  margin-left: 180px;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-footer-right {
    bottom: 20px;
    margin-left: 400px;
    width: 280px;
  }
}
.lp-footer .lp-footer__title {
  display: block;
  width: fit-content;
  margin-inline: auto;
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-footer__title {
    height: 120px;
  }
}
.lp-footer .lp-footer__copy {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-footer__copy {
    font-size: 40px;
  }
}
.lp-footer .lp-btn__footer {
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-btn__footer {
    max-width: 650px;
    width: 100%;
  }
}
.lp-footer .lp-btn__footer .lp-btn {
  font-size: 20px;
}
.lp-footer .lp-btn__footer .lp-btn span {
  background: url("../images/common/search.svg?hash=5a361e1a1dc44f9aedc43d0129a1634a") no-repeat left center;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  padding-left: 30px;
  color: #fff;
}
.lp-footer .lp-btn__footer .lp-btn span.is-arrow {
  background: url("../images/common/arrow-more.svg?hash=d9698e3be982e3468b6e3a3afe155714") no-repeat left center;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-btn__footer .lp-btn span.is-arrow {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-btn__footer .lp-btn span {
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
    padding-left: 40px;
  }
}
.lp-footer .lp-footer__back {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
  font-size: 16px;
  text-decoration: none;
}
.lp-footer .lp-footer__back:hover {
  text-decoration: underline;
  color: #006dba;
}
@media screen and (min-width: 1024px) {
  .lp-footer .lp-footer__back {
    font-size: 18px;
  }
}
.lp-mv-wrapper {
  margin-inline: -16px;
  background: url("../images/mv/bg.png?hash=d87d72ea696c175f6a94c22d83d58355") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.lp-mv-wrapper .lp-mv-wrapper__inner {
  position: relative;
  height: 340px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv-wrapper__inner {
    height: 600px;
  }
}
.lp-mv-wrapper .lp-mv__logo {
  max-width: 280px;
  width: 100%;
  margin-left: -30px;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__logo {
    max-width: 560px;
    margin-top: -30px;
  }
}
.lp-mv-wrapper .lp-mv__hune {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1px;
  width: 120px;
  margin-left: -160px;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__hune {
    width: auto;
    width: 400px;
    margin-left: -500px;
  }
}
.lp-mv-wrapper .lp-mv__hana {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1px;
  width: 120px;
  margin-left: -80px;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__hana {
    width: auto;
    width: 200px;
    margin-left: -280px;
  }
}
.lp-mv-wrapper .lp-mv__siro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  margin-left: -120px;
  margin-top: 120px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__siro {
    width: 200px;
    margin-left: -320px;
    margin-top: 200px;
  }
}
.lp-mv-wrapper .lp-mv__soba {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  margin-top: -40px;
  margin-left: 150px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__soba {
    width: 180px;
    margin-top: -377px;
    margin-left: 320px;
  }
}
.lp-mv-wrapper .lp-mv__sara {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  margin-top: -220px;
  margin-left: 130px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__sara {
    width: 280px;
    margin-top: -240px;
    margin-left: 580px;
  }
}
.lp-mv-wrapper .lp-mv__hito {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  margin-top: 130px;
  margin-left: 150px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__hito {
    width: 340px;
    margin-top: 180px;
    margin-left: 400px;
  }
}
.lp-mv-wrapper .lp-mv__cover-sp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__cover-sp {
    display: none;
  }
}
.lp-mv-wrapper .lp-mv__cover-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__cover-pc {
    display: block;
    min-width: 1600px;
    display: block;
  }
}
.lp-mv-wrapper .lp-mv__nami-left.png {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 120px;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__nami-left.png {
    width: 400px;
    bottom: -20px;
  }
}
.lp-mv-wrapper .lp-mv__nami-right.png {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}
@media screen and (min-width: 1024px) {
  .lp-mv-wrapper .lp-mv__nami-right.png {
    width: 400px;
  }
}
.lp-mv-nami {
  background: url("../images/mv/nami.svg?hash=7d0013f88ee9a7a7c226fcec79d52c1e") repeat-x top center;
  height: 90px;
  margin-inline: -16px;
  margin-top: -35px;
  position: relative;
  z-index: 1;
  -webkit-background-size: 700px;
  -moz-background-size: 700px;
  background-size: 700px;
}
.lp-mv-nami.is-ao {
  background: url("../images/common/nami-ao.svg?hash=0af92f1ea49bd1734662d61a29c70a8d") repeat-x top center;
  -webkit-background-size: 700px;
  -moz-background-size: 700px;
  background-size: 700px;
}
@media screen and (min-width: 767px) {
  .lp-mv-nami.is-ao {
    height: 110px;
  }
}
@media screen and (min-width: 767px) {
  .lp-mv-nami {
    -webkit-background-size: 1200px;
    -moz-background-size: 1200px;
    background-size: 1200px;
    margin-top: -66px;
  }
}
.lp-about-wrapper {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper {
    margin-top: 40px;
  }
}
.lp-about-wrapper .lp-about__title {
  display: block;
  width: fit-content;
  margin-inline: auto;
  height: 80px;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__title {
    height: 120px;
  }
}
.lp-about-wrapper .lp-about__kikyu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
  width: 60px;
  margin-left: 140px;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__kikyu {
    width: 80px;
    margin-left: 320px;
    top: 90px;
    width: 90px;
  }
}
.lp-about-wrapper .lp-about__tori {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  top: 10px;
  margin-left: -140px;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__tori {
    width: 60px;
    top: 160px;
    margin-left: -353px;
  }
}
.lp-about-wrapper .lp-about__copy {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 24px;
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__copy {
    font-size: 40px;
  }
  .lp-about-wrapper .lp-about__copy br {
    display: none;
  }
}
.lp-about-wrapper .lp-about__copy:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.lp-about-wrapper .lp-about__copy .lp-about__hata {
  position: absolute;
  width: 40px;
  bottom: -15px;
  left: 5px;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__copy .lp-about__hata {
    width: 60px;
    left: 20px;
  }
}
.lp-about-wrapper .lp-about__copy .lp-about__car {
  position: absolute;
  width: 50px;
  bottom: -10px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about__copy .lp-about__car {
    width: 80px;
    right: 20px;
  }
}
.lp-about-wrapper .lp-about-step {
  margin-top: 40px;
}
.lp-about-wrapper .lp-about-step .lp-about-step__read {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about-step .lp-about-step__read {
    font-size: 24px;
  }
}
.lp-about-wrapper .lp-about-step .lp-about-step__read span {
  background: #000;
  color: #fff;
  margin-left: 8px;
  padding: 2px 16px;
}
.lp-about-wrapper .lp-about-step .lp-about-step__img {
  margin-top: 24px;
}
.lp-about-wrapper .lp-about-step .lp-about-step__img.is-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about-step .lp-about-step__img.is-pc {
    display: block;
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
  }
}
.lp-about-wrapper .lp-about-step .lp-about-step__img.is-sp {
  display: block;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .lp-about-wrapper .lp-about-step .lp-about-step__img.is-sp {
    display: none;
  }
}
.lp-about-wrapper .lp-btn__about {
  margin-top: 40px;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  margin-bottom: 20px;
}
.lp-about-wrapper .lp-btn__about .lp-btn {
  font-size: 20px;
}
.lp-about-wrapper .lp-btn__about .lp-btn span {
  background: url("../images/common/check-bottom.svg?hash=b367463809c47140905003df943ce91e") no-repeat left center;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  padding-left: 30px;
  color: #fff;
}
.lp-faq {
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 16px 40px 16px;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-faq {
    margin-top: 120px;
    border: 3px solid #000;
    padding: 0 80px 40px 80px;
  }
}
.lp-faq .lp-faq__top-left01 {
  position: absolute;
  top: -15px;
  left: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-left01 {
    top: -35px;
    left: -30px;
    width: 205px;
  }
}
.lp-faq .lp-faq__top-right01 {
  position: absolute;
  top: -15px;
  right: 0;
  width: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-right01 {
    top: -15px;
    right: -10px;
    width: 145px;
  }
}
.lp-faq .lp-faq__bottom-left01 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__bottom-left01 {
    left: -20px;
    bottom: -30px;
    width: 100px;
  }
}
.lp-faq .lp-faq__top-left02 {
  position: absolute;
  top: -15px;
  left: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-left02 {
    top: -15px;
    left: -10px;
    width: 115px;
  }
}
.lp-faq .lp-faq__top-right02 {
  position: absolute;
  top: -15px;
  right: 0;
  width: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-right02 {
    top: -15px;
    right: -10px;
    width: 185px;
  }
}
.lp-faq .lp-faq__bottom-left02 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 45px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__bottom-left02 {
    left: -20px;
    bottom: -30px;
    width: 100px;
  }
}
.lp-faq .lp-faq__top-left03 {
  position: absolute;
  top: -15px;
  left: 0;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-left03 {
    top: -15px;
    left: -10px;
    width: 85px;
  }
}
.lp-faq .lp-faq__top-right03 {
  position: absolute;
  top: -15px;
  right: 0;
  width: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__top-right03 {
    top: 15px;
    right: -10px;
    width: 145px;
  }
}
.lp-faq .lp-faq__bottom-left03 {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 60px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__bottom-left03 {
    left: -20px;
    bottom: 20px;
    width: 125px;
  }
}
.lp-faq .lp-faq__header {
  background: #fff;
  border: 2px solid #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 4px 20px;
  width: fit-content;
  border-radius: 100px;
  margin-inline: auto;
  margin-top: -22px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__header {
    padding: 8px 40px;
    margin-top: -28px;
    border: 3px solid #000;
  }
}
.lp-faq .lp-faq__header img {
  height: 30px;
  width: auto;
}
.lp-faq .lp-faq__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__title {
    font-size: 28px;
  }
}
.lp-faq .lp-faq__body {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 20px;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__body {
    padding-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__body .lp-faq__body-fig {
    width: 57%;
  }
}
.lp-faq .lp-faq__body .lp-faq__body-txt {
  font-size: 22px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__body .lp-faq__body-txt {
    margin-top: 0;
    font-size: 30px;
  }
}
.lp-faq .lp-faq__images {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__images {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lp-faq .lp-faq__images .lp-faq__images-fig {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-faq .lp-faq__images .lp-faq__images-fig {
    width: 48%;
  }
}
.lp-faq .lp-faq__images .lp-faq__images-fig .lp-faq__images-fig-text {
  position: absolute;
  top: 20%;
  right: 15%;
  bottom: 20%;
  left: 15%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  background: rgba(0,0,0,0.4);
  border-radius: 5px;
  color: #fff;
  border: 2px solid #fff;
}
.lp-faq__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 16px 0;
}
@media screen and (min-width: 1024px) {
  .lp-faq__btns {
    margin-top: 40px;
  }
}
.lp-faq__btns > div {
  width: 100%;
}
.lp-faq__btns.sp-2col > div {
  width: 49%;
}
@media screen and (min-width: 1024px) {
  .lp-faq__btns.md-3col > div {
    width: 32%;
  }
  .lp-faq__btns.md-2col {
    max-width: 650px;
    margin-inline: auto;
  }
  .lp-faq__btns.md-2col > div {
    width: 48%;
  }
  .lp-faq__btns.md-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px 15px;
  }
}
.lp-faq__btns.is-grid-2col {
  grid-template-columns: repeat(2, 320px);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.lp-faq__btns.is-grid-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pg-mypage-container .ut-md-show {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pg-mypage-container .ut-md-show {
    display: block;
  }
}
.pg-mypage-container .ut-md-hide {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pg-mypage-container .ut-md-hide {
    display: none;
  }
}
.pg-mypage-container .pg-mypage__tab {
  margin-block: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 5px;
}
.pg-mypage-container .pg-mypage__tab .pg-mypage__tab-link {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #eee;
  color: #969696;
  padding: 18px 0;
  font-size: 16px;
  font-weight: bold;
  gap: 5px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .pg-mypage-container .pg-mypage__tab .pg-mypage__tab-link {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.pg-mypage-container .pg-mypage__tab .pg-mypage__tab-link.is-active {
  background: #026db8;
  color: #fff;
}
/*# sourceMappingURL=site-style.css.map */