@charset "UTF-8";
.clsNone {
	display:none !important;
}

.clsVisiUnset {
	visibility:unset !important;
}

/* 投稿モード「タイトルのみ」の記事に付与 */
.clsTitleMode{
	cursor: initial !important;
}

/* 掲載情報がない場合に付与 */
.clsNoDataList {
  text-align: center;
}

/* プレビュー注記 */
.clsPreviewH2 {
	position: fixed;z-index: 2147483647;
	background-color: #ff9c9c8c;;
	color: white;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

/* --------------- */ 
/* TOP */
/* --------------- */ 
/* Pickup */
.pickup:has([id="idCmsPickup_Top_List"]) {
	visibility: hidden;
}
.pickup:has([id="idCmsPickup_Top_List"]):not(.clsVisiUnset) {
	aspect-ratio: 1/1.4;
}
#idCmsPickup_Top_List .pickup__slide-inner.clsTitleMode .pickup__image img {
	scale: none;
}
/* Corporate News */
#idCmsNews_Top_List .c-news > a.clsTitleMode:hover .c-news__headline,
#idCmsNews_Top_List .c-news > a.clsTitleMode:hover .c-news__date .c-news__tag {
	color: #222;
}
#idCmsNews_Top_List .c-news > a.clsTitleMode .c-news__headline::after {
	content: none;
}
#idCmsNews_Top_List .c-news.c-news--half.clsNoDataList {
	padding-block: 1.6rem;
}
@media screen and (min-width: 768px) {
	/* Pickup */
	.pickup:has([id="idCmsPickup_Top_List"]):not(.clsVisiUnset) {
		aspect-ratio: 1/.363;
	}
	/* Corporate News */
	#idCmsNews_Top_List .c-news.c-news--half.clsNoDataList {
		padding-block: 2rem;
	}
}

/* -------------------- */
/* Corporate News一覧 */
/* -------------------- */
[id^="idCmsNews_News"] .c-news {
	display: none !important;
}
[id^="idCmsNews_News"] .c-news.clsShow {
	display: block !important;
}
[id^="idCmsNews_News"] .c-news > a.clsTitleMode:hover .c-news__headline,
[id^="idCmsNews_News"] .c-news > a.clsTitleMode:hover .c-news__date .c-news__tag {
	color: #222;
}
[id^="idCmsNews_News"] .c-news > a.clsTitleMode .c-news__headline::after {
	content: none;
}
[id^="idCmsNews_News"] .clsNoDataList {
	padding-block: 20px;
	background-image: var(--line-dotted-gr-sp);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
}
[id^="idCmsNews_News"] .clsNoDataList span {
	display: block;
	height: 59.8px;
	line-height: 5.5;
}
@media screen and (min-width: 768px) {
	[id^="idCmsNews_News"] .clsNoDataList {
		padding-block: 32px;
		background-image: var(--line-dotted-gr-pc);
	}
	[id^="idCmsNews_News"] .clsNoDataList span {
		height: 19px;
		line-height: 0.9;
	}
}

/* --------------------- */ 
/* サステナビリティTOP */
/* --------------------- */ 
#idCmsNews_EsgTop_List .c-news > a.clsTitleMode:hover .c-news__headline,
#idCmsNews_EsgTop_List .c-news > a.clsTitleMode:hover .c-news__date .c-news__tag {
	color: #222;
}
#idCmsNews_EsgTop_List .c-news > a.clsTitleMode .c-news__headline::after {
	content: none;
}
#idCmsNews_EsgTop_List .c-news.clsNoDataList {
	padding-block: 20px;
}
@media screen and (min-width: 768px) {
	#idCmsNews_EsgTop_List .c-news.clsNoDataList {
		padding-block: 32px;
	}
}

/* --------------------- */
/* 詳細ページ（一括適用） */
/* --------------------- */
/* H2見出し */
div[id$="Detail"] h2 {
	position: relative;
	padding-bottom: 16px;
	margin-block: 80px 30px;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.44;
}

div[id$="Detail"] h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0068B6;
}

/* H3見出し */
div[id$="Detail"] h3 {
	position: relative;
	padding: 10px 20px;
	margin-block: 40px 25px;
	background-color: #F5F5F5;
	font-weight: 700;
	font-size: 2.1rem;
}

div[id$="Detail"] h3::before {
	content: "";
	width: 3px;
	height: 100%;
	background-color: #0068B6;
	position: absolute;
	left: 0;
	top: 0;
}

/* H4見出し */
div[id$="Detail"] h4 {
	position: relative;
	padding-left: 16px;
	padding-bottom: 10px;
	margin-block: 25px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px solid #222;
}

div[id$="Detail"] h4::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #F9BE00;
}

/* H5見出し */
div[id$="Detail"] h5 {
	position: relative;
	font-weight: 700;
	padding-left: 24px;
	margin-block: 20px 15px;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.55;
}

div[id$="Detail"] h5::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	background: url(/assets_renew/images/common/icon_heading-quinary.svg) no-repeat 0 0 / cover;
}

/* 本文 */
div[id$="Detail"] p {
	margin-top: 8px;
}

/* 太字 */
div[id$="Detail"] strong {
	font-weight: bold;
}

/* イタリック */
div[id$="Detail"] em {
	font-style: italic;
}

/* 文中リンク */
div[id$="Detail"] a {
	position: relative;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

div[id$="Detail"] a:hover {
	transition: color .3s ease;
	color: #0068B6;
	text-decoration: none;
}

/* キャプション */
div[id$="Detail"] blockquote {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 8px;
}

/* 通常リスト */
div[id$="Detail"] ul {
	margin-top: 8px;
}

div[id$="Detail"] ul > li {
	position: relative;
	padding-left: 1.5em;
	font-size: 1.4rem;
	line-height: 1.6;
}

div[id$="Detail"] ul > li + li {
	margin-top: 8px;
}

div[id$="Detail"] ul > li::before {
	content: "";
	display: block;
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	position: absolute;
	top: 0.8em;
	left: 0.5em;
	transform: translate(50%, -50%);
	background-color: #222;
}

/* 番号リスト */
div[id$="Detail"] ol {
	counter-reset: orderlist;
	margin-top: 8px;
}

div[id$="Detail"] ol > li {
	position: relative;
	padding-left: 1.5em;
	font-size: 1.4rem;
	line-height: 1.6;
}

div[id$="Detail"] ol > li + li {
	margin-top: 8px;
}

div[id$="Detail"] ol > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: block;
	min-width: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

/* キャプション付き比率固定画像 */
div[id$="Detail"] p:has(img) {
	position: relative;
	overflow: hidden;
}

div[id$="Detail"] p:has(img) blockquote {
	margin-top: 20px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #666;
}

/* table */
div[id$="Detail"] table {
	width: 100%;
	text-align: left;
	border: none;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 8px;
}

div[id$="Detail"] table th,
div[id$="Detail"] table td {
	overflow-wrap: anywhere;
}

div[id$="Detail"] table thead th {
	border: 1px solid #DDD;
	vertical-align: middle;
	padding: 20px 10px 18px;
	background-color: #0068B6;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

div[id$="Detail"] table tbody th {
	border: 1px solid #DDD;
	vertical-align: middle;
	padding: 20px 10px 18px;
	background-color: #f3f3f3;
	font-weight: 700;
	text-align: center;
}

div[id$="Detail"] table tbody td {
	padding: 20px 18px 18px;
	border: 1px solid #DDD;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	/* H2見出し */
	div[id$="Detail"] h2 {
		padding-bottom: 24px;
		margin-block: 120px 50px;
		font-size: 3.2rem;
		line-height: 1.62;
	}

	div[id$="Detail"] h2::after {
		height: 3px;
	}

	/* H3見出し */
	div[id$="Detail"] h3 {
		font-size: 2.5rem;
		padding: 15px 30px 17px;
		margin-block: 60px 40px;
	}

	div[id$="Detail"] h3::before {
		width: 4px;
	}

	/* H4見出し */
	div[id$="Detail"] h4 {
		padding-left: 28px;
		padding-bottom: 16px;
		margin-block: 40px 30px;
		font-size: 2rem;
	}

	div[id$="Detail"] h4::before {
		width: 10px;
		height: 10px;
	}

	/* H5見出し */
	div[id$="Detail"] h5 {
		font-size: 1.8rem;
		padding-left: 32px;
		margin-block: 30px 20px;
	}

	div[id$="Detail"] h5::before {
		top: 10px;
	}

	/* 本文 */
	div[id$="Detail"] p {
		margin-top: 14px;
	}

	/* キャプション */
	div[id$="Detail"] blockquote {
		margin-top: 14px;
	}

	/* 通常リスト */
	div[id$="Detail"] ul {
		margin-top: 14px;
	}

	div[id$="Detail"] ul > li {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}

	div[id$="Detail"] ul > li + li {
		margin-top: 14px;
	}

	/* 番号リスト */
	div[id$="Detail"] ol {
		margin-top: 14px;
	}

	div[id$="Detail"] ol > li {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}

	div[id$="Detail"] ol > li + li {
		margin-top: 14px;
	}

	/* キャプション付き比率固定画像 */
	div[id$="Detail"] p img {
		width: revert-layer;
	}

	/* table */
	div[id$="Detail"] table {
		margin-top: 14px;
	}

	div[id$="Detail"] table th,
	div[id$="Detail"] table td {
		padding-block: 24px;
	}
}

/*******************************************************
/* 詳細ページ（個別適用） 過去データ用スタイル（旧スタイル）
*******************************************************/

/* -------------------- */
/* お知らせ詳細 */
/* -------------------- */
#idCmsInfo_Detail {
}

