@charset "UTF-8";
/*記事下とサイドバーの関連情報のスタイリング2026年バージョン*/

/*タイトル色変更*/
.column.enterprise__ h1, .column.enterprise__ h2 {
  color: #17a2b8;
}
.column.education h1, .column.education h2 {
  color: #28a745;
}
.column.public h1, .column.public h2 {
  color: #D44076;
}
/*医療機関のクラスは暫定的にenterprize*/
.column.enterprise h1, .column.enterprise h2 {
  color: #104187;
}

/*イメージバナー画像を非表示*/
.main-col>img.img-fluid.mb-4 {
  display: none;
}
/*リード分の色をダークグレーに*/
p.lead.text-exg-blue.mb-4 {
  color: #212529;
}
/*clear:bothを非表示*/
br[clear="both"] {
  display: none;
}
/*記事下関連ブロック*/
#bottom-reference {
  padding-top: 1.5rem;
}
#bottom-reference > div {
  border: solid 1px #a2b1bb;
  padding-left: 0;
  padding-right: 0;
	border-radius: 0;
	margin-bottom: 1.5rem;
}
#bottom-reference .card {
  border: none;
}
#bottom-reference .card a.related-link {
  padding: 0;
  gap: 0;
}
#bottom-reference h4.related-title {
 font-size: 1rem;
 line-height: 1.375rem;
 margin-bottom: .125rem;
}
#bottom-reference .card h4.related-title {
 font-size: 1.125rem;
 line-height: 1.5rem;
 margin-bottom: .5rem;
}
#bottom-reference .related-disc {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
}
.related-link-thumb {
  border-right: solid 1px #a2b1bb;
}
/*サイドバー*/
#side-bar {
  position: sticky;
	top: 7rem;
  padding: .25rem 0 0;
}
#side-bar > div {
  border: solid 1px #a2b1bb;
  padding-left: 0;
  padding-right: 0;
}
.related-service, .related-column, .related-seminar-live, .related-seminar-ond, .related-doc {
  margin-bottom: 1.5rem;
}
.related-category {
  display: flex;
	align-items: center;
  background-color: #f6f7f8;
	color: #466478;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  padding: .25rem .75rem;
  margin-bottom: 0;
	border-bottom: solid 1px #a2b1bb;
}
.related-category::before {
  content: "";
  background-image: "";
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5rem;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.related-service .related-category::before {
	background-color: #466478; /* SVG色変更 */
  mask-image: url("/cms/asset/images/common/icon-service-thumb.svg");
  -webkit-mask-image: url("/cms/asset/images/common/icon-service-thumb.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.related-column .related-category::before {
	background-color: #466478; /* SVG色変更 */
  mask-image: url("/cms/asset/images/common/icon-column-thumb.svg");
  -webkit-mask-image: url("/cms/asset/images/common/icon-column-thumb.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.related-seminar-live .related-category::before {
	background-color: #466478; /* SVG色変更 */
  mask-image: url("/cms/asset/images/common/icon-seminar-live-thumb.svg");
  -webkit-mask-image: url("/cms/asset/images/common/icon-seminar-live-thumb.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.related-seminar-ond .related-category::before {
	background-color: #466478; /* SVG色変更 */
  mask-image: url("/cms/asset/images/common/icon-seminar-ond-thumb.svg");
  -webkit-mask-image: url("/cms/asset/images/common/icon-seminar-ond-thumb.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.related-doc .related-category::before {
	background-color: #466478; /* SVG色変更 */
  mask-image: url("/cms/asset/images/common/icon-doc-thumb.svg");
  -webkit-mask-image: url("/cms/asset/images/common/icon-doc-thumb.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
a.related-link {
  color: #466478;
	display: flex;
	flex-direction: column;
	padding: .8125rem;
	gap: .375rem;
}
a.related-link:hover, a.related-link:focus {
  color: #134970;
	background-color: #f9fafb;
}
a.related-link:not(:last-child) {
  border-bottom: 1px dotted #a2b1bb;
}
h4.related-title {
  font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
}
#side-bar p.related-disc {
  font-size: 0.8125rem;
	line-height: 1.25rem!important;
	margin-bottom: 0;
}
