.core-note-section {
  margin-bottom: 2rem;
  text-indent: -1em;
  padding-left: 1em;
}

.core-media sup {
  font-size: 60%;
  vertical-align: top;
}
.core-media .reg {
  font-size: 90%;
}

.core-media__label {
  color: var(--color-orange);
  font-size: 1.2rem;
  font-weight: 700;
  background: var(--color-lightorange);
  display: inline-block;
  padding: 0.5rem 1.2rem;
  margin-bottom: 1.2rem;
  border-radius: 0.2rem;
}
@media screen and (max-width:767px) {
  .core-media__label {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.core-media__label--blue {
  color: var(--color-blue);
  background: var(--color-lightblue);
}

.core-media__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width:767px) {
  .core-media__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}

.core-media__ttl-sub {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width:767px) {
  .core-media__ttl-sub {
    font-size: 1.2rem;
  }
}

.core-media__btn {
  height: 4rem;
  margin-top: 1.2rem;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
}

.core-media__note {
  font-size: 1rem;
  margin-top: 1.2rem;
}

.core-list-know {
  border: 1px solid #dbdbdb;
  border-radius: 0.8rem;
  overflow: hidden;
}

.core-list-know__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1.6rem;
  background: #f5f7fb;
}

.core-list-know__body {
  background: #fff;
  padding: 1.2rem 1.6rem;
}

.core-list-know__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .core-list-know__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.core-list-know__list li {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.core-list-know__list li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("/business/outline/health-management/sleep-management/assets/img/core-programs/icon-check.svg") no-repeat center top;
  background-size: contain;
}

.core-list-know__list--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .core-list-know__list--2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.core-list-know__list--2col li {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.core-list-know__list--2col li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  background: url("/business/outline/health-management/sleep-management/assets/img/core-programs/icon-check.svg") no-repeat center top;
  background-size: contain;
}

.custom-container sup {
  font-size: 65%;
}
.custom-container .c-card {
  border: 1px solid #dfdfdf;
}
.custom-container hgroup {
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .custom-container hgroup {
    margin-bottom: 2rem;
  }
}
.custom-container hgroup h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
.custom-container .custom-media__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.custom-container .custom-media__stars img {
  width: 1.8rem;
  height: 1.7rem;
  display: block;
}
.custom-container .custom-media__logo {
  width: 11rem;
  height: auto;
  display: block;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-media__logo {
    width: 9rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.custom-container .check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.custom-container .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
}
.custom-container .check-list li::before {
  content: "";
  display: inline-block;
  width: 1lh;
  height: 1lh;
  background: url("/business/outline/health-management/sleep-management/assets/img/custom-programs/icon-check_round.svg") no-repeat center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.custom-container .custom-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.custom-container .custom-content-grid .custom-content-grid__item {
  background: #f9fbff;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
}
.custom-container .custom-content-grid .custom-content-grid__item .custom-content-grid__num {
  display: inline-block;
  color: var(--color-blue);
  font-weight: 700;
  margin-right: 0.8rem;
}
.custom-container .custom-content-grid .custom-content-grid__item .custom-content-grid__ttl {
  display: inline-block;
  font-weight: 700;
}
.custom-container .custom-content-grid .custom-content-grid__item .custom-content-grid__desc {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-content-grid .custom-content-grid__item .custom-content-grid__desc {
    font-size: 1.2rem;
  }
}
.custom-container .custom-section-header {
  margin-bottom: 1.2rem;
}
.custom-container .custom-section-header h3 {
  margin-bottom: 0;
}
.custom-container .custom-example-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-example-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.custom-container .custom-example-grid .custom-example-card {
  border-radius: 0.8rem;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.custom-container .custom-example-grid .custom-example-card .custom-example-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11rem;
  height: 100%;
}
.custom-container .custom-example-grid .custom-example-card .custom-example-card__img img {
  height: 100%;
}
.custom-container .custom-example-grid .custom-example-card .custom-example-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.6rem;
}
.custom-container .custom-example-grid .custom-example-card .custom-example-card__body .custom-example-card__txt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .custom-container .custom-example-grid .custom-example-card .custom-example-card__body .custom-example-card__txt {
    font-size: 1.2rem;
  }
}
.custom-container .custom-customize-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-customize-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.custom-container .custom-customize-grid .custom-customize-card {
  background: #f9fbff;
  border-radius: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
}
.custom-container .custom-customize-grid .custom-customize-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.6rem;
  height: auto;
}
.custom-container .custom-customize-grid .custom-customize-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-container .custom-customize-grid .custom-customize-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.custom-container .custom-customize-grid .custom-customize-card__body .custom-customize-card__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--color-blue);
}
@media screen and (max-width:767px) {
  .custom-container .custom-customize-grid .custom-customize-card__body .custom-customize-card__ttl {
    font-size: 1.4rem;
  }
}
.custom-container .custom-customize-grid .custom-customize-card__body .custom-customize-card__desc {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-customize-grid .custom-customize-card__body .custom-customize-card__desc {
    font-size: 1.2rem;
  }
}
.custom-container .custom-feature-box {
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid #dfdfdf;
}
.custom-container .custom-feature-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .custom-feature-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 1.6rem;
  }
}
.custom-container .custom-feature-box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .custom-container .custom-feature-box__img {
    width: 100%;
    max-width: 100%;
  }
}
.custom-container .custom-feature-box__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-container .custom-feature-box__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .custom-container .custom-feature-box__body {
    width: 100%;
  }
}
.custom-container .custom-feature-box__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.custom-container .custom-feature-box__desc {
  font-size: 1.4rem;
}
.custom-container .p-side-nav .p-side-nav__arrow::before {
  background: var(--color-lightorange);
}
.custom-container .p-side-nav .p-side-nav__arrow .c-icon-arrow {
  background: var(--color-orange);
}
.custom-container #population-sect02 .p-card-slider .c-card__ttl {
  margin-bottom: 0;
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-header {
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-header {
    margin-bottom: 2.4rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-header .p-program-block__estimate-label {
  display: inline-block;
  background: var(--color-lightblue);
  color: var(--color-blue);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.6rem 0.8rem;
  border-radius: 0.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-header .p-program-block__estimate-label {
    font-size: 1rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-header .p-program-block__consulting-ttl {
  font-size: 2rem;
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.4rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-img {
  background: #e6f3ff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18rem;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-img {
    min-height: 15rem;
    padding: 1.6rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body {
  padding: 2rem;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body {
    padding: 1.6rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body .p-program-block__consulting-card-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body .p-program-block__consulting-card-ttl {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body .p-program-block__consulting-card-txt {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .custom-container .p-program-block--highrisk .p-program-block__consulting-card .p-program-block__consulting-card-body .p-program-block__consulting-card-txt {
    font-size: 1.3rem;
  }
}