@charset "UTF-8";
.clsNone{
	display:none;
}
.clsVisiNone{
	visibility:hidden;
}

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

.is-active{
	color: red;
	font-weight: bold;
}

/* -------------------- */
/* ニュースリリース　TOP */
/* -------------------- */
#idCmsNews_topNews{
}

/* -------------------- */
/* レポート　TOP */
/* -------------------- */
#idCmsNews_topReport{
}

/* -------------------- */
/* ニュースリリース　一覧 */
/* -------------------- */
#idCmsNews_listNews{
}



/* 年リスト */
#idCmsNews_listNewsYears{
}

/* -------------------- */
/* 企業概要 */
/* -------------------- */
#idCmsCompany_topCompany{
}

/* -------------------- */
/* グループ企業 */
/* -------------------- */
#idCmsGroup_listGroup{
}


/* -------------------- */
/* ニュース詳細 */
/* -------------------- */
#idCmsNewsDetail{
}
	/* カテゴリタグ */
	.clsNewsDetailCate{
		border: 1px solid;
		text-align: center;
		display: inline-block;
		font-weight: 500;
		height: 25px;
		min-width: 80px;
		font-size: 1.2rem;
		line-height: 22px;
	}

	/* 詳細ページのPDFボタン */
	.clsNewsDetailPdfBtn{
		max-width: 450px;
    	margin: 0 auto;
	}

	/* リード文 */
	#idCmsNewsDetail .c-lead p{
		font-size: 22px;
	}

	/* p */
	#idCmsNewsDetail p{
		font-size: 1.6rem;
		margin-bottom: 20px;
		line-height: 1.8;
	}			

	/* 見出し */
	#idCmsNewsDetail h1 {
		font-weight: bold;
		line-height: 1.5;
		font-size: 4rem;
	}
	#idCmsNewsDetail h2 {
		margin-bottom: 60px;
		padding-top: 51px;
		font-size: 3.2rem;
		position: relative;
		font-weight: bold;
		line-height: 1.5;
	}
	#idCmsNewsDetail h2::after {
		width: 88px;
		height: 6px;
		background: linear-gradient(to right, #1E2380 68px, #00873B 68px);
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}

	#idCmsNewsDetail h3 {
		margin: 80px 0 40px;
		padding-left: 19px;
		font-size: 2.8rem;
		position: relative;
		font-weight: bold;
		line-height: 1.5;
	}
	#idCmsNewsDetail h3::before {
		width: 4px;
		height: 41px;
		background: linear-gradient(to bottom, #1E2380 26px, #00873B 26px);
		content: "";
		position: absolute;
		left: 0;
		top: 0.05em;
		display: block;
	}
	#idCmsNewsDetail h4 {
		margin: 65px 0 20px;
		font-size: 2.4rem;
		position: relative;
		padding-left: 25px;
		font-weight: bold;
		line-height: 1.6;
	}
	#idCmsNewsDetail h4::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.8em;
		display: block;
		width: 16px;
		height: 1px;
		background: linear-gradient(to right, #1E2380 10px, #00873B 10px);
	}
	#idCmsNewsDetail h5 {
		margin: 30px 0 20px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.8;
	}


	#idCmsNewsDetail p:empty{
		height: 1em;
	}
	#idCmsNewsDetail table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		empty-cells: show;
	}
		#idCmsNewsDetail table tr {
		}
			#idCmsNewsDetail table tr th {
				padding: 21px 20px;
				background-color: #F5F5F5;
				border-top: 1px solid #E2E2E2;
				font-weight: bold;
				text-align: left;
				white-space: nowrap;
			}

			#idCmsNewsDetail table tr td {
				padding: 21px 16px 21px 23px;
				background-color: #fff;
				border-top: 1px solid #E2E2E2;
			}

	#idCmsNewsDetail img {
		width: auto;
		max-width: 100%;
	}
	#idCmsNewsDetail .g-grid img{
		width: 100%;
	}

	#idCmsNewsDetail a {
		position: relative;
		box-shadow: 0 1px 0 0 transparent;
		text-decoration: none;
		transition: box-shadow 0.2s;
	}
	#idCmsNewsDetail a::after {
		font-family: iconfont !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		content: "\e90b";
		display: inline;
		margin-left: 8px;
		font-size: 1.6rem;
		line-height: 1;
		text-align: center;
		position: relative;
		top: 1px;
		margin-left: 16px;
	}
	#idCmsNewsDetail a[target=_blank]::after {
		content: "\e905";
	}
	#idCmsNewsDetail a[href$=".pdf"]::after {
		content: "\e906";
	}
	#idCmsNewsDetail a:hover {
		box-shadow: 0 1px 0 0 var(--color-txt);
	}

	#idCmsNewsDetail hr {
		border: dotted 1px #000;
		margin: 20px 0;
	}

	/* ul */
	#idCmsNewsDetail ul{
		font-size: 1.6rem;
		margin-bottom: 20px;
		margin-left: 5px;
		line-height: 1.6;
		}
		#idCmsNewsDetail ul li{
			position: relative;
			padding-left: 1em;
		}
			#idCmsNewsDetail ul > li::before {
				content: "";
				position: absolute;
				left: 0.1em;
				top: 0.7em;
				display: inline-block;
				width: 0.2em;
				height: 0.2em;
				background-color: #222222;
				border-radius: 50%;
			}

	/* ol */
	#idCmsNewsDetail ol {
		counter-reset: orderlist;
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.6;
		}
		#idCmsNewsDetail ol li {
			display: flex;
			width: 100%;
		}
			#idCmsNewsDetail ol > li::before {
				counter-increment: orderlist;
				content: counter(orderlist) ".";
				display: block;
				float: left;
				margin-right: 0.5em;
				text-align: right;
			}
			#idCmsNewsDetail ol > li::after {
				content: "";
				display: table;
				clear: both;
			}
	
	#idCmsNewsDetail p strong {
		font-weight: bold;
	}
	#idCmsNewsDetail p em {
		font-style: italic;
	}

@media screen and (max-width: 767px) {
	#idCmsNewsDetail img {
		width: 100%;
	}
}
/* -------------------- */
/* グループ企業詳細 */
/* -------------------- */
#idCmsGroupDetail{
}

	/* p */
	#idCmsGroupDetail p{
	}			

	/* 見出し */
	#idCmsGroupDetail h1 {
	}
	#idCmsGroupDetail h2 {
	}
	#idCmsGroupDetail h3 {
	}
	#idCmsGroupDetail h4 {
	}
	#idCmsGroupDetail h5 {
	}


	#idCmsGroupDetail p:empty{
		height: 1em;
	}
	#idCmsGroupDetail table {
		
	}
		#idCmsGroupDetail table tr {
		}
			#idCmsGroupDetail table tr th {
			}

			#idCmsGroupDetail table tr td {
			}

	#idCmsGroupDetail img {
	}

	#idCmsGroupDetail a {
	}
	#idCmsGroupDetail a:hover {
	}

	#idCmsGroupDetail hr {
	}

	/* ul */
	#idCmsGroupDetail ul{
	}
		#idCmsGroupDetail ul li{
		}
			#idCmsGroupDetail ul > li::before {
			}

	/* ol */
	#idCmsGroupDetail ol {
	}
		#idCmsGroupDetail ol li {
		}
			#idCmsGroupDetail ol > li::before {
			}
	
	#idCmsGroupDetail p strong {
	}
	#idCmsGroupDetail p em {
	}


