@charset "UTF-8";



/* インデックス系記事 ヘッダー */

body.index article > header {
	margin-bottom: 3rem;
}

body.index.esg article > header {
	margin-bottom: 0;
}

body.index.esg article > header .articleHeaderTop .image {
	margin-bottom: 2em;
}

body.index article > header .articleHeaderTop h1 {
	border-top: solid 2px #000;
	font-size: 2.4rem;
	padding: 0.5em 0.8em;
}



/* インデックス系記事 コンテンツ */

.index-content {
	margin-bottom: 4rem;
}

.index-content > h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0.5em 0.6em;
	margin-bottom: 2rem;
	border-top: solid 2px #000;
	border-bottom: solid 1px #ccc;
}

.index-content p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1em;
}

.index-content .links {
	border-top: dotted 1px #ccc;
	padding-top: 2rem;
}

.index-content .links li {
	margin-bottom: 1.3rem;
}

.index-content .links li a::before {
	display: inline-block;
	content: '';
	width: 0px;
	height: 0px;
	padding-right: 0.5rem;
	border: solid 0.35rem transparent;
	border-left: solid 0.44rem #aaa;
	transform: translateY(-0.1rem);
}

.index-content .links li a[href$='.pdf']::before {
	border: none;
	width: 1.4rem;
	height: 1.6rem;
	padding-right: 0.6rem;
	background: url('/images/esg/2018/pdf.png') left bottom no-repeat;
	transform: translateX(-0.2rem) translateY(0.2rem);
}

