/* -------------------------------------------共通 */
.l-contents__inner {
  padding-bottom: 0 !important;
}

.l-footer .c-copyright {
  background-color: #8F85B8;
}


.c-entry__title {
  display: none;
}

.top__service-card {
  min-height: 410px;
}

/* -------------------------------------------トップページ・ヒーロービュー */
/* 占いFV：文字の視認性アップ（白シャドウ） */
.mist-caption .smb-section__title,
.mist-caption .smb-section__lede,
.mist-caption p {
  text-shadow:
    /* 0 0 8px rgba(255,255,255,0.85), */
    0 2px 12px rgba(0,0,0,1);
}

@media (max-width: 599px) {
  .mist-caption .smb-section__title,
  .mist-caption .smb-section__lede,
  .mist-caption p {
    text-shadow:
      /* 0 0 12px rgba(255,255,255,0.95), */
      0 2px 14px rgba(0,0,0,1);
  }
}

.mist-caption .smb-section__title {
  text-shadow:
    /* 0 0 34px rgba(255,255,255,0.95), */
    0 3px 16px rgba(0,0,0,1);
}




/* -------------------------------------------トップページ・選択セクション */
.top__select-section {
  background: linear-gradient(0deg,
      #F4F2FA 0%,
      #EEF4F1 100%);
}

.top__select-icon--check {
  font-size: 1rem;
  color: #6B6B6B;
}

.top__select-icon--uranai {
  font-size: 2.5rem;
  color: #B9AEDC;
}

.top__select-icon--counseling {
  font-size: 2.5rem;
  color: #8FB8A6;
}

.top__select-icon--balance {
  font-size: 2.5rem;
  color: #C3B8A3;
}


/* -------------------------------------------トップページ・大切にしていること */
.top__believe-section {
  background: linear-gradient(0deg,
      #F4F2FA 0%,
      #EEF4F1 100%);
}

.top__believe-icon {
  font-size: 1rem;
}


/* -------------------------------------------サービスページ・ */

.service__option-box {
  /* min-height: 340px; */
}



/* -------------------------------------------プロフィールページ */

/* アイコンとテキストの縦位置をきっちり中央で揃える */
.profile__icon-list .smb-list__item {
  align-items: center;
}

/* SVG / Font Awesome アイコンのズレ補正 */
.profile__icon-list .smb-list__icon svg,
.profile__icon-list .smb-list__icon i {
  display: block;
}

.profile__icon-list .smb-list__icon {
  position: relative;
  top: 0.45em;
  /* 微調整：0.03〜0.08emで好みに */
}