/* ===========================
  2025.09 リニュアル後改善
  他社CSSの上書きや追加スタイルをここに記述
=========================== */


/* ===========================
アンカーリンク
  - 中外製薬について
  - イノベーション
  - サスティナビリティ
  - 患者中心の高度で持続可能な医療
  - 地球環境
  - 人財マネジメント
=========================== */
html .ist-anchorLink {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 3.125rem;
  padding-right: 2rem;
  overflow: hidden;
  text-align: left;
  background-color: transparent;
  border-bottom: solid 1px var(--ist-linegrey, #dfdfdf);
  text-decoration: none !important;
  transition: background-color 0.15s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  html .ist-anchorLink {
    transition: none;
  }
}

html .ist-anchorLink:hover, html .ist-anchorLink:focus {
  background-color: var(--ist-base, #f5f5f0);
}

html .ist-anchorLink::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/assets/images/ist/icons/icon-arrow-type02-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}

html .ist-anchorLink__text {
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--ist-black, #222222);
  font-weight: 600;
}

@media (max-width: 960px) {
  html .ist-custom03 {
    gap: 0.5rem !important;
  }
  html .ist-custom03 .ist-anchorLink {
    text-align: left;
  }
  html .ist-custom03 .ist-anchorLink__text {
    width: 100%;
  }
}
/* ニュースリリース */
body.newNewsRelease.index .ist-list01 .ist-list01__title {
  font-weight: 400;
}

body.newNewsRelease.index .ist-list01 .ist-list01__titleText {
  font-size: 1rem;
  font-weight: 600;
}

/* ストーリー */
/* body.story.index .ist-storyCard .ist-storyCard__title {
  font-size: 1.75rem;
} */
