/*
* about-howto.css
*
*/
/* --------------------------------
  top
-------------------------------- */
.vnl26-ly_wrapper {
  background-color: var(--vnl26-color-bg_beige_light);
}

@media (max-width: 767.98px) {
  .vnl26-ly_inner:last-of-type .vnl26-un_section {
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-ly_inner:last-of-type .vnl26-un_section {
    padding-bottom: 6.5rem;
  }
}

.vnl26-un_section-color {
  margin-top: -1.875rem;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .vnl26-un_section-color {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
}

.vnl26-un_lead {
  position: relative;
}
@media (max-width: 767.98px) {
  .vnl26-un_lead {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_lead {
    margin-top: 2rem;
  }
}

.vnl26-un_deco {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .vnl26-un_deco.vnl26-un_deco__01 {
    top: -6.875rem;
    right: 0;
    width: 8.125rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_deco.vnl26-un_deco__01 {
    top: -13.75rem;
    left: 0;
    width: 37.4375rem;
  }
}

.vnl26-un_thumb {
  overflow: hidden;
  position: relative;
  margin-top: 2.5rem;
  width: 100%;

  margin-inline: auto;
}
@media (min-width: 768px) {
  .vnl26-un_thumb {
    max-width: 67.5rem;
    height: 19.0625rem;
  }
}
@media (min-width: 1024px) {
  .vnl26-un_thumb {
    border-radius: 0.375rem;
    height: auto;
  }
}
.vnl26-un_thumb img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.vnl26-un_head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
  line-height: 180%;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_head {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .vnl26-un_head {
    margin-top: 5rem;
    font-size: 2.25rem;
  }
}

.vnl26-un_text {
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
}
@media (max-width: 767.98px) {
  .vnl26-un_text {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_text {
    margin-top: 2rem;
  }
}
.vnl26-un_text p {
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 767.98px) {
  .vnl26-un_text p {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_text p {
    margin-top: 2.1875rem;
    font-size: 1.125rem;
  }
}
.vnl26-un_text p:first-of-type {
  margin-top: 0;
}

.vnl26-un_video {
  display: flex;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: var(--vnl26-color-bg_beige_light);
}
@media (max-width: 767.98px) {
  .vnl26-un_video {
    flex-direction: column;
    margin-top: 2rem;

    padding-block: 2rem;
    padding-inline: 1rem;
    gap: 3.25rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_video {
    margin-top: 2.5rem;

    padding-block: 2.5rem 2rem;
    padding-inline: 5rem;
    gap: 2rem;
  }
}

.vnl26-un_video-content {
  width: 100%;
}

.vnl26-un_video_title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_video_title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_video_title {
    margin-bottom: 0.75rem;
  }
}

.vnl26-el_video {
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .vnl26-el_video {
    max-width: 27.8125rem;

    gap: 0.8125rem;
  }
}

.vnl26-el_video_iframe {
  width: 100%;
}

.vnl26-el_link {
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .vnl26-el_link {
    font-size: 1.125rem;
  }
}

.vnl26-un_anchor {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_anchor {
    display: flex;
    flex-direction: column;
    padding-top: 7rem;

    margin-block: -2.5rem 4.5rem;
    padding-inline: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_anchor {
    display: grid;
    flex-wrap: wrap;
    padding-top: 10.625rem;
    max-width: 56rem;

    margin-block: -6.25rem 5rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.vnl26-un_anchor_link > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.9375rem 1.875rem 0.875rem;
  border: solid 1px var(--vnl26-color-brown_new_light);
  border-radius: 0.25rem;
  max-width: 18rem;
  height: 100%;
  background-color: var(--vnl26-color-white);
  text-decoration: none;
  color: var(--vnl26-color-txt);

  margin-inline: auto;
}
@media (min-width: 768px) {
  .vnl26-un_anchor_link > a {
    justify-content: center;
    padding: 1rem 1.875rem 1rem;
    max-width: none;
    max-height: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .vnl26-un_anchor_link > a {
    justify-content: left;
  }
}
.vnl26-un_anchor_link > a:has(.vnl26-ly_footer_link_txt) {
  row-gap: 0.375rem;
}
.vnl26-un_anchor_link > a::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  border: solid 2px currentColor;
  border-radius: 0.25rem;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;

  inset: -0.0625rem;
}
@media (hover: hover) and (pointer: fine) {
  .vnl26-un_anchor_link > a:where(:-webkit-any-link, :enabled, summary):hover {
    -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: var(--vnl26-color-txt_hover);
  }
  .vnl26-un_anchor_link > a:where(:-moz-any-link, :enabled, summary):hover {
    -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: var(--vnl26-color-txt_hover);
  }
  .vnl26-un_anchor_link > a:where(:any-link, :enabled, summary):hover {
    transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: var(--vnl26-color-txt_hover);
  }
  .vnl26-un_anchor_link > a:where(:-webkit-any-link, :enabled, summary):hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .vnl26-un_anchor_link > a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
    -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .vnl26-un_anchor_link > a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.vnl26-un_anchor_link > a:active,
.vnl26-un_anchor_link > a:visited {
  color: var(--vnl26-color-txt);
}

.vnl26-un_anchor_link-text {
  text-align: left;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 120%;

  padding-inline: 0.625rem 1.25rem;
  padding-inline: 0;
}

.vnl26-un_anchor_link-text-small {
  font-size: 0.75rem;
  line-height: 120%;
}

.vnl26-un_anchor_link-arrow {
  position: absolute;
  right: 0.375rem !important;
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
  background-color: currentColor;

  -webkit-mask: url(../../assets/img/common/icon_arrow.svg) no-repeat center/contain;

          mask: url(../../assets/img/common/icon_arrow.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .vnl26-un_anchor_link-arrow {
    right: 0.625rem !important;
  }
}

.vnl26-un_section {
  position: relative;
}
@media (max-width: 767.98px) {
  .vnl26-un_section {
    padding-top: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_section {
    margin-top: -2.1875rem;
    padding-top: 8.75rem;
  }
}

@media (max-width: 767.98px) {
  .vnl26-un_sectionInner {
    padding-block: 2.9375rem 2rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_sectionInner {
    padding-block: 4.375rem 2.5rem;
  }
}

.vnl26-un_sectionHead-number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 500;
  line-height: 200%;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_sectionHead-number {
    font-size: 1rem;

    padding-inline: 1.25rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_sectionHead-number {
    font-size: 1.125rem;

    padding-inline: 1.5625rem;
  }
}
.vnl26-un_sectionHead-number.vnl26-un_sectionHead-number-01 {
  background: linear-gradient(90deg, rgba(248, 230, 222, 0) 0%, #f8e6de 30%, #f8e6de 70%, rgba(248, 230, 222, 0) 100%);
}
.vnl26-un_sectionHead-number.vnl26-un_sectionHead-number-02 {
  background: linear-gradient(90deg, rgba(235, 245, 238, 0) 0%, #ebf5ee 30%, #ebf5ee 70%, rgba(235, 245, 238, 0) 100%);
}
.vnl26-un_sectionHead-number.vnl26-un_sectionHead-number-03 {
  background: linear-gradient(90deg, rgba(227, 237, 247, 0) 0%, #e3edf7 30%, #e3edf7 70%, rgba(227, 237, 247, 0) 100%);
}
.vnl26-un_sectionHead-number.vnl26-un_sectionHead-number-04 {
  background: linear-gradient(90deg, rgba(251, 246, 229, 0) 0%, #fbf6e5 30%, #fbf6e5 70%, rgba(251, 246, 229, 0) 100%);
}

.vnl26-un_sectionHead-text {
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_sectionHead-text {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_sectionHead-text {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
  }
}

.vnl26-un_container {
  display: grid;
}
@media (max-width: 767.98px) {
  .vnl26-un_container {
    margin-top: 3rem;

    grid-template-areas: "point" "head" "img" "text";
  }
}
@media (min-width: 768px) {
  .vnl26-un_container {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 3.4375rem;

    grid-template-areas: "point img" "head img" "text img" "auto img";
    grid-template-columns: 1fr min(428px, 30.57vw);
    grid-column-gap: 2rem;
  }
}
.vnl26-un_container:first-of-type {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .vnl26-un_container-sign {
    grid-template-areas: "point" "head" "text" "img";
  }
}

.vnl26-un_container-img {
  overflow: hidden;
  border-radius: 0.375rem;
  width: 100%;

  grid-area: img;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-img {
    margin-top: 1rem;
  }
}
.vnl26-un_container-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.vnl26-un_container-cont {
  width: 100%;

  grid-area: img;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-cont {
    margin-top: 1rem;
  }
}

.vnl26-un_container-cont-head {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 768px) {
  .vnl26-un_container-cont-head {
    font-size: 1.125rem;
  }
}

.vnl26-un_grid {
  display: grid;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid {
    margin-top: 3rem;

    grid-template-areas: "head" "img" "text";
  }
}
@media (min-width: 768px) {
  .vnl26-un_grid {
    margin-top: 2.5rem;

    grid-template-areas: "head img" "text img" "auto img";
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
  }
}

.vnl26-un_grid-cont {
  width: 100%;
}

.vnl26-un_grid-cont-head {
  grid-area: head;
}
@media (min-width: 768px) {
  .vnl26-un_grid-cont-head {
    margin-top: 3.125rem;
  }
}

.vnl26-un_grid-cont-head-title {
  border-radius: 9999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #ddc8a4 12%, #ffeccc 50%, #ddc8a4 85%);
  font-weight: 500;
  line-height: 120%;

  padding-block: 0.125rem;
  padding-inline: 0.9375rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid-cont-head-title {
    font-size: 0.875rem;

    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .vnl26-un_grid-cont-head-title {
    font-size: 1rem;
  }
}

.vnl26-un_grid-cont-head-text {
  padding-bottom: 0.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid-cont-head-text {
    margin-top: 0.5rem;
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 1.375rem;

    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .vnl26-un_grid-cont-head-text {
    margin-top: 0.625rem;
    font-size: 1.5rem;
  }
}

.vnl26-un_grid-cont-head-text-line {
  padding-bottom: 0.1875rem;
  border-bottom: solid 1px var(--vnl26-color-brown_new_light);
}

.vnl26-un_grid-cont-text {
  grid-area: text;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid-cont-text {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_grid-cont-text {
    margin-top: 0.625rem;
  }
}
.vnl26-un_grid-cont-text p {
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid-cont-text p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_grid-cont-text p {
    font-size: 1.125rem;
  }
}

.vnl26-un_grid-img {
  overflow: hidden;
  border-radius: 0.375rem;
  width: 100%;

  grid-area: img;
}
@media (max-width: 767.98px) {
  .vnl26-un_grid-img {
    margin-top: 1rem;
  }
}
.vnl26-un_grid-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.vnl26-un_container-lead-point {
  padding-bottom: 0.1875rem;
  border-radius: 9999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #ddc8a4 12%, #ffeccc 50%, #ddc8a4 85%);
  text-align: center;
  font-family: var(--vnl26-font-family-en);
  line-height: 140%;

  grid-area: point;
  padding-inline: 1.25rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-lead-point {
    min-width: 6rem;
    font-size: 1.1875rem;

    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-lead-point {
    min-width: 6.5625rem;
    font-size: 1.375rem;
  }
}

.vnl26-un_container-lead-point-number {
  letter-spacing: -0.01em;
  line-height: 100%;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-lead-point-number {
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-lead-point-number {
    font-size: 1.9375rem;
  }
}

.vnl26-un_sectionHead-title {
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .vnl26-un_sectionHead-title {
    margin-top: 0.375rem;
    font-size: 1.875rem;
    line-height: 120%;
  }
}
@media (min-width: 768px) {
  .vnl26-un_sectionHead-title {
    margin-top: 0.75rem;
    font-size: 2.25rem;
    line-height: 160%;
  }
}

.vnl26-un_sectionHead-title-small {
  position: relative;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_sectionHead-title-small {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_sectionHead-title-small {
    top: -0.1875rem;
    font-size: 1.375rem;
  }
}

.vnl26-un_container-lead-head {
  letter-spacing: 0.05em;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
  line-height: 160%;

  grid-area: head;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-lead-head {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-lead-head {
    margin-top: 1rem;
    font-size: 1.375rem;
  }
}

.vnl26-un_container-lead-text {
  grid-area: text;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-lead-text {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-lead-text {
    margin-top: 1rem;
  }
}
.vnl26-un_container-lead-text p {
  line-height: 180%;
}
@media (max-width: 767.98px) {
  .vnl26-un_container-lead-text p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-lead-text p {
    font-size: 1.125rem;
  }
}

.vnl26-un_container-list {
  overflow: hidden;
  border-radius: 0.375rem;
  background-color: var(--vnl26-color-bg_beige_dark);
}
@media (max-width: 767.98px) {
  .vnl26-un_container-list {
    margin-top: 0.5rem;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_container-list {
    margin-top: 0.625rem;
    padding: 2.1875rem 1.5rem;
  }
}
.vnl26-un_container-list .vnl26-un_list-item:last-of-type {
  padding-bottom: 0;
}
.vnl26-un_container-list .vnl26-un_list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-image: url(../../assets/img/about-howto/deco_dotline.png);
  background-size: contain;
}
.vnl26-un_container-list .vnl26-un_list-item:last-of-type::after {
  display: none;
}

.vnl26-un_list-item {
  position: relative;
  padding-left: 1.4375rem;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_list-item {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_list-item {
    margin-top: 0.625rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
}
.vnl26-un_list-item:first-of-type {
  margin-top: 0;
}
.vnl26-un_list-item:last-of-type {
  padding-bottom: 0;
}
.vnl26-un_list-item::before {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(/assets/img/about-howto/icon_checkbox.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .vnl26-un_list-item::before {
    top: 0.25rem;
  }
}

.vnl26-un_explain {
  display: grid;

  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain {
    margin-top: 2.5rem;

    grid-template-columns: repeat(2, 1fr);
  }
}

.vnl26-un_explain-cont {
  border-radius: 0.375rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-cont {
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-cont {
    display: grid;
    padding: 1.25rem 1.375rem;

    grid-template-rows: subgrid;
    grid-row: span 1;
  }
}
.vnl26-un_explain-cont.vnl26-un_explain-circle {
  background-color: #f8e6de;
}
.vnl26-un_explain-cont.vnl26-un_explain-cross {
  background-color: #e3edf7;
}

.vnl26-un_explain-cont-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-cont-inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-cont-inner {
    gap: 1.5rem;
  }
}

.vnl26-un_explain-cont-point {
  display: flex;
  align-items: center;

  gap: 0.4375rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-cont-point {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-cont-point {
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    min-width: 9.6875rem;
    min-height: 4.5rem;
    background-color: #fff;
  }
}

.vnl26-un_explain-cont-point-icon {
  background-size: cover;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-cont-point-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-cont-point-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.vnl26-un_explain-cont-point-icon.vnl26-un_explain-cont-point-icon-circle {
  background-image: url(../../assets/img/about-howto/icon_circle.svg);
}
.vnl26-un_explain-cont-point-icon.vnl26-un_explain-cont-point-icon-cross {
  background-image: url(../../assets/img/about-howto/icon_cross.svg);
}

.vnl26-un_explain-cont-point-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 768px) {
  .vnl26-un_explain-cont-point-text {
    font-size: 1.125rem;
  }
}

.vnl26-un_explain-img {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-img {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-img {
    max-width: 18.25rem;

    gap: 0.25rem;
  }
}

.vnl26-un_explain-img-caption {
  display: block;
  margin-top: 0.3125rem;
  text-align: center;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_explain-img-caption {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_explain-img-caption {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .vnl26-un_step-slider {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .vnl26-un_step {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step {
    margin-top: 3.5rem;
  }
}

.vnl26-un_accordion {
  border-block: solid 1px var(--vnl26-color-line_light);
}
.vnl26-un_accordion.is-open {
  border-bottom: none;
}
@media (min-width: 768px) {
  .vnl26-un_accordion {
    display: none;
    border: none;
  }
}

.vnl26-un_step-head {
  position: relative;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-head {
    font-size: 1.125rem;

    padding-block: 1rem;
    padding-inline: 0.5rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-head {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}
.vnl26-un_step-head[aria-expanded=true] .vnl26-un_step-head-toggle::after {
  transform: rotate(180deg);
}

.vnl26-un_step-head-toggle {
  position: absolute;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-head-toggle {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 0.625rem;
    height: 0.0625rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-head-toggle {
    display: none;
  }
}
.vnl26-un_step-head-toggle::before,
.vnl26-un_step-head-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: var(--vnl26-color-brown_new);
}
.vnl26-un_step-head-toggle::after {
  transform: rotate(90deg);
}

.vnl26-un_step-lead {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-lead {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-lead {
    margin-top: 3.125rem;
  }
}

.vnl26-un_step-lead-text {
  margin-bottom: 3rem;
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-size: 1rem;
  font-weight: 500;
  line-height: 200%;
}
@media (min-width: 768px) {
  .vnl26-un_step-lead-text {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
}

.vnl26-un_step-lead-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-lead-btn .vnl26-el_btn_txt {
    white-space: nowrap;
  }
}

.vnl26-un_step-content {
  position: relative;
  border-radius: 0.375rem;
  background-color: var(--vnl26-color-bg_beige_light);
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content {
    margin-top: 2.125rem;
    padding: 1.5rem 0.375rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content {
    padding: 0.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content.vnl26-un_step-content-wide {
    width: 43rem !important;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content.vnl26-un_step-content-middle {
    width: 27rem !important;
  }
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content:first-of-type {
    margin-top: 0.75rem;
  }
}
.vnl26-un_step-content:last-of-type::after {
  display: none;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content::after {
    content: "";
    position: absolute;
    bottom: -1.5625rem;
    left: 50%;
    width: 1.75rem;
    height: 0.875rem;
    transform: translateX(-50%);
    background-color: var(--vnl26-color-brown_new_light);

    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);

            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.vnl26-un_step-content .vnl26-un_annotation-text {
  margin-top: 0.9375rem;
}

.vnl26-un_step-content-step {
  display: flex;
  align-items: end;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--vnl26-font-family-mincho);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;

  margin-inline: auto;
  padding-inline: 2.1875rem;
}
@media (min-width: 768px) {
  .vnl26-un_step-content-step {
    height: 2.1875rem;
  }
}
.vnl26-un_step-content-step::before,
.vnl26-un_step-content-step::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  width: 1.6875rem;
  height: 0.3125rem;
  background-image: url(../../assets/img/about-howto/deco_slider_step.png);
  background-size: cover;
}
.vnl26-un_step-content-step::before {
  left: 0;
}
.vnl26-un_step-content-step::after {
  right: 0;
  transform: rotate(180deg);
}

.vnl26-un_step-content-step-number {
  font-family: var(--vnl26-font-family-en);
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 100%;
}

.vnl26-un_step-content-title {
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-title {
    margin-top: 0.75rem;
    text-align: left;
    letter-spacing: -0.04em;
    font-size: 1rem;

    padding-inline: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-title {
    margin-top: 1rem;
    min-height: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
  }
}

.vnl26-un_step-content-inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-inner {
    flex-direction: column;

    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-inner {
    gap: 1.25rem;
  }
}

.vnl26-un_step-content-figure {
  display: block;
  width: 100%;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-figure {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-figure {
    margin-block: 1.25rem;
  }
}

.vnl26-un_step-content-figure-img {
  overflow: hidden;
  border-radius: 0.375rem;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-figure-img {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-figure-img {
    width: 18.28vw;
    max-width: 16rem;
  }
}
.vnl26-un_step-content-figure-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
  aspect-ratio: 64/39;
}

.vnl26-un_step-content-figure-caption {
  margin-top: 1rem;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-figure-caption {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-figure-caption {
    font-size: 1rem;
  }
}

.vnl26-un_step-content-controls {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;

  margin-inline: auto;
}
@media (min-width: 768px) {
  .vnl26-un_step-content-controls {
    margin-top: 2rem;
    padding: 0.625rem 3.125rem;
  }
}

.vnl26-bl_carousel_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vnl26-bl_carousel_arrow__prev {
  left: 0;
}

.vnl26-bl_carousel_arrow__next {
  right: 0;
}

.vnl26-bl_carousel_pagination {
  margin-top: 0;
}

.vnl26-un_step-content-check {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  background-color: rgba(178, 152, 116, 0.14);
}
@media (min-width: 768px) {
  .vnl26-un_step-content-check {
    margin-top: 0;
  }
}

.vnl26-un_step-content-check-title {
  position: relative;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--vnl26-color-attention);
  font-family: var(--vnl26-font-family-en);
  font-weight: 500;
  line-height: 120%;

  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-check-title {
    font-size: 0.875rem;

    padding-inline: 0.4375rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-check-title {
    font-size: 1.125rem;

    padding-inline: 0.625rem;
  }
}
.vnl26-un_step-content-check-title::before,
.vnl26-un_step-content-check-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../assets/img/about-howto/deco_slider_check.png);
  background-size: cover;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-check-title::before,
  .vnl26-un_step-content-check-title::after {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-check-title::before,
  .vnl26-un_step-content-check-title::after {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.vnl26-un_step-content-check-title::before {
  left: 0;
}
.vnl26-un_step-content-check-title::after {
  right: 0;
}

.vnl26-un_step-content-check-img {
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-check-img {
    width: 100%;

    margin-block: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-check-img {
    width: 15.25rem;

    margin-block: 0.875rem;
  }
}
.vnl26-un_step-content-check-img img {
  width: 100%;
}

.vnl26-un_step-content-check-text {
  margin-top: 0.125rem;
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_step-content-check-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_step-content-check-text {
    font-size: 1rem;
  }
}
.vnl26-un_step-content-check-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.vnl26-un_annotation {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
}

.vnl26-un_annotation-symbol {
  position: absolute;
  top: -0.5em;
  font-size: 0.5em;
}

.vnl26-un_annotation-text {
  display: block;
  text-align: right;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vnl26-un_annotation-text {
    margin-top: 1rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_annotation-text {
    margin-top: 1.875rem;
    font-size: 0.75rem;
  }
}

.vnl26-un_complete {
  display: grid;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .vnl26-un_complete {
    margin-block: 4.5rem 2.5rem;
    grid-template-areas: "head" "img" "text";
  }
}
@media (min-width: 768px) {
  .vnl26-un_complete {
    margin-top: 6.5625rem;

    grid-template-areas: "img head" "img text" "img auto";
  }
}

.vnl26-un_complete-img {
  grid-area: img;
}
@media (max-width: 767.98px) {
  .vnl26-un_complete-img {
    margin-top: 1rem;
    max-width: 14.4375rem;

    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .vnl26-un_complete-img {
    max-width: 22.625rem;
  }
}

.vnl26-un_complete-cont-head {
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 600;
  line-height: 180%;

  grid-area: head;
}
@media (max-width: 767.98px) {
  .vnl26-un_complete-cont-head {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_complete-cont-head {
    margin-top: 6.375rem;
    font-size: 1.5rem;
  }
}

.vnl26-un_complete-cont-text {
  text-align: center;
  font-family: var(--vnl26-font-family-mincho);
  font-weight: 500;
  line-height: 200%;

  grid-area: text;
}
@media (max-width: 767.98px) {
  .vnl26-un_complete-cont-text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_complete-cont-text {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .vnl26-un_faq {
    margin-top: 2.5rem;
  }
}

.vnl26-un_faq_accordion {
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .vnl26-un_faq_accordion {
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_faq_accordion {
    padding: 1.25rem;
  }
}
.vnl26-un_faq_accordion:first-of-type {
  margin-top: 0;
}

.vnl26-un_faq_summary {
  display: flex;
  align-items: flex-start;
  position: relative;
  position: relative;
  padding-right: 2.5rem;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  line-height: 140%;

  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .vnl26-un_faq_summary {
    padding-right: 1.25rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_faq_summary {
    font-size: 1.125rem;
  }
}
.vnl26-un_faq_summary::-webkit-details-marker {
  display: none;
}
.vnl26-un_faq_summary[aria-expanded=true] .vnl26-un_faq_summary-toggle::after {
  transform: rotate(180deg);
}

.vnl26-un_faq_summary-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/common/icon_faq_q.svg) no-repeat center/100% auto;
  background-color: var(--vnl26-color-brown_new);
  color: var(--vnl26-color-white);
  font-family: var(--vnl26-font-family-en);
  font-size: 1.125rem;
  font-weight: 500;
}

.vnl26-un_faq_summary-txt {
  align-self: center;
}

.vnl26-un_faq_summary-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1px;
  transform: translateY(-50%);
}
.vnl26-un_faq_summary-toggle::before,
.vnl26-un_faq_summary-toggle::after {
  content: "";
  position: absolute;
  border-top: 1px solid var(--vnl26-color-brown_new);
  border-radius: 999px;
  width: 100%;
  height: 100%;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vnl26-un_faq_summary-toggle::after {
  transform: rotate(90deg);
}

.vnl26-un_faq_content {
  display: grid;
  overflow: hidden;
  background-color: var(--vnl26-color-white);

  gap: 0.5rem;
  will-change: grid-template-rows;
}
@media (max-width: 767.98px) {
  .vnl26-un_faq_content {
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_faq_content {
    padding-right: 1.25rem;
  }
}

.vnl26-un_faq_content-inner {
  display: flex;
  align-items: flex-start;
  margin: 0;

  gap: 0.5rem;
}

.vnl26-un_faq_content-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 1rem;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/common/icon_faq_a.svg) no-repeat center/100% auto;
  color: var(--vnl26-color-brown_new);
}
@media (max-width: 767.98px) {
  .vnl26-un_faq_content-icon {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_faq_content-icon {
    margin-top: 1.25rem;
  }
}

.vnl26-un_faq_content-text {
  margin-top: 1.125rem;
  margin-bottom: 0;
}
.vnl26-un_faq_content-text p {
  line-height: 160%;
}
@media (max-width: 767.98px) {
  .vnl26-un_faq_content-text p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .vnl26-un_faq_content-text p {
    font-size: 1.125rem;
  }
}

.vnl26-bl_faq_content-img {
  max-width: 11.875rem;

  margin-block: 0.625rem;
}
@media (max-width: 767.98px) {
  .vnl26-bl_faq_content-img {
    margin-inline: auto;
  }
}

.vnl26-bl_accordion_panel_inner {
  margin: 0;
}

.vnl26-bl_accordion_panel_inner > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vnl26-un_faq_content-img {
    margin-bottom: 0.625rem;
  }
}

.vnl26-un_related_ttl {
  font-size: 1.375rem;
  line-height: 140%;
}

.vnl26-un_related_txt {
  font-size: 1.125rem;
  line-height: 140%;
}

.vnl26-el_link__back {
  font-weight: 500;
}