@charset "UTF-8";



/* リセット（HTML5） */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

section, article, aside, nav, header, main, footer, hgroup, details, figcaption, figure, menu {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul,ol {
	list-style-type: none;
}

em {
	font-style: normal;
}

img {
	vertical-align: bottom;
}

html {
	font-size: 62.5%;
}



/* リンク基本設定 */

a:link, a:active {
	color: #004fa4;
	text-decoration: none;
}

a:visited {
	color: #004fa4;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #025dc0;
	text-decoration: underline;
}

a img {
	transition: 0.3s;
}

a:hover img {
	opacity: 0.75;
}

body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}



/* bpGlobalHeader */

#bpGlobalHeader {
	box-sizing: border-box;
	width: 100%;
	padding: 0 2rem;
}



/* ヘッダー */

#wrapper > header {
	box-sizing: border-box;
	width: 100%;
	padding: 0 2rem;
	margin-bottom: 4rem;
	border-bottom: solid 1px #c0c0c0;
}

#wrapper > header > .pad {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 1rem 2rem;
	position:relative;
}

.siteLogo {
	text-align: center;
}

.headerLangSwitch{
	position:absolute;
	right:0;top:calc(50% - .6em);
}
.headerLangSwitch a{
	display:inline-block;
	margin-left:1em;
}
.headerLangSwitch a::after{
	content: '';
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    margin-left: 0.6em;
    border-bottom: solid 0.17em #000;
    border-right: solid 0.17em #000;
    transform: rotate(-45deg) translateY(-0.17em);
}


/* コンテント */

#wrapper > .content {
	width: 100%;
	margin-bottom: 4rem;
}

#wrapper > .content > .pad {
	width: 1000px;
	padding: 0 2rem;
	margin-left: auto;
	margin-right: auto;
}

#wrapper > .content > .pad::after {
	content: '';
	display: block;
	clear: both;
}

#wrapper > .content > .pad > article {
	width: 660px;
	float: left;
}

#wrapper > .content > .pad > .asideRight {
	width: 300px;
	float: right;
}



/* 右ペインブロック */

.asideRight > section {
	margin-bottom: 2.5rem;
}

.searchBox form::after {
	content: '';
	display: block;
	clear: both;
}

.searchBox form .searchTxt {
	box-sizing: border-box;
	display: block;
	float: left;
	height: 3rem;
	width: calc(100% - 3rem);
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	margin: 0;
	border: solid 1px #a7a7a7;
	border-right: 0;
	background: #fff;
	transition: 0.4s;
}

.searchBox form .searchTxt:focus {
	outline: none;
	background: #f5f5f5;
}

.searchBox form .searchBtn {
	display: block;
	float: right;
	height: 3rem;
	width: 3rem;
	border: none;
	background: #000 url('/images/esg/2018/search.svg') center center no-repeat;
	background-size: 1.2em;
	cursor: pointer;
}

.side-banners ul li {
	margin-bottom: 1rem;
}

.localNavi h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.5em 0.6em;
	border-top: solid 2px #000;
	border-bottom: solid 1px #ccc;
}

.localNavi ul li {
	font-size: 1.4rem;
	border-bottom: solid 1px #ccc;
}

.localNavi ul li a {
	display: block;
	padding: 1em 0.8em;
	transition: 0.3s;
}

.localNavi ul li a::before {
	content: '';
	display: inline-block;
	width: 0.35em;
	height: 0.35em;
	border-bottom: solid 0.17em #000;
	border-right: solid 0.17em #000;
	transform: rotate(-45deg) translateY(-0.17em);
	margin-right: 0.8em;
}

.localNavi ul li a:hover {
	text-decoration: none;
	background: #eee;
}



/* フッター */

#wrapper > footer {
	padding-bottom: 1rem;
}

#wrapper > footer .pad {
	width: 1000px;
	padding: 0 2rem;
	margin-left: auto;
	margin-right: auto;
}

.globalFooter {
	padding: 0 0 0.2rem 0;
	max-width: none;
	font-size: 1.2rem;
}

.globalFooter dl {
	text-align: center;
	margin-bottom: 0.3em;
}

.globalFooter dl dt, .globalFooter dl dd {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2rem;
}

.globalFooter dl dt {
	margin-right: 0.5em;
}

.globalFooter dl dd ul {
	display: inline;
}

.globalFooter dl dd ul li {
	line-height: 1.5;
	height: auto;
	float: none;
	display: inline-block;
	border-left-color: #000;
	margin: 0;
	padding: 0;
}

.globalFooter dl dd ul li:first-child {
	border-left: none;
}

.globalFooter dl dd ul li a {
	display: inline-block;
	line-height: 1.5;
	margin: 0;
	padding: 0 1rem;
	text-decoration: none;
}

.globalFooter dl dd ul li a:hover {
	text-decoration: underline;
}

.footerCopyright .copyright {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
}

.footerCopyright .corpLogo {
	text-align: center;
	margin: 0.8rem;
}



/* 記事リストセクション */

.articleList > section {
	margin-bottom: 3rem;
}

.articleList > section > 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;
}

.articleList > section > nav > ul {
	position:relative;
}

.articleList > section > nav > ul > li{
	width:150px;
	position:absolute;
	padding:0 8px;
}

.articleList > section > nav > ul > li.prev{
	text-align:right;
	right:50%;
}

.articleList > section > nav > ul > li.prev::before {
	content: '';
	display: inline-block;
	width: 0.33em;
	height: 0.33em;
	border-bottom: solid 0.17em #000;
	border-right: solid 0.17em #000;
	transform: rotate(135deg) translateY(0.1em);
	margin-right: 0.2em;
}

.articleList > section > nav > ul > li.next{
	text-align:left;
	left:50%;
}

.articleList > section > nav > ul > li.next::after {
	content: '';
	display: inline-block;
	width: 0.33em;
	height: 0.33em;
	border-bottom: solid 0.17em #000;
	border-right: solid 0.17em #000;
	transform: rotate(-45deg) translateY(-0.17em);
	margin-left: 0.4em;
}


/* リンク a */

.link-a {
	margin: 1rem 0;
	text-align: right;
}

.link-a a {
	font-size: 1.4rem;
}

.link-a a::before {
	content: '';
	display: inline-block;
	width: 0.33em;
	height: 0.33em;
	border-bottom: solid 0.17em #000;
	border-right: solid 0.17em #000;
	transform: rotate(-45deg) translateY(-0.17em);
	margin-right: 0.5em;
}



/* リンク b */

.link-b {
	text-align: right;
}

.link-b a {
	font-size: 1.3rem;
}

.link-b a::before {
	display: inline-block;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 0.5em;
	position: relative;
	top: 0.15em;
	background: url('/images/esg/2018/list-ul.svg') left bottom no-repeat;
	background-size: 1.2em;
}



/* リスト A */

.list-A {
	padding: 0 1rem;
}

.list-A li {
	margin-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: dotted 1px #ccc;
}

.list-A li::after {
	content: '';
	display: block;
	clear: both;
}

.list-A li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.list-A li .image {
	width: 160px;
	float: left;
	overflow: hidden;
}

.list-A li .text {
	width: 100%;
}

.list-A li .image + .text {
	width: calc(100% - 160px - 1rem);
	float: right;
}

.list-A li .text .title {
	font-size: 1.63rem;
	line-height: 1.3;
	margin-bottom: 0.25em;
}

.list-A li .text .title a {
	color: #000;
}

.list-A li .text .summary {
	font-size: 1.2rem;
}



/* リスト B */

.list-B {
	margin-bottom: 1.5rem;
}

.list-B li {
	padding: 1rem;
	border-bottom: dotted 1px #ccc;
}

.list-B li:first-child {
	padding-top: 0;
}

.list-B li .title {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 0.2em;
}

.list-B li .title a {
	color: #000;
}

.list-B li .summary {
	font-size: 1.3rem;
	color: #666;
}

.list-B li .summary time {
	display: inline-block;
	margin-left: 0.25em;
	color: #999;
}



/* リスト C */

.list-C {
	padding: 0 1rem;
}

.list-C li {
	padding: 0.6rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: dotted 1px #ccc;
}

.list-C li:first-child {
	padding-top: 0;
}
