@charset "utf-8";

/* stylelint-disable selector-class-pattern */

.LNID1-Header-sp,
.LNID1-Header-pc {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI',
    'Hiragino Sans', Meiryo, sans-serif;
}

.LNID1-Header-sp *,
.LNID1-Header-pc * {
  box-sizing: border-box;
}

.LNID1-Header-sp {
  display: block;
}

.LNID1-Header-pc {
  display: none;
}

@media (width >= 768px) {
  .LNID1-Header-sp {
    display: none;
  }

  .LNID1-Header-pc {
    display: block;
  }
}

.LNID1-Header-sp-hidden {
  display: none;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.LNID1-Header-sp {
  line-height: 1.8;
  color: #333;
  letter-spacing: normal;
  background: #fff;
}

.LNID1-Header-sp a {
  color: #333;
  text-decoration: none;
  pointer-events: inherit;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0);
}

.LNID1-Header-sp a:hover,
.LNID1-Header-sp a:active {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
  opacity: 0.7;
}

.LNID1-Header-sp a:hover {
  text-decoration: none;
}

.LNID1-Header-sp ul {
  padding-inline-start: 0;
  list-style-type: none;
}

.LNID1-Header-sp button[type='button'] {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  appearance: none;
  cursor: pointer;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
}

.LNID1-Header-sp label {
  cursor: pointer;
}

/* .LNID1-Header-sp-bar */

.LNID1-Header-sp-bar {
  top: 0;
  z-index: 2; /* root: body */
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  padding: 10px 0;
  background-color: #fff;
  border-top: 5px solid #8fb130;
  border-bottom: 1px solid #e0e0e0;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.LNID1-Header-sp-bar__logo {
  flex-grow: 1;
  line-height: 0;
}

.LNID1-Header-sp-bar__ico {
  height: 100%;
}

.LNID1-Header-sp-bar__txt {
  display: flex;
  align-items: center;
  height: 14px;
}

.LNID1-Header-sp-bar-search {
  display: block;
  flex: 0 0 44px;
}

.LNID1-Header-sp-bar-search__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  margin: auto;
  font-size: 8px;
  color: #333;
  background: none;
  border: none;
}

.LNID1-Header-sp-bar-search-popup {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 3px 4px 0 #ccc;
  opacity: 0;
}

.LNID1-Header-sp-bar-search-popup,
.LNID1-Header-sp-bar-search-popup .content {
  background-color: #f4f4f4;
}

.LNID1-Header-sp-bar-search-popup--show {
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.LNID1-Header-sp-bar-search-popup-sai {
  width: 100%;
  max-width: calc(100vw - 48px);
}

.LNID1-Header-sp-bar-search-popup__close {
  display: flex;
  flex: 0 0 48px;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  padding-top: 15px;
  padding-right: 0;
  font-size: 10px;
  background: none;
  border: none;
}

.LNID1-Header-sp-bar-search-popup__ico {
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  background-color: #8fb130;
  border-radius: 50%;
}

.LNID1-Header-sp-bar-search-popup__ico::before,
.LNID1-Header-sp-bar-search-popup__ico::after {
  position: absolute;
  top: 4px;
  left: 9px;
  width: 2px;
  height: 12px;
  content: '';
  background-color: #fff;
  transform: rotate(45deg);
}

.LNID1-Header-sp-bar-search-popup__ico::before {
  transform: rotate(45deg);
}

.LNID1-Header-sp-bar-search-popup__ico::after {
  transform: rotate(-45deg);
}

.LNID1-Header-sp-bar__support,
.LNID1-Header-sp-bar__mypage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 8px;
  color: #333;
  white-space: nowrap;
}

.LNID1-Header-sp-bar__support {
  flex: 0 0 52px;
  padding: 0;
  background: none;
  border: none;
}

.LNID1-Header-sp-bar__mypage {
  flex: 0 0 56px;
}

.LNID1-Header-sp-bar__support svg {
  flex: 0 0 32px;
}

.LNID1-Header-sp-bar__mypage svg {
  flex: 0 0 32px;
}

/* END: .LNID1-Header-sp-bar */

/* .LNID1-Header-sp-nav */

.LNID1-Header-sp-nav {
  display: flex;
  width: 100%;
  height: 52px;
  margin: 0;
  font-size: 12px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.LNID1-Header-sp-nav-item {
  width: 20%;
}

.LNID1-Header-sp-nav-item:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.LNID1-Header-sp-nav-item--menu {
  color: #fff;
  background-color: #8fb130;
}

.LNID1-Header-sp-nav-item__lnk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.LNID1-Header-sp .LNID1-Header-sp-nav-item__lnk--menu,
.LNID1-Header-sp .LNID1-Header-sp-nav-item__lnk--close {
  color: #fff;
}

.LNID1-Header-sp-nav-item__lnk--close {
  display: none;
}

.LNID1-Header-sp[data-show='true'] {
  position: fixed;
  top: 0;
  z-index: 4; /* root: body */
  width: 100%;
}

.LNID1-Header-sp[data-show='true'] .LNID1-Header-sp-nav-item__lnk--menu {
  display: none;
}

.LNID1-Header-sp[data-show='true'] .LNID1-Header-sp-nav-item__lnk--close {
  display: flex;
}

.LNID1-Header-sp-nav-item__ico {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 3px;
}

.LNID1-Header-sp-nav-item__txt {
  flex: 0 0 20px;
  font-size: 11px;
  white-space: nowrap;
}

/* END: .LNID1-Header-sp-nav */

/* .LNID1-Header-sp-support */

.LNID1-Header-sp-support {
  position: absolute;
  left: 0;
  z-index: 4; /* root: .LNID1-Header-sp */
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #f3f6f7;
  transition: 0.5s max-height ease;
}

.LNID1-Header-sp-support[data-show='true'] {
  max-height: 1000px;
}

.LNID1-Header-sp-support-header {
  display: flex;
  color: #fff;
  background-color: #8fb130;
}

.LNID1-Header-sp-support__ttl {
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.LNID1-Header-sp-support__close {
  position: relative;
  display: flex;
  flex: 0 0 64px;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5px;
  font-size: 10px;
  color: #fff;
  background: none;
  border: none;
}

.LNID1-Header-sp-support__close::after,
.LNID1-Header-sp-support__close::before {
  position: absolute;
  top: 8px;
  height: 22px;
  content: '';
  border-left: 2px solid #fff;
}

.LNID1-Header-sp-support__close::before {
  left: 50%;
  transform: rotate(-45deg);
}

.LNID1-Header-sp-support__close::after {
  left: 50%;
  transform: rotate(45deg);
}

.LNID1-Header-sp-support-body {
  padding: 15px 5px;
}

.LNID1-Header-sp-support-list {
  display: flex;
  justify-content: center;
  margin: 0;
}

.LNID1-Header-sp-support-item {
  width: 25%;
  margin: 3px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.LNID1-Header-sp-support-item-lnk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 5px 5px;
}

.LNID1-Header-sp-support-item-lnk__ico {
  flex: 0 0 40px;
}

.LNID1-Header-sp-support-item-lnk__txt {
  height: 100%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

/* END: .LNID1-Header-sp-support */

.LNID1-Header-sp-menu-content {
  position: fixed;
  top: auto;
  right: -100%;
  z-index: 4; /* root: body */
  width: 100%;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  height: calc(100% - 118px);
  overflow-y: scroll;
  background-color: #fafafa;
  transition: right 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}

.LNID1-Header-sp-menu-content[data-show='true'] {
  right: 0;
}

/* .LNID1-Header-sp-float */

.LNID1-Header-sp-float {
  position: fixed;
  bottom: 0;
  z-index: -1; /* root: body */
  width: 100%;
  background-color: #fbffee;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.LNID1-Header-sp-float[data-show='true'] {
  z-index: 4; /* root: body */
  opacity: 1;
}

.LNID1-Header-sp-float-list {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2; /* root: .LNID1-Header-sp-float */
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  background-color: #f5f8ea;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -2px 16px 0 rgba(163, 163, 163, 0.25);
}

.LNID1-Header-sp-float-list[data-show='true'] {
  border-top: none;
  border-radius: 0;
}

@media (width >= 768px) {
  .LNID1-Header-sp-float {
    display: none;
  }
}

/* END: .LNID1-Header-sp-float */

/* .LNID1-Header-sp-float-cate */

.LNID1-Header-sp-float-category {
  width: 25%;
  padding: 10px 5px;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
}

.LNID1-Header-sp-float-category:first-child {
  border-left: none;
}

.LNID1-Header-float--type01 .LNID1-Header-sp-float-category {
  display: none;
}

.LNID1-Header-sp-float-category[data-show='true'] {
  background-color: #f7f6f4;
}

.LNID1-Header-sp-float-category__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: none;
  border: 0;
}

.LNID1-Header-sp .LNID1-Header-sp-float-category__btn:hover {
  opacity: 1;
}

.LNID1-Header-sp-float-category__ico {
  flex: 0 0 20px;
  height: 20px;
}

.LNID1-Header-sp-float-category__ico--active {
  display: none;
}

.LNID1-Header-sp-float-category__ico--inactive {
  display: block;
}

.LNID1-Header-sp-float-category[data-show='true']
  .LNID1-Header-sp-float-category__ico--active {
  display: block;
}

.LNID1-Header-sp-float-category[data-show='true']
  .LNID1-Header-sp-float-category__ico--inactive {
  display: none;
}

.LNID1-Header-sp-float-category__txt {
  position: relative;
  height: 100%;
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #4a7c45;
  line-height: 1.6;
}

@media screen and (max-width: 360px) {
  .LNID1-Header-sp-float-category__txt {
    font-size: 11px;
  }
}

/* END: .LNID1-Header-sp-float-cate */

/* .LNID1-Header-sp-float-content */

.LNID1-Header-sp-float-content {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 1; /* root: .LNID1-Header-sp-float */
  width: 100%;
  max-width: 100%;
  padding: 10px 0 0;
  background-color: #f6f7f4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: bottom 0.4s ease;
}

.LNID1-Header-sp-float-content[data-show='true'] {
  bottom: 59px;
}

.LNID1-Header-sp-float-content__close {
  position: absolute;
  top: -33px;
  right: 10px;
  padding-top: 18px;
  font-size: 8px;
  color: #fafafa;
  background: none;
  border: none;
}

.LNID1-Header-sp-float-content__close::before,
.LNID1-Header-sp-float-content__close::after {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  content: '';
}

.LNID1-Header-sp-float-content__close::before {
  left: 16px;
  border-left: 2px solid #fafafa;
  transform: rotate(45deg);
}

.LNID1-Header-sp-float-content__close::after {
  left: -2px;
  border-right: 2px solid #fafafa;
  transform: rotate(-45deg);
}

.LNID1-Header-sp-float-content-item {
  display: none;
  padding: 0 5px;
}

.LNID1-Header-sp-float-content-item[data-show='true'] {
  display: block;
}

@media (width >= 321px) {
  .LNID1-Header-sp-float-content {
    padding: 10px 0;
  }

  .LNID1-Header-sp-float-content__close {
    top: -46px;
  }

  .LNID1-Header-sp-float-content-item {
    padding: 0 10px;
  }

  .LNID1-Header-sp-float-content-item--custom {
    padding: 0;
  }
}

/* END: .LNID1-Header-sp-float-content */

/* LNID1-Header-sp-float-content-footer */

.LNID1-Header-sp-float-content-footer {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
}

a.LNID1-Header-sp-float-content-footer-btn {
  position: relative;
  display: block;
  padding: 6px 32px 6px 62px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #dedede;
}

a.LNID1-Header-sp-float-content-footer-btn::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  content: '';
  background: #8fb130;
  border-radius: 50%;
  transform: translateY(-50%);
}

a.LNID1-Header-sp-float-content-footer-btn::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.LNID1-Header-sp-float-content-footer-btn:last-child {
  border: none;
}

.LNID1-Header-sp-float-content-footer-btn__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}

.LNID1-Header-sp-float-content-footer-btn span {
  display: block;
  text-align: center;
}

.LNID1-Header-sp-float-content-footer-btn small {
  font-size: 11px;
  font-weight: normal;
}

@media screen and (width >= 390px) {
  .LNID1-Header-sp-float-content-footer {
    margin: 0 16px 16px;
  }
}

/* END: .LNID1-Header-sp-float-content-footer */

/* .LNID1-Header-sp-float-backdrop */

.LNID1-Header-sp-support-backdrop,
.LNID1-Header-sp-float-backdrop,
.LNID1-Header-sp-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1; /* root: .LNID1-Header-sp-float */
  width: 100%;
  overflow: hidden;
  background: #4e4e4e;
  opacity: 0;
  transition: all 0.3s ease;
}

.LNID1-Header-sp-support-backdrop[data-show='true'],
.LNID1-Header-sp-float-backdrop[data-show='true'],
.LNID1-Header-sp-modal-backdrop[data-show='true'] {
  position: fixed;
  opacity: 0.6;
}

.LNID1-Header-sp-support-backdrop {
  top: 66px;
  z-index: -1; /* root: body */
}

.LNID1-Header-sp-support-backdrop[data-show='true'] {
  z-index: 3; /* root: body */
}

.LNID1-Header-sp-float-backdrop {
  top: 0;
  z-index: -1; /* root: body */
}

.LNID1-Header-sp-float-backdrop[data-show='true'] {
  z-index: 0; /* root: body */
}

.LNID1-Header-sp-modal-backdrop {
  top: 0;
  z-index: -1; /* root: body */
}

.LNID1-Header-sp-modal-backdrop[data-show='true'] {
  z-index: 4; /* root: body */
}

/* END: .LNID1-Header-sp-float-backdrop */

.LNID1-Header-sp-float-close__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3f5d26;
  border: 0;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
}

.LNID1-Header-sp-float-close__btn::before,
.LNID1-Header-sp-float-close__btn::after {
  position: absolute;
  display: block;
  content: '';
}

.LNID1-Header-sp-float-close__btn::before {
  top: 50%;
  right: 9%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-10%, -50%);
}

.LNID1-Header-sp-float-close__btn::after {
  top: 50%;
  right: 10%;
  border: 3px solid transparent;
  border-top: 5px solid #3f5d26;
  transform: translate(-90%, -15%);
}

/* .LNID1-Header-sp-modal */

.LNID1-Header-sp-modal {
  position: fixed;
  top: 5vh;
  left: 5vw;
  z-index: 11;
  display: none;
  flex-direction: column;
  width: 90vw;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 8px;
}

.LNID1-Header-sp-modal[data-show='true'] {
  display: flex;
  animation: ani-modal 0.5s ease;
}

@keyframes ani-modal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.LNID1-Header-sp-modal-header {
  display: flex;
  flex: 0 0 56px;
  justify-content: flex-end;
  border-bottom: 1px solid #bfbfbf;
}

.LNID1-Header-sp-modal-header__close {
  position: relative;
  display: flex;
  flex: 0 0 64px;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-top: 28px;
  font-size: 10px;
  color: #333;
  background: none;
  border: none;
}

.LNID1-Header-sp-modal-header__close::after,
.LNID1-Header-sp-modal-header__close::before {
  position: absolute;
  top: 8px;
  height: 24px;
  content: '';
  border-left: 2px solid #333;
}

.LNID1-Header-sp-modal-header__close::before {
  left: 50%;
  transform: rotate(-45deg);
}

.LNID1-Header-sp-modal-header__close::after {
  left: 50%;
  transform: rotate(45deg);
}

.LNID1-Header-sp-modal-footer {
  padding: 15px 15px 25px;
  text-align: center;
}

.LNID1-Header-sp-modal-footer__close {
  position: relative;
  padding: 7px 30px 7px 50px;
  font-size: 12px;
  color: #333;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.LNID1-Header-sp-modal-footer__close::after,
.LNID1-Header-sp-modal-footer__close::before {
  position: absolute;
  top: 5px;
  left: 32px;
  height: 20px;
  content: '';
  border-left: 2px solid #333;
}

.LNID1-Header-sp-modal-footer__close::before {
  transform: rotate(-45deg);
}

.LNID1-Header-sp-modal-footer__close::after {
  transform: rotate(45deg);
}

.LNID1-Header-sp-modal-body {
  padding: 15px;
  overflow-y: scroll;
}

.LNID1-Header-sp-modal__ttl {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3b5e10;
}

.LNID1-Header-sp-modal__ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: '';
  border-left: 4px solid #3b5e10;
}

.LNID1-Header-sp-modal__time {
  display: none;
  margin: -15px 0 10px;
  font-size: 12px;
  color: #707070;
  text-align: right;
}

.LNID1-Header-sp-modal-note {
  padding: 10px;
  margin-top: 25px;
  font-size: 13px;
  background-color: #f3f6f7;
}

.LNID1-Header-sp-modal-note__item {
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  text-align: justify;
}

.LNID1-Header-sp-modal-note__item::before {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 8px;
  content: '';
  background-color: #333;
  border-radius: 50%;
}

/* END: .LNID1-Header-sp-modal */

/* .LNID1-Header-sp-chat */

.LNID1-Header-sp-modal-chat {
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid #8fb130;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
}

.LNID1-Header-sp-modal-chat-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #333;
  background-color: #fff;
}

.LNID1-Header-sp-modal-chat-box::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #8fb130;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-sp-modal-chat-box::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.LNID1-Header-sp-modal-chat-box__ico {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
}

.LNID1-Header-sp-modal-chat-box__txt {
  width: 100%;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}

.LNID1-Header-sp-modal-chat__status {
  width: 100%;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #c1c1c1;
}

.LNID1-Header-sp-modal-chat--disabled {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}

.LNID1-Header-sp-modal-chat--disabled .LNID1-Header-sp-modal-chat-box::before,
.LNID1-Header-sp-modal-chat--disabled .LNID1-Header-sp-modal-chat-box::after {
  background-color: #c1c1c1;
}

.LNID1-Header-sp-modal-chat--disabled img {
  filter: grayscale(1);
}

/* END: .LNID1-Header-sp-chat */

/* .LNID1-Header-sp-call */

.LNID1-Header-sp-call {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}

.LNID1-Header-sp-call-item {
  width: 45%;
  margin: 5px;
}

.LNID1-Header-sp-call-box {
  overflow: hidden;
  border: 1px solid #146ff9;
  border-radius: 6px;
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 0.08);
}

.LNID1-Header-sp-call__target {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 13px;
  line-height: 22px;
  white-space: nowrap;
}

.LNID1-Header-sp-call__target::before {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 20px;
  height: 20px;
  content: '';
  background-color: #146ff9;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-sp-call__target::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.LNID1-Header-sp-call__target strong {
  font-size: 125%;
  font-weight: bold;
}

.LNID1-Header-sp-call-stt {
  display: flex;
  align-items: center;
  max-height: 34px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #146ff9;
}

.LNID1-Header-sp-call-stt__txt {
  width: 100%;
}

.LNID1-Header-sp-call-stt__cnt {
  flex: 0 0 40px;
  text-align: right;
}

.LNID1-Header-sp-call-stt__cnt strong {
  font-size: 150%;
}

.LNID1-Header-sp-call-box--inactive {
  border-color: #c1c1c1;
}

.LNID1-Header-sp-call-box--inactive .LNID1-Header-sp-call__target::before {
  background-color: #c1c1c1;
}

.LNID1-Header-sp-call-box--inactive .LNID1-Header-sp-call-stt {
  padding: 5px;
  font-size: 12px;
  background-color: #c1c1c1;
}

.LNID1-Header-sp-call-box--inactive .LNID1-Header-sp-call-stt__txt {
  text-align: center;
}

/* END: .LNID1-Header-sp-call */

/* 「オペレーターに質問をする」ボタンをグレーアウトさせる */
.krt-start-chat--busy {
  position: relative;
}

.krt-start-chat--busy::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; /* root: .krt-start-chat--busy */
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: '';
  background-color: rgb(0 0 0 / 0.4);
  border-radius: 4px;
}

/* LNID1-Header-sp-float__cap */

.LNID1-Header-sp-float__cap {
  padding: 0.5rem 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.LNID1-Header-sp-float-content-item--custom .LNID1-Header-sp-float__cap {
  padding: 0.5rem 0 1.5rem;
  line-height: 1.6;
}

.LNID1-Header-sp-float__cap img {
  margin-right: 10px;
}

@media (width >= 321px) {
  .LNID1-Header-sp-float__cap {
    font-size: 16px;
  }
}

@media (width >= 376px) {
  .LNID1-Header-sp-float__cap {
    padding: 2rem 0;
  }
}

/* END: LNID1-Header-sp-float__cap */

/* LNID1-Header-sp-float-plan */

.LNID1-Header-sp-float-plan__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 13px;
}

.LNID1-Header-sp-float-plan__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background: #fff;
  border: 2px solid #8fb130;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-sp-float-plan__item::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 5px;
  margin-top: -2px;
  color: #8fb130;
  content: '';
  border-bottom: 2px solid #8fb130;
  border-left: 2px solid #8fb130;
  transform: rotate(-45deg) translateY(-50%);
}

/* END: LNID1-Header-sp-float-plan */

/* LNID1-Header-sp-float-head */

.LNID1-Header-sp-float-head {
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  background-color: #f4f7ea;
  border-top: 1px solid #e0e0e0;
}

.LNID1-Header-sp-float-head__lnk {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  color: #333;
  text-decoration: unset;
}

.LNID1-Header-sp-float-head__lnk::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: '';
  background-image: url(/shared/img/arrow_forward.svg);
  transform: translateY(-50%);
}

/* END: LNID1-Header-sp-float-head */

/* LNID1-Header-sp-float-product */

.LNID1-Header-sp-float-product {
  background-color: #fff;
}

.LNID1-Header-sp-float-product-item {
  position: relative;
}

.LNID1-Header-sp-float-product-item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 1px;
  margin: 0 auto;
  content: '';
  border-top: 1px dashed #e0e0e0;
}

.LNID1-Header-sp-float-product-item:last-child::before {
  content: unset;
}

.LNID1-Header-sp-float-product-item::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: '';
  background-image: url(/shared/img/arrow_forward.svg);
  transform: translateY(-50%);
}

.LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.LNID1-Header-sp-float-product-item--life
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #92b729;
}

.LNID1-Header-sp-float-product-item--medical
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #f27b22;
}

.LNID1-Header-sp-float-product-item--medicalwomen
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #eb6c90;
}

.LNID1-Header-sp-float-product-item--cancer
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #f93828;
}

.LNID1-Header-sp-float-product-item--disability
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #1d59be;
}

.LNID1-Header-sp-float-product-item--dementia
  .LNID1-Header-sp-float-product-item-lnk-logo__slogan {
  color: #753498;
}

.LNID1-Header-sp-float-product-item-lnk {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
}

.LNID1-Header-sp-float-product-item-lnk:hover {
  color: #333;
}

.LNID1-Header-sp-float-product-item-lnk__ico {
  max-width: 32px;
  max-height: 32px;
  margin-right: 14px;
}

.LNID1-Header-sp-float-product-item-lnk-logo__txt {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.LNID1-Header-sp-float-product-item-lnk__txt {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
  color: #333;
}

/* END: LNID1-Header-sp-float-product */

/* LNID1-Header-sp-float-choice */

.LNID1-Header-sp-float-choice-list {
  display: flex;
  flex-direction: column;
}

.LNID1-Header-sp-float-choice-item {
  display: flex;
  margin-bottom: 15px;
}

.LNID1-Header .LNID1-Header-sp-float-choice-item {
  color: #333;
  text-decoration: none;
}

.LNID1-Header-sp-float-choice-item-thumb {
  flex: 0 0 100px;
}

.LNID1-Header-sp-float-choice-item-thumb__img {
  width: 100%;
  vertical-align: middle;
}

.LNID1-Header-sp-float-choice-item-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 6px;
}

.LNID1-Header-sp-float-choice-item-detail__ttl {
  position: relative;
  flex: 0 0 28px;
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.LNID1-Header-sp-float-choice-item-detail__ttl::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: #8fb130;
  border: 2px solid #fff;
  border-radius: 50%;
}

.LNID1-Header-sp-float-choice-item-detail__ttl::after {
  position: absolute;
  top: 10px;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.LNID1-Header-sp-float-choice-item-detail__txt {
  height: 100%;
  margin-bottom: 0;
  font-size: 12px;
  color: #707070;
}

@media (width >= 361px) {
  .LNID1-Header-sp-float-choice-item-thumb {
    flex: 0 0 110px;
  }
}

@media (width >= 376px) {
  .LNID1-Header-sp-float-choice-item-detail__txt {
    font-size: 13px;
  }
}

/* END: LNID1-Header-sp-float-choice */

/* LNID1-Header-sp-float-support */

.LNID1-Header-sp-float-support-target {
  padding: 20px 0;
  margin: 10px 7px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
}

.LNID1-Header-sp-float-support-target__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #526717;
}

a.LNID1-Header-sp-float-support-target__lnk,
a.LNID1-Header-sp-float-support-target__lnk:focus,
a.LNID1-Header-sp-float-support-target__lnk:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #04c;
  text-decoration: underline;
  pointer-events: initial;
}

.LNID1-Header-sp-float-support-target__txt {
  font-size: 10px;
  text-align: center;
}

.LNID1-Header-sp-float-support-target__lnk img {
  width: 40px;
  height: 26px;
  margin-right: 10px;
}

.LNID1-Header-sp-float-support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.LNID1-Header-sp-float-support-list-block {
  flex: 0 0 50%;
}

.LNID1-Header-sp-float-support-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 15px 10px;
}

.LNID1-Header-sp-float-support-plan-item {
  flex: 0 0 50%;
}

.LNID1-Header-sp-float-support-plan-item__ico {
  flex: 0 0 36px;
}

.LNID1-Header-sp-float-support-plan-item__txt {
  height: 100%;
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.LNID1-Header-sp-float-plan-btn {
  display: block;
  margin-bottom: 10px;
}

.LNID1-Header-sp-float-plan-btn__ico {
  width: 100%;
  height: auto;
}

.LNID1-Header-sp-float-support-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  margin: 7px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
}

.LNID1-Header .LNID1-Header-sp-float-support-item {
  color: #333;
  text-decoration: none;
}

.LNID1-Header-sp-float-support-item::after {
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  content: '';
  border-top: 3px solid #e0e0e0;
  border-right: 3px solid #e0e0e0;
  transform: rotate(45deg);
}

.LNID1-Header-sp-float-support-item__ico {
  flex: 0 0 26px;
}

.LNID1-Header-sp-float-support-item__txt {
  height: 100%;
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}

.LNID1-Header-sp-float-support-plan__lnk {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90%;
  padding: 10px 5px;
  margin: 7px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 0 4px #ccc;
}

.LNID1-Header .LNID1-Header-sp-float-support-plan__lnk {
  color: #333;
  text-decoration: none;
}

.LNID1-Header-sp-float-support .LNID1-Header-sp-float-support__lnk {
  display: block;
  margin: 20px 0 20px 20px;
  font-size: 12px;
  color: #096fc8;
  text-decoration: underline;
}

@media screen and (width >= 375px) {
  .LNID1-Header-sp-float-support-target__txt {
    font-size: 11px;
  }
}

/* END: LNID1-Header-sp-float-support */

/* LNID1-Header-sp-float-contract */
.LNID1-Header-sp-float-contract-head {
  padding: 8px;
}

.LNID1-Header-sp-float-contract-head-content {
  padding: 18px 10px 10px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
}

.LNID1-Header-sp-float-contract__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.LNID1-Header-sp-float-contract__ttl img {
  margin-right: 5px;
  overflow: hidden;
  border: 1px solid #526717;
  border-radius: 50%;
}

.LNID1-Header-sp-float-contract__list {
  max-width: 240px;
  margin: 12px auto 0;
  color: #898989;
}

a.LNID1-Header-sp-float-contract__lnk {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #f27b22;
  border: none;
  border-radius: 4px;
}

a.LNID1-Header-sp-float-contract__lnk::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

a.LNID1-Header-sp-float-contract__lnk::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 2px solid #f27b22;
  border-bottom: 2px solid #f27b22;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (width >= 390px) {
  .LNID1-Header-sp-float-contract-head {
    padding: 16px;
  }
}

/* END: LNID1-Header-sp-float-contract */

/* LNID1-Header-sp-float-claim */
.LNID1-Header-sp-float-claim-head {
  padding-bottom: 8px;
}

.LNID1-Header-sp-float-claim-head-content {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
}

.LNID1-Header-sp-float-claim-head-content__ttl {
  margin-top: 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.LNID1-Header-sp-float-claim-head-txt {
  display: flex;
  align-items: center;
  margin: 6px 12px 0;
  font-size: 12px;
  line-height: 1.4;
}

.LNID1-Header-sp-float-claim-head-txt em {
  font-weight: bold;
}

.LNID1-Header-sp-float-claim-head-txt img {
  margin-right: 4px;
  border: 1px solid #526717;
  border-radius: 50%;
}

a.LNID1-Header-sp-float-claim__lnk {
  position: relative;
  display: block;
  padding: 10px 0;
  margin: 8px 12px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #f27b22;
  border: none;
  border-radius: 4px;
}

a.LNID1-Header-sp-float-claim__lnk::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  content: '';
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

a.LNID1-Header-sp-float-claim__lnk::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  content: '';
  border-right: 2px solid #f27b22;
  border-bottom: 2px solid #f27b22;
  transform: translateY(-50%) rotate(-45deg);
}

.LNID1-Header-sp-float-claim-tel {
  padding: 10px 5px;
  font-size: 11px;
  color: #7d7d7d;
  text-align: center;
  background: #fefae6;
  border-top: 1px solid #dedede;
  border-radius: 4px;
}

a.LNID1-Header-sp-float-claim-tel__lnk {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #0004e9;
  pointer-events: auto;
}

a.LNID1-Header-sp-float-claim-tel__lnk img {
  width: 50px;
  margin-top: 8px;
  margin-right: 4px;
}

.LNID1-Header-sp-float-claim-tel__lnk span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.LNID1-Header-sp-float-claim-tel__txt {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.LNID1-Header-sp-float-claim-tel__txt--highlight {
  font-weight: bold;
  color: #222;
}

.LNID1-Header-sp-float-claim-tel--disable {
  padding: 5px 0;
  margin: 0 12px 8px;
  font-size: 10px;
  color: #fff;
  background: #b4b4b4;
  border-color: #b4b4b4;
}

.LNID1-Header-sp-float-claim-tel--disable
  .LNID1-Header-sp-float-claim-tel__txt {
  margin: 0;
}

.LNID1-Header-sp-float-claim-tel--disable strong {
  font-size: 16px;
}

.LNID1-Header-sp-float-claim__arrow {
  position: relative;
  height: 10px;
  margin: 12px 0;
}

.LNID1-Header-sp-float-claim__arrow::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-color: #e0e0e0 transparent transparent;
  border-style: solid;
  border-width: 15px 35px 0;
  transform: translateX(-50%);
}

.LNID1-Header-sp-float-claim-notice {
  position: relative;
  padding: 6px 12px 0 34px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  border-top: 1px solid #ddd;
}

.LNID1-Header-sp-float-claim-notice span {
  position: absolute;
  top: 18px;
  left: 12px;
}

.LNID1-Header-sp-float-claim-notice span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  background: #f03;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-sp-float-claim-notice span::after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 5px;
  margin-top: -2px;
  content: '';
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

a.LNID1-Header-sp-float-claim__lnk--type01 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #f27b22;
  background: #fff;
  border: 1px solid #f27b22;
}

@media screen and (width >= 390px) {
  .LNID1-Header-sp-float-claim-head {
    padding: 16px;
  }

  .LNID1-Header-sp-float-claim-head-content__ttl {
    margin-top: 16px;
    font-size: 16px;
  }

  .LNID1-Header-sp-float-claim-head-txt {
    margin: 8px 16px 0;
    font-size: 13px;
    line-height: 1.8;
  }

  .LNID1-Header-sp-float-claim-notice {
    line-height: 1.8;
  }

  a.LNID1-Header-sp-float-claim__lnk {
    margin: 12px 16px 0;
  }

  .LNID1-Header-sp-float-claim-tel--disable {
    margin: 0 16px 8px;
  }

  .LNID1-Header-sp-float-claim__arrow {
    height: 15px;
  }

  .LNID1-Header-sp-float-claim-notice {
    padding: 12px 16px 0 40px;
    font-size: 12px;
  }

  .LNID1-Header-sp-float-claim-notice span {
    top: 25px;
    left: 16px;
  }

  a.LNID1-Header-sp-float-claim__lnk--type01 {
    margin-bottom: 16px;
  }
}

/* END: LNID1-Header-sp-float-claim */

/* stylelint-disable-next-line no-duplicate-selectors */
.LNID1-Header-pc {
  position: relative;
  top: 0;
  left: 0;
  z-index: 4; /* root: body */
  width: 100%;
  line-height: 1.8;
  color: #333;
  letter-spacing: normal;
  background: #fff;
}

/* stylelint-disable-next-line no-descending-specificity */
.LNID1-Header-pc a {
  color: #333;
  text-decoration: none;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0);
}

.LNID1-Header-pc a:hover,
.LNID1-Header-pc a:active {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
}

.LNID1-Header-pc a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.LNID1-Header-pc button[type='button'] {
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  appearance: none;
  cursor: pointer;
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
  outline: none;
}

.LNID1-Header-pc ul {
  padding-inline-start: 0;
  list-style-type: none;
}

.LNID1-Header-pc[data-float='true'] {
  position: fixed;
}

.LNID1-Header-pc-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1; /* root: body */
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #4e4e4e;
  opacity: 0;
  transition: all 0.3s ease;
}

.LNID1-Header-pc-backdrop[data-show='true'] {
  z-index: 3; /* root: body */
  opacity: 0.66;
}

/* LNID1-Header-pc-top */

.LNID1-Header-pc-top {
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.LNID1-Header-pc-top-bnd {
  display: flex;
  align-items: center;
  width: 1040px;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.LNID1-Header-pc-top-logo {
  width: 100%;
}

.LNID1-Header-pc-top-logo__img {
  height: 65px;
}

.LNID1-Header-pc-top-nav {
  display: flex;
  flex: 0 0 420px;
  align-self: flex-end;
  margin-bottom: 10px;
}

.LNID1-Header-pc-top-nav__lnk {
  padding: 0 15px;
  border-left: 1px solid #d0d4d9;
}

.LNID1-Header-pc-top-nav__lnk:last-child {
  border-right: 1px solid #d0d4d9;
}

/* stylelint-disable-next-line no-descending-specificity */
.LNID1-Header-pc-top-nav__lnk a {
  font-size: 14px;
  color: #096fc8;
  text-decoration: underline;
}

.LNID1-Header-pc-top-search {
  position: relative;
  display: block;
  flex: 0 0 80px;
  align-items: center;
  align-self: flex-end;
  margin-right: 25px;
  margin-bottom: 10px;
}

.LNID1-Header-pc-top-search__btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  background: none;
  border: none;
}

.LNID1-Header-pc-top-search__ico {
  width: 24px;
  height: auto;
  margin-right: 5px;
}

.LNID1-Header-pc-top-search-popup {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 400px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 4px #00000029;
  opacity: 0;
}

.LNID1-Header-pc-top-search-popup,
.LNID1-Header-pc-top-search-popup .content {
  background-color: #fff;
}

.LNID1-Header-pc-top-search-popup--show {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.LNID1-Header-pc-top-search-popup::before {
  position: absolute;
  top: -8px;
  right: 24px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bbb;
  border-left: 8px solid transparent;
}

.LNID1-Header-pc-top-search-popup::after {
  position: absolute;
  top: -8px;
  right: 24px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.LNID1-Header-pc-top-search-popup-sai {
  width: 100%;
  max-width: 332px;
}

.LNID1-Header-pc-top-search-popup__close {
  display: flex;
  flex: 0 0 48px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  font-size: 10px;
  background: none;
  border: none;
}

.LNID1-Header-pc-top-search-popup__ico {
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  background-color: #8fb130;
  border-radius: 50%;
}

.LNID1-Header-pc-top-search-popup__ico::before,
.LNID1-Header-pc-top-search-popup__ico::after {
  position: absolute;
  top: 4px;
  left: 9px;
  width: 2px;
  height: 12px;
  content: '';
  background-color: #fff;
  transform: rotate(45deg);
}

.LNID1-Header-pc-top-search-popup__ico::before {
  transform: rotate(45deg);
}

.LNID1-Header-pc-top-search-popup__ico::after {
  transform: rotate(-45deg);
}

.LNID1-Header-pc-top-mypage {
  flex: 0 0 132px;
  align-self: flex-end;
  margin-bottom: 15px;
}

.LNID1-Header-pc-top-mypage__btn {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #647c22;
  border-radius: 3px;
}

.LNID1-Header-pc .LNID1-Header-pc-top-mypage__btn {
  color: #647c22;
}

.LNID1-Header-pc-top-mypage__ico {
  margin: auto 15px;
}

/* END: LNID1-Header-pc-top */

/* .LNID1-Header-pc-contact */

.LNID1-Header-pc-contact {
  height: 56px;
  background-color: #f7f3f7;
  border-top: 1px solid #dedfde;
}

.LNID1-Header-pc-contact-bnd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1040px;
  max-width: 100%;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.LNID1-Header-pc-contact__txt {
  min-width: 225px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.LNID1-Header-pc-contact-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 215px;
  height: 100%;
  font-size: 14px;
}

@media (width >= 1024px) {
  .LNID1-Header-pc-contact__txt {
    font-size: 16px;
  }

  .LNID1-Header-pc-contact-detail {
    flex-direction: row;
  }
}

.LNID1-Header-pc-contact-tel {
  display: flex;
  align-items: center;
}

.LNID1-Header-pc-contact-tel__num {
  margin-left: 10px;
  font-size: 26px;
  line-height: 1;
}

.LNID1-Header-pc-contact__note {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
}

/* END: .LNID1-Header-pc-contact */

.LNID1-Header-pc-menu {
  width: 100%;
  height: 64px;
  background-color: #8fb310;
}

.LNID1-Header-pc-menu-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1040px;
  height: 100%;
  margin: auto;
  font-size: 14px;
  border-right: 1px solid #a9d570;
  border-left: 1px solid #a9d570;
}

/* .LNID1-Header-pc-menu__category */

.LNID1-Header-pc-menu__category {
  position: relative;
  display: flex;
  flex: 0 0 20%;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #a9d570;
  transition: all 0.3s ease;
}

.LNID1-Header-pc-menu__category:last-child {
  border-right: none;
}

.LNID1-Header-pc-menu__category::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border: 4px solid transparent;
  border-top-color: #fff;
}

.LNID1-Header-pc-menu__category[data-show='true']::after {
  bottom: 12px;
  border-top-color: transparent;
  border-bottom-color: #fff;
}

.LNID1-Header-pc-menu__category br {
  display: block;
}

@media (width >= 960px) {
  .LNID1-Header-pc-menu__category br {
    display: none;
  }
}

.LNID1-Header-pc-menu__category:hover {
  background-color: #6c8c30;
}

.LNID1-Header-pc-menu__category[data-show='true'] {
  background-color: #6c8c30;
}

/* END: .LNID1-Header-pc-menu__category */

/* .LNID1-Header-pc-sub */

.LNID1-Header-pc-sub {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.LNID1-Header-pc-sub[data-show='true'] {
  visibility: visible;
  opacity: 1;
}

.LNID1-Header-pc-sub-menu {
  display: none;
}

.LNID1-Header-pc-sub-menu[data-show='true'] {
  display: block;
}

.LNID1-Header-pc-menu-content,
.LNID1-Header-pc-sub-content {
  width: 1040px;
  max-width: 100%;
  margin: auto;
}

.LNID1-Header-pc-sub-content {
  max-height: 100%;
  padding: 24px 35px 0;
  overflow: auto;
  background-color: #fff;
}

.LNID1-Header-pc-sub-menu-head {
  display: flex;
}

.LNID1-Header-pc-sub-menu-head__ttl {
  position: relative;
  flex: 0 0 50%;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.LNID1-Header-pc-sub-menu-head-nav {
  width: 50%;
  text-align: right;
}

.LNID1-Header-pc-sub-menu-40__ttl {
  font-size: 15px;
  font-weight: bold;
}

.LNID1-Header-pc .LNID1-Header-pc-sub-menu-nav__lnk {
  color: #096fc8;
  text-decoration: underline;
}

.LNID1-Header-pc-sub-menu-nav__lnk--head {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
}

.LNID1-Header-pc-sub-menu-nav__lnk--head::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: #096fc8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-pc-sub-menu-nav__lnk--head::after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -1px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.LNID1-Header-pc-sub-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.LNID1-Header-pc-sub-menu-item {
  display: flex;
  flex: 0 0 177px;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 0 12px 0 rgba(0 0 0 / 0.1);
}

.LNID1-Header-pc-sub-menu-item--plan {
  flex: 0 0 280px;
  background-color: #e47547;
}

.LNID1-Header-pc-sub-menu-item--myplan {
  flex: 0 0 190px;
}

.LNID1-Header-pc-sub-menu-item--mypage {
  flex: 0 0 360px;
}

.LNID1-Header-pc-sub-menu-item-mypage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
}

.LNID1-Header-pc-sub-menu-item-mypage__ttl {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}

.LNID1-Header-pc-sub-menu-item-mypage-detail {
  display: flex;
  align-items: center;
}

.LNID1-Header-pc-sub-menu-item-mypage__txt {
  width: 100%;
  padding-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.LNID1-Header-pc-sub-menu-item-mypage__btn {
  display: flex;
  flex: 0 0 132px;
  align-items: center;
  height: 60px;
  font-size: 14px;
  color: #647c22;
  border: 1px solid #647c22;
  border-radius: 3px;
}

.LNID1-Header-pc-sub-menu-item-mypage__ico {
  margin: auto 15px;
}

.LNID1-Header-pc-sub-menu-item__lnk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}

.LNID1-Header-pc-sub-menu-item--myplan .LNID1-Header-pc-sub-menu-item__lnk {
  background: none;
  border: none;
  transition: opacity 0.2s;
}

.LNID1-Header-pc-sub-menu-item--plan .LNID1-Header-pc-sub-menu-item__lnk {
  flex-direction: row;
  padding: 15px 20px;
  color: #fff;
}

.LNID1-Header-pc-sub-menu-item--myplan
  .LNID1-Header-pc-sub-menu-item__lnk:hover {
  opacity: 0.7;
}

.LNID1-Header-pc-sub-menu-item__ico {
  flex: 0 0 36px;
  height: 36px;
}

.LNID1-Header-pc-sub-menu-item__txt {
  height: 100%;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.LNID1-Header-pc-sub-menu-item__txt--myplan {
  font-weight: normal;
}

.LNID1-Header-pc-sub-menu-item--plan .LNID1-Header-pc-sub-menu-item__txt {
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 23px;
}

.LNID1-Header-pc-sub-menu-item__plan-cap {
  font-size: 13px;
}

.LNID1-Header-pc-sub-menu-item__plan-cap--highlight {
  font-size: 15px;
}

.LNID1-Header-pc-sub-menu-item__plan-cap--num {
  font-size: 17px;
}

/* END: .LNID1-Header-pc-sub */

/* .LNID1-Header-pc-sub-menu-product */

.LNID1-Header-pc-sub-menu-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}

.LNID1-Header-pc-sub-menu-product-item {
  display: inline-block;
  height: 88px;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.LNID1-Header-pc-sub-menu-product-item-lnk {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.LNID1-Header-pc-sub-menu-product-item-lnk::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  content: '';
  background-color: #92b729;
  border-radius: 8px 0 0 8px;
}

.LNID1-Header-pc-sub-menu-product-item--medical
  .LNID1-Header-pc-sub-menu-product-item-lnk::after {
  background-color: #f27b22;
}

.LNID1-Header-pc-sub-menu-product-item--medicalwomen
  .LNID1-Header-pc-sub-menu-product-item-lnk::after {
  background-color: #eb6c90;
}

.LNID1-Header-pc-sub-menu-product-item--cancer
  .LNID1-Header-pc-sub-menu-product-item-lnk::after {
  background-color: #f93828;
}

.LNID1-Header-pc-sub-menu-product-item--disability
  .LNID1-Header-pc-sub-menu-product-item-lnk::after {
  background-color: #1d59be;
}

.LNID1-Header-pc-sub-menu-product-item--dementia
  .LNID1-Header-pc-sub-menu-product-item-lnk::after {
  background-color: #aa6ecd;
}

/* END: .LNID1-Header-pc-sub-menu-product */

/* .LNID1-Header-pc-sub-menu-choice */

.LNID1-Header-pc-sub-menu-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.LNID1-Header-pc-sub-menu-choice-item {
  width: 312px;
  height: 86px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgb(0, 0, 0, 0.1);
}

.LNID1-Header-pc-sub-menu-choice-item-lnk {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.LNID1-Header-pc-sub-menu-choice
  .LNID1-Header-pc-sub-menu-choice-item-lnk__img {
  width: 40px;
  height: auto;
  margin-right: 12px;
}

.LNID1-Header-pc-sub-menu-choice-item-txt-group {
  display: flex;
  flex-direction: column;
}

.LNID1-Header-pc-sub-menu-choice-item-txt__ttl {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.LNID1-Header-pc-sub-menu-choice-item-txt__catch {
  font-size: 12px;
  font-weight: bold;
  color: #8fb130;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* END: .LNID1-Header-pc-sub-menu-choice */

.LNID1-Header-pc-sub__hr {
  margin: 33px -35px 0;
  border-top: 1px solid #e0e0e0;
}

.LNID1-Header-pc-sub-fixed {
  display: flex;
  padding: 20px 10px;
}

.LNID1-Header-pc-sub-fixed-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.LNID1-Header-pc-sub-fixed__item {
  position: relative;
  flex: 0 0 248px;
  padding-left: 25px;
  font-size: 15px;
}

.LNID1-Header-pc-sub-fixed__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: #8fb130;
  border-radius: 50%;
  transform: translateY(-50%);
}

.LNID1-Header-pc-sub-fixed__item::after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -1px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.LNID1-Header-pc-sub-fixed-close {
  display: flex;
  flex: 0 0 128px;
  align-items: center;
  justify-content: flex-end;
}

.LNID1-Header-pc-sub-fixed-close__btn {
  position: relative;
  padding: 3px 20px 3px 40px;
  font-size: 15px;
  background-color: #f3f6f7;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.LNID1-Header-pc-sub-fixed-close__btn::before,
.LNID1-Header-pc-sub-fixed-close__btn::after {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 16px;
  margin-top: -2px;
  content: '';
  background-color: #333;
}

.LNID1-Header-pc-sub-fixed-close__btn::before {
  left: 15px;
  transform: rotate(45deg) translateY(-50%);
}

.LNID1-Header-pc-sub-fixed-close__btn::after {
  left: 26px;
  transform: rotate(-45deg) translateY(-50%);
}

.is-show-menu {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* LNID1-Header-sp-menu-product */

.LNID1-Header-sp__bg {
  position: fixed;
  z-index: 3; /* root: .LNID1-Header-sp__bg */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #4e4e4e99;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.LNID1-Header-sp__bg.active {
  opacity: 1;
  visibility: visible;
}

.LNID1-Header-sp-menu-product {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 4; /* root: .LNID1-Header-sp-menu-product */
  width: 196px;
  overflow-y: auto;
  background-color: #fff;
  transition: left 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 16px 0 rgba(163, 163, 163, 0.25);
  padding: 0 16px 16px;
  text-align: center;
  line-height: 1.6;
  max-height: calc(100vh - 118px);
}

.LNID1-Header-sp-menu-product[data-show='true'] {
  left: 0;
}

.LNID1-Header-sp-menu-product-category {
  padding: 16px 0;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  text-align: left;
}

.LNID1-Header-sp-menu-product-category::after {
  top: 50%;
  width: 8px;
  height: 8px;
  margin: unset;
  border-top: 2px solid #8fb130;
  border-right: 2px solid #8fb130;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  position: absolute;
  content: '';
}

.LNID1-Header-sp-menu-product-category:first-child::after {
  top: 58%;
  right: 44px;
}

.LNID1-Header-sp-menu-product-category:last-child {
  border-bottom: none;
}

.LNID1-Header-sp-menu-product-category:first-child {
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

.LNID1-Header-sp-menu-product__btn {
  display: block;
}

.LNID1-Header-sp-menu-product__close {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  margin-top: 8px;
  display: inline-block;
}

.LNID1-Header-sp-menu-product__close::before,
.LNID1-Header-sp-menu-product__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #8fb130;
}

.LNID1-Header-sp-menu-product__close::before {
  transform: translateY(-50%) rotate(45deg);
}

.LNID1-Header-sp-menu-product__close::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* END: LNID1-Header-sp-menu-product */
