@charset "utf-8";

body {
  --top-border-color: #e0e0e0;
  --top-shadow-rgba: rgba(0, 0, 0, 0.08);
}

.ln-section {
  line-height: 1.4;
}

span.img,
span.txt,
.init,
.current {
  all: revert;
  box-sizing: border-box;
  display: block;
}

@media (hover: hover) {
  :not(header, footer) a,
  :not(header, footer) label[for] {
    transition: opacity 0.2s;
  }

  :not(header, footer) a:hover,
  :not(header, footer) label[for]:hover {
    opacity: 0.7;
  }
}

@media (hover: none) {
  :not(header, footer) a:active,
  :not(header, footer) label[for]:active {
    opacity: 0.7;
  }
}

_:-ms-fullscreen,
:root a:hover,
_:-ms-fullscreen,
:root label[for]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.u-sp {
  display: block;
}

.u-pad,
.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pad {
    display: block;
  }

  .u-sp,
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-pc {
    display: block;
  }

  .u-sp,
  .u-pad {
    display: none;
  }
}

/* ビジュアル
 ------------------------------------------------------------ */

.Top-visual-wrapper--pc {
  display: block;
}

.Top-visual-wrapper--sp {
  display: none;
}

.Top-visual-wrapper--pc,
#top-visual-wrapper-sp {
  --top-visual-bottom-space: 0;

  position: relative;
  z-index: 2;
  overflow: hidden;
}

.Top-visual--pc,
#top-visual {
  position: relative;
  width: 100%;
  height: 0;
  padding: min(32%, 450px) 0 var(--top-visual-bottom-space) 0;
}

.Top-visual--pc {
  padding: min(38%, 540px) 0 var(--top-visual-bottom-space) 0;
}

_:-ms-fullscreen,
:root #top-visual {
  padding: 450px 0 0;
}

_:-ms-fullscreen,
:root .Top-visual--pc {
  padding: 540px 0 0;
}

.top-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease-in-out 0s;
}

.top-visual.current {
  z-index: 3;
  opacity: 1;
}

.top-visual.init {
  z-index: 3;
  opacity: 1;
  transition: opacity 0s;
}

.Top-visual--pc .top-visual--plan,
#top-visual .top-visual--plan {
  background: #142c13;
}

.Top-visual--pc .top-visual--cm,
#top-visual .top-visual--cm {
  background: #fbfef5;
}

.Top-visual--pc .top-visual--life,
#top-visual .top-visual--life {
  background: #f5f8ea;
}

.Top-visual--pc .top-visual--term-medical,
#top-visual .top-visual--term-medical {
  background: #fefcf6;
}

.Top-visual--pc .top-visual--nps,
#top-visual .top-visual--nps {
  background: #f8fbf3;
}

.top-visual__img {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.top-visual__img > img {
  width: 100%;
  height: auto;
}

#top-visual > .top-visual > p > span > a {
  color: #096fc8;
  text-decoration: underline;
}

.top-visual-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.top-visual-product {
  position: absolute;
  bottom: min(calc(7.6vw), 120px);
  left: 50%;
  display: flex;
  justify-content: center;
  width: 33.5%;
  transform: translateX(5%);
}

.Top-visual--pc > .top-visual--cm .top-visual-product {
  bottom: 3.5vw;
  left: min(calc(11vw), 170px);
}

_:-ms-fullscreen,
:root .Top-visual--pc > .top-visual--life .top-visual-product {
  bottom: 120px;
}

.Top-visual--pc > .top-visual--term-medical .top-visual-product {
  bottom: 1.5vw;
  width: 35.5%;
  transform: translateX(15%);
}

.top-visual-button {
  position: absolute;
  right: 11.5%;
  bottom: min(6.1vw, 86px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: min(calc(2.4vw + 26px), 60px);
  padding: 0 1.1em;
  font-size: min(calc(0.6vw + 10px), 18px);
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 10px 0 var(--top-shadow-rgba);
}

@media (hover: hover) {
  .top-visual-button {
    transition: opacity 0.2s;
  }

  .top-visual-button:hover {
    opacity: 0.7;
  }
}

@media (hover: none) {
  .top-visual-button:active {
    opacity: 0.7;
  }
}

_:-ms-fullscreen,
:root .top-visual-button:hover {
  opacity: 0.7;
}

.Top-visual--pc .top-visual-button {
  position: relative;
  right: 0;
  bottom: 0;
  width: 19.5em;
  height: min(calc(2.4vw + 20px), 50px);
  font-size: min(calc(0.6vw + 10px), 15px);
}

.Top-visual--pc .top-visual-button:hover,
.Top-visual--pc .top-visual-button:focus,
.Top-visual--pc .top-visual-button:active {
  background-color: rgba(255, 255, 255, 0.6);
}

_:-ms-fullscreen,
:root .top-visual-button {
  bottom: 86px;
  height: 60px;
  font-size: 18px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

_:-ms-fullscreen,
:root .Top-visual-wrapper--pc .top-visual-button {
  bottom: 0;
  height: 50px;
  font-size: 15px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.top-visual-button::before {
  width: 1px;
  height: 20px;
  content: '';
}

#top-visual > .top-visual--life .top-visual-button {
  bottom: min(calc(7.6vw - 20px), 86px);
  width: 19.5em;
  border: solid 1px #92b729;
  border-radius: 8px;
}

.Top-visual--pc > .top-visual--term-medical .top-visual-button,
#top-visual > .top-visual--term-medical .top-visual-button {
  width: 19.5em;
  border: solid 2px #dea520;
}

.Top-visual--pc > .top-visual--life .top-visual-button {
  right: -18px;
  width: 25.5em;
  border: solid 1px #92b729;
  border-radius: 8px;
}

.Top-visual--pc > .top-visual--life .top-visual-button circle,
#top-visual > .top-visual--life .top-visual-button circle {
  fill: #92b729;
}

.Top-visual--pc > .top-visual--term-medical .top-visual-button circle,
#top-visual > .top-visual--term-medical .top-visual-button circle {
  fill: #dea520;
}

@media (max-width: 1366px) {
  _:-ms-fullscreen,
  :root .Top-visual--pc > .top-visual--life .top-visual-product {
    bottom: 110px;
  }
}

@media (max-width: 992px) {
  .Top-visual--pc .top-visual-button {
    height: min(calc(2.4vw + 20px), 35px);
  }

  .Top-visual--pc .top-visual-button .icon-disc-arrow svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 768px) {
  #top-visual {
    padding: min(32%, 450px) 0 0;
  }
}

@media (max-width: 767px) {
  .Top-visual-wrapper--sp {
    display: block;
  }

  .Top-visual-wrapper--pc {
    display: none;
  }

  .Top-visual--pc,
  #top-visual {
    position: relative;
    width: 100%;
    height: 0;
    padding: 108% 0 0;
  }

  .Top-visual--pc .top-visual-button,
  .top-visual-button {
    right: 50%;
    width: 19.5em;
    height: min(calc(4.4vw + 26px), 60px);
    font-size: min(calc(0.78vw + 12px), 18px);
    transform: translate(50%, 0);
  }

  #top-visual > .top-visual--term-medical .top-visual-button {
    bottom: 7vw;
    height: min(calc(4.4vw + 20px), 54px);
  }

  #top-visual > .top-visual--life .top-visual-button {
    bottom: calc(25vw - 22px);
    height: min(calc(4.4vw + 30px), 54px);
  }
}

#top-visual-marker {
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 28px;
  padding: 0 10px;
  background: #f4f7ea;
  border: solid 1px var(--top-border-color);
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  transform: translate(-50%, -50%);
}

.top-visual-marker {
  margin: 0 5px;
}

.Top-visual-marker-btn {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #8fb130;
  border-radius: 50%;
}

.Top-visual-marker--pc .Top-visual-marker-btn {
  width: 20px;
  height: 20px;
}

.Top-visual-marker-btn__ico {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-color: #8fb130;
  border-style: solid;
  border-width: 0 2px;
  transform: translate(-45%, -50%);
}

.Top-visual-marker--pc .Top-visual-marker-btn__ico {
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
}

.Top-visual-marker--pc {
  position: static;
  top: inherit;
  left: inherit;
  z-index: 9; /* root: Top-visual-wrapper--pc */
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  transform: inherit;
}

.Top-visual--paused .Top-visual-marker--sp .Top-visual-marker-btn__ico {
  border: 4px solid transparent;
  border-left: 8px solid #8fb130;
  transform: translate(-22%, -50%);
}

.Top-visual--paused .Top-visual-marker--pc .Top-visual-marker-btn__ico {
  border: 5px solid transparent;
  border-left: 9px solid #8fb130;
  transform: translate(-20%, -50%);
}

.Top-visual-reason {
  max-width: 1120px;
  margin: 10px auto 0;
  text-align: right;
}

@media (min-width: 390px) {
  .Top-visual-marker-btn__ico {
    transform: translate(-60%, -50%);
  }

  .Top-visual--paused .Top-visual-marker--sp .Top-visual-marker-btn__ico {
    transform: translate(-32%, -50%);
  }
}

@media (min-width: 768px) {
  .Top-visual-reason {
    margin: 10px auto 20px;
  }
}

.Top-visual-reason__lnk {
  position: relative;
  display: inline-block;
  color: #04c;
  text-decoration: underline;
}

.Top-visual-reason__lnk::before {
  position: absolute;
  top: 5px;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  content: '?';
  background-color: #04c;
  border-radius: 50%;
}

_:-ms-fullscreen,
:root #top-visual-marker {
  padding: 0 20px;
  border: solid 1px #e0e0e0;
}

_:-ms-fullscreen,
:root .Top-visual-marker--pc {
  display: flex;
  justify-content: center;
}

_:-ms-fullscreen,
:root #top-visual-marker div:not(:first-child) {
  margin-left: 8px;
}

#top-visual-marker::before {
  position: absolute;
  top: 50%;
  left: -1px;
  width: calc(100% + 2px);
  height: 14px;
  content: '';
  background: #f4f7ea;
}

#top-visual-marker > div {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #e2e5e7;
  border-radius: 5px;
  transition: background 1.2s ease-in-out 0s;
}

.Top-visual-marker--pc > div {
  position: relative;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #e2e5e7;
  border-radius: 5px;
  transition: 1.2s ease-in-out 0s;
}

/*
#top-visual-marker > div::after {
  position: absolute;
  content: '';
  top: 0;
  left: 4px;
  width: 2px;
  height: 4px;
  background: #e2e5e7;
}
*/
#top-visual-marker > div.current {
  cursor: default;
  animation: top-visual-timer 6s linear 0s 1 normal forwards;
}

.Top-visual-marker--pc > div.init,
#top-visual-marker > div.init {
  cursor: default;
  background: #8fb130;
  transition: background 0s;
}

.Top-visual-marker--pc > div.current.paused,
#top-visual-marker > div.current.paused {
  animation-play-state: paused;
}

.top-visual-next {
  position: absolute;
  top: 47%;
  z-index: 2; /* root: Top-visual--wrap */
  width: min(calc(0.8vw + 22px), 48px);
  height: min(calc(0.8vw + 22px), 48px);
  background: #fff;
  border: solid 1px var(--top-border-color);
  border-radius: 50%;
  transform: translate(0, -70%);
}

_:-ms-fullscreen,
:root .top-visual-next {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: solid 1px #e0e0e0;
  outline: none;
}

.top-visual-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  content: '';
  border-top: solid 2px #8fb130;
}

#top-visual-prev::after {
  border-left: solid 2px #8fb130;
  transform: translate(-25%, -50%) rotate(-45deg);
}

#top-visual-next::after {
  border-right: solid 2px #8fb130;
  transform: translate(-65%, -50%) rotate(45deg);
}

#top-visual-prev {
  left: max(calc(6.3vw + -38px), calc(50vw - 658px));
}

#top-visual-next {
  right: max(calc(6.3vw + -38px), calc(50vw - 658px));
}

_:-ms-fullscreen,
:root #top-visual-prev {
  left: calc(50vw - 658px);
}

_:-ms-fullscreen,
:root #top-visual-next {
  right: calc(50vw - 658px);
}

.Top-visual-marker--pc > .Top-visual-marker-insurance.current {
  animation: top-visual-timer 6s linear 0s 1 normal forwards;
}

.Top-visual-wrapper--pc .top-estimate {
  display: none;
}

.Top-visual--wrap {
  position: relative;
}

@media (max-width: 767px) {
  :root #top-visual-prev {
    left: 5px;
  }

  :root #top-visual-next {
    right: 5px;
  }

  .Top-visual-wrapper--pc .top-estimate {
    display: block;
  }

  .top-visual-next {
    top: 34.5%;
    width: min(calc(1.8vw + 22px), 48px);
    height: min(calc(1.8vw + 22px), 48px);
  }

  .Top-visual-marker-btn {
    margin: 0 5px;
  }
}

@keyframes top-visual-timer {
  0% {
    background-color: #8fb130;
  }

  100% {
    background-color: #8fb131;
  }
}

.avatar {
  display: none;
  margin: 18px;
  text-align: center;
}

.avatar__lnk {
  cursor: pointer;
}

.avatar__lnk img {
  margin: 0 auto;
}

#top-visual-wrapper-sp .top-estimate {
  position: relative;
  z-index: 8; /* root: top-visual */
  background: #f4f7ea;
}

@media (max-width: 767px) {
  .Top-visual-wrapper--pc .top-estimate,
  #top-visual-wrapper-sp .top-estimate {
    padding: 20px;
  }

  #top-visual-marker {
    height: 22px;
  }

  .Top-visual-marker--pc {
    height: 15px;
    padding-top: 5px;
  }

  .Top-visual-wrapper--pc .top-estimate {
    position: relative;
    z-index: 8; /* root: top-visual */
    background: #f4f7ea;
  }
}

.top-visual__lnk-cm {
  position: absolute;
  bottom: 196px;
  left: 205px;
  display: block;
  width: 245px;
  height: 45px;
}

/* 無料で10秒見積り
 ------------------------------------------------------------ */
.top-estimate {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: #fff8f5;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}

.top-estimate > p {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.top-estimate p strong {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
  text-align: center;
}

.top-estimate p strong::after,
.top-estimate p strong::before {
  position: absolute;
  width: 1px;
  height: 1.5em;
  content: '';
  background: #333;
}

.top-estimate p strong::before {
  left: 0;
  transform: translate(-10px, 2px) rotate(18deg);
}

.top-estimate p strong::after {
  right: 0;
  transform: translate(10px, 2px) rotate(-18deg);
}

.top-estimate > p > span {
  display: block;
  font-size: 1.75em;
}

@media (max-width: 767px) {
  .top-estimate > p > span {
    font-size: 1.2em;
  }

  .top-estimate p strong {
    width: inherit;
    max-width: inherit;
  }
}

.top-estimate > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(42vw, 380px);
  height: 80px;
  margin: 0 15px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: #f9681b;
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #d65b1a;
}

_:-ms-fullscreen,
:root .top-estimate > a {
  width: 380px;
}

.top-estimate > a > em {
  display: flex;
  align-items: center;
}

.top-estimate > a > em > span:nth-of-type(1) {
  font-size: 1.16em;
}

.top-estimate > a > em > span:nth-of-type(2) {
  font-size: 1.28em;
}

.top-estimate > a svg {
  margin: 0 0 0 30px;
  transform: scale(1.4);
}

.top-estimate > a circle {
  fill: #fff;
}

.top-estimate > a path {
  fill: #f27b22;
}

.top-estimate .top-estimate-ind--pc {
  display: block;
}

p.top-estimate-ind--sp {
  display: none;
}

@media (max-width: 767px) {
  .top-estimate {
    display: block;
    height: auto;
    padding: 15px;
  }

  .top-estimate > p {
    align-items: center;
    font-size: 14px;
  }

  .top-estimate .top-estimate-ind--pc {
    display: none;
  }

  p.top-estimate-ind--sp {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .top-estimate > p > span {
    line-height: 1.2;
  }

  .top-estimate > a {
    width: min(100%, 380px);
    height: 2.4em;
    margin: 5px auto 0;
    font-size: min(7vw, 25px);
  }

  .top-estimate > a svg {
    margin: 0 0 0 3.9vw;
    transform: scale(1.4);
  }
}

.Info {
  display: flex;
  justify-content: space-around;
  max-width: 100%;
  margin: 25px auto 0;
}

.Info__item {
  flex: 0 0 46%;
  margin-bottom: 10px;
}

.Info__img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 4px #c7c7;
}

@media (min-width: 768px) {
  .Info {
    max-width: 1080px;
    margin-top: 38px;
  }

  .Info__item {
    flex: 0 0 32%;
  }
}

.Banner {
  position: relative;
  max-width: 740px;
  padding: 2% 20px;
  margin: 18px auto 0;
}

.Banner__img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .Banner {
    margin: 0 auto;
  }
}

/* 6ボタン
 ------------------------------------------------------------ */
#top-s01-guide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 0;
}

_:-ms-fullscreen,
:root #top-s01-guide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

_:-ms-fullscreen,
:root #top-s01-guide > li {
  width: 16.66%;
}

#top-s01-guide > li:not(:last-child) {
  border-right: solid 1px #e0e0e0;
}

#top-s01-guide .txt {
  display: block;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 960px) {
  _:-ms-fullscreen,
  :root #top-s01-guide > li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #top-s01-guide {
    grid-template-columns: repeat(3, 8em);
    gap: calc(6vw - 14px);
    justify-content: center;
    font-size: 13px;
  }

  #top-s01-guide > li:nth-child(n) {
    border-right: none;
  }

  #top-s01-guide > li > a {
    display: block;
  }

  #top-s01-guide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    background-color: #faefea;
    border-radius: 50%;
  }

  #top-s01-guide .img > img {
    transform: scale(1);
  }

  #top-s01-guide .icon-disc-arrow {
    display: none;
  }

  #top-s01-guide .txt {
    text-align: center;
  }

  #top-s01-guide > li:nth-child(-n + 3) .txt {
    min-height: 2em;
  }
}

@media (min-width: 768px) {
  #top-s01-guide {
    font-size: 16px;
    border: solid 1px #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  }

  #top-s01-guide > li:not(:last-child) {
    border-right: solid 1px #e0e0e0;
  }

  #top-s01-guide > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 160px;
    padding: 20px 0 15px;
  }

  #top-s01-guide .img img {
    width: 50px;
    height: 50px;
  }

  #top-s01-guide .txt {
    display: flex;
    align-items: center;
    height: 3em;
  }

  #top-s01-guide .txt svg {
    margin: 0 5px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #top-s01-guide {
    grid-template-columns: repeat(3, 1fr);
  }

  #top-s01-guide > li:nth-child(3n) {
    border-right: none;
  }

  #top-s01-guide > li:nth-child(n + 4) {
    border-top: solid 1px #e0e0e0;
  }

  #top-s01-guide > li > a {
    height: 140px;
    padding: 20px 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 960px), (min-width: 1100px) {
  #top-s01-guide > li:nth-child(4) .txt br,
  #top-s01-guide > li:nth-child(6) .txt br {
    display: none;
  }
}

/* 重要なお知らせ
 ------------------------------------------------------------ */
#top-s01-news {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border: solid 1px #c6c6c6;
  border-radius: 6px;
}

#top-s01-news > h2 {
  width: 225px;
  min-width: 10em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

#top-s01-news > ul {
  border-left: solid 1px #c6c6c6;
}

#top-s01-news > ul > li {
  display: flex;
  padding: 2px 30px;
}

#top-s01-news > ul > li:not(:first-child, :last-child) {
  margin: 6px 0;
}

#top-s01-news svg {
  margin: 0.1em 1.6rem 0 0;
}

#top-s01-news circle {
  fill: #fff;
  stroke: #8fb130;
  stroke-width: 1px;
  r: 9.5px;
}

#top-s01-news path {
  fill: #8fb130;
}

@media (max-width: 767px) {
  #top-s01-news {
    display: block;
    padding: 10px max(15px, 4vw);
  }

  #top-s01-news a {
    font-size: 14px;
  }

  #top-s01-news > h2 {
    width: auto;
    margin: 3px 0 7px;
    text-align: left;
  }

  #top-s01-news > ul {
    border-left: none;
  }

  #top-s01-news > ul > li {
    padding: 2px 0 2px 0.65vw;
  }
}

/* 商品ラインナップ
 ------------------------------------------------------------ */
.lineup__ttl {
  display: flex;
}

.lineup__ttl--txt {
  width: 100%;
}

.lineup__ttl--lnk {
  flex: 0 0 200px;
  padding-top: 12px;
  padding-right: 35px;
  margin: auto;
  font-size: 14px;
  font-weight: normal;
  color: #04c;
  text-align: right;
  text-decoration: underline;
}

.lineup {
  display: flex;
  flex-wrap: wrap;
}

.lineup--a {
  margin-top: 25px;
}

.lineup--a,
.lineup--b {
  display: none;
}

.lineup-item {
  flex: 0 0 50%;
}

.lineup-item img {
  width: 100%;
  height: auto;
}

.lineup-item--dementia {
  flex: 0 0 100%;
  flex-direction: column;
  padding-top: 20px;
}

.lineup-item--dementia .lineup-item-lnk {
  display: block;
  width: 50%;
}

@media (min-width: 768px) {
  .lineup-item,
  .lineup-item--dementia {
    flex: 0 0 208px;
    padding-top: 0;
  }

  .lineup-item--dementia {
    flex: 0 0 100%;
    padding-top: 0;
  }

  .lineup-item--dementia .lineup-item-lnk {
    display: inline-block;
    width: auto;
  }

  .lineup-item--dementia .lineup__head {
    padding-top: 20px;
    white-space: nowrap;
  }

  .lineup-item--dementia img {
    max-width: 208px;
  }
}

.lineup__head {
  font-size: 18px;
  font-weight: bold;
}

#top-s01-lineup > h2 {
  margin: 0 0 clamp(0.5em, 2.8vw, 1em) 0;
  font-size: 2.8rem;
  font-weight: 700;
}

_:-ms-fullscreen,
:root #top-s01-lineup > h2 {
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  #top-s01-lineup > h2 {
    margin-bottom: 5px;
  }
}

#top-s01-lineup .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  border: solid 1px #e0e0e0;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}

#top-s01-lineup .img > img {
  display: block;
  max-width: calc(100% - 20px);
  height: auto;
}

#top-s01-lineup .img .icon-disc-arrow {
  display: none;
}

#top-s01-lineup .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.2rem;
  padding: 0 min(1.3vw, 18px);
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  border-radius: 0 0 6px 6px;
}

_:-ms-fullscreen,
:root #top-s01-lineup .txt {
  padding: 0 18px;
  font-size: 18px;
}

#top-s01-lineup .txt::before {
  width: 20px;
  height: 10px;
  content: '';
}

@media (min-width: 1025px) {
  #top-s01-lineup .txt::before {
    width: min(20px, calc(50vw - 512px));
  }
}

#top-s01-lineup .txt circle {
  fill: #fff;
}

@media (min-width: 768px) and (max-width: 1024px),
  (min-width: 501px) and (max-width: 680px) {
  #top-s01-lineup .img {
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 0 5px;
  }

  #top-s01-lineup .img .icon-disc-arrow {
    display: block;
  }

  #top-s01-lineup .txt {
    justify-content: center;
    padding: 0;
  }

  #top-s01-lineup .txt::before {
    content: none;
  }

  #top-s01-lineup .txt .icon-disc-arrow {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #top-s01-lineup .txt {
    font-size: max(1.76vw, 16px);
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  #top-s01-lineup .txt {
    font-size: min(3.2vw, 18px);
  }
}

@media (max-width: 500px) {
  #top-s01-lineup > h2 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }

  #top-s01-lineup .img {
    height: 90px;
  }

  #top-s01-lineup .img > img {
    width: 250px;
  }

  #top-s01-lineup .txt {
    height: 3.8rem;
    padding: 0 min(3.75vw, 18px) 0 2.3vw;
  }

  #top-s01-lineup .txt::before {
    width: 2.6vw;
  }
}

/* サイトの情報を探せる便利な検索
 ------------------------------------------------------------ */
#top-s01-search > h2 {
  margin: 0 0 clamp(0.25em, 1.4vw, 0.5em) 0;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  #top-s01-search > h2 {
    font-size: 16px;
    text-align: center;
  }

  #top-s01-search > h2 > span {
    display: inline-block;
  }
}

/* タブ切り替え
 ------------------------------------------------------------ */

#top-s01-tab {
  display: flex;
}

#top-s01-tab-check {
  height: 0;
  overflow: hidden;
  appearance: none;
}

#top-s01-tab > label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 4.44em;
  font-size: clamp(16px, 2.35vw, 1.8rem);
  font-weight: 500;
  color: #777;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-bottom-color: #8fb130;
}

_:-ms-fullscreen,
:root #top-s01-tab > label {
  font-size: 1.8rem;
}

#top-s01-tab #top-s01-tab1 {
  border-right-color: #fff;
  border-radius: 6px 0 0;
}

#top-s01-tab #top-s01-tab2 {
  border-left-color: #fff;
  border-radius: 0 6px 0 0;
}

#top-s01-tab-check:checked + #top-s01-tab #top-s01-tab1,
#top-s01-tab-check:not(:checked) + #top-s01-tab #top-s01-tab2 {
  font-weight: 700;
  color: #8fb130;
  pointer-events: none;
  background: #fafafa;
  border-color: #8fb130;
  border-bottom-color: #fafafa;
}

#top-s01-tab-box {
  background: #fafafa;
  border: solid 1px #8fb130;
  border-top-style: none;
  border-radius: 0 0 6px 6px;
}

#top-s01-tab-box > div {
  display: none;
}

#top-s01-tab-check:checked ~ #top-s01-tab-box #top-s01-tab-box1,
#top-s01-tab-check:not(:checked) ~ #top-s01-tab-box #top-s01-tab-box2 {
  display: block;
}

/* ご検討中のかた
 ------------------------------------------------------------ */
#top-s01-tab-box1 {
  padding: 50px 57px 62px;
}

#top-s01-tab-box1 > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

_:-ms-fullscreen,
:root #top-s01-tab-box1 > ul {
  display: flex;
}

_:-ms-fullscreen,
:root #top-s01-tab-box1 > ul li:last-child {
  margin-left: 30px;
}

#top-s01-tab-box1 > ul > li > a {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

#top-s01-tab-box1 > ul > li:nth-child(1) .img {
  background: #f9f7f5;
}

#top-s01-tab-box1 > ul > li:nth-child(2) .img {
  background: #e4fffe;
}

#top-s01-tab-box1 > ul > li:nth-child(3) .img {
  background: #f8f6cc;
}

#top-s01-tab-box1 > ul > li:nth-child(4) .img {
  background: #fff9eb;
}

#top-s01-tab-box1 > ul > li:nth-child(5) .img {
  background: #f9f7f5;
}

#top-s01-tab-box1 .img > img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
}

#top-s01-tab-box1 .txt {
  display: flex;
  padding: 24px 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  border-top: solid 1px #e0e0e0;
}

_:-ms-fullscreen,
:root #top-s01-tab-box1 .txt {
  padding: 24px 16px;
}

#top-s01-tab-box1 .txt strong {
  display: block;
  margin: -3px 0 12px;
  font-size: min(1.8rem, 18px);
  font-weight: 700;
  color: #333;
}

_:-ms-fullscreen,
:root #top-s01-tab-box1 .txt strong {
  font-size: 18px;
}

#top-s01-tab-box1 .txt svg {
  margin: 0 10px 0 0;
}

@media (max-width: 1024px) {
  #top-s01-tab-box1 > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #top-s01-tab-box1 {
    padding: 6.5vw calc(10vw - 17px) 9vw;
  }

  #top-s01-tab-box1 > ul {
    display: block;
    margin: 0 auto;
  }

  #top-s01-tab-box1 > ul > li:not(:last-child) {
    margin: 0 0 max(20px, 3.9vw) 0;
  }

  #top-s01-tab-box1 > ul > li > a {
    height: auto;
  }

  #top-s01-tab-box1 .img > img {
    max-width: 400px;
  }

  #top-s01-tab-box1 .txt {
    padding: 20px 4vw max(18px, 3.5vw);
    font-size: 14px;
  }

  #top-s01-tab-box1 .txt strong {
    font-size: min(1.8rem, 16px);;
  }

  _:-ms-fullscreen,
  :root #top-s01-tab-box1 .txt strong {
    font-size: 16px;
  }

  #top-s01-tab-box1 .txt br {
    display: none;
  }
}

/* ご契約者さま
 ------------------------------------------------------------ */
#top-s01-tab-box2 {
  padding: 50px 62px 62px;
}

#top-s01-tab-box2 > dl {
  display: flex;
  align-items: center;
}

#top-s01-tab-box2 > dl > dt > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(29vw, 320px);
  height: 80px;
  padding: 0 20px 0 min(2.6vw, 30px);
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: solid 1px #8fb130;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

_:-ms-fullscreen,
:root #top-s01-tab-box2 > dl > dt > a {
  width: 320px;
  padding: 0 20px 0 30px;
}

#top-s01-tab-box2 > dl > dd {
  padding: 0 0 0 min(calc(13vw - 80px), 50px);
  line-height: 1.7;
}

_:-ms-fullscreen,
:root #top-s01-tab-box2 > dl > dd {
  padding: 0 0 0 50px;
}

#top-s01-tab-box2 > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: min(2.1vw, 24px);
  padding: 40px 0 0;
}

_:-ms-fullscreen,
:root #top-s01-tab-box2 > ul {
  display: flex;
  flex-wrap: wrap;
}

_:-ms-fullscreen,
:root #top-s01-tab-box2 > ul li {
  width: 23%;
}

_:-ms-fullscreen,
:root #top-s01-tab-box2 > ul li:not(:last-child) {
  margin-right: 24px;
}

#top-s01-tab-box2 > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 160px;
  padding: 10px 0;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #top-s01-tab-box2 {
    padding: 6.5vw calc(10vw - 17px) 9vw;
  }

  #top-s01-tab-box2 > dl {
    flex-direction: column-reverse;
  }

  #top-s01-tab-box2 > dl > dt {
    width: 100%;
  }

  #top-s01-tab-box2 > dl > dt > a {
    width: min(100%, 380px);
    padding: 0 20px 0 min(6.25vw, 60px);
    margin: 15px auto 0;
  }

  #top-s01-tab-box2 > dl > dd {
    padding: 0;
  }

  #top-s01-tab-box2 > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(5vw - 10px);
  }
}

/* ライフネット生命について
 ------------------------------------------------------------ */
#top-s02 {
  text-align: center;
  background: #f3f6f7;
}

#top-s02 > .ln-inner > h2 {
  font-size: 36px;
  font-weight: 700;
}

#top-s02 > .ln-inner > h2 > span {
  display: inline-block;
}

#top-s02-about {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(2.6vw, 30px);
}

_:-ms-fullscreen,
:root #top-s02-about {
  display: flex;
  flex-wrap: wrap;
}

#top-s02-about > li {
  padding: min(3.9vw, 40px) min(2.6vw, 30px) min(3.9vw, 50px);
  background: linear-gradient(-135deg, transparent 12px, #fff 12px);
}

_:-ms-fullscreen,
:root #top-s02-about > li {
  width: 31.4%;
  padding: 40px 30px 50px;
  background: linear-gradient(-135deg, transparent 12px, #fff 12px);
}

_:-ms-fullscreen,
:root #top-s02-about > li:not(:last-child) {
  margin-right: 30px;
}

#top-s02-about .img > img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.top-s02-about-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  padding: 1em 0;
  font-size: min(1.8rem, 18px);
  font-weight: 500;
  line-height: 1.5;
}

.top-s02-about-ttl > span > span {
  display: inline-block;
  white-space: nowrap;
}

#top-s02-about .txt {
  display: block;
  text-align: left;
}

@media (max-width: 768px) {
  #top-s02-about {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: min(2.6vw, 30px);
  }
}

@media (max-width: 767px) {
  #top-s02 > .ln-inner > h2 {
    font-size: 26px;
  }

  #top-s02-about {
    display: block;
  }

  #top-s02-about > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px min(4.7vw, 30px);
    margin: 0 0 max(20px, 3.9vw) 0;
  }

  .top-s02-about-ttl {
    display: block;
    width: calc(100% - 150px);
    height: auto;
    padding: 0 0 0 min(4.7vw, 30px);
    text-align: left;
  }

  #top-s02-about .txt {
    padding: 1em 0 0;
    line-height: 1.6;
  }
}

@media (max-width: 459px) {
  #top-s02-about > li {
    display: block;
  }

  #top-s02-about > li:nth-child(1) .img > img {
    margin: -40px auto -5px;
  }

  #top-s02-about > li:nth-child(2) .img > img {
    width: 120px;
    margin: -25px auto -5px;
  }

  #top-s02-about > li:nth-child(3) .img > img {
    width: 120px;
    margin: -20px auto -15px;
  }

  .top-s02-about-ttl {
    width: auto;
    padding: 1em 0 0;
    text-align: center;
  }
}

/* おかげさまで高い評価をいただいています
 ------------------------------ */
#top-s02 > .ln-inner > h3 {
  font-size: 2.8rem;
  font-weight: 700;
}

#top-s02 > .ln-inner > h3 > span {
  display: inline-block;
}

#top-s02-eval {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.9vw, 27px);
}

_:-ms-fullscreen,
:root #top-s02-eval {
  display: flex;
}

#top-s02-eval > li {
  height: 100%;
  background: #fff;
  border-radius: 12px;
}

_:-ms-fullscreen,
:root #top-s02-eval > li {
  width: 23%;
  height: auto;
  padding: 40px 0 15px;
}

_:-ms-fullscreen,
:root #top-s02-eval > li:not(:last-child) {
  margin-right: 27px;
}

#top-s02-eval .img {
  margin: 0 40px;
}

#top-s02-eval .img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

#top-s02-eval .ttl {
  display: flex;
  flex-direction: column;
  padding: 37px 0 20px;
  font-size: min(2vw, 20px);
  font-weight: 700;
  line-height: 1.6;
}

#top-s02-eval .txt {
  padding: 20px 40px 42px;
  font-size: min(2vw, 16px);
  line-height: 1.6;
  text-align: start;
}

#top-s02-eval .note {
  font-size: 12px;
  line-height: 1.6;
  color: #777;
}

@media (max-width: 767px) {
  #top-s02 > .ln-inner > h3 {
    font-size: 20px;
  }

  #top-s02-eval {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #top-s02-eval > li {
    display: flex;
    flex-direction: column;
  }

  #top-s02-eval .ttl {
    padding: 20px 0 10px;
    font-size: 18px;
  }

  #top-s02-eval .txt {
    padding: 16px 20px 20px;
    font-size: 14px;
  }

  #top-s02-eval .note {
    font-size: 11px;
  }

  #top-s02-eval .img {
    margin: 0 20px;
  }

  #top-s02-eval .img > img {
    width: auto;
    max-height: 130px;
  }
}

@media (max-width: 359px) {
  #top-s02-eval .txt {
    font-size: 4vw;
  }
}

/* 評判･口コミ
 ------------------------------ */
#top-s02-kuchikomi {
  display: flex;
  overflow: hidden;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
}

#top-s02-kuchikomi__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 30px 0 35px;
}

#top-s02-kuchikomi__title > p {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  white-space: nowrap;
}

#top-s02-kuchikomi__title > p > strong {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 182px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.5;
}

#top-s02-kuchikomi__title > p > strong::after,
#top-s02-kuchikomi__title > p > strong::before {
  width: 1px;
  height: 1.5em;
  content: '';
  background: #333;
}

#top-s02-kuchikomi__title > p > strong::before {
  transform: translate(-20px, 0.5em) rotate(-18deg);
}

#top-s02-kuchikomi__title > p > strong::after {
  transform: translate(20px, 0.5em) rotate(18deg);
}

#top-s02-kuchikomi__title > p > span {
  font-size: 1.8rem;
}

#top-s02-kuchikomi__title .ln-color {
  font-size: min(6.5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
}

_:-ms-fullscreen,
:root #top-s02-kuchikomi__title .ln-color {
  font-size: 60px;
}

#top-s02-kuchikomi__title > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 56px;
  padding: 0 15px;
  margin: 20px 0 0;
  font-size: min(1.6rem, 16px);
  font-weight: 500;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

_:-ms-fullscreen,
:root #top-s02-kuchikomi__title > a {
  font-size: 16px;
}

#top-s02-kuchikomi__title > a::before {
  width: 16px;
  height: 16px;
  content: '';
}

#top-s02-kuchikomi__title svg {
  transform: scale(0.85);
}

#top-s02-kuchikomi__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #f8fbf3;
}

#top-s02-kuchikomi__image > img {
  display: block;
  width: 285px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #top-s02-kuchikomi {
    flex-direction: column-reverse;
    align-items: center;
  }

  #top-s02-kuchikomi__title {
    width: 100%;
    padding: 0 0 20px;
  }

  #top-s02-kuchikomi__title .ln-color {
    font-size: min(12.5vw, 50px);
  }

  #top-s02-kuchikomi__title > a {
    max-width: calc(100% - 30px);
    margin: 10px 0 0;
  }

  #top-s02-kuchikomi__image {
    width: 152px;
    padding: 10px 0 0;
    background: transparent;
  }
}

/* ライフネット生命の特長ボタン
 ------------------------------ */
#top-s02-bottom > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 64px;
  padding: 0 15px;
  margin: min(10vw, 100px) auto 0;
  font-size: min(1.6rem, 16px);
  font-weight: 500;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

_:-ms-fullscreen,
:root #top-s02-bottom > a {
  margin: 100px auto 0;
  font-size: 16px;
}

#top-s02-bottom > a::before {
  width: 16px;
  height: 16px;
  content: '';
}

@media (max-width: 767px) {
  #top-s02-bottom > a {
    width: 300px;
    max-width: 100%;
  }
}

/* お問い合わせ・ご相談
 ------------------------------------------------------------ */
#top-s03 {
  text-align: center;
}

#top-s03 > .ln-inner > h2 {
  font-size: 30px;
  font-weight: 700;
}

#top-s03-support {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

_:-ms-fullscreen,
:root #top-s03-support {
  display: flex;
  flex-wrap: wrap;
}

_:-ms-fullscreen,
:root #top-s03-support > li {
  width: 24.9%;
}

#top-s03-support > li:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

#top-s03-support > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 160px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}

#top-s03-support .txt {
  display: flex;
  align-items: center;
  text-align: start;
  white-space: nowrap;
}

#top-s03-support .txt svg {
  margin: 0 10px 0 -10px;
}

@media (min-width: 920px), (min-width: 500px) and (max-width: 767px) {
  #top-s03-support .txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  #top-s03 > .ln-inner > h2 {
    font-size: 20px;
  }

  #top-s03-support {
    grid-template-columns: 1fr 1fr;
  }

  #top-s03-support > li:nth-child(2n) {
    border-right-style: none;
  }

  #top-s03-support > li:nth-child(n + 3) {
    border-top: solid 1px #e0e0e0;
  }
}

/* フリーダイヤル
 ------------------------------ */
#top-s03-phone {
  overflow: hidden;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
}

#top-s03-phone > p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75em;
  line-height: 1.6;
  background: #f9f7f5;
  border-bottom: solid 1px #e0e0e0;
}

#top-s03-phone > strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 5px;
  font-size: 47px;
  font-weight: 700;
  white-space: nowrap;
}

#top-s03-phone > strong > img {
  width: 72px;
  height: auto;
  margin: 0 15px 0 0;
}

#top-s03-phone > b {
  display: block;
  padding: 0 min(5vw, 30px);
}

_:-ms-fullscreen,
:root #top-s03-phone > b {
  padding: 0 30px;
}

#top-s03-phone > b > span {
  display: inline-block;
}

#top-s03-phone > small {
  display: inline-block;
  padding: 20px 30px 30px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #777;
  text-align: left;
}

#top-s03-phone a.top-s03-phone__lnk {
  pointer-events: none;
}

.top-s03-phone__regis {
  color: #1374c1;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #top-s03-phone > p > br {
    display: none;
  }
}

@media (max-width: 767px) {
  #top-s03-phone > p {
    height: 4.5em;
  }

  #top-s03-phone > strong {
    padding: 25px 0 5px;
    font-size: min(10vw, 47px);
  }

  #top-s03-phone > strong > img {
    width: min(1.7em, 72px);
    margin: 0 min(0.2em, 15px) 0 0;
  }

  #top-s03-phone > small {
    padding: 20px min(4.7vw, 30px) 30px;
  }

  #top-s03-phone a.top-s03-phone__lnk {
    pointer-events: inherit;
  }
}

/* ニュースリリース・お知らせ
 ------------------------------------------------------------ */
#top-04-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(8vw, 100px);
  max-width: 1300px;
  padding: clamp(40px, calc(5vw + 22px), 80px) max(3.8vw, 20px);
  margin: 0 auto;
}

_:-ms-fullscreen,
:root #top-04-news {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 20px;
}

_:-ms-fullscreen,
:root .top-04-news {
  width: 46%;
}

_:-ms-fullscreen,
:root .top-04-news:not(:last-child) {
  margin-right: 100px;
}

.top-04-news > h2 {
  padding: 0 0 0.4em;
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid 1px #777;
}

.top-04-news-list > li {
  position: relative;
  padding: 16px 0 20px;
}

.top-04-news-list > li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: linear-gradient(
    to right,
    #c6c6c6,
    #c6c6c6 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}

.top-04-news-list .News-list__date {
  display: inline-block;
  line-height: 2.2;
  color: #777;
}

.top-04-news-list .News-list__category {
  display: inline-block;
  width: 70px;
  margin: 0 0 0 15px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #8fb130;
  text-align: center;
  content: '新着';
  border: solid 1px #8fb130;
}

.top-04-news-list > li > a {
  position: relative;
  display: block;
  line-height: 1.4;
}

.top-04-news > nav {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}

.top-04-news > nav > a {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.top-04-news > nav > a::after {
  width: 8px;
  height: 8px;
  margin: 0 0 0 12px;
  content: '';
  border-top: solid 2px #8fb130;
  border-right: solid 2px #8fb130;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  #top-04-news {
    display: block;
    padding: clamp(40px, calc(5vw + 22px), 80px) max(3.8vw, 20px);
  }

  .top-04-news > h2 {
    margin: 0 0 2.6vw;
    font-size: calc(1.3vw + 20px);
  }

  .top-04-news-list > li {
    padding: max(2.6vw, 12px) 0;
  }

  #top-04-news > .top-04-news:nth-of-type(1) > nav {
    margin: 20px 0;
  }
}

#top-04-key-news {
  padding: min(6.25vw, 30px) 0;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}

_:-ms-fullscreen,
:root #top-04-key-news {
  padding: 30px 0;
}

#top-04-key-news > div {
  max-width: 1300px;
  padding: 10px max(3.8vw, 20px);
  margin: 0 auto;
}

_:-ms-fullscreen,
:root #top-04-key-news > div {
  padding: 10px 20px;
}

#top-04-key-news > div > p {
  padding: 10px 0;
}

#top-04-key-news > div > p > a {
  display: flex;
}

#top-04-key-news > div > p > a::after {
  width: 8px;
  height: 8px;
  margin: 0.65em 0 0 12px;
  content: '';
  border-top: solid 2px #8fb130;
  border-right: solid 2px #8fb130;
  transform: rotate(45deg);
}

/* バナーリンク
 ------------------------------------------------------------ */
#top-footer {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  gap: 24px;
  justify-content: center;
}

_:-ms-fullscreen,
:root #top-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

_:-ms-fullscreen,
:root #top-footer li:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 767px) {
  #top-footer {
    grid-template-columns: repeat(2, 140px);
    grid-template-row: 24px;
  }
}

.tingle-modal-box {
  max-width: 760px;
}

/* Faq */

.Faq {
  padding: 0 15px 30px;
  margin-top: 40px;
  line-height: 1.6;
}

.Faq .Responsive {
  max-width: 780px;
  margin: 0 auto;
}

.Faq__ttl {
  padding: 28px 0 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.Faq-item {
  margin-bottom: 20px;
  background-color: rgba(146, 183, 41, 0.04);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.Faq-item__seq {
  margin-right: 12px;
  color: #92b729;
}

.Faq-item__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.Faq-item__question::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  content: '';
  border: solid #92b729;
  border-width: 3px 3px 0 0;
  transform: translateY(-50%) rotate(135deg);
}

.Faq-item__question[data-state='true']::after {
  display: flex;
  margin-top: 0;
  transform: rotate(315deg);
}

.Faq-item-answer {
  position: relative;
  display: none;
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}

.Faq-item-answer--block {
  display: block;
}

.Faq-item-answer__txt {
  margin-bottom: 0;
}

.Faq-item-answer__txt--space {
  margin-top: 20px;
}

.Faq-item-answer__txt--lnk,
.Faq-item-answer__lnk,
.Faq-lnk__txt {
  color: #1374c1;
  text-decoration: underline;
}

.Faq-item-answer__txt--lnk:hover,
.Faq-item-answer__lnk:hover,
.Faq-lnk__txt:hover {
  text-decoration: none;
  opacity: 0.7;
}

.Faq-item-answer-list {
  margin: 20px 0;
}

.Faq-item-answer-list-content::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  vertical-align: middle;
  content: '';
  background: #333;
  border-radius: 50%;
}

.Faq-item-answer-list-content__txt {
  padding-left: 30px;
  margin: 0;
}

.Faq-item-answer-list-content__txt::before {
  display: inline-block;
  width: 6px;
  height: 1px;
  margin: 0 10px 0 -20px;
  vertical-align: middle;
  content: '';
  background: #333;
}

.Faq-item--last .Faq-item__question {
  border: none;
}

.Faq-lnk {
  margin-top: 30px;
}

.Faq-lnk__txt {
  position: relative;
  padding-left: 30px;
}

.Faq-lnk__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  margin: -11px 0 -2px;
  content: '';
  background: #92b729;
  border-radius: 50%;
}

.Faq-lnk__txt::after {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 0;
  height: 0;
  margin: -5px -2px 0 -10px;
  content: '';
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 9px;
}

.Faq-lnk__txt .icon-disc-arrow {
  display: none;
}

@media screen and (min-width: 375px) {
  .Faq {
    padding: 0 20px 30px;
  }
}

@media screen and (min-width: 576px) {
  .Faq__ttl {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .Faq {
    padding: 50px 30px 30px;
    margin: 80px auto 0;
  }

  .Faq__ttl {
    padding: 0 0 30px;
  }

  .Faq-item__question {
    padding: 10px 28px 10px 25px;
  }

  .Faq-item__question::after {
    right: 25px;
  }

  .Faq-item__seq {
    margin-right: 20px;
  }

  .Faq-item-answer {
    padding: 20px 25px;
  }

  .Faq-item-answer__txt--lnk:hover,
  .Faq-item-answer__lnk:hover {
    text-decoration: underline;
  }

  .Faq-lnk {
    display: inline-block;
    width: 100%;
    margin: 50px auto;
  }

  .Faq-lnk__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 64px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  }

  .Faq-lnk__txt .icon-disc-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    transform: translateY(-50%);
  }

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

/* END: Faq */

/* Top-panel-wrap */

.Top-panel {
  position: relative;
  z-index: 4; /* root: Top-visual--pc */
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  transition: opacity 0.75s ease;
}

.Top-panel-wrap {
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  max-width: 440px;
  padding: 24px 29px;
  font-size: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.Top-panel-wrap__ttl {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.Top-panel-wrap-item {
  margin: 8px 0 16px;
}

.Top-panel-wrap-item__lab {
  font-size: 14px;
}

.Top-panel-wrap-item-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.Top-panel-wrap-item-group-time {
  position: relative;
  width: 31.5%;
}

.Top-panel-wrap-item-group-time.Top-panel-wrap-item-group-time--year {
  width: 37%;
}

.Top-panel-wrap-item-group-time--month .Top-panel-wrap-item-group-time__select {
  border-radius: 0;
}

.Top-panel-wrap-item-group-time::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  pointer-events: none;
  content: '';
}

.Top-panel-wrap-item-group-time::after {
  width: 9px;
  height: 8px;
  background: url(/top/img/ico_arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-15px, -50%);
}

.Top-panel-wrap-item-group-time__select {
  width: 100%;
  height: 56px;
  padding: 14px 25px 14px 13px;
  font-size: 15px;
  color: #333;
  background: #fff;
  border: 1px solid #c6c6c6;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Top-panel-wrap-item-group-time__select::-ms-expand {
  display: none;
}

.Top-panel-wrap-item-group-time--year .Top-panel-wrap-item-group-time__select,
.Top-panel-wrap-item-group-radio:first-child
  .Top-panel-wrap-item-group-radio__txt {
  border-radius: 3px 0 0 3px;
}

.Top-panel-wrap-item-group-time--month .Top-panel-wrap-item-group-time__select {
  border-right: 0;
  border-left: 0;
}

.Top-panel-wrap-item-group-time--date .Top-panel-wrap-item-group-time__select,
.Top-panel-wrap-item-group-radio:last-child
  .Top-panel-wrap-item-group-radio__txt {
  border-radius: 0 3px 3px 0;
}

.Top-panel-wrap-item-group-radio {
  width: 50%;
}

.Top-panel-wrap-item-group-radio__inpt {
  display: none;
}

.Top-panel-wrap-item-group-radio__txt {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 0 0 48px;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #c6c6c6;
}

.Top-panel-wrap-item-group-radio .Top-panel-wrap-item-group-radio__txt:hover,
.Top-panel-wrap-item-group-radio .Top-panel-wrap-item-group-radio__txt:focus,
.Top-panel-wrap-item-group-radio .Top-panel-wrap-item-group-radio__txt:active {
  opacity: 1;
}

.Top-panel-wrap-item-group-radio:first-child
  .Top-panel-wrap-item-group-radio__txt {
  border-right: 0;
}

.Top-panel-wrap-item-group-radio__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: '';
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  transform: translate(16px, -50%);
}

.Top-panel-wrap-item-group-radio__inpt:checked
  + .Top-panel-wrap-item-group-radio__txt {
  background: #f4faeb;
  border: 1px solid #3f5d26;
}

.Top-panel-wrap-item-group-radio__inpt:checked
  + .Top-panel-wrap-item-group-radio__txt::before {
  border: 5px solid #3f5d26;
}

.Top-panel-wrap-item-group--btn {
  flex-direction: column;
  box-shadow: inherit;
}

.Top-panel-wrap-item-group__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 42px 12px;
  font-size: 16px;
  border: 2px solid #fc9a02;
  border-radius: 4px;
}

.Top-panel-wrap-item-group__btn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/top/img/ico_arrow_orange.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.Top-panel-wrap-item-group__btn--plan {
  padding: 4px 42px 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #fc9a02;
  box-shadow: 0 3px 0 rgba(226, 138, 3, 1);
}

.Top-panel-wrap-item-group__btn--plan::after {
  background: url(/top/img/ico_arrow_light.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.Top-panel-wrap-item-group__btn--big {
  font-size: 24px;
}

.Top-panel-wrap-item-group__line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #c6c6c6;
}

.Top-panel-wrap-item-group__line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  content: 'or';
  background-color: #fff;
  transform: translate(-50%, -60%);
}

@media (max-width: 1366px) {
  .Top-panel-wrap {
    padding: 20px 25px 15px;
  }

  .Top-panel-wrap-item-group-time__select,
  .Top-panel-wrap-item-group-radio__txt,
  .Top-panel-wrap-item-group__btn {
    height: 50px;
  }

  .Top-panel-wrap-item-group-time__select {
    padding: 10px 25px 14px 13px;
  }
}

@media (max-width: 1240px) {
  .Top-panel-wrap {
    top: 10px;
    padding: 15px 20px;
    transform: scale(0.9);
  }

  .Top-panel-wrap__ttl {
    font-size: 18px;
  }

  .Top-panel-wrap-item-group-time__select,
  .Top-panel-wrap-item-group-radio__txt,
  .Top-panel-wrap-item-group__btn {
    height: 40px;
  }

  .Top-panel-wrap-item-group-time__select {
    padding: 7px 25px 7px 13px;
  }

  .Top-panel-wrap-item-group__btn--plan {
    font-size: 16px;
  }

  .Top-panel-wrap-item-group__btn--big {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .Top-panel-wrap {
    padding: 15px;
    margin-left: 15px;
    border-radius: 10px;
  }

  .Top-panel-wrap-item {
    margin: 8px 0;
  }

  .Top-panel-wrap-item__lab {
    font-size: 12px;
  }

  .Top-panel-wrap-item-group-time__select,
  .Top-panel-wrap-item-group-radio__txt,
  .Top-panel-wrap-item-group__btn {
    font-size: 12px;
  }

  .Top-panel-wrap-item-group-time__select {
    padding: 7px 25px 7px 13px;
  }

  .Top-panel-wrap-item-group--btn {
    margin-top: 15px;
  }

  .Top-panel-wrap-item-group__btn--big {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .Top-panel-wrap {
    top: -20px;
    transform: translateX(-50px) scale(0.7);
  }
}

@media (max-width: 768px) {
  .Top-panel-wrap {
    top: -35px;
  }
}

/* END: Top-panel-wrap */

/* Campaign */

.Campaign {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.Campaign img {
  height: auto;
}

.Campaign__lnk {
  display: none;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .Campaign__lnk {
    display: block;
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .Campaign__lnk {
    margin-top: 80px;
  }
}

/* END: Campaign */

.Important__lnk {
  position: relative;
  display: block;
  padding: 12px 30px 12px 40px;
  margin: 0;
  border: 2px solid #f00;
  border-radius: 6px;
}

.Important__lnk::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  content: '!';
  background-color: #f00;
  border-radius: 50%;
  transform: translateY(-50%);
}

.Important__lnk::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  content: '';
  border-top: 3px solid #f00;
  border-right: 3px solid #f00;
  transform: rotate(45deg) translateY(-50%);
}

@media (min-width: 768px) {
  .Important__lnk {
    padding: 12px 30px 12px 50px;
    margin: -30px 0;
  }

  .Important__lnk::before {
    left: 15px;
  }

  .Important__lnk::after {
    right: 25px;
  }
}

/* float-plan */

.float-plan {
  position: fixed;
  right: 19px;
  bottom: 0;
  z-index: 2;
  display: none;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.float-plan__close {
  position: absolute;
  top: 7px;
  right: -12px;
  z-index: 1;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 6px;
  margin: 0;
  line-height: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  transition: 0.25s;
}

.float-plan__close:hover,
.float-plan__close:focus {
  opacity: 0.75;
}

.float-plan__close:hover.float-plan__close::before {
  transition: 0.5s;
  transform: rotate(315deg);
}

.float-plan__close:hover.float-plan__close::after {
  transition: 0.5s;
  transform: rotate(225deg);
}

.float-plan__close::before,
.float-plan__close::after {
  position: absolute;
  top: 0;
  height: 14px;
  content: '';
  transform: rotate(45deg);
}

.float-plan__close::before {
  left: 8px;
  border-left: 1px solid #666;
  transform: rotate(135deg);
}

.float-plan__close::after {
  right: 11px;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}

/* バナー */
.float-plan__btn {
  transition: 0.2s;
}

.float-plan__btn:hover,
.float-plan__btn:focus {
  opacity: 0.75;
}

.float-plan__btn {
  width: 230px;
  max-width: 90vw;
  max-height: 94.4vh;
}

.float-plan--pc {
  display: none;
}

@media (min-width: 768px) {
  .float-plan--pc {
    display: block;
  }
}

/* END: float-plan */

/* ln-division-item */

.ln-division-item {
  position: relative;
}

.speech {
  position: absolute;
  top: 12px;
  left: 50%;
  display: block;
  width: 163px;
  padding: 9px 15px;
  font-size: 16px;
  background: #fefae6;
  border: 1px solid #526717;
  border-radius: 5px;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -100%);
}

.speech::before,
.speech::after {
  position: absolute;
  right: 49%;
  content: '';
  border-bottom: 13px solid transparent;
  box-shadow: 0 -2px 0 0 #faefea;
  transform: rotate(135deg) translateX(-50%);
}

.speech::before {
  bottom: -12px;
  border-right: 13px solid #526717;
}

.speech::after {
  bottom: -10px;
  border-right: 13px solid #fefae6;
  box-shadow: 1px -4px 0 0 rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .speech {
    top: 9px;
    font-size: 14px;
    text-align: center;
  }
}

/* END: ln-division-item */
