@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#over60otoku .p-fv-section__tax, #over60otoku .p-lp__inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #over60otoku .p-fv-section__tax, #over60otoku .p-lp__inner {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
  }
}

#over60otoku .c-tab-content, #over60otoku .c-tab-switch, #over60otoku .c-tab-select {
  width: 97.33vw;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

/* ----------
デフォルトcss調整用
---------- */
.l-header-lp .l-header-lp-inner {
  justify-content: center;
}

.gotop {
  z-index: 1060;
}

#over60otoku {
  --primeColor: #FF0033;
  --mainColor: #2F3965;
  --textMain: var(--mainColor);
  --textNotes: #333;
  --transitionDuration: .4s;
  --textNumber: "Helvetica", "arial", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: var(--textMain);
  /* ----------
  Component
  ---------- */
  /* ----------
  Project
  ---------- */
  /* ----------
  simulation
  ---------- */
}
#over60otoku :where(p, ul, ol, dl, dt, dd, table, figure) {
  padding: 0;
  margin: 0;
}
#over60otoku img {
  width: 100%;
  max-width: unset;
  height: auto;
}
#over60otoku button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-weight: inherit;
  font-family: inherit;
}
@media (hover: hover) and (pointer: fine) {
  #over60otoku button {
    opacity: 1;
    transition: opacity var(--transitionDuration);
  }
  #over60otoku button:hover:not(.is-active) {
    opacity: 0.7;
  }
}
#over60otoku .u-number {
  font-family: var(--textNumber) !important;
}
@media (min-width: 768px) {
  #over60otoku .u-db-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #over60otoku .u-db-pc {
    display: none !important;
  }
}
#over60otoku .u-mt-0 {
  margin-top: 0 !important;
}
#over60otoku .u-pr-0 {
  padding-right: 0 !important;
}
#over60otoku .c-heading {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  padding: 24px 0;
}
@media (min-width: 768px) {
  #over60otoku .c-heading {
    font-size: 52px;
    padding: 60px 0;
  }
}
#over60otoku .c-heading__small {
  display: block;
  width: fit-content;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  #over60otoku .c-heading__small {
    font-size: 28px;
  }
}
#over60otoku .c-heading__small::before, #over60otoku .c-heading__small::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  #over60otoku .c-heading__small::before, #over60otoku .c-heading__small::after {
    width: 3px;
  }
}
#over60otoku .c-heading__small::before {
  left: 0;
  rotate: -20deg;
}
#over60otoku .c-heading__small::after {
  right: 0;
  rotate: 20deg;
}
#over60otoku .c-heading__number {
  font-size: 20px;
}
@media (min-width: 768px) {
  #over60otoku .c-heading__number {
    font-size: 30px;
  }
}
#over60otoku .c-tab-select {
  font-size: 18px;
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 76px;
  background-image: url("/sp/over60otoku/images/img-arrow_select_sp.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #over60otoku .c-tab-select {
    font-size: 32px;
    margin-bottom: 42px;
    padding-bottom: 123px;
    background-image: url("/sp/over60otoku/images/img-arrow_select_pc.png");
  }
}
#over60otoku .c-tab-switch {
  display: flex;
  justify-content: space-between;
}
#over60otoku .c-tab-switch__item {
  width: 46.67vw;
}
@media (min-width: 768px) {
  #over60otoku .c-tab-switch__item {
    width: 48.9130434783%;
  }
}
#over60otoku .c-tab-switch__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: var(--primeColor);
  line-height: 1.2;
  border: 2px solid var(--primeColor);
  box-shadow: 2px 2px 0 var(--primeColor);
  background-color: #fff;
  padding: 4.25px 0;
  transition: color var(--transitionDuration), background-color var(--transitionDuration), box-shadow var(--transitionDuration);
}
@media (max-width: 1023px) {
  #over60otoku .c-tab-switch__button {
    flex-flow: column;
  }
}
@media (min-width: 768px) {
  #over60otoku .c-tab-switch__button {
    border-radius: 8px;
    border-width: 3px;
    box-shadow: 3px 3px 0 var(--primeColor);
    font-size: 28px;
    padding: 25.25px 0;
  }
}
#over60otoku .c-tab-switch__button__induction {
  display: inline;
}
#over60otoku .c-tab-switch__button.is-active {
  background-color: var(--primeColor);
  color: #fff;
  box-shadow: unset;
}
#over60otoku .c-tab-switch__button.is-active::before {
  opacity: 1;
}
#over60otoku .c-tab-switch__button.is-active .c-tab-switch__induction {
  display: none;
}
#over60otoku .c-tab-switch__button::before {
  content: "選択中";
  display: block;
  width: 7em;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -70%;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transitionDuration);
  font-size: inherit;
  color: var(--primeColor);
  border: 2px solid currentColor;
  border-radius: 999px;
  padding: 5px 20px 5px 35px;
  background-color: #fff;
  background-image: url("/sp/over60otoku/images/icon-tab_active.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 17px auto;
}
@media (min-width: 768px) {
  #over60otoku .c-tab-switch__button::before {
    width: 6.5em;
    border-width: 3px;
    background-size: 25px auto;
    padding: 5px 30px 5px 50px;
    background-position: left 15px center;
  }
}
#over60otoku .c-tab-content {
  --triangleSize: 28px;
  --triangleRatio: 2px;
  --triangleColor: #fff;
  margin-top: 36px;
}
@media (min-width: 768px) {
  #over60otoku .c-tab-content {
    --triangleSize: 36px;
    margin-top: 60px;
  }
}
#over60otoku .c-tab-content__inner {
  border: var(--triangleRatio) solid var(--mainColor);
  border-radius: 4px;
  position: relative;
  padding: 36px 10px;
}
@media (min-width: 768px) {
  #over60otoku .c-tab-content__inner {
    --triangleRatio: 3px;
    padding: 50px;
    border-radius: 8px;
  }
}
#over60otoku .c-tab-content__inner[data-index="0"]::before, #over60otoku .c-tab-content__inner[data-index="0"]::after {
  left: 25%;
}
#over60otoku .c-tab-content__inner[data-index="1"]::before, #over60otoku .c-tab-content__inner[data-index="1"]::after {
  left: 75%;
}
#over60otoku .c-tab-content__inner::before, #over60otoku .c-tab-content__inner::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  translate: -50% -100%;
  transition: left var(--transitionDuration);
}
#over60otoku .c-tab-content__inner::before {
  top: 0;
  width: var(--triangleSize);
  height: var(--triangleSize);
  background-color: var(--mainColor);
}
#over60otoku .c-tab-content__inner::after {
  top: var(--triangleRatio);
  width: calc(var(--triangleSize) - var(--triangleRatio) * 2);
  height: calc(var(--triangleSize) - var(--triangleRatio));
  background-color: var(--triangleColor);
}
#over60otoku .c-lp-button {
  width: fit-content;
}
#over60otoku .c-lp-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  background-color: var(--buttonBack, var(--primeColor));
  font-size: 18px;
  color: var(--buttonColor, #fff);
  border-radius: 8px;
  box-shadow: 4px 4px 0px var(--buttonShadow, #84001A);
  width: 261px;
  height: 70px;
}
@media (min-width: 768px) {
  #over60otoku .c-lp-button__link {
    font-size: 28px;
    box-shadow: 6px 6px 0px var(--buttonShadow, #84001A);
    width: 380px;
    height: 90px;
  }
}
#over60otoku .c-lp-button__link::after {
  content: "";
  height: 0.75lh;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-arrow_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .c-modal-content {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
#over60otoku .c-modal-content--movie {
  z-index: 1070;
}
#over60otoku .c-modal-content__inner {
  background-color: #FFF2F4;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-content__inner {
    margin-top: 40px;
    border-radius: 20px 20px 0 0;
  }
}
#over60otoku .c-modal-content__movie {
  background-color: #FFF2F4;
  width: 100%;
  height: 100%;
  position: relative;
}
#over60otoku .c-modal-content__movie-inner {
  width: 90%;
  max-width: 920px;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#over60otoku .c-modal-content__movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#over60otoku .c-modal-content__close {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 8px;
  right: 8px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url("/sp/over60otoku/images/icon-modal_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-content__close {
    width: 48px;
    top: 19px;
    right: 36px;
  }
}
#over60otoku .c-modal-content .slick-arrow {
  position: absolute;
  top: 50dvh;
  translate: 0 -50%;
  z-index: 50;
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("/sp/over60otoku/images/icon-arrow_06.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  #over60otoku .c-modal-content .slick-arrow {
    opacity: 0.4;
  }
}
@media (min-width: 768px) {
  #over60otoku .c-modal-content .slick-arrow {
    width: 60px;
  }
}
#over60otoku .c-modal-content .slick-arrow.slick-prev {
  left: 8px;
  rotate: 180deg;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-content .slick-arrow.slick-prev {
    left: 30px;
  }
}
#over60otoku .c-modal-content .slick-arrow.slick-next {
  right: 8px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-content .slick-arrow.slick-next {
    right: 30px;
  }
}
#over60otoku .c-modal-section {
  height: calc(100dvh - 97px);
  overflow: auto;
  overscroll-behavior: contain;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section {
    height: calc(100dvh - 40px - 144px);
  }
}
#over60otoku .c-modal-section__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__heading {
    font-size: 36px;
    padding-top: 20px;
  }
}
#over60otoku .c-modal-section__heading::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/54;
  margin: 0 auto -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__heading::before {
    width: 90px;
    margin-bottom: 10px;
  }
}
#over60otoku .c-modal-section__heading--mnp::before {
  background-image: url("/sp/over60otoku/images/icon-modal_mnp.svg");
}
#over60otoku .c-modal-section__heading--simple3::before {
  background-image: url("/sp/over60otoku/images/icon-button_simple3.svg");
}
#over60otoku .c-modal-section__heading--abroad::before {
  background-image: url("/sp/over60otoku/images/icon-button_abroad.svg");
}
#over60otoku .c-modal-section__heading--increase::before {
  background-image: url("/sp/over60otoku/images/icon-button_increase.svg");
}
#over60otoku .c-modal-section__heading--data::before {
  background-image: url("/sp/over60otoku/images/icon-button_data.svg");
}
#over60otoku .c-modal-section__heading--network::before {
  background-image: url("/sp/over60otoku/images/icon-button_network.svg");
}
#over60otoku .c-modal-section__heading--support::before {
  background-image: url("/sp/over60otoku/images/icon-button_support.svg");
}
#over60otoku .c-modal-section__heading--lecture::before {
  background-image: url("/sp/over60otoku/images/icon-button_lecture.svg");
}
@media (max-width: 767px) {
  #over60otoku .c-modal-section__heading--shopping::before {
    margin-bottom: 0;
  }
}
#over60otoku .c-modal-section__heading--shopping::before {
  background-image: url("/sp/over60otoku/images/icon-button_shopping.svg");
}
@media (max-width: 767px) {
  #over60otoku .c-modal-section__heading--tell::before {
    margin-bottom: 0;
  }
}
#over60otoku .c-modal-section__heading--tell::before {
  background-image: url("/sp/over60otoku/images/icon-button_tell.svg");
}
@media (max-width: 767px) {
  #over60otoku .c-modal-section__heading--help::before {
    margin-bottom: 0;
  }
}
#over60otoku .c-modal-section__heading--help::before {
  background-image: url("/sp/over60otoku/images/icon-button_help.svg");
}
@media (max-width: 767px) {
  #over60otoku .c-modal-section__heading--health::before {
    margin-bottom: 0;
  }
}
#over60otoku .c-modal-section__heading--health::before {
  background-image: url("/sp/over60otoku/images/icon-button_health.svg");
}
#over60otoku .c-modal-section__heading-strong {
  color: var(--primeColor);
}
#over60otoku .c-modal-section__body {
  background-color: #fff;
  border-radius: 8px;
  margin: 24px auto 0;
  width: 92vw;
  max-width: 960px;
  padding: 25px 15px 40px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__body {
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 40px;
  }
}
#over60otoku .c-modal-section__inner {
  max-width: 600px;
  margin: 0 auto;
}
#over60otoku .c-modal-section__lead {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__lead {
    font-size: 28px;
  }
}
#over60otoku .c-modal-section__lead-strong {
  color: var(--primeColor);
}
#over60otoku .c-modal-section__lead-sup {
  position: relative;
}
#over60otoku .c-modal-section__lead-sup sup {
  position: absolute;
  top: 0;
  right: 0;
  translate: 60% -40%;
  font-size: 12px;
}
#over60otoku .c-modal-section__notes {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
  color: var(--textNotes);
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__notes {
    margin-top: 15px;
    font-size: 16px;
  }
}
#over60otoku .c-modal-section__notes-strong {
  font-weight: 500;
}
#over60otoku .c-modal-section__box {
  background-color: #FFF3E6;
  border-radius: 7px;
  margin-top: 24px;
  padding: 16px 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__box {
    border-radius: 10px;
    margin-top: 60px;
    padding: 20px 40px 30px;
  }
}
#over60otoku .c-modal-section__box-heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__box-heading {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
#over60otoku .c-modal-section__box-text {
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__box-text {
    font-size: 24px;
  }
}
#over60otoku .c-modal-section__box-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__box-item {
    font-size: 24px;
  }
}
#over60otoku .c-modal-section__link {
  color: inherit;
}
#over60otoku .c-modal-section__button {
  --buttonBack: #FF810E;
  --buttonShadow: #D0690B;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .c-modal-section__button {
    margin-top: 40px;
  }
}
#over60otoku .p-fv-section {
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .p-fv-section__heading {
    height: 360px;
  }
  #over60otoku .p-fv-section__heading img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-fv-section__heading {
    height: 480px;
  }
}
#over60otoku .p-fv-section__tax {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 150%;
  text-align: right;
}
#over60otoku .p-fv-section__tax-text {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 768px) {
  #over60otoku .p-fv-section__tax-text {
    font-size: 16px;
  }
}
#over60otoku .p-price-section {
  --priceFontSize: 58px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section {
    --priceFontSize: min(130px, calc(120 / 920 * 100vw));
  }
}
@media (max-width: 767px) {
  #over60otoku .p-price-section__heading {
    padding-top: 48px;
  }
}
#over60otoku .p-price-section__tab {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__tab {
    margin-top: 40px;
  }
}
#over60otoku .p-price-section__tab-content {
  display: none;
}
#over60otoku .p-price-section__tab-content.is-active {
  display: block;
}
#over60otoku .p-price-section__tab-heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__tab-heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
#over60otoku .p-price-section__tab-lead {
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__tab-lead {
    font-size: 30px;
    margin-top: 40px;
    border-bottom-width: 2px;
  }
}
#over60otoku .p-price-section__tab-free {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
  font-size: 24px;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__tab-free {
    font-size: 40px;
    column-gap: 10px;
  }
}
#over60otoku .p-price-section__tab-free::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-tel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__tab-free::before {
    width: 40px;
  }
}
#over60otoku .p-price-section__button {
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__button {
    margin-top: 60px;
  }
}
#over60otoku .p-price-section__text {
  font-size: 14px;
  margin-top: 25px;
  color: var(--textNotes);
}
@media (max-width: 767px) {
  #over60otoku .p-price-section__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__text {
    font-size: 16px;
    margin-top: 45px;
  }
}
#over60otoku .p-price-section__link {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin: 25px auto 0;
  display: block;
  width: fit-content;
}
@media (min-width: 768px) {
  #over60otoku .p-price-section__link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
    font-size: 20px;
    margin-top: 40px;
    border-bottom: 1.5px solid var(--mainColor);
  }
  #over60otoku .p-price-section__link::after {
    content: "";
    height: 0.75lh;
    aspect-ratio: 1/1;
    background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-price-section__link span {
    border-bottom: 1px solid var(--mainColor);
  }
  #over60otoku .p-price-section__link span::after {
    content: "";
    display: inline-block;
    height: 0.75lh;
    aspect-ratio: 1/1;
    margin-left: 4px;
    translate: 0 2px;
    background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#over60otoku .p-price-total {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total {
    margin-top: 20px;
  }
}
#over60otoku .p-price-total__notes {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__notes {
    font-size: 30px;
  }
}
#over60otoku .p-price-total__box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__box {
    margin-top: 20px;
  }
}
#over60otoku .p-price-total__data {
  font-size: 13px;
  align-self: center;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5px 3px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__data {
    font-size: 18px;
    border-radius: 8px;
    border-width: 2px;
    padding: 9px;
    translate: 0 5px;
  }
}
#over60otoku .p-price-total__capacity {
  display: block;
  font-size: 36px;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__capacity {
    font-size: 48px;
  }
}
#over60otoku .p-price-total__capacity-small {
  font-size: 22px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__capacity-small {
    font-size: 33px;
  }
}
#over60otoku .p-price-total__monthly {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__monthly {
    font-size: 45px;
  }
}
#over60otoku .p-price-total__monthly-small {
  font-size: 18px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__monthly-small {
    font-size: 30px;
    padding-left: 10px;
  }
}
#over60otoku .p-price-total__monthly-large {
  font-size: var(--priceFontSize);
  font-weight: bold;
  color: var(--primeColor);
  padding-right: 6px;
  line-height: 1;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__monthly-large {
    font-size: var(--priceFontSize);
    padding-right: 10px;
  }
}
#over60otoku .p-price-total__monthly-next {
  position: relative;
}
#over60otoku .p-price-total__monthly-next::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -70%;
  font-size: 16px;
  line-height: 1;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__monthly-next::before {
    font-size: 24px;
  }
}
#over60otoku .p-price-total__tax {
  font-weight: 500;
}
@media (max-width: 767px) {
  #over60otoku .p-price-total__tax {
    font-size: 18px;
    text-align: right;
    width: 100%;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__tax {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-price-total__tax-discount {
    width: 270px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-price-total__tax-talk {
    width: 320px;
    margin: 0 auto;
  }
}
#over60otoku .p-price-total__tax-large {
  font-size: calc(var(--priceFontSize) / 2);
  font-weight: bold;
  color: var(--primeColor);
  line-height: 1;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__tax-large {
    font-size: calc(var(--priceFontSize) / 2);
  }
}
#over60otoku .p-price-total__first {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__first {
    font-size: 28px;
    margin-top: 24px;
  }
}
#over60otoku .p-price-total__first-large {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  #over60otoku .p-price-total__first-large {
    font-size: 50px;
  }
}
#over60otoku .p-price-breakdown {
  margin-top: 24px;
}
@media (max-width: 767px) {
  #over60otoku .p-price-breakdown {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown {
    margin-top: 60px;
  }
}
#over60otoku .p-price-breakdown__heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__heading {
    font-size: 36px;
    border-bottom-width: 2px;
    padding-bottom: 10px;
  }
}
#over60otoku .p-price-breakdown__table {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__table {
    margin-top: 40px;
  }
}
#over60otoku .p-price-breakdown__box {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__box {
    border-width: 1.5px;
  }
}
#over60otoku .p-price-breakdown__label, #over60otoku .p-price-breakdown__body {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__label, #over60otoku .p-price-breakdown__body {
    border-width: 1.5px;
  }
}
#over60otoku .p-price-breakdown__label {
  width: 50.7246376812%;
  background-color: #FFEDF0;
  padding: 15px 0 15px 6px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__label {
    width: 65.2173913043%;
    padding: 20px 25px 20px 40px;
    font-size: 28px;
  }
}
#over60otoku .p-price-breakdown__body {
  width: 49.2753623188%;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  padding-right: 3px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__body {
    width: 34.7826086957%;
    font-size: 28px;
    padding-right: 38px;
  }
}
#over60otoku .p-price-breakdown__body-large {
  font-family: var(--textNumber);
  font-size: calc(var(--priceFontSize) / 2);
  font-weight: normal;
}
@media (min-width: 768px) {
  #over60otoku .p-price-breakdown__body-large {
    font-size: calc(var(--priceFontSize) / 2);
  }
}
#over60otoku .p-price-breakdown__body-large--strong {
  color: var(--primeColor);
}
#over60otoku .p-price-notes {
  margin-top: 50px;
  color: var(--textNotes);
}
@media (max-width: 767px) {
  #over60otoku .p-price-notes {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-price-notes {
    margin-top: 60px;
  }
}
#over60otoku .p-price-notes__heading {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-price-notes__heading {
    font-size: 16px;
  }
}
#over60otoku .p-price-notes__accordion {
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-notes__accordion {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
#over60otoku .p-price-notes__accordion :where(button, p) {
  font-size: inherit;
}
#over60otoku .p-price-notes__label {
  font-weight: 500;
  color: inherit;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
#over60otoku .p-price-notes__label::before, #over60otoku .p-price-notes__label::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
}
#over60otoku .p-price-notes__label::before {
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
#over60otoku .p-price-notes__label::after {
  top: 50%;
  right: 0;
  translate: 0 -50%;
  rotate: 90deg;
  transition: rotate var(--transitionDuration);
}
#over60otoku .p-price-notes__label.is-open::after {
  rotate: 0deg;
}
#over60otoku .p-price-notes__text {
  margin-top: 8px;
  display: none;
}
@media (min-width: 768px) {
  #over60otoku .p-price-notes__text {
    margin-top: 10px;
  }
}
#over60otoku .p-price-notes__text p {
  font-weight: normal;
}
#over60otoku .p-price-notes__text p + p {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-price-notes__text p + p {
    margin-top: 10px;
  }
}
#over60otoku .p-device-section {
  margin-top: 40px;
  padding-bottom: 44px;
  background-color: #FFF3E6;
  overflow: hidden;
}
@media (min-width: 768px) {
  #over60otoku .p-device-section {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
#over60otoku .p-device-section__tab {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-section__tab {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-device-section__tab-button {
    min-height: 3.9lh;
  }
}
#over60otoku .p-device-section__tab-wrapper {
  --triangleColor: #FFFAF4;
  background-color: var(--triangleColor);
}
#over60otoku .p-device-section__tab-content {
  display: none;
  margin-top: 24px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-section__tab-content {
    margin-top: 60px;
    padding-bottom: 8px;
  }
}
#over60otoku .p-device-section__tab-content.is-active {
  display: block;
}
#over60otoku .p-device-section__tab-content.is-active .p-device-section__move--left {
  display: block;
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  #over60otoku .p-device-section__tab-content.is-active .p-device-section__move--left {
    opacity: 0;
    translate: -50px 0;
  }
}
#over60otoku .p-device-section__tab-content.is-active .p-device-section__move--right {
  display: block;
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  #over60otoku .p-device-section__tab-content.is-active .p-device-section__move--right {
    opacity: 0;
    translate: 50px 0;
  }
}
#over60otoku .p-device-section__tab-content .p-device-section__move {
  display: none;
  transition: opacity 0.9s, display 0.1s, translate 0.3s;
  transition-behavior: allow-discrete;
}
#over60otoku .p-device-section__button {
  --buttonBack: #129312;
  --buttonShadow: #0B580B;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-device-section__button {
    margin-top: 20px;
  }
}
#over60otoku .p-device-section__button-link::after {
  background-image: url("/sp/over60otoku/images/icon-arrow_02.svg");
}
#over60otoku .p-device-section__notes {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-device-section__notes {
    margin: 40px auto 0;
    font-size: 16px;
    width: fit-content;
  }
}
#over60otoku .p-device-info {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#over60otoku .p-device-info__heading {
  order: 3;
  font-size: 24px;
  font-weight: bold;
  padding-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-info__heading {
    font-size: 40px;
    padding-top: 20px;
  }
}
#over60otoku .p-device-info__image {
  order: 2;
  width: 250px;
  margin: 0;
  padding-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-info__image {
    width: 450px;
    padding-top: 60px;
  }
}
#over60otoku .p-device-info__text {
  order: 1;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
}
@media (min-width: 768px) {
  #over60otoku .p-device-info__text {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
#over60otoku .p-device-info__text--number {
  font-size: 26px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-info__text--number {
    font-size: 44px;
  }
}
#over60otoku .p-device-info__detail {
  order: 4;
  padding-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-info__detail {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail {
    display: flex;
    justify-content: center;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-device-detail__box + .p-device-detail__box {
    margin-top: 16px;
  }
}
#over60otoku .p-device-detail__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__label {
    font-size: 28px;
  }
}
#over60otoku .p-device-detail__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 2px;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__price {
    column-gap: 10px;
    margin-top: 20px;
  }
}
#over60otoku .p-device-detail__price-contract {
  font-size: 20px;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__price-contract {
    font-size: 30px;
  }
}
#over60otoku .p-device-detail__price-contract--vertical {
  writing-mode: vertical-rl;
}
#over60otoku .p-device-detail__price-total {
  font-size: 70px;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__price-total {
    font-size: 80px;
  }
}
#over60otoku .p-device-detail__price-unit {
  font-size: 30px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__price-unit {
    font-size: 45px;
  }
}
#over60otoku .p-device-detail__notes {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-detail__notes {
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#over60otoku .p-device-features__heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__heading {
    margin-top: 60px;
  }
}
#over60otoku .p-device-features__confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 18px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__confirmation {
    column-gap: 12px;
  }
}
#over60otoku .p-device-features__confirmation::before, #over60otoku .p-device-features__confirmation::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-device-features__confirmation::before {
  rotate: -20deg;
}
#over60otoku .p-device-features__confirmation::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__confirmation {
    font-size: 27px;
    margin-top: 40px;
  }
}
#over60otoku .p-device-features__button-list {
  max-width: 840px;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__button-list {
    margin-top: 20px;
  }
}
#over60otoku .p-device-features__button-item + .p-device-features__button-item {
  margin-top: 12px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__button-item + .p-device-features__button-item {
    margin-top: 26px;
  }
}
#over60otoku .p-device-features__button-item:nth-child(1) .p-device-features__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_tell.svg");
}
#over60otoku .p-device-features__button-item:nth-child(2) .p-device-features__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_help.svg");
}
#over60otoku .p-device-features__button-item:nth-child(3) .p-device-features__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_health.svg");
}
#over60otoku .p-device-features__button {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: left;
  color: inherit;
  position: relative;
  min-height: 76px;
  border-radius: 8px;
  border: 2px solid var(--mainColor);
  padding-left: 70px;
  padding-right: 40px;
  box-shadow: 4px 4px 0 var(--mainColor);
  background-color: #fff;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__button {
    font-size: 27px;
    min-height: 100px;
    border-radius: 12px;
    border-width: 3px;
    padding-left: 104px;
    box-shadow: 6px 6px 0 var(--mainColor);
  }
}
#over60otoku .p-device-features__button::before, #over60otoku .p-device-features__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-device-features__button::before {
  left: 16px;
  width: 42px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__button::before {
    width: 60px;
  }
}
#over60otoku .p-device-features__button::after {
  right: 16px;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-plus.svg");
}
@media (min-width: 768px) {
  #over60otoku .p-device-features__button::after {
    width: 36px;
  }
}
#over60otoku .p-device-features__button-strong {
  color: var(--primeColor);
}
#over60otoku .p-device-tell__lead {
  margin-top: 1em;
}
#over60otoku .p-device-tell__image {
  margin: 24px 0 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-tell__image {
    margin: 40px 0 60px;
  }
}
#over60otoku .p-device-help__image {
  width: 180px;
  margin: 24px auto;
}
@media (min-width: 768px) {
  #over60otoku .p-device-help__image {
    width: 360px;
    margin: 40px auto;
  }
}
#over60otoku .p-device-help__lead {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-help__lead {
    margin-top: 16px;
  }
}
#over60otoku .p-device-help__list {
  margin: 24px auto 0;
  width: fit-content;
}
@media (min-width: 768px) {
  #over60otoku .p-device-help__list {
    margin-top: 40px;
  }
}
#over60otoku .p-device-help__item {
  display: flex;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #over60otoku .p-device-help__item {
    font-size: 16px;
  }
}
#over60otoku .p-device-help__item > span {
  width: 1.5em;
}
#over60otoku .p-device-help__item > div {
  width: calc(100% - 1.5em);
}
#over60otoku .p-device-health__lead {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__lead {
    margin-top: 40px;
  }
}
#over60otoku .p-device-health__consultation {
  display: flex;
  align-items: center;
  column-gap: 9px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__consultation {
    margin-top: 40px;
    justify-content: center;
  }
}
#over60otoku .p-device-health__consultation-time {
  font-size: 12px;
  text-align: center;
  color: #DA5265;
  padding: 0.75em;
  background-image: url("/sp/over60otoku/images/bg-modal_health.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__consultation-time {
    font-size: 18px;
  }
}
#over60otoku .p-device-health__consultation-number {
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__consultation-number {
    font-size: 20px;
  }
}
#over60otoku .p-device-health__consultation-text {
  font-size: 15px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__consultation-text {
    font-size: 23px;
  }
}
#over60otoku .p-device-health__image {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__image {
    margin-top: 40px;
  }
}
#over60otoku .p-device-health__list {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__list {
    margin-top: 40px;
  }
}
#over60otoku .p-device-health__item {
  display: flex;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #over60otoku .p-device-health__item {
    font-size: 16px;
  }
}
#over60otoku .p-device-health__item > span {
  width: 2em;
}
#over60otoku .p-device-health__item > div {
  width: calc(100% - 2em);
}
#over60otoku .p-safe-section {
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section {
    padding-bottom: 60px;
  }
}
#over60otoku .p-safe-section__plan {
  background-color: #FFF4E5;
  padding: 32px 0;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__plan {
    padding: 60px 0;
  }
}
#over60otoku .p-safe-section__point {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__point {
    margin-top: 60px;
  }
}
#over60otoku .p-safe-section__label {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__label {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
#over60otoku .p-safe-section__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  margin-top: 24px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__lead {
    column-gap: 12px;
  }
}
#over60otoku .p-safe-section__lead::before, #over60otoku .p-safe-section__lead::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-safe-section__lead::before {
  rotate: -20deg;
}
#over60otoku .p-safe-section__lead::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__lead {
    margin-top: 40px;
    font-size: 27px;
  }
}
#over60otoku .p-safe-section__button-list {
  margin: 8px auto 0;
  max-width: 840px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__button-list {
    margin-top: 20px;
  }
}
#over60otoku .p-safe-section__button-item--plan:nth-child(1) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_simple3.svg");
}
#over60otoku .p-safe-section__button-item--plan:nth-child(2) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_abroad.svg");
}
#over60otoku .p-safe-section__button-item--plan:nth-child(3) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_increase.svg");
}
#over60otoku .p-safe-section__button-item--point:nth-child(1) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_data.svg");
}
#over60otoku .p-safe-section__button-item--point:nth-child(2) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_network.svg");
}
#over60otoku .p-safe-section__button-item--point:nth-child(3) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_support.svg");
}
#over60otoku .p-safe-section__button-item--point:nth-child(4) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_lecture.svg");
}
#over60otoku .p-safe-section__button-item--point:nth-child(5) .p-safe-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-button_shopping.svg");
}
#over60otoku .p-safe-section__button-item + .p-safe-section__button-item {
  margin-top: 12px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__button-item + .p-safe-section__button-item {
    margin-top: 26px;
  }
}
#over60otoku .p-safe-section__button {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: left;
  color: inherit;
  position: relative;
  min-height: 76px;
  border-radius: 8px;
  border: 2px solid var(--mainColor);
  padding-left: 70px;
  padding-right: 40px;
  box-shadow: 4px 4px 0 var(--mainColor);
  background-color: #fff;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__button {
    font-size: 27px;
    min-height: 100px;
    border-radius: 12px;
    border-width: 3px;
    padding-left: 104px;
    box-shadow: 6px 6px 0 var(--mainColor);
  }
}
#over60otoku .p-safe-section__button::before, #over60otoku .p-safe-section__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-safe-section__button::before {
  left: 16px;
  width: 42px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__button::before {
    width: 60px;
  }
}
#over60otoku .p-safe-section__button::after {
  right: 16px;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-plus.svg");
}
@media (min-width: 768px) {
  #over60otoku .p-safe-section__button::after {
    width: 36px;
  }
}
#over60otoku .p-safe-section__button-strong {
  color: var(--primeColor);
}
#over60otoku .p-safe-simple3__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price {
    margin-top: 50px;
  }
}
#over60otoku .p-safe-simple3__price-capacity {
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 4px 5px 0;
  position: relative;
  translate: 0 -5px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-capacity {
    font-size: 24px;
  }
}
#over60otoku .p-safe-simple3__price-capacity::before {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -100%;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-capacity::before {
    font-size: 18px;
  }
}
#over60otoku .p-safe-simple3__price-capacity-sup {
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-capacity-sup {
    font-size: 24px;
  }
}
#over60otoku .p-safe-simple3__price-capacity-sup sup {
  position: absolute;
  top: -1em;
  right: 0.25em;
  font-size: 12px;
}
#over60otoku .p-safe-simple3__price-capacity-sup::after {
  content: "";
  display: inline-block;
  height: 0.5lh;
  aspect-ratio: 1/1;
  margin: 0 0.15em;
  background-image: url("/sp/over60otoku/images/icon-arrow_08.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#over60otoku .p-safe-simple3__price-capacity-strong {
  font-size: 28px;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-capacity-strong {
    font-size: 36px;
  }
}
#over60otoku .p-safe-simple3__price-total {
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-total {
    font-size: 30px;
  }
}
#over60otoku .p-safe-simple3__price-total-small {
  font-size: 14px;
  font-weight: normal;
  padding-left: 1em;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-total-small {
    font-size: 16px;
  }
}
#over60otoku .p-safe-simple3__price-total-strong {
  font-size: 40px;
  color: var(--primeColor);
  line-height: 1;
  padding-right: 0.1em;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-total-strong {
    font-size: 80px;
  }
}
#over60otoku .p-safe-simple3__price-tax {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-tax {
    font-size: 16px;
  }
}
#over60otoku .p-safe-simple3__price-tax-strong {
  font-size: 22px;
  font-weight: bold;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__price-tax-strong {
    font-size: 60px;
  }
}
#over60otoku .p-safe-simple3__breakdown {
  margin-top: 17px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__breakdown {
    margin-top: 34px;
    margin-bottom: 40px;
  }
}
#over60otoku .p-safe-simple3__breakdown-box {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#over60otoku .p-safe-simple3__breakdown-label, #over60otoku .p-safe-simple3__breakdown-body {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#over60otoku .p-safe-simple3__breakdown-label {
  background-color: #FFF3E6;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 8px;
  width: 60%;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__breakdown-label {
    font-size: 20px;
  }
}
#over60otoku .p-safe-simple3__breakdown-body {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  width: 40%;
  padding: 10px 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__breakdown-body {
    font-size: 22px;
  }
}
#over60otoku .p-safe-simple3__breakdown-body-large {
  font-size: 20px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-simple3__breakdown-body-large {
    font-size: 40px;
  }
}
#over60otoku .p-safe-simple3__breakdown-body-strong {
  color: var(--primeColor);
}
#over60otoku .p-safe-abroad__lead {
  color: var(--primeColor);
  margin-top: 5px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__lead {
    margin-top: 10px;
  }
}
#over60otoku .p-safe-abroad__lead--image::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 315/133;
  margin-top: 35px;
  background-image: url("/sp/over60otoku/images/img-modal_abroad.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__lead--image::after {
    margin-top: 70px;
  }
}
#over60otoku .p-safe-abroad__lead-number {
  font-size: 26px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__lead-number {
    font-size: 38px;
  }
}
#over60otoku .p-safe-abroad__lead-large {
  font-size: 22px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__lead-large {
    font-size: 34px;
  }
}
#over60otoku .p-safe-abroad__box {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__box {
    padding: 20px 0;
  }
}
#over60otoku .p-safe-abroad__box-text {
  text-align: center;
  font-weight: bold;
}
#over60otoku .p-safe-abroad__list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__list {
    margin-top: 24px;
  }
}
#over60otoku .p-safe-abroad__item {
  display: flex;
  font-weight: normal;
  color: var(--textNotes);
}
#over60otoku .p-safe-abroad__item > span {
  width: 2em;
}
#over60otoku .p-safe-abroad__item > div {
  width: calc(100% - 2.5em);
}
#over60otoku .p-safe-abroad__text {
  margin-top: 16px;
  font-weight: 500;
  color: var(--textNotes);
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__text {
    margin-top: 24px;
  }
}
#over60otoku .p-safe-abroad__text + .p-safe-abroad__text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-abroad__text + .p-safe-abroad__text {
    margin-top: 40px;
  }
}
#over60otoku .p-safe-increase__label {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-size: 20px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__label {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__label {
    font-size: 40px;
    margin-top: 24px;
  }
}
#over60otoku .p-safe-increase__label-strong {
  color: var(--primeColor);
}
#over60otoku .p-safe-increase__label-large {
  font-size: 48px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__label-large {
    font-size: 60px;
  }
}
#over60otoku .p-safe-increase__label-small {
  font-size: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__label-small {
    font-size: 36px;
  }
}
#over60otoku .p-safe-increase__label-middle {
  font-size: 30px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__label-middle {
    font-size: 50px;
  }
}
#over60otoku .p-safe-increase__date {
  background-color: var(--primeColor);
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 999px;
  padding: 3px 0.5em;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__date {
    margin-top: 20px;
  }
}
#over60otoku .p-safe-increase__box::before {
  content: "";
  display: block;
  width: 220px;
  aspect-ratio: 220/140;
  margin: 8px auto 16px;
  background-image: url("/sp/over60otoku/images/img-modal_increase.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__box::before {
    margin-top: 16px;
    margin-bottom: 24px;
    width: 340px;
  }
}
#over60otoku .p-safe-increase__box-table tr {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#over60otoku .p-safe-increase__box-table :where(th, td) {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 0;
}
#over60otoku .p-safe-increase__box-table > caption {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__box-table > caption {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
#over60otoku .p-safe-increase__box-table th {
  font-weight: bold;
  background-color: #FFF3E6;
}
#over60otoku .p-safe-increase__box-table td {
  text-align: center;
}
#over60otoku .p-safe-increase__item {
  display: flex;
  font-weight: normal;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-increase__item {
    margin-top: 24px;
  }
}
#over60otoku .p-safe-increase__item > span {
  width: 2em;
}
#over60otoku .p-safe-increase__item > div {
  width: calc(100% - 2em);
}
#over60otoku .p-safe-data__notes {
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-data__notes {
    font-size: 16px;
    margin-top: 15px;
  }
}
#over60otoku .p-safe-data__image {
  width: 100%;
  margin: 16px auto 0;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-data__image {
    margin-top: 24px;
    padding-top: 24px;
  }
}
#over60otoku .p-safe-data__image figcaption {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-data__image figcaption {
    font-size: 24px;
  }
}
#over60otoku .p-safe-data__image img {
  margin: 16px auto 0;
  max-width: 500px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-data__image img {
    margin-top: 24px;
  }
}
#over60otoku .p-safe-network__lead::before {
  content: "";
  display: block;
  width: 250px;
  aspect-ratio: 250/84;
  margin: 24px auto;
  background-image: url("/sp/over60otoku/images/img-modal_network_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-network__lead::before {
    width: 504px;
  }
}
#over60otoku .p-safe-network__image {
  width: 185px;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-network__image {
    width: 369px;
    margin-top: 40px;
  }
}
#over60otoku .p-safe-support__box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__box {
    margin-top: 60px;
  }
}
#over60otoku .p-safe-support__heading-appeal {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__heading-appeal {
    column-gap: 12px;
  }
}
#over60otoku .p-safe-support__heading-appeal::before, #over60otoku .p-safe-support__heading-appeal::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-safe-support__heading-appeal::before {
  rotate: -20deg;
}
#over60otoku .p-safe-support__heading-appeal::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__heading-appeal {
    font-size: 24px;
  }
}
#over60otoku .p-safe-support__heading-strong {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__heading-strong {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__heading-strong {
    font-size: 28px;
    margin-top: 16px;
  }
}
#over60otoku .p-safe-support__heading-color {
  color: var(--primeColor);
}
#over60otoku .p-safe-support__text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__text {
    font-size: 24px;
    top: 40px;
  }
}
#over60otoku .p-safe-support__image {
  margin: 24px auto 0;
  max-width: 500px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__image {
    margin-top: 40px;
  }
}
#over60otoku .p-safe-support__link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--mainColor);
  text-decoration: underline;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__link {
    font-size: 24px;
    margin-top: 24px;
    column-gap: 6px;
  }
}
#over60otoku .p-safe-support__link::after {
  content: "";
  height: 0.75lh;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-safe-support__step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step {
    margin-top: 40px;
  }
}
#over60otoku .p-safe-support__step-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-content: center;
  text-align: center;
}
#over60otoku .p-safe-support__step-item:nth-child(even) {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-item:nth-child(even) {
    border-left-width: 1.5px;
  }
}
#over60otoku .p-safe-support__step-item:nth-child(-n+3) {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-item:nth-child(-n+3) {
    padding-bottom: 20px;
  }
}
#over60otoku .p-safe-support__step-item:nth-child(n+3) {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-item:nth-child(n+3) {
    border-top-width: 1.5px;
    padding-top: 20px;
  }
}
#over60otoku .p-safe-support__step-item::after {
  content: "";
  width: 140px;
  margin: 0 auto;
  aspect-ratio: 140/84;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-item::after {
    width: 240px;
  }
}
#over60otoku .p-safe-support__step-item:nth-child(1)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_01.webp");
}
#over60otoku .p-safe-support__step-item:nth-child(2)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_02.webp");
}
#over60otoku .p-safe-support__step-item:nth-child(3)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_03.webp");
}
#over60otoku .p-safe-support__step-item:nth-child(4)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_04.webp");
}
#over60otoku .p-safe-support__step-label {
  background-color: var(--primeColor);
  color: #fff;
  width: 85px;
  margin: 0 auto;
  border-radius: 999px;
  font-size: 12px;
  padding: 2px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-label {
    font-size: 18px;
    width: 105px;
  }
}
#over60otoku .p-safe-support__step-text {
  padding: 6px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-support__step-text {
    padding: 10px 0;
    font-size: 20px;
  }
}
#over60otoku .p-safe-support__step-strong {
  color: var(--primeColor);
}
#over60otoku .p-safe-lecture__classroom {
  font-size: 18px;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-lecture__classroom {
    font-size: 28px;
    margin-top: 40px;
  }
}
#over60otoku .p-safe-lecture__classroom::before {
  content: "";
  display: block;
  width: 250px;
  aspect-ratio: 250/156;
  margin: 0 auto 24px;
  background-image: url("/sp/over60otoku/images/img-modal_lecture.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-lecture__classroom::before {
    width: 350px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-safe-shopping__lead {
    font-size: 16px;
  }
}
#over60otoku .p-safe-shopping__lead + .p-safe-shopping__lead {
  margin-top: 1em;
}
@media (max-width: 767px) {
  #over60otoku .p-safe-shopping__image {
    margin-top: -1lh;
  }
}
#over60otoku .p-safe-shopping__list {
  margin-top: 16px;
}
#over60otoku .p-safe-shopping__item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-shopping__item {
    font-size: 16px;
  }
}
#over60otoku .p-safe-shopping__heading {
  background-color: var(--primeColor);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 16px 0;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-shopping__heading {
    font-size: 24px;
    padding: 4px 0;
    margin: 40px 0;
  }
}
#over60otoku .p-safe-shopping__heading--number {
  font-size: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-shopping__heading--number {
    font-size: 28px;
  }
}
#over60otoku .p-safe-shopping__label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 16px;
  color: var(--primeColor);
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-shopping__label {
    column-gap: 12px;
  }
}
#over60otoku .p-safe-shopping__label::before, #over60otoku .p-safe-shopping__label::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-safe-shopping__label::before {
  rotate: -20deg;
}
#over60otoku .p-safe-shopping__label::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-shopping__label {
    font-size: 27px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
#over60otoku .p-safe-breakdown {
  border: 1.5px solid var(--tableColor, var(--primeColor));
  border-radius: 8px;
  overflow: hidden;
  border-collapse: separate;
  width: 100%;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown {
    border-width: 3px;
  }
}
#over60otoku .p-safe-breakdown--orange {
  --tableColor: #FF820C;
}
#over60otoku .p-safe-breakdown + .p-safe-breakdown {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown + .p-safe-breakdown {
    margin-top: 20px;
  }
}
#over60otoku .p-safe-breakdown__heading {
  background-color: var(--tableColor, var(--primeColor));
  color: #fff;
  padding: 3px 0;
  width: 28.5714285714%;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading {
    padding: 16px;
  }
}
#over60otoku .p-safe-breakdown__heading-column {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
}
#over60otoku .p-safe-breakdown__heading-small {
  font-size: 35px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading-small {
    font-size: 65px;
  }
}
#over60otoku .p-safe-breakdown__heading-middle {
  font-size: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading-middle {
    font-size: 52px;
  }
}
#over60otoku .p-safe-breakdown__heading-large {
  font-size: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading-large {
    font-size: 85px;
  }
}
#over60otoku .p-safe-breakdown__heading-notes {
  font-size: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading-notes {
    font-size: 16px;
  }
}
#over60otoku .p-safe-breakdown__heading-notes--number {
  font-size: 12px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__heading-notes--number {
    font-size: 18px;
  }
}
#over60otoku .p-safe-breakdown__body {
  padding: 10px 8px;
  width: 71.4285714286%;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__body {
    padding: 30px;
  }
}
#over60otoku .p-safe-breakdown__body-label {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__body-label {
    font-size: 28px;
  }
}
#over60otoku .p-safe-breakdown__body-label--number {
  font-size: 34px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__body-label--number {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-safe-breakdown__body-label--small {
    font-size: 15px;
  }
}
#over60otoku .p-safe-breakdown__body-label--strong {
  text-align: center;
}
@media (max-width: 767px) {
  #over60otoku .p-safe-breakdown__body-label--strong {
    font-size: 22px;
  }
}
#over60otoku .p-safe-breakdown__body-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__body-item {
    font-size: 23px;
  }
}
#over60otoku .p-safe-breakdown + .p-safe-breakdown__body-item {
  margin-top: 8px;
}
#over60otoku .p-safe-breakdown__body-notes {
  font-size: 13px;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__body-notes {
    font-size: 23px;
  }
}
#over60otoku .p-safe-breakdown__body-link {
  color: inherit;
  font-size: inherit;
}
#over60otoku .p-safe-breakdown__list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__list {
    margin-top: 20px;
  }
}
#over60otoku .p-safe-breakdown__item {
  display: flex;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__item {
    font-size: 16px;
  }
}
#over60otoku .p-safe-breakdown__item > span {
  width: 2em;
}
#over60otoku .p-safe-breakdown__item > div {
  width: calc(100% - 2em);
}
#over60otoku .p-safe-breakdown__item .p-safe-breakdown__item {
  margin-top: 4px;
}
@media (min-width: 768px) {
  #over60otoku .p-safe-breakdown__item .p-safe-breakdown__item {
    margin-top: 6px;
  }
}
#over60otoku .p-sim-section {
  background-color: #FFF4E5;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-section {
    padding-bottom: 66px;
  }
}
#over60otoku .p-sim-section__inner {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-section__inner {
    margin-top: 60px;
  }
}
#over60otoku .p-sim-section__box {
  background-color: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  padding: 24px 12px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-section__box {
    border-radius: 12px;
    border-width: 1.5px;
    padding: 40px 25px;
  }
}
#over60otoku .p-sim-section__notes {
  font-size: 14px;
  font-weight: normal;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-section__notes {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
  }
}
#over60otoku .p-sim-section__button {
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-section__button {
    margin-top: 60px;
  }
}
#over60otoku .p-sim-section__button-link {
  --buttonBack: #109311;
  --buttonShadow: #0B580B;
}
#over60otoku .p-sim-section__button-link::after {
  background-image: url("/sp/over60otoku/images/icon-arrow_02.svg");
}
#over60otoku .p-sim-about__heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
#over60otoku .p-sim-about__lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__lead {
    font-size: 20px;
    margin-top: 20px;
  }
}
#over60otoku .p-sim-about__image {
  margin: 16px auto 0;
  width: 100%;
  max-width: 320px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__image {
    margin-top: 20px;
    max-width: 642px;
  }
}
#over60otoku .p-sim-about + .p-sim-about {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about + .p-sim-about {
    margin-top: 40px;
  }
}
#over60otoku .p-sim-about__list {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #over60otoku .p-sim-about__item {
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
  }
}
#over60otoku .p-sim-about__item::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__item::before {
    margin: 0 auto;
    width: 120px;
  }
}
#over60otoku .p-sim-about__item:nth-child(1)::before {
  background-image: url("/sp/over60otoku/images/icon-about_smartphone.svg ");
}
#over60otoku .p-sim-about__item:nth-child(2)::before {
  background-image: url("/sp/over60otoku/images/icon-about_tel.svg ");
}
#over60otoku .p-sim-about__item:nth-child(3)::before {
  background-image: url("/sp/over60otoku/images/icon-about_picture.svg");
}
@media (max-width: 767px) {
  #over60otoku .p-sim-about__item + .p-sim-about__item {
    margin-top: 16px;
  }
}
#over60otoku .p-sim-about__label {
  font-size: 18px;
  font-weight: bold;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__label {
    text-align: center;
    font-size: min(24px, 2.4742268041vw);
    margin-top: 20px;
  }
}
#over60otoku .p-sim-about__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width: 768px) {
  #over60otoku .p-sim-about__text {
    font-size: min(20px, 2.0618556701vw);
    text-align: center;
    margin-top: 10px;
  }
}
#over60otoku .p-gard-section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section {
    padding-bottom: 60px;
  }
}
#over60otoku .p-gard-section__inner {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__inner {
    margin-top: 60px;
  }
}
#over60otoku .p-gard-section__box {
  background-color: #FDEDF4;
}
@media (max-width: 767px) {
  #over60otoku .p-gard-section__box {
    padding-bottom: 28px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__box {
    border-radius: 12px;
    padding: 40px 50px;
  }
}
#over60otoku .p-gard-section__image {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
#over60otoku .p-gard-section__text {
  margin-top: 3.5px;
  font-size: 16px;
  color: var(--primeColor);
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__text {
    margin-top: 20px;
    font-size: 32px;
  }
}
#over60otoku .p-gard-section__thumb {
  border: 1px solid #000;
  max-width: 620px;
  width: 73.33vw;
  margin: 8px auto 0;
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__thumb {
    margin-top: 20px;
  }
}
#over60otoku .p-gard-section__thumb::before, #over60otoku .p-gard-section__thumb::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  pointer-events: none;
}
#over60otoku .p-gard-section__thumb::before {
  width: 40px;
  background-color: rgba(255, 0, 51, 0.65);
  border-radius: 50%;
  translate: -50% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__thumb::before {
    width: 60px;
  }
}
#over60otoku .p-gard-section__thumb::after {
  background-color: #fff;
  width: 15px;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  translate: -15% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__thumb::after {
    width: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #over60otoku .p-gard-section__thumb {
    cursor: pointer;
  }
  #over60otoku .p-gard-section__thumb img {
    opacity: 1;
    transition: opacity var(--transitionDuration);
  }
  #over60otoku .p-gard-section__thumb:hover img {
    opacity: 0.7;
  }
}
#over60otoku .p-gard-section__label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  margin-top: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__label {
    column-gap: 12px;
  }
}
#over60otoku .p-gard-section__label::before, #over60otoku .p-gard-section__label::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-gard-section__label::before {
  rotate: -20deg;
}
#over60otoku .p-gard-section__label::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__label {
    margin-top: 40px;
    font-size: 28px;
  }
  #over60otoku .p-gard-section__label::before, #over60otoku .p-gard-section__label::after {
    width: 3px;
  }
}
#over60otoku .p-gard-section__button {
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-gard-section__button {
    margin-top: 20px;
  }
}
#over60otoku .p-list-section__inner {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-section__inner {
    margin-top: 60px;
  }
}
#over60otoku .p-list-device + .p-list-device {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device + .p-list-device {
    margin-top: 90px;
  }
}
#over60otoku .p-list-device__heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
#over60otoku .p-list-device__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__list {
    margin-top: 40px;
  }
}
#over60otoku .p-list-device__list + .p-list-device__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__list + .p-list-device__list {
    margin-top: 80px;
  }
}
#over60otoku .p-list-device__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: center;
}
#over60otoku .p-list-device__label {
  order: 2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__label {
    font-size: 28px;
    padding-top: 20px;
  }
}
#over60otoku .p-list-device__image {
  order: 1;
  text-align: center;
}
#over60otoku .p-list-device__image img {
  max-width: 420px;
}
#over60otoku .p-list-device__link {
  order: 4;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding-top: 12px;
  border-bottom: 1px solid var(--mainColor);
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__link {
    font-size: 20px;
    padding-top: 20px;
    border-bottom-width: 1.5px;
  }
}
#over60otoku .p-list-device__link::after {
  content: "";
  height: 0.75lh;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-list-device__button {
  order: 3;
  width: 100%;
  padding-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__button {
    padding-top: 40px;
  }
}
#over60otoku .p-list-device__button-link {
  --buttonBack: #109311;
  --buttonShadow: #0B580B;
  font-size: 16px;
  margin: 0 auto;
  padding-left: 7%;
}
@media (max-width: 767px) {
  #over60otoku .p-list-device__button-link {
    width: 88.4393063584%;
    height: 44px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-list-device__button-link {
    font-size: 28px;
    max-width: 380px;
    width: 90%;
  }
}
#over60otoku .p-list-device__button-link::after {
  background-image: url("/sp/over60otoku/images/icon-arrow_02.svg");
}
#over60otoku .p-list-target {
  background-color: #FFF8F8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
#over60otoku .p-list-target__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  align-items: flex-end;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__heading {
    column-gap: 12px;
  }
}
#over60otoku .p-list-target__heading::before, #over60otoku .p-list-target__heading::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-list-target__heading::before {
  rotate: -20deg;
}
#over60otoku .p-list-target__heading::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__heading {
    font-size: 28px;
  }
}
#over60otoku .p-list-target__heading::before, #over60otoku .p-list-target__heading::after {
  translate: 0 -0.15lh;
}
#over60otoku .p-list-target__lead {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__lead {
    margin-top: 20px;
  }
}
#over60otoku .p-list-target__lead-notes {
  border-radius: 4px;
  background-color: var(--mainColor);
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 2px 1em;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__lead-notes {
    border-radius: 6px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
  }
}
#over60otoku .p-list-target__lead-notes::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 2/1;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -4px;
  background-color: var(--mainColor);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__lead-notes::after {
    width: 36px;
  }
}
#over60otoku .p-list-target__lead-main {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__lead-main {
    margin-top: 35px;
    font-size: 32px;
  }
}
#over60otoku .p-list-target__lead-main-strong {
  color: var(--primeColor);
}
#over60otoku .p-list-target__link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  margin: 24px auto 0;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__link {
    margin-top: 40px;
    font-size: 20px;
  }
}
#over60otoku .p-list-target__link::after {
  content: "";
  height: 0.75lh;
  aspect-ratio: 1.1;
  background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-list-target__notes {
  font-size: 14px;
  font-weight: normal;
  color: var(--textNotes);
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__notes {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
  }
}
#over60otoku .p-list-target__movie {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie {
    margin-top: 40px;
  }
}
#over60otoku .p-list-target__movie-text {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 18px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie-text {
    column-gap: 12px;
  }
}
#over60otoku .p-list-target__movie-text::before, #over60otoku .p-list-target__movie-text::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-list-target__movie-text::before {
  rotate: -20deg;
}
#over60otoku .p-list-target__movie-text::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie-text {
    font-size: 24px;
  }
}
#over60otoku .p-list-target__movie-thumb {
  display: block;
  margin: 10px auto 0;
  max-width: 620px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity var(--transitionDuration);
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie-thumb {
    margin-top: 20px;
  }
}
#over60otoku .p-list-target__movie-thumb::before, #over60otoku .p-list-target__movie-thumb::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  pointer-events: none;
}
#over60otoku .p-list-target__movie-thumb::before {
  width: 40px;
  background-color: rgba(47, 57, 101, 0.65);
  border-radius: 50%;
  translate: -50% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie-thumb::before {
    width: 60px;
  }
}
#over60otoku .p-list-target__movie-thumb::after {
  background-color: #fff;
  width: 15px;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  translate: -15% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-list-target__movie-thumb::after {
    width: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #over60otoku .p-list-target__movie-thumb:hover {
    opacity: 0.7;
  }
}
#over60otoku .p-list-target__modal .c-modal-content__movie-inner > div[style*=animation] {
  width: 100% !important;
  height: 100% !important;
}
#over60otoku .p-list-payment {
  --textColor: #818181;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  overflow: hidden;
  max-width: 680px;
  width: 100%;
  margin: 8px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-list-payment {
    border-width: 1.5px;
    border-radius: 12px;
    margin-top: 40px;
  }
}
#over60otoku .p-list-payment__before, #over60otoku .p-list-payment__after {
  display: grid;
  place-content: center;
  width: 50%;
  padding: 16px 0;
}
#over60otoku .p-list-payment__before {
  background-color: #EAEAEA;
}
#over60otoku .p-list-payment__after {
  --textColor: var(--primeColor);
  background-color: #fff;
  border-left: 1px solid var(--mainColor);
}
@media (min-width: 768px) {
  #over60otoku .p-list-payment__after {
    border-left-width: 1.5px;
  }
}
#over60otoku .p-list-payment__label {
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--textColor);
  border-radius: 999px;
  width: 76px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #over60otoku .p-list-payment__label {
    font-size: 18px;
    width: 128px;
  }
}
#over60otoku .p-list-payment__label-number {
  font-size: 11px;
}
#over60otoku .p-list-payment__body {
  text-align: center;
  margin-top: 4px;
  font-size: 10px;
  color: var(--textColor);
}
@media (min-width: 768px) {
  #over60otoku .p-list-payment__body {
    margin-top: 8px;
    font-size: 16px;
  }
}
#over60otoku .p-list-payment__body-large {
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-list-payment__body-large {
    font-size: 24px;
  }
}
#over60otoku .p-flow-section {
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section {
    padding-bottom: 67px;
  }
}
#over60otoku .p-flow-section__inner {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__inner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-flow-section__tab-button {
    min-height: 3.9lh;
  }
}
#over60otoku .p-flow-section__tab-content {
  display: none;
}
#over60otoku .p-flow-section__tab-content.is-active {
  display: block;
}
#over60otoku .p-flow-section__box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__box {
    justify-content: center;
    column-gap: 60px;
    margin-top: 40px;
  }
}
#over60otoku .p-flow-section__button--shop {
  --buttonBack: #FF820C;
  --buttonShadow: #D06A09;
}
#over60otoku .p-flow-section__button--shop .p-flow-section__button-link::before {
  background-image: url("/sp/over60otoku/images/icon-shop.svg");
}
#over60otoku .p-flow-section__button--online {
  --buttonBack: var(--primeColor);
}
#over60otoku .p-flow-section__button--online .p-flow-section__button-link::before {
  background-image: url("/sp/over60otoku/images/icon-online.svg");
}
#over60otoku .p-flow-section__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 12px;
  font-weight: 900;
  color: var(--buttonBack);
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__button-text {
    column-gap: 12px;
  }
}
#over60otoku .p-flow-section__button-text::before, #over60otoku .p-flow-section__button-text::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-flow-section__button-text::before {
  rotate: -20deg;
}
#over60otoku .p-flow-section__button-text::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__button-text {
    font-size: 18px;
    font-weight: bold;
  }
}
#over60otoku .p-flow-section__button-link {
  margin-top: 4px;
}
@media (max-width: 767px) {
  #over60otoku .p-flow-section__button-link {
    width: 44.27vw;
    font-size: 16px;
    font-weight: 900;
    height: 48px;
    column-gap: 6px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__button-link {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-flow-section__button-link::before {
    content: "";
    width: 30px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#over60otoku .p-flow-contract__heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-weight: bold;
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__heading {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-contract__step {
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-contract__step-item + .p-flow-contract__step-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step-item + .p-flow-contract__step-item {
    margin-top: 40px;
    padding-top: 40px;
    border-top-width: 1.5px;
  }
}
#over60otoku .p-flow-contract__step-heading {
  font-size: 20px;
  font-weight: bold;
  color: var(--primeColor);
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step-heading {
    font-size: 24px;
  }
}
#over60otoku .p-flow-contract__step-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step-text {
    margin-top: 20px;
    font-size: 20px;
  }
}
#over60otoku .p-flow-contract__step-text--image {
  margin-bottom: 16px;
}
#over60otoku .p-flow-contract__step-text--image::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 24px;
  background-image: url("/sp/over60otoku/images/icon-flow_identification.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step-text--image::after {
    height: 64px;
    background-position: left top;
  }
}
#over60otoku .p-flow-contract__step-link {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  display: flex;
  align-items: center;
  column-gap: 4px;
  border-bottom: 1px solid currentColor;
  width: fit-content;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-contract__step-link {
    margin-top: 40px;
    font-size: 20px;
    border-bottom-width: 1.5px;
  }
}
#over60otoku .p-flow-contract__step-link[data-target] {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #over60otoku .p-flow-contract__step-link[data-target] {
    opacity: 1;
    transition: opacity 0.1s ease;
  }
  #over60otoku .p-flow-contract__step-link[data-target]:hover {
    opacity: 0.7;
  }
}
#over60otoku .p-flow-contract__step-link::after {
  content: "";
  height: 0.75lh;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-flow-contract__step-link--mnp::after {
  background-image: url("/sp/over60otoku/images/icon-question.svg");
}
#over60otoku .p-flow-reservation {
  max-width: 760px;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-reservation__heading {
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FFE783;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 7px;
  text-underline-offset: 0;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__heading {
    font-size: 40px;
    text-decoration-thickness: 12px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__heading {
    font-size: 28px;
  }
}
#over60otoku .p-flow-reservation__heading-strong {
  color: var(--primeColor);
}
#over60otoku .p-flow-reservation__step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-reservation__step-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-content: center;
  text-align: center;
}
#over60otoku .p-flow-reservation__step-item:nth-child(even) {
  border-left: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-item:nth-child(even) {
    border-left-width: 1.5px;
  }
}
#over60otoku .p-flow-reservation__step-item:nth-child(-n+3) {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-item:nth-child(-n+3) {
    padding-bottom: 20px;
  }
}
#over60otoku .p-flow-reservation__step-item:nth-child(n+3) {
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-item:nth-child(n+3) {
    border-top-width: 1.5px;
    padding-top: 20px;
  }
}
#over60otoku .p-flow-reservation__step-item::after {
  content: "";
  width: 140px;
  margin: 0 auto;
  aspect-ratio: 140/84;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-item::after {
    width: 240px;
  }
}
#over60otoku .p-flow-reservation__step-item:nth-child(1)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_01.webp");
}
#over60otoku .p-flow-reservation__step-item:nth-child(2)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_02.webp");
}
#over60otoku .p-flow-reservation__step-item:nth-child(3)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_03.webp");
}
#over60otoku .p-flow-reservation__step-item:nth-child(4)::after {
  background-image: url("/sp/over60otoku/images/img-flow_point_04.webp");
}
#over60otoku .p-flow-reservation__step-label {
  background-color: var(--primeColor);
  color: #fff;
  width: 85px;
  margin: 0 auto;
  border-radius: 999px;
  font-size: 12px;
  padding: 2px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-label {
    font-size: 18px;
    width: 105px;
  }
}
#over60otoku .p-flow-reservation__step-text {
  padding: 6px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-reservation__step-text {
    padding: 10px 0;
    font-size: 20px;
  }
}
#over60otoku .p-flow-reservation__step-strong {
  color: var(--primeColor);
}
#over60otoku .p-flow-mnp__lead {
  margin-top: 1em;
}
#over60otoku .p-flow-mnp__lead::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 315/127;
  margin-top: 20px;
  background-image: url("/sp/over60otoku/images/img-modal_mnp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-mnp__lead::after {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-mnp__label {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-mnp__label {
    font-size: 24px;
    margin-top: 40px;
    border-top-width: 1.5px;
  }
}
#over60otoku .p-flow-mnp__list {
  width: fit-content;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-mnp__list {
    margin-top: 40px;
  }
}
#over60otoku .p-flow-mnp__link {
  color: inherit;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-flow-mnp__link {
    font-size: 24px;
  }
}
#over60otoku .p-flow-mnp__link::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-arrow_07.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-faq-section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section {
    padding-bottom: 60px;
  }
}
#over60otoku .p-faq-section__inner {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__inner {
    margin-top: 60px;
  }
}
#over60otoku .p-faq-section__item {
  --iconSize: 26px;
  border-top: 1px solid var(--mainColor);
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__item {
    border-top-width: 1.5px;
    --iconSize: 39px;
  }
}
#over60otoku .p-faq-section__item:last-child {
  border-bottom: 1px solid var(--mainColor);
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__item:last-child {
    border-bottom-width: 1.5px;
  }
}
#over60otoku .p-faq-section__button {
  font-size: 16px;
  color: inherit;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__button {
    font-size: 20px;
    padding: 20px 0;
    column-gap: 21px;
  }
}
#over60otoku .p-faq-section__button::before {
  content: "";
  width: var(--iconSize);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
}
#over60otoku .p-faq-section__button::before {
  background-image: url("/sp/over60otoku/images/icon-q.svg");
  background-size: contain;
}
#over60otoku .p-faq-section__button.is-open span::after {
  rotate: 0deg;
}
#over60otoku .p-faq-section__button span {
  width: calc(100% - var(--iconSize));
  text-align: left;
  padding-right: calc(var(--iconSize) * 1.5);
  position: relative;
}
#over60otoku .p-faq-section__button span::before, #over60otoku .p-faq-section__button span::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
}
#over60otoku .p-faq-section__button span::after {
  rotate: 90deg;
  transition: rotate var(--transitionDuration);
}
#over60otoku .p-faq-section__answer {
  display: none;
}
#over60otoku .p-faq-section__box {
  font-size: 16px;
  color: inherit;
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  width: 100%;
  padding: 0 0 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__box {
    font-size: 20px;
    padding: 0 0 20px;
    column-gap: 21px;
  }
}
#over60otoku .p-faq-section__box::before {
  content: "";
  width: var(--iconSize);
  aspect-ratio: 1/1;
  background-image: url("/sp/over60otoku/images/icon-a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#over60otoku .p-faq-section__box-item {
  font-size: inherit;
  font-weight: inherit;
  width: calc(100% - var(--iconSize));
  padding-right: calc(var(--iconSize) * 1.5);
}
#over60otoku .p-faq-section__box-notes {
  font-size: 14px;
}
@media (min-width: 768px) {
  #over60otoku .p-faq-section__box-notes {
    font-size: 16px;
  }
}
#over60otoku .p-campaign-section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section {
    padding-bottom: 60px;
  }
}
#over60otoku .p-campaign-section__inner {
  margin-top: 6.4vw;
  padding-bottom: 6.9333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section__inner {
    margin-top: calc(0.0631578947 * min(100vw, 950px));
    padding-bottom: calc(0.0578947368 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section__list {
  width: 77.6vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section__list {
    width: calc(0.5957894737 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section__link {
  display: block;
  margin: 0 2.1333333333vw;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section__link {
    margin: 0 calc(0.0347368421 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section__link img {
  width: 100%;
}
#over60otoku .p-campaign-section .slick-list {
  overflow: visible;
}
#over60otoku .p-campaign-section .slick-arrow {
  position: absolute;
  z-index: 1;
  width: 10.6666666667vw;
  aspect-ratio: 1/1;
  color: transparent;
  background: url("/sp/over60otoku/images/icon-arrow_04.svg") no-repeat center center/contain;
  border: none;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section .slick-arrow {
    width: calc(0.0631578947 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section .slick-prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section .slick-prev {
    transform: translate(-100%, -50%) scale(-1, 1);
  }
}
#over60otoku .p-campaign-section .slick-next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section .slick-next {
    transform: translate(100%, -50%);
  }
}
#over60otoku .p-campaign-section .slick-dots {
  position: absolute;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 4.8vw;
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section .slick-dots {
    gap: calc(0.0284210526 * min(100vw, 950px));
    margin-top: calc(0.0421052632 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section .slick-dots button {
  display: block;
  color: transparent;
  font-size: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border: none;
  border-radius: 99px;
  background: #BABABA;
  padding: 0;
}
@media (min-width: 768px) {
  #over60otoku .p-campaign-section .slick-dots button {
    width: calc(0.0157894737 * min(100vw, 950px));
    height: calc(0.0157894737 * min(100vw, 950px));
  }
}
#over60otoku .p-campaign-section .slick-dots .slick-active button {
  background: #818181;
}
#over60otoku .p-cm-section {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section {
    padding-bottom: 60px;
  }
}
#over60otoku .p-cm-section__inner {
  margin-top: 32px;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__inner {
    margin-top: 60px;
  }
}
#over60otoku .p-cm-section__movie {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
#over60otoku .p-cm-section__movie-thumb {
  position: relative;
  display: block;
}
#over60otoku .p-cm-section__movie-thumb::before, #over60otoku .p-cm-section__movie-thumb::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  pointer-events: none;
}
#over60otoku .p-cm-section__movie-thumb::before {
  width: 40px;
  background-color: rgba(255, 0, 51, 0.65);
  border-radius: 50%;
  translate: -50% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__movie-thumb::before {
    width: 60px;
  }
}
#over60otoku .p-cm-section__movie-thumb::after {
  background-color: #fff;
  width: 15px;
  clip-path: polygon(0 0, 0% 100%, 50% 50%);
  translate: -15% -50%;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__movie-thumb::after {
    width: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #over60otoku .p-cm-section__movie-thumb {
    cursor: pointer;
  }
  #over60otoku .p-cm-section__movie-thumb img {
    opacity: 1;
    transition: opacity var(--transitionDuration);
  }
  #over60otoku .p-cm-section__movie-thumb:hover img {
    opacity: 0.7;
  }
}
#over60otoku .p-cm-section__movie-text {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__movie-text {
    margin-top: 20px;
    font-size: 20px;
  }
}
#over60otoku .p-cm-section__banner {
  margin: 80px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__banner {
    margin-top: 120px;
  }
}
#over60otoku .p-cm-section__banner-label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__banner-label {
    column-gap: 12px;
  }
}
#over60otoku .p-cm-section__banner-label::before, #over60otoku .p-cm-section__banner-label::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-cm-section__banner-label::before {
  rotate: -20deg;
}
#over60otoku .p-cm-section__banner-label::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__banner-label {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-cm-section__banner-label::before, #over60otoku .p-cm-section__banner-label::after {
    height: 1.5lh;
  }
}
#over60otoku .p-cm-section__banner-link {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-cm-section__banner-link {
    margin-top: 10px;
  }
}
#over60otoku .p-fixed-content {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background-color: #FFF2F4;
  padding: 14px 15px 18px;
  opacity: 0;
  transition: opacity var(--transitionDuration);
  z-index: 1050;
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content {
    padding: 10px 0 18px;
  }
}
#over60otoku .p-fixed-content.is-show {
  opacity: 1;
}
#over60otoku .p-fixed-content__inner {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content__inner {
    column-gap: 55px;
  }
}
#over60otoku .p-fixed-content__button--shop {
  --buttonBack: #FF820C;
  --buttonShadow: #D06A09;
}
#over60otoku .p-fixed-content__button--shop .p-fixed-content__button-link::before {
  background-image: url("/sp/over60otoku/images/icon-shop.svg");
}
#over60otoku .p-fixed-content__button--online {
  --buttonBack: var(--primeColor);
}
#over60otoku .p-fixed-content__button--online .p-fixed-content__button-link::before {
  background-image: url("/sp/over60otoku/images/icon-online.svg");
}
#over60otoku .p-fixed-content__button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 12px;
  font-weight: 900;
  color: var(--buttonBack);
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content__button-text {
    column-gap: 12px;
  }
}
#over60otoku .p-fixed-content__button-text::before, #over60otoku .p-fixed-content__button-text::after {
  content: "";
  width: 2px;
  height: 0.75lh;
  background-color: currentColor;
}
#over60otoku .p-fixed-content__button-text::before {
  rotate: -20deg;
}
#over60otoku .p-fixed-content__button-text::after {
  rotate: 20deg;
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content__button-text {
    font-size: 18px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-fixed-content__button-link {
    width: 44.27vw;
    font-size: 16px;
    font-weight: 900;
    height: 48px;
    column-gap: 6px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content__button-link {
    width: 340px;
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-fixed-content__button-link {
    width: 380px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-fixed-content__button-link::before {
    content: "";
    width: 30px;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#over60otoku .p-simulation-header {
  --taxPriceLarge: 40px;
  background-color: #FFEDF0;
  padding: 26px 0 31px;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header {
    --taxPriceLarge: 80px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-header {
    padding: 51px 0;
  }
}
#over60otoku .p-simulation-header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-header__box {
    justify-content: center;
  }
}
#over60otoku .p-simulation-header__base {
  position: relative;
  flex-shrink: 0;
}
#over60otoku .p-simulation-header__base::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/32;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 150% -50%;
  background-image: url("/sp/over60otoku/images/icon-arrow_03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__base::after {
    width: 40px;
    translate: 50% -50%;
  }
}
#over60otoku .p-simulation-header__base-label {
  font-size: 14px;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__base-label {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-header__base-tax {
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: var(--primeColor);
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.5em;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__base-tax {
    font-size: 28px;
    text-decoration-thickness: 2px;
  }
}
#over60otoku .p-simulation-header__base-tax-number {
  font-size: calc(var(--taxPriceLarge) / 2);
}
#over60otoku .p-simulation-header__discount {
  padding-left: 35px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-header__discount {
    padding-left: 95px;
  }
}
#over60otoku .p-simulation-header__discount.is-family .p-simulation-header__discount-total-number::before {
  opacity: 1;
}
#over60otoku .p-simulation-header__discount.is-family .p-simulation-header__discount-family {
  opacity: 1;
}
#over60otoku .p-simulation-header__discount-box {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-header__discount-box {
    flex-flow: column;
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-header__discount-box {
    flex-wrap: wrap;
  }
}
#over60otoku .p-simulation-header__discount-total {
  font-size: 18px;
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-header__discount-total {
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__discount-total {
    font-size: 45px;
  }
}
#over60otoku .p-simulation-header__discount-total-small {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__discount-total-small {
    font-size: 28px;
  }
}
#over60otoku .p-simulation-header__discount-total-number {
  font-size: var(--taxPriceLarge);
  font-weight: bold;
  line-height: 1;
  color: var(--primeColor);
  position: relative;
}
#over60otoku .p-simulation-header__discount-total-number::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 -75%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  opacity: 0;
  transition: opacity var(--transitionDuration);
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__discount-total-number::before {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-header__discount-tax {
  font-size: 14px;
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-header__discount-tax {
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__discount-tax {
    padding-left: 24px;
    font-size: 28px;
  }
}
#over60otoku .p-simulation-header__discount-tax-number {
  font-size: calc(var(--taxPriceLarge) / 2);
  font-weight: bold;
  line-height: 1;
  color: var(--primeColor);
}
#over60otoku .p-simulation-header__discount-family {
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: opacity var(--transitionDuration);
  position: relative;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-header__discount-family {
    font-size: 28px;
  }
}
#over60otoku .p-simulation-header__discount-family-inner {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-header__discount-family-inner {
    right: unset;
    left: 0;
  }
}
#over60otoku .p-simulation-header__discount-family-number {
  font-size: calc(var(--taxPriceLarge) / 2);
  font-weight: bold;
}
#over60otoku .p-simulation-body {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-body {
    height: calc(100dvh - 131px - 130px);
    overflow: auto;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body {
    padding-top: 56px;
    padding-bottom: 56px;
    min-height: calc(100dvh - 149px - 120px);
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-body {
    min-height: calc(100dvh - 182px - 120px);
  }
}
#over60otoku .p-simulation-body__label {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  padding: 11px 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body__label {
    padding: 9px 0;
    font-size: 24px;
  }
}
#over60otoku .p-simulation-body__list {
  display: flex;
  flex-wrap: wrap;
}
#over60otoku .p-simulation-body__item {
  width: 100%;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body__item {
    width: 50%;
  }
}
#over60otoku .p-simulation-body__item--off {
  border-bottom: 1px solid var(--mainColor);
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body__item--off {
    width: 100%;
    border-bottom-width: 1.5px;
  }
}
#over60otoku .p-simulation-body__item--off .p-simulation-item__label::before {
  top: 4px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body__item--left {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-body__item--right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-body__item:last-child {
    padding-top: 0;
    padding-left: 24px;
  }
}
#over60otoku .p-simulation-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#over60otoku .p-simulation-item__box {
  display: block;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__box {
    padding-left: 40px;
  }
}
#over60otoku .p-simulation-item__box--talk {
  margin-top: 16px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__box--talk {
    margin-top: 20px;
  }
}
#over60otoku .p-simulation-item__radio, #over60otoku .p-simulation-item__check {
  display: none;
}
#over60otoku .p-simulation-item__radio + .p-simulation-item__label::before {
  background-image: url("/sp/over60otoku/images/icon-radio_off.svg");
}
#over60otoku .p-simulation-item__radio:checked + .p-simulation-item__label::before {
  background-image: url("/sp/over60otoku/images/icon-radio_on.svg");
}
#over60otoku .p-simulation-item__check + .p-simulation-item__label::before {
  background-image: url("/sp/over60otoku/images/icon-check_off.svg");
}
#over60otoku .p-simulation-item__check:checked + .p-simulation-item__label::before {
  background-image: url("/sp/over60otoku/images/icon-check_on.svg");
}
#over60otoku .p-simulation-item__notes {
  display: block;
}
#over60otoku .p-simulation-item__text {
  font-size: 16px;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-item__text {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-item__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-item__label {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-item__label::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 10px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__label::before {
    top: 7px;
    width: 24px;
  }
}
#over60otoku .p-simulation-item__text {
  margin-bottom: 10px;
}
#over60otoku .p-simulation-item__label-price {
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-item__label-price {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-item__label-large {
  font-size: 32px;
  font-weight: bold;
  color: var(--primeColor);
  margin-right: 3px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__label-large {
    margin-right: 6px;
  }
}
#over60otoku .p-simulation-item__label-large--normal {
  color: var(--textMain);
}
#over60otoku .p-simulation-item__notes {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-item__notes {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-item__unlimited {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primeColor);
  margin-top: 10px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__unlimited {
    font-size: 20px;
    margin-top: 8px;
  }
}
#over60otoku .p-simulation-item__campaign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__campaign {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  #over60otoku .p-simulation-item__campaign-label {
    font-size: 20px;
  }
}
#over60otoku .p-simulation-item__campaign-large {
  font-size: 32px;
  color: var(--primeColor);
  margin-right: 3px;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-item__campaign-large {
    margin-right: 6px;
  }
}
#over60otoku .p-simulation-footer {
  position: sticky;
  bottom: 0;
}
#over60otoku .p-simulation-footer__scroll {
  width: 60px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity var(--transitionDuration);
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-footer__scroll {
    display: none;
  }
}
#over60otoku .p-simulation-footer__scroll.is-hide {
  opacity: 0;
}
#over60otoku .p-simulation-footer__inner {
  background-color: #ddd;
  padding: 12px 0;
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-footer__inner {
    padding: 15px 0;
  }
}
#over60otoku .p-simulation-footer__button {
  margin-left: auto;
  margin-right: auto;
}
#over60otoku .p-simulation-footer__button-link {
  width: 243px;
}
@media (max-width: 767px) {
  #over60otoku .p-simulation-footer__button-link {
    font-size: 14px;
    height: 50px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  #over60otoku .p-simulation-footer__button-link {
    width: 480px;
  }
}
#over60otoku .p-simulation-footer__button-link::after {
  background-image: url("/sp/over60otoku/images/icon-close.svg");
}

.p-simulation.l-header-lp {
  display: none !important;
}
