<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Base Set Up
 ========================================================================== */
.page-content * {
  font-feature-settings: "palt";
}
.page-content * &gt; .inner {
  width: 92%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 20px 0 !important;
}
.page-content ul {
  margin: 0;
  padding: 0;
}
.page-content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .page-content {
    width: 100vw;
    overflow-y: hidden;
  }
  .page-content * &gt; .inner {
    width: 100%;
    padding: 20px 4vw !important;
  }
}
/* Modules
 ========================================================================== */
.page-content .lp-section__inner {
  width: 93.8775510204%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-content .lp-section__inner {
    width: 100%;
  }
}
.page-content .lp-section__inner--sm {
  width: 93.8775510204%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-content .lp-section__inner--sm {
    width: 100%;
  }
}
.page-content .lp-section__title {
  font-size: 3.85rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.75em;
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  .page-content .lp-section__title {
    font-size: 7.3333333333vw;
  }
}
.page-content .lp-cta {
  padding: 65px 30px;
  text-align: center;
}
.page-content .lp-cta__buttons {
  display: flex;
  justify-content: center;
}
.page-content .lp-cta__buttons li {
  width: 44.33%;
}
.page-content .lp-cta__buttons li:not(:first-of-type) {
  margin-left: 36px;
}
.page-content .lp-cta__buttons li .btn {
  width: 100%;
  max-width: 470px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-content .lp-cta {
    padding: 8vw 4vw;
  }
  .page-content .lp-cta__buttons {
    display: inline-block;
  }
  .page-content .lp-cta__buttons li {
    width: 80vw;
  }
  .page-content .lp-cta__buttons li:not(:first-of-type) {
    margin-top: 4.6666666667vw;
    margin-left: 0;
  }
  .page-content .lp-cta__buttons li .btn {
    width: 100%;
    max-width: none;
    font-size: 5.0666666667vw;
  }
}
.page-content .--is-pc {
  display: block;
}
.page-content .--is-sp {
  display: none;
}
.page-content br.--is-pc {
  display: inline-block;
}
.page-content br.--is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-content .--is-pc {
    display: none;
  }
  .page-content .--is-sp {
    display: block;
  }
  .page-content br.--is-pc {
    display: none;
  }
  .page-content br.--is-sp {
    display: inline-block;
  }
}

/* ==========================================================================
 Component
 ========================================================================== */
.c-movie {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-movie__title {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #004387;
  margin-bottom: 1em;
}
.c-movie__title::before, .c-movie__title::after {
  content: "";
  display: inline-block;
  width: 0.15em;
  height: 1.75em;
  background: currentcolor;
  margin: 0 1em;
}
.c-movie__title::before {
  transform: rotate(-35deg);
}
.c-movie__title::after {
  transform: rotate(35deg);
}
.c-movie__title .line-movie-break{
  display: none;
}
.c-movie .line-movie-nav-btn {
  text-decoration: none;
  width: 530px;
  border-radius: 62px;
  line-height: 1.2;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 70px;
}
.c-movie .line-movie-nav-btn &gt; div {
  display: block;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-movie .line-movie-icon{
  display: flex;
  border: none;
  justify-content: center;
  align-items:center;
  flex-wrap: nowrap;
  column-gap:15px;
  margin-top: 1rem;
}
.c-movie .line-movie-icon-string{
  text-decoration:underline;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-movie__title {
    font-size: 4vw;
    margin-bottom: 0.25rem;
  }
  .c-movie__title .line-movie-break{
    display: inline;
  }
}
@media screen and (max-width: 600px) {
    .c-movie .line-movie-nav-btn {
        width: 310px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
    .c-movie .line-movie-icon{
        column-gap:10px;
    }
    .c-movie .line-movie-icon img {
        width: 15px;
        height: 15px;
    }
}

.c-friend {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.c-friend__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #004387;
  margin-bottom: 1em;
}
.c-friend__title::before, .c-friend__title::after {
  content: "";
  display: inline-block;
  width: 0.15em;
  height: 1.75em;
  background: currentcolor;
  margin: 0 1em;
}
.c-friend__title::before {
  transform: rotate(-35deg);
}
.c-friend__title::after {
  transform: rotate(35deg);
}
.c-friend__list {
  display: flex;
  justify-content: space-between;
}
.c-friend__list .list-item {
  display: flex;
  width: 48.913%;
  list-style: none;
  background: #eff7ff;
}
.c-friend__list .list-item__text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #004387;
}
.c-friend__list .list-item.--qr {
  justify-content: space-between;
  align-items: center;
  padding: 30px 3.333%;
}
.c-friend__list .list-item.--qr .list-item__qr {
  width: 30.769%;
  max-width: 120px;
}
.c-friend__list .list-item.--search {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 30px 1.777%;
}
.c-friend__list .list-item.--search .list-item__text {
  font-size: 2rem;
}
.c-friend__list .list-item.--search .list-item__form {
  width: 100%;
  max-width: 366px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.35em 0.5em 0.5em;
  background: #f6f6f6;
  color: #adadad;
  border: currentcolor solid 2px;
  border-radius: 10px;
}
.c-friend__list .list-item.--search .list-item__form::after {
  display: block;
  content: "";
  width: 1.05em;
  height: 1.05em;
  background: url(/assets/img/line/icn_search.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.4em;
  right: 1em;
}
.c-friend__button a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0.25em 1.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
  background: #06c755;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.2s ease;
}
.c-friend__button a::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  margin-right: 0.5em;
  background: url(/assets/img/line/icn_line.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.c-friend__button a::after {
  display: none;
}
.c-friend__notes {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .c-friend__list {
    display: block;
  }
  .c-friend__list .list-item {
    width: 100%;
    height: auto;
    min-height: 20vw;
  }
  .c-friend__list .list-item:nth-of-type(n+2) {
    margin-top: 2.6666666667vw;
  }
  .c-friend__list .list-item__text {
    font-size: 4vw;
  }
  .c-friend__list .list-item.--qr {
    justify-content: space-between;
    align-items: center;
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .c-friend__list .list-item.--qr .list-item__qr {
    width: 30.769%;
    max-width: 16vw;
  }
  .c-friend__list .list-item.--search {
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .c-friend__list .list-item.--search .list-item__text {
    font-size: 3.4666666667vw;
  }
  .c-friend__list .list-item.--search .list-item__form {
    max-width: none;
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .c-friend__title {
    font-size: 4vw;
    margin-bottom: 0.25em;
  }
  .c-friend__button {
    display: block;
  }
  .c-friend__button a {
    height: 14.6666666667vw;
    font-size: 5.3333333333vw;
    border-radius: 0.6666666667vw;
  }
  .c-friend__button a::before {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
  .c-friend__button a:hover {
    opacity: 0.7;
  }
  .c-friend__notes {
    font-size: 2.6666666667vw;
  }
}

.this-sp .c-friend__list,
.this-sp .c-friend__notes,
.this-tb .c-friend__list,
.this-tb .c-friend__notes {
  display: none;
}

.this-pc .c-friend__button {
  display: none;
}

.c-registry {
  text-align: center;
  margin-top: 70px;
}
.c-registry__text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #004387;
  margin-bottom: 0.5em !important;
}
.c-registry__text::before, .c-registry__text::after {
  content: "";
  display: inline-block;
  width: 0.15em;
  height: 1.75em;
  background: currentcolor;
  margin: 0 1em;
}
.c-registry__text::before {
  transform: rotate(-35deg);
}
.c-registry__text::after {
  transform: rotate(35deg);
  margin: 0 0.5em;
}
.c-registry a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80px;
  padding: 0.25em 1.5em;
  font-weight: bold;
  line-height: 1.1;
  background: #004387;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100vh;
  transition: background 0.2s ease;
}
.c-registry a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url(/assets/img/line/icn_arrow_right.svg) 0 0 no-repeat;
  background-size: auto 100%;
  transition: transform 0.2s ease;
}
.c-registry a span:nth-of-type(1) {
  font-size: 2.9rem;
}
.c-registry a span:nth-of-type(2) {
  font-size: 2.9rem;
}
.c-registry a:hover {
  background: #168cd3;
}
.c-registry a:hover::after {
  transform: translateX(10%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-registry {
    background: #f0f0f0;
    padding: 6.6666666667vw 20px;
    margin: 6.6666666667vw -4vw 0 -4vw;
  }
  .c-registry__text {
    font-size: 3.7333333333vw;
    margin: 0 -4vw 0.5em -4vw !important;
  }
  .c-registry a {
    max-width: none;
    height: 16vw;
  }
  .c-registry a::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .c-registry a span:nth-of-type(1) {
    font-size: 4.3vw;
  }
  .c-registry a span:nth-of-type(2) {
    font-size: 4.3vw;
  }
}

.c-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.c-row .c-col {
  position: relative;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-row .c-col:not(:first-of-type)::before {
  position: absolute;
  top: 180px;
  right: 100%;
  display: block;
  content: "";
  border-top: transparent solid 35px;
  border-bottom: transparent solid 35px;
  border-left: #004387 solid 30px;
}
.c-row .c-col__title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.c-row .c-col__title::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: block;
  content: "";
  border-top: transparent solid 0.5em;
  border-bottom: transparent solid 0.55em;
  border-left: #004387 solid 0.5em;
}
.c-row .c-col__title::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b3b3b8, #b3b3b8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.c-row .c-col__image {
  width: 100%;
}
.c-row .c-col__image-type1 {
  max-width: 247px;
}
.c-row .c-col__images {
  width: 100%;
  max-width: 444px;
  margin-top: 8.8%;
  margin-bottom: 8.8%;
}
.c-row .c-col__text {
  font-size: 1.8rem;
  margin-top: 1.25em;
}
.c-row .c-col__text p {
  line-height: 1.66;
}
.c-row .c-col__caption {
  position: relative;
  align-self: flex-start;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.c-row .c-col__caption::before {
  display: inline-block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #004387;
  border-radius: 50%;
  margin-right: 0.3em;
}
.c-row .c-col__comment {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 50px;
}
.c-row .c-col__comment::before {
  display: inline-block;
  content: "";
  width: 196px;
  height: 255px;
  background: url(/assets/img/line/img_comment_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.c-row .c-col__comment p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  width: 204px;
  height: 204px;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 1em 1.25em;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3);
}
.c-row .c-col__button {
  width: 100%;
  margin-top: 2em;
}
.c-row .c-col__button a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 80px;
  padding: 0.25em 1.5em;
  font-weight: bold;
  line-height: 1.3;
  background: #004387;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100vh;
  transition: background 0.2s ease;
}
.c-row .c-col__button a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url(/assets/img/line/icn_arrow_right.svg) 0 0 no-repeat;
  background-size: auto 100%;
  transition: transform 0.2s ease;
}
.c-row .c-col__button a span {
  font-size: 2.0rem;
}
.c-row .c-col__button a:hover {
  background: #168cd3;
}
.c-row .c-col__button a:hover::after {
  transform: translateX(10%) translateY(-50%);
}
.c-row-type1 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.c-row-type1 .c-col__text {
  max-width: 400px;
}
.c-row-type2 .c-col {
  width: 42.333%;
}
.c-row-type2 .c-col:not(:first-of-type)::before {
  top: 50%;
  transform: translateX(-200%) translateY(-50%);
}
.c-row-type2 .c-col:not(:first-of-type) .c-col__caption {
  margin-top: auto;
  margin-bottom: auto;
  text-indent: 0;
}
.c-row-type2 .c-col:not(:first-of-type) .c-col__caption::before {
  display: none;
}
.c-row-type3 .c-col {
  width: 47.5%;
}
.c-row-type3 .c-col:not(:first-of-type)::before {
  display: none;
}
.c-row-type3 .c-col__text {
  align-self: flex-start;
  margin-bottom: 1em;
}
.c-row-type3 .c-col__image {
  margin-top: auto;
  max-width: 344px;
}
.c-row-type4 .c-col {
  width: 42.333%;
}
.c-row-type4 .c-col:not(:first-of-type) {
  width: 48.75%;
}
.c-row-type4 .c-col:not(:first-of-type)::before {
  display: none;
}
@media screen and (max-width: 980px) {
  .c-row .c-col__comment {
    margin-top: 2.0408163265vw;
    margin-bottom: 0;
  }
  .c-row .c-col__comment::before {
    width: 20vw;
    height: 26.0204081633vw;
  }
  .c-row .c-col__comment p {
    width: 20.8163265306vw;
    height: 20.8163265306vw;
    font-size: 1.7346938776vw;
  }
}
@media screen and (max-width: 767px) {
  .c-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6.6666666667vw;
  }
  .c-row .c-col {
    width: 100%;
  }
  .c-row .c-col:not(:first-of-type) {
    margin-top: 18.6666666667vw;
  }
  .c-row .c-col:not(:first-of-type)::before {
    top: auto;
    bottom: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-15%) rotate(90deg);
    border-top-width: 6.5333333333vw;
    border-bottom-width: 6.5333333333vw;
    border-left-width: 5.6vw;
  }
  .c-row .c-col__title {
    font-size: 4.6666666667vw;
    margin-bottom: 0.75em;
  }
  .c-row .c-col__image-type1 {
    max-width: 65.8666666667vw;
  }
  .c-row .c-col__text {
    max-width: none;
    font-size: 4vw;
    margin-top: 0;
    margin-bottom: 1.25em;
  }
  .c-row .c-col__caption {
    font-size: 4vw;
  }
  .c-row .c-col__comment {
    margin-top: 2.6666666667vw;
    margin-bottom: 0;
    margin-left: 0;
  }
  .c-row .c-col__comment::before {
    width: 44.8vw;
    height: 58.2666666667vw;
  }
  .c-row .c-col__comment p {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    font-size: 4vw;
  }
  .c-row .c-col__button a {
    max-width: none;
    height: 16vw;
  }
  .c-row .c-col__button a span {
    font-size: 5.7066666667vw;
  }
  .c-row-type1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-row-type1 .c-col__image {
    order: 1;
  }
  .c-row-type1 .c-col__image-type1 {
    max-width: 65.8666666667vw;
  }
  .c-row-type1 .c-col__text {
    order: 0;
  }
  .c-row-type2 .c-col:not(:first-of-type) .c-col__caption {
    text-indent: -1em;
    padding-left: 1em;
  }
  .c-row-type2 .c-col:not(:first-of-type) .c-col__caption::before {
    display: inline-block;
  }
  .c-row-type3 {
    margin-top: 13.3333333333vw;
  }
  .c-row-type3 .c-col {
    width: 100%;
  }
  .c-row-type3 .c-col:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
  .c-row-type4 .c-col {
    width: 100%;
  }
  .c-row-type4 .c-col:not(:first-of-type) {
    width: 100%;
  }
  .c-row-type4 .c-col:not(:first-of-type)::before {
    display: block;
  }
}

/* ==========================================================================
 Block
 ========================================================================== */
.page-content {
  /* .mv
  ----------------------------------------------------------------------------- */
  /* .local-nav
  ----------------------------------------------------------------------------- */
  /* .step, .function, .information
  ----------------------------------------------------------------------------- */
  /* .faq
  ----------------------------------------------------------------------------- */
  /* .noticeofuse
  ----------------------------------------------------------------------------- */
}
.page-content .mv {
  position: relative;
  padding-bottom: 70px;
}
.page-content .mv-start {
  position: relative;
}
.page-content .mv-start__inner {
  position: absolute;
  top: 15%;
  left: 6.25%;
  text-align: center;
}
.page-content .mv-end {
  position: relative;
  text-align: center;
  margin-top: 1.25em;
}
.page-content .mv__ballon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 283px;
  padding: 0.75em;
  font-size: 2.64rem;
  font-weight: bold;
  line-height: 1.16;
  color: #004387;
  background: #ffffff;
  border-radius: 100vh;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  margin-bottom: 1.25em;
}
.page-content .mv__ballon::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: #ffffff solid 20px;
  border-right: transparent solid 16px;
  border-left: transparent solid 16px;
}
.page-content .mv__title {
  position: relative;
  font-size: 3.7rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.7;
}
.page-content .mv__title::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  margin-top: -0.2em;
  margin-right: 0.25em;
  background: url(/assets/img/line/icn_line.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.page-content .mv__title__big {
  font-size: 142.7%;
  line-height: 1.3;
  margin-right: -0.1em;
  margin-left: -0.1em;
  letter-spacing: -0.05em;
}
.page-content .mv__message {
  display: inline-block;
  border: #004387 solid 4px;
  background: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.75em 0.75em;
}
.page-content .mv__message strong {
  font-size: 133%;
  line-height: 1.3;
  color: #004387;
  background: linear-gradient(transparent 75%, #fae55c 0%);
  padding: 0 2px;
}
@media screen and (max-width: 980px) {
  .page-content .mv-start__inner {
    top: 8.5%;
    left: 3.5%;
  }
  .page-content .mv__ballon {
    max-width: 28.8775510204vw;
    font-size: 2.693877551vw;
  }
  .page-content .mv__ballon::after {
    border-top-width: 2.2448979592vw;
    border-right-width: 1.9387755102vw;
    border-left-width: 1.9387755102vw;
  }
  .page-content .mv__title {
    font-size: 3.5918367347vw;
  }
  .page-content .mv__title::before {
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
  .page-content .mv__message {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .page-content .mv {
    margin: -20px -4vw 0;
    padding-bottom: 9.3333333333vw;
  }
  .page-content .mv-start__inner {
    top: 4.6666666667vw;
    left: 4vw;
  }
  .page-content .mv-end {
    padding: 0 4vw;
    margin-top: -13.3333333333vw;
  }
  .page-content .mv__ballon {
    max-width: 47.2vw;
    font-size: 3.9333333333vw;
  }
  .page-content .mv__ballon::after {
    border-top-width: 2.9333333333vw;
    border-right-width: 2.5333333333vw;
    border-left-width: 2.5333333333vw;
  }
  .page-content .mv__title {
    font-size: 4.6666666667vw;
    line-height: 1.5;
  }
  .page-content .mv__title::before {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
  }
  .page-content .mv__title__big {
    font-size: 6.6666666667vw;
  }
  .page-content .mv__message {
    width: 100%;
    border-width: 0.5333333333vw;
    font-size: 4vw;
    letter-spacing: -0.05em;
    padding: 0.5em 0.1em;
  }
  .page-content .mv__message strong {
    font-size: 4.6666666667vw;
  }
}
.page-content .local-nav {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 50px;
}
.page-content .local-nav__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.page-content .local-nav__menu .menu-item {
  width: calc(25% - 1em);
  height: 100px;
}
.page-content .local-nav__menu .menu-item a {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.8rem;
  font-size: 600;
  line-height: 1.1;
  color: #004387;
  border: #004387 solid 2px;
  padding: 1.5em 1.5em 3em 1.5em;
  transition: color 0.2s ease;
}
.page-content .local-nav__menu .menu-item .second-word {
  display: inline-block;
  text-decoration:underline
}
.page-content .local-nav__menu .menu-item a:hover .second-word {
  text-decoration: none;
}
.page-content .local-nav__menu .menu-item a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url(/assets/img/line/icn_arrow_down.svg) 0 0 no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .page-content .local-nav {
    margin-top: 6.6666666667vw;
    padding-bottom: 0;
  }
  .page-content .local-nav__menu {
    gap: 1em 0.5em;
  }
  .page-content .local-nav__menu .menu-item {
    width: calc(50% - 0.5em);
    height: 20vw;
  }
  .page-content .local-nav__menu .menu-item a {
    font-size: 4vw;
    padding: 1em 0.25em;
    border-width: 0.5333333333vw;
  }
  .page-content .local-nav__menu .menu-item a::after {
    width: 1.25em;
    height: 1.25em;
  }
}
.page-content .step__list,
.page-content .function__list,
.page-content .information__list {
  counter-reset: itemCounter;
}
.page-content .step__list .item,
.page-content .function__list .item,
.page-content .information__list .item {
  counter-increment: itemCounter;
}
.page-content .step__list .item:not(:first-of-type),
.page-content .function__list .item:not(:first-of-type),
.page-content .information__list .item:not(:first-of-type) {
  margin-top: 95px !important;
}
.page-content .step__list .item__ballon,
.page-content .function__list .item__ballon,
.page-content .information__list .item__ballon {
  position: relative;
  display: inline-block;
  padding: 0.75em 1.5em;
  font-size: 2.45rem;
  font-weight: bold;
  line-height: 1.16;
  color: #004387;
  border: #004387 solid 4px;
  background: #ffffff;
  border-radius: 100vh;
  margin: 0 0 1em 1.5em;
}
.page-content .step__list .item__ballon::before, .page-content .step__list .item__ballon::after,
.page-content .function__list .item__ballon::before,
.page-content .function__list .item__ballon::after,
.page-content .information__list .item__ballon::before,
.page-content .information__list .item__ballon::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 2em;
  width: 0;
  height: 0;
  border-radius: 4px;
}
.page-content .step__list .item__ballon::before,
.page-content .function__list .item__ballon::before,
.page-content .information__list .item__ballon::before {
  border-top: #004387 solid 22px;
  border-right: transparent solid 19px;
  border-left: transparent solid 19px;
}
.page-content .step__list .item__ballon::after,
.page-content .function__list .item__ballon::after,
.page-content .information__list .item__ballon::after {
  border-top: #ffffff solid 22px;
  border-right: transparent solid 19px;
  border-left: transparent solid 19px;
  margin-top: -6px;
}
.page-content .step__list .item__title, .page-content .step__list .item__subtitle-type1,
.page-content .function__list .item__title,
.page-content .function__list .item__subtitle-type1,
.page-content .information__list .item__title,
.page-content .information__list .item__subtitle-type1 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.452rem;
  font-weight: bold;
  padding-bottom: 0.75em;
  margin-bottom: 0.5em;
}
.page-content .step__list .item__title::after, .page-content .step__list .item__subtitle-type1::after,
.page-content .function__list .item__title::after,
.page-content .function__list .item__subtitle-type1::after,
.page-content .information__list .item__title::after,
.page-content .information__list .item__subtitle-type1::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b3b3b8, #b3b3b8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.page-content .step__list .item__title__text,
.page-content .function__list .item__title__text,
.page-content .information__list .item__title__text {
  line-height: 1.3;
}
.page-content .step__list .item__title__text .fs-sm,
.page-content .function__list .item__title__text .fs-sm,
.page-content .information__list .item__title__text .fs-sm {
  font-size: 73.5%;
  font-weight: normal;
}
.page-content .step__list .item__title__label,
.page-content .function__list .item__title__label,
.page-content .information__list .item__title__label {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding-top: 0.75em;
  margin-right: 0.85em;
  font-size: 19.6px;
  line-height: 1;
  color: #ffffff;
  background: #004387;
  border: #004387 solid 3px;
  border-radius: 50%;
  white-space: nowrap;
}
.page-content .step__list .item__title__label::after,
.page-content .function__list .item__title__label::after,
.page-content .information__list .item__title__label::after {
  display: block;
  content: counter(itemCounter);
  font-size: 164.1%;
}
.page-content .step__list .item__subtitle-type1,
.page-content .function__list .item__subtitle-type1,
.page-content .information__list .item__subtitle-type1 {
  margin-top: 2em;
}
.page-content .step__list .item__subtitle-type1::before,
.page-content .function__list .item__subtitle-type1::before,
.page-content .information__list .item__subtitle-type1::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #004387;
  border-radius: 50%;
}
.page-content .step__list .item__subtitle-type3,
.page-content .function__list .item__subtitle-type3,
.page-content .information__list .item__subtitle-type3 {
  font-size: 24.5px;
  font-weight: bold;
  margin: 2em 0 -1em 2em;
}
.page-content .step__list .item__subtitle-type3::before,
.page-content .function__list .item__subtitle-type3::before,
.page-content .information__list .item__subtitle-type3::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #004387;
  border-radius: 50%;
  margin-right: 0.5em;
}
.page-content .step__list .item__subtitle-type4,
.page-content .function__list .item__subtitle-type4,
.page-content .information__list .item__subtitle-type4 {
  margin: 2em 0 1em 0;
}
.page-content .step__list .item__subtitle-type4::before,
.page-content .function__list .item__subtitle-type4::before,
.page-content .information__list .item__subtitle-type4::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #004387;
  border-radius: 50%;
  margin-right: 0.5em;
}
.page-content .step__list .item__desc,
.page-content .function__list .item__desc,
.page-content .information__list .item__desc {
  font-size: 1.8rem;
}
.page-content .step__list .item .c-friend,
.page-content .function__list .item .c-friend,
.page-content .information__list .item .c-friend {
  margin-top: 35px;
}
.page-content .step__list .item .c-registry,
.page-content .function__list .item .c-registry,
.page-content .information__list .item .c-registry {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .page-content .step__list .item__title__text,
.page-content .function__list .item__title__text,
.page-content .information__list .item__title__text {
    max-width: 71.4285714286vw;
  }
  .page-content .step__list .item__title__text .fs-sm,
.page-content .function__list .item__title__text .fs-sm,
.page-content .information__list .item__title__text .fs-sm {
    display: block;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-content .step,
.page-content .function,
.page-content .information {
    padding-bottom: 6.6666666667vw;
  }
  .page-content .step__list .item:not(:first-of-type),
.page-content .function__list .item:not(:first-of-type),
.page-content .information__list .item:not(:first-of-type) {
    margin-top: 13.3333333333vw !important;
  }
  .page-content .step__list .item__ballon,
.page-content .function__list .item__ballon,
.page-content .information__list .item__ballon {
    padding: 0.75em 1.5em;
    font-size: 4.6666666667vw;
    border-width: 0.5333333333vw;
  }
  .page-content .step__list .item__ballon::before,
.page-content .function__list .item__ballon::before,
.page-content .information__list .item__ballon::before {
    border-top-width: 2.9333333333vw;
    border-right-width: 2.5333333333vw;
    border-left-width: 2.5333333333vw;
  }
  .page-content .step__list .item__ballon::after,
.page-content .function__list .item__ballon::after,
.page-content .information__list .item__ballon::after {
    border-top-width: 2.9333333333vw;
    border-right-width: 2.5333333333vw;
    border-left-width: 2.5333333333vw;
    margin-top: -0.8vw;
  }
  .page-content .step__list .item__title, .page-content .step__list .item__subtitle-type1,
.page-content .function__list .item__title,
.page-content .function__list .item__subtitle-type1,
.page-content .information__list .item__title,
.page-content .information__list .item__subtitle-type1 {
    font-size: 4.6666666667vw;
    margin-bottom: 0.25em;
  }
  .page-content .step__list .item__title__label,
.page-content .function__list .item__title__label,
.page-content .information__list .item__title__label {
    width: 13.6vw;
    height: 13.6vw;
    font-size: 3.7333333333vw;
    border-width: 0.4vw;
    margin-right: 0.5em;
    padding-top: 0.5em;
  }
  .page-content .step__list .item__title__label::after,
.page-content .function__list .item__title__label::after,
.page-content .information__list .item__title__label::after {
    font-size: 4.9333333333vw;
  }
  .page-content .step__list .item__title__text,
.page-content .function__list .item__title__text,
.page-content .information__list .item__title__text {
    max-width: 73.3333333333vw;
  }
  .page-content .step__list .item__title__text .fs-sm,
.page-content .function__list .item__title__text .fs-sm,
.page-content .information__list .item__title__text .fs-sm {
    display: block;
    font-size: 3.4666666667vw;
  }
  .page-content .step__list .item__subtitle-type1,
.page-content .function__list .item__subtitle-type1,
.page-content .information__list .item__subtitle-type1 {
    margin-top: 2em;
  }
  .page-content .step__list .item__subtitle-type3,
.page-content .function__list .item__subtitle-type3,
.page-content .information__list .item__subtitle-type3 {
    font-size: 24.5px;
    margin: 2em 0 -1em 0;
  }
  .page-content .step__list .item__subtitle-type4,
.page-content .function__list .item__subtitle-type4,
.page-content .information__list .item__subtitle-type4 {
    margin: 2em 0 1em 0;
  }
  .page-content .step__list .item__desc,
.page-content .function__list .item__desc,
.page-content .information__list .item__desc {
    font-size: 4vw;
  }
  .page-content .step__list .item .c-friend,
.page-content .function__list .item .c-friend,
.page-content .information__list .item .c-friend {
    margin-top: 6.6666666667vw;
  }
  .page-content .step__list .item .c-registry,
.page-content .function__list .item .c-registry,
.page-content .information__list .item .c-registry {
    margin-top: 6.6666666667vw;
  }
}
.page-content .step-aside {
  margin-top: 50px;
  padding: 50px 4.166%;
  background-color: #f0f0f0;
  border-radius: 1.111em;
}
.page-content .step-aside__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.page-content .step-aside__list {
  display: flex;
  justify-content: space-between;
}
.page-content .step-aside__list .item {
  width: 47.09%;
}
.page-content .step-aside__list .item__title, .page-content .step-aside__list .step__list .item__subtitle-type1, .page-content .step__list .step-aside__list .item__subtitle-type1,
.page-content .step-aside__list .function__list .item__subtitle-type1,
.page-content .function__list .step-aside__list .item__subtitle-type1,
.page-content .step-aside__list .information__list .item__subtitle-type1,
.page-content .information__list .step-aside__list .item__subtitle-type1 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.45rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.page-content .step-aside__list .item__title::before, .page-content .step-aside__list .step__list .item__subtitle-type1::before, .page-content .step__list .step-aside__list .item__subtitle-type1::before,
.page-content .step-aside__list .function__list .item__subtitle-type1::before,
.page-content .function__list .step-aside__list .item__subtitle-type1::before,
.page-content .step-aside__list .information__list .item__subtitle-type1::before,
.page-content .information__list .step-aside__list .item__subtitle-type1::before {
  display: inline-block;
  content: "";
  width: 0.65em;
  height: 0.65em;
  background: #004387;
  border-radius: 50%;
  margin-right: 0.5em;
}
.page-content .step-aside__list .item__title::after, .page-content .step-aside__list .step__list .item__subtitle-type1::after, .page-content .step__list .step-aside__list .item__subtitle-type1::after,
.page-content .step-aside__list .function__list .item__subtitle-type1::after,
.page-content .function__list .step-aside__list .item__subtitle-type1::after,
.page-content .step-aside__list .information__list .item__subtitle-type1::after,
.page-content .information__list .step-aside__list .item__subtitle-type1::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b3b3b8, #b3b3b8 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.page-content .step-aside__list .item__text {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .page-content .step-aside {
    margin: 6.6666666667vw -4vw 0;
    padding: 6.6666666667vw 4vw;
    border-radius: 0;
  }
  .page-content .step-aside__title {
    font-size: 4.6666666667vw;
  }
  .page-content .step-aside__list {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .page-content .step-aside__list .item {
    width: 100%;
  }
  .page-content .step-aside__list .item__title, .page-content .step-aside__list .step__list .item__subtitle-type1, .page-content .step__list .step-aside__list .item__subtitle-type1,
.page-content .step-aside__list .function__list .item__subtitle-type1,
.page-content .function__list .step-aside__list .item__subtitle-type1,
.page-content .step-aside__list .information__list .item__subtitle-type1,
.page-content .information__list .step-aside__list .item__subtitle-type1 {
    font-size: 4.6666666667vw;
  }
}
.page-content .function__list .item__title__label {
  color: #004387;
  background: #ffffff;
}
.page-content .information__list .item__title__label {
  color: #3a9c0c;
  background: #ffffff;
  border-color: currentcolor;
}
.page-content .information .c-row .c-col__caption::before {
  background: #3a9c0c;
}
.page-content .information .c-row-type4 .c-col:not(:first-of-type)::before {
  border-left-color: #3a9c0c;
}
.page-content .faq {
  padding: 24px 0 60px;
}
.page-content .faq__menu {
  display: flex;
  justify-content: center;
}
.page-content .faq__menu .menu-item {
  width: 235px;
}
.page-content .faq__menu .menu-item:not(:first-of-type) {
  margin-left: 20px;
}
.page-content .faq__menu .menu-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.1;
  border: #004387 solid 2px;
  padding: 1em 1em;
  transition: color 0.2s ease;
}
.page-content .faq__menu .menu-item a.pdf::before {
  display: block;
  content: "";
  width: 52px;
  height: 24px;
  background: url(/assets/img/line/icn_pdf.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 0.25em;
}
.page-content .faq__menu .menu-item a.blank::after {
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background: url(/assets/img/line/icn_blank.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .page-content .faq {
    padding: 2.6666666667vw 0 0;
  }
  .page-content .faq__menu {
    justify-content: space-between;
  }
  .page-content .faq__menu .menu-item {
    width: 50%;
  }
  .page-content .faq__menu .menu-item:not(:first-of-type) {
    margin-left: 2.6666666667vw;
  }
  .page-content .faq__menu .menu-item a {
    font-size: 4vw;
    padding: 1.5em 1em;
  }
  .page-content .faq__menu .menu-item a.pdf::before {
    width: 11.0666666667vw;
    height: 4.9333333333vw;
  }
}
.page-content .noticeofuse__inner {
  padding: 45px 4.347%;
  border: #b3b3b8 solid 2px;
}
.page-content .noticeofuse__title {
  font-size: 3.85rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
.page-content .noticeofuse__list li {
  display: block;
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.page-content .noticeofuse__list li:not(:first-of-type) {
  margin-top: 0.75em;
}
.page-content .noticeofuse__list li::before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.7em;
  background: #cccccc;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-content .noticeofuse {
    padding-top: 2.6666666667vw;
  }
  .page-content .noticeofuse__inner {
    padding: 5.3333333333vw 3.3333333333vw;
  }
  .page-content .noticeofuse__title {
    font-size: 7.3333333333vw;
    margin-bottom: 0.75em;
  }
  .page-content .noticeofuse__list .item {
    font-size: 4vw;
  }
}

.this-sp .--this-sp,
.this-tb .--this-sp {
  display: block;
}
.this-sp .--this-pc,
.this-tb .--this-pc {
  display: none;
}

.this-pc .--this-sp {
  display: none;
}
.this-pc .--this-pc {
  display: block;
}

.keep-all {
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .keep-all {
    word-break: normal;
    font-size: 3.85vw !important;
  }
}
</pre></body></html>