@charset "utf-8";

/* common */

html body {
  font-family: 'Noto Sans JP', 'Open Sans', 'Helvetica Neue',
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

ul {
  margin-bottom: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
body p,
.LNID1-Header-sp-nav {
  margin-bottom: 0;
}

footer {
  line-height: 1.8;
}

body .LNID1-Footer-sp,
body .LNID1-Footer-pc {
  margin-top: 0;
}

a:hover {
  text-decoration: none;
}

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

.Responsive {
  margin: 0 18px;
}

.Section img {
  height: auto;
}

.Section--banner .Responsive {
  margin: 0 auto;
}

@media screen and (width >= 768px) {
  .u-pc {
    display: block;
  }

  .u-sp {
    display: none;
  }

  .Responsive {
    margin: 0 32px;
  }
}

@media screen and (width >= 1200px) {
  .Responsive {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (width >= 1440px) {
  .Responsive {
    max-width: 1200px;
  }
}

/* END: common */

/* Banner */

.Section--banner {
  background-color: #f8f5ec;
}

.Banner {
  position: relative;
  height: 480px;
}

.Banner-inner {
  padding-top: 27px;
  text-align: center;
}

.Banner-inner-content {
  margin-top: 21px;
}

.Banner-inner-content__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.Banner-inner-content__txt {
  margin: 12px auto;
  font-size: 14px;
  line-height: 1.8;
}

.Banner-inner-content__lnk {
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  color: #157ed8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.Banner-inner-content__lnk::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  content: '';
  background-image: url(/cms/customer/lifenetcare/img/ico_question.png);
}

.Banner__img {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  text-align: center;
}

@media screen and (width >= 768px) {
  .Banner__img {
    bottom: -27px;
  }

  .Banner-inner {
    display: flex;
    gap: 170px;
    justify-content: center;
    padding-top: 70px;
  }

  .Banner-inner-content {
    margin-top: 0;
  }

  .Banner-inner-content__ttl {
    font-size: 28px;
  }

  .Banner-inner-content__txt {
    margin: 24px auto;
    font-size: 16px;
  }

  .Banner-inner-content__lnk {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (width >= 1024px) {
  .Banner {
    height: 550px;
  }

  .Banner__img {
    bottom: -35px;
  }
}

/* END: Banner */

/* Btn */

.Btn {
  padding: 20px 34px 32px;
  text-align: center;
}

.Btn-lnk + .Btn-lnk {
  display: block;
  margin-top: 20px;
}

.Btn-lnk:hover {
  text-decoration: none;
}

.Btn-lnk__describe {
  position: relative;
  top: 10px;
  z-index: 1; /* root: .Btn-lnk__ttl  */
  display: inline-block;
  min-width: 210px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  background-color: #fff;
  border: 2px solid #f39800;
  border-radius: 43px;
}

.Btn-lnk__describe::after {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateX(-50%);
}

.Btn-lnk__ttl {
  position: relative;
  padding: 18px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #f39800;
  border-radius: 10px;
  box-shadow: 0 4px #c77e03;
}

.Btn-lnk__ttl::after {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 15px;
  height: 15px;
  margin-right: 0;
  content: '';
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: unset;
  transform: rotate(-45deg);
}

@media screen and (width >= 768px) {
  .Btn {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 40px 0 50px;
  }

  .Btn-lnk {
    min-width: 350px;
  }

  .Btn-lnk + .Btn-lnk {
    margin-top: 0;
  }

  .Btn-lnk__ttl {
    padding-top: 20px;
    font-size: 22px;
  }

  .Btn-lnk__ttl::after {
    top: 20px;
  }

  .Btn-lnk__describe {
    font-size: 14px;
  }
}

@media screen and (width >= 1024px) {
  .Btn-lnk {
    min-width: 400px;
  }
}

/* END: Btn */

/* Service */

.Section--service {
  background-color: #f8f5ec;
}

.Service {
  padding-top: 44px;
  background-color: #f8f5ec;
}

.Service__ttl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.Service__ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 4px;
  content: '';
  background-color: #f39800;
  border-radius: 8px;
  transform: translateX(-50%);
}

.Service__txt {
  text-align: center;
}

.Service__txt--highlight {
  font-weight: bold;
}

.Service-inner {
  padding: 32px 16px;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 16px;
}

.Service-inner-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.Service-inner-head__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.Service-inner-head__txt--highlight {
  font-size: 32px;
}

.Service-inner-head__txt sup {
  top: -13px;
  font-size: 20px;
}

.Service-inner-head img {
  width: 64px;
}

.Service-inner__mark {
  width: fit-content;
  padding: 10px 16px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #dfdfdf;
  border-radius: 55px;
}

.Service-inner__ttl {
  margin: 20px auto 13px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #d35923;
  text-align: center;
}

.Service-inner__ttl--highlight {
  width: fit-content;
  padding: 9px 16px;
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #d35923;
}

.Service-inner__txt {
  font-size: 14px;
  color: #333333f2;
}

.Service-inner__note {
  margin-top: 10px;
  font-size: 12px;
}

.Service-inner__lnk {
  position: relative;
  left: 50%;
  display: inline-block;
  padding-right: 16px;
  margin: 20px auto;
  font-size: 14px;
  color: #157ed8;
  text-decoration: none;
  transform: translateX(-50%);
}

.Service-inner__lnk::after {
  position: absolute;
  top: 3px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  content: '';
  border-bottom: 2px solid #157ed8;
  border-left: 2px solid #157ed8;
  border-radius: unset;
  transform: rotate(-45deg);
}

.Service-inner-stat ::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.Service-inner-stat ::-webkit-scrollbar-track {
  background: #dfe1e1;
  border-radius: 43px;
}

.Service-inner-stat ::-webkit-scrollbar-thumb {
  background: #9a9c9e;
  border-radius: 43px;
}

.Service-inner-stat img {
  width: 100%;
  max-width: 927px;
  margin: 0 auto;
}

.Service-inner-stat--scr .Service-inner-stat__img {
  padding-bottom: 5px;
  overflow-x: auto;
}

.Service-inner-stat--scr img {
  width: 927px;
  max-width: unset;
}

.Service-inner-list-item {
  padding: 18px 16px;
  border: 1px solid #f39800;
  border-radius: 16px;
}

.Service-inner-list-item + .Service-inner-list-item {
  margin-top: 16px;
}

.Service-inner-list-item-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Service-inner-list-item-detail img {
  width: 24px;
}

.Service-inner-list-item-detail__ttl {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.Service-inner-list-item-detail__txt {
  margin-bottom: 0;
  font-size: 14px;
}

.Service-inner-detail {
  margin-top: 36px;
}

.Service-inner-detail-head__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.Service-inner-detail-head__txt {
  margin: 16px 0;
  font-size: 14px;
}

.Service-inner-detail-lnk {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-bottom: 16px;
  background-color: #f39800;
  border-radius: 8px;
  box-shadow: 0 4px #c77e03;
}

.Service-inner-detail-lnk img {
  width: 24px;
}

.Service-inner-detail-lnk__txt {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

@media screen and (width >= 768px) {
  .Service {
    padding: 55px 0;
  }

  .Service__ttl {
    font-size: 36px;
  }

  .Service__ttl::after {
    width: 140px;
    height: 6px;
  }

  .Service__txt {
    font-size: 18px;
  }

  .Service-inner-head {
    margin: 24px auto 32px;
  }

  .Service-inner {
    padding: 64px 18px;
    margin-top: 42px;
    border-radius: 32px;
  }

  .Service-inner__mark {
    padding: 12px 20px;
    margin: 0;
  }

  .Service-inner__ttl {
    margin: 16px auto;
    font-size: 40px;
  }

  .Service-inner__ttl--highlight {
    padding: 9px 13px;
    margin-bottom: 32px;
    font-size: 24px;
  }

  .Service-inner__txt {
    font-size: 16px;
    text-align: center;
  }

  .Service-inner__lnk {
    margin: 16px 0 32px;
    font-size: 16px;
  }

  .Service-inner__lnk::after {
    top: 5px;
  }

  .Service-inner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .Service-inner-list-item {
    flex: 0 0 calc(50% - 12px);
    padding: 32px;
    border-radius: 20px;
  }

  .Service-inner-list-item + .Service-inner-list-item {
    margin-top: 0;
  }

  .Service-inner-list-item-detail img,
  .Service-inner-head img,
  .Service-inner-detail-lnk img {
    width: unset;
  }

  .Service-inner-list-item-detail {
    margin-bottom: 20px;
  }

  .Service-inner-list-item-detail__ttl {
    margin-left: 16px;
    font-size: 24px;
  }

  .Service-inner-list-item-detail__txt {
    font-size: 16px;
  }

  .Service-inner-detail {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
  }

  .Service-inner-detail-head {
    margin: 20px 0;
  }

  .Service-inner-detail-head__ttl {
    font-size: 24px;
  }

  .Service-inner-detail-head__txt {
    margin-bottom: 0;
    font-size: 16px;
  }

  .Service-inner-detail-head__ttl,
  .Service-inner-detail-head__txt {
    text-align: left;
  }

  .Service-inner-detail-lnk {
    min-width: 302px;
    height: 100%;
    margin-bottom: 0;
  }

  .Service-inner-head__txt {
    font-size: 20px;
  }

  .Service-inner-head__txt sup {
    top: -17px;
    font-size: 25px;
  }

  .Service-inner-head__txt--highlight {
    font-size: 42px;
  }

  .Service-inner__note {
    font-size: 14px;
  }

  .Service-inner:last-child .Service-inner__txt {
    text-align: left;
  }

  .Service-inner-stat--scr .Service-inner-stat__img {
    text-align: center;
  }

  .Service-inner-stat--scr img {
    width: 800px;
  }

  .Service-inner-detail-lnk__txt {
    font-size: 20px;
  }
}

@media screen and (width >= 1024px) {
  .Service {
    padding: 55px 90px 60px;
  }

  .Service-inner {
    padding: 64px 64px 80px;
  }
}

/* END: Service */

/* Review */

.Section--review {
  background-color: #f8f5ec;
}

.Review {
  padding: 76px 0 63px;
  background-color: #f8f5ec;
}

.Review__ttl {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.Review-list-item {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 4px #0000001a;
}

.Review-list-item + .Review-list-item {
  margin-top: 16px;
}

.Review-list-item-content {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.Review-list-item-content img {
  width: 32px;
}

.Review-list-item-content__txt {
  margin-left: 6px;
  font-size: 14px;
}

.Review__note {
  margin-top: 24px;
  font-size: 12px;
  color: #777;
}

@media screen and (width >= 768px) {
  .Review {
    padding-top: 0;
  }

  .Review__ttl {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .Review-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 798px;
    margin: 0 auto;
  }

  .Review-list-item {
    flex: 0 0 calc(50% - 12px);
    padding: 32px;
  }

  .Review-list-item + .Review-list-item {
    margin-top: 0;
  }

  .Review-list-item__ttl {
    font-size: 18px;
  }

  .Review-list-item-content__txt {
    font-size: 16px;
  }

  .Review-list-item-content {
    margin-top: 20px;
  }

  .Review-list-item-content img {
    width: unset;
  }

  .Review__note {
    max-width: 798px;
    margin: 32px auto 0;
    font-size: 14px;
  }
}

/* END: Review */

/* Advice */

.Advice {
  padding: 37px 0;
}

.Advice__ttl {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.Advice__ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 4px;
  content: '';
  background-color: #f39800;
  border-radius: 8px;
  transform: translateX(-50%);
}

.Advice__txt {
  font-size: 14px;
  text-align: center;
}

.Advice__txt--highlight {
  font-size: 16px;
  font-weight: bold;
}

.Advice__txt + .Advice__txt {
  margin-top: 8px;
}

.Advice__lnk {
  position: relative;
  left: 50%;
  display: inline-block;
  padding-right: 16px;
  margin: 20px auto;
  font-size: 14px;
  color: #157ed8;
  text-decoration: none;
  transform: translateX(-50%);
}

.Advice__lnk::after {
  position: absolute;
  top: 3px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  content: '';
  border-bottom: 2px solid #157ed8;
  border-left: 2px solid #157ed8;
  border-radius: unset;
  transform: rotate(-45deg);
}

.Advice-list-item {
  padding: 24px 20px;
  border: 1px solid #f39800;
  border-radius: 16px;
}

.Advice-list-item + .Advice-list-item {
  margin-top: 20px;
}

.Advice-list-item__ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.Advice-list-item__ttl sup {
  top: -6px;
}

.Advice-list-item-note {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px;
}

.Advice-list-item-note__txt {
  margin-left: auto;
  font-size: 12px;
  color: #777;
}

.Advice-list-item-note__txt--highlight {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f39800;
  border: 1px solid #f39800;
  border-radius: 43px;
}

.Advice-list-item__txt {
  font-size: 14px;
}

.Advice-list-item__txt + .Advice-list-item__txt {
  margin-top: 10px;
}

.Advice-list-item-logo {
  margin: 20px 0;
  text-align: right;
}

.Advice-list-item-logo img {
  max-width: 130px;
}

.Advice-list-item-lnk {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  background-color: #f39800;
  border-radius: 8px;
}

.Advice-list-item-lnk__txt {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.Advice-list-item-sub {
  padding-left: 0;
  margin: 10px 0 0;
}

.Advice-list-item-sub__txt {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.Advice-list-item-sub__txt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\00203b';
}

.Advice-list-item--highlight .Advice-list-item__ttl {
  line-height: 1.25;
}

.Advice-list-item--highlight .Advice-list-item-lnk {
  background-color: #05b460;
}

.Advice-list-item--highlight .Advice-list-item-logo img {
  max-width: 229px;
}

@media screen and (width >= 768px) {
  .Advice {
    padding: 60px 0;
  }

  .Advice__ttl {
    font-size: 36px;
  }

  .Advice__ttl::after {
    width: 140px;
    height: 6px;
  }

  .Advice__txt,
  .Advice__lnk {
    font-size: 16px;
  }

  .Advice__lnk {
    margin: 16px 0 40px;
  }

  .Advice__lnk::after {
    top: 5px;
  }

  .Advice__txt + .Advice__txt {
    margin-top: 10px;
  }

  .Advice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .Advice-list-item {
    display: flex;
    flex: 0 0 calc(50% - 16px);
    flex-direction: column;
    border-radius: 20px;
  }

  .Advice-list-item + .Advice-list-item {
    margin-top: 0;
  }

  .Advice-list-item__ttl {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .Advice-list-item-note {
    margin-bottom: 24px;
  }

  .Advice-list-item-note__txt {
    font-size: 14px;
  }

  .Advice-list-item__txt {
    font-size: 16px;
  }

  .Advice-list-item-sub__txt {
    font-size: 14px;
  }

  .Advice-list-item-logo {
    margin: 24px 0;
  }

  .Advice-list-item-logo img {
    max-width: unset;
  }

  .Advice-list-item-lnk {
    margin-top: auto;
  }
}

@media screen and (width >= 1024px) {
  .Advice {
    padding: 60px 90px;
  }

  .Advice-list-item {
    padding: 42px;
  }
}

/* END: Advice */

/* Precaution */

.Section--precaution {
  background-color: #f8f8f8;
}

.Precaution {
  padding: 41px 0 55px;
}

.Precaution__ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
}

.Precaution-content {
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 8px;
}

.Precaution-content:last-child {
  margin-bottom: 0;
}

.Precaution-content-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}

.Precaution-content-label__ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

.Precaution-content-label__ico {
  max-width: 21px;
  height: auto;
}

.Precaution-content-label__ico:last-child {
  display: none;
  height: 3px;
}

.Precaution-content--show .Precaution-content-label__ico:nth-child(2) {
  display: none;
}

.Precaution-content--show .Precaution-content-label__ico:last-child {
  display: inline-block;
}

.Precaution-content-list {
  padding-left: 16px;
  margin: 0 16px 20px;
  overflow: hidden;
  transition: max-height 0.8s;
}

.Precaution-content--show .Precaution-content-list {
  display: block;
  border-top: 1px solid #d9d9d9;
}

.Precaution-content-list__item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.Precaution-content-list__item + .Precaution-content-list__item {
  margin-top: 4px;
}

.Precaution-content-list__item::before {
  position: absolute;
  top: 9px;
  left: -11px;
  width: 3px;
  height: 3px;
  content: '';
  background-color: #333;
  border-radius: 50%;
}

.Precaution-content-list__item:first-child {
  margin-top: 20px;
}

.Precaution-content-list__item:last-child {
  margin: 10px 0 16px;
}

.Precaution-content-list__item--note {
  text-align: end;
}

.Precaution-content-list__item--note::before {
  display: none;
}

@media screen and (width >= 1024px) {
  .Precaution {
    padding: 81px 150px 72px;
  }

  .Precaution__ttl {
    margin-bottom: 61px;
    font-size: 32px;
  }

  .Precaution-content {
    margin: 0 auto 32px;
    border-radius: 12px;
  }

  .Precaution-content-label {
    padding: 24px 32px;
  }

  .Precaution-content-label__ttl {
    font-size: 20px;
  }

  .Precaution-content-label__ico {
    max-width: 28px;
  }

  .Precaution-content-label__ico:last-child {
    height: 4px;
  }

  .Precaution-content-list {
    padding-left: 21px;
    margin: 0 32px 16px;
  }

  .Precaution-content-list__item {
    font-size: 16px;
  }

  .Precaution-content-list__item::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }

  .Precaution-content-list__item:first-child {
    margin-top: 24px;
  }

  .Precaution-content-list__item:last-child {
    margin-bottom: 32px;
  }
}

/* END: Precaution */
