@charset "UTF-8";
/*
	extend - export to common.scss
	*/
.contentFootInner {
	width: 1000px;
	margin: 0 auto;
}

/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
	vertical-align: top;
}


body {
	-webkit-text-size-adjust: 100%;
}

#stage #content {
	width: 1000px;
	color: #000000;
}

#content .contentHeadInner,
#content .contentFootInner {
	padding-top: 15px;
	width: 1000px;
}

#content .contentFootInner {
	margin-top: 45px;
}

#stage .mod-pagetop {
	display: inline-block;
}
#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 30px;
	line-height: 1.5;
}
#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #000;
}
#stage .mod-pagetop a .txt {
	position: relative;
}
#stage .mod-pagetop a .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/csr/common/img/icn_arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}



/* --------------------------------------

		CSR共通

---------------------------------------- */
/* パンくず */
#stage .lists-breadcrumb {
	color: #666666;
}

#stage .lists-breadcrumb a {
	color: #000;
	padding-right: 12px;
	margin-right: 6px;
	background-image: url(/csr/common/img/icn_breadcrumb.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 7px auto;
}

/* コンテンツフッター */
.wrp-cont-foot .footl {
	float: left;
}

.wrp-cont-foot .footr {
	float: right;
}

/* --------------------------------------

		モジュール

---------------------------------------- */
/* タイトル関係のモジュール */
#stage .mod-h1 {
	margin-bottom: 30px;
	color: #0039a6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#stage .mod-h2 {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 2px solid #0036a6;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

#stage .mod-h2.mod-h2-bg {
	position: relative;
	padding-right: 130px;
	padding-left: 130px;
	background-color: #0039a6;
	color: #fff;
	text-align: center;
}
#stage .mod-h2.mod-h2-bg img {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 100px;
}
#stage .mod-h2.mod-h2-bg span {
}

#stage .mod-h3 {
	border-top: 2px solid #0039a6;
	padding: 6px 16px 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
}



/* --------------------------------------

		CSRの取組み

---------------------------------------- */
/* リードコンテンツ */
#stage .wrp-contents-top {
	/* width: 660px; */
	margin: 0 auto 64px;
}
#stage .wrp-contents-top .box-text {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#stage .wrp-contents-top .box-text p {
	font-size: 14px;
	line-height: 1.875;
}
#stage .wrp-contents-top .box-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}
#stage .wrp-contents-top .link-item {
	display: block;
	width: calc(( 100% - (20px * 2)) / 3 );
}
#stage .wrp-contents-top .link-item:not(:nth-of-type(3n - 2)) {
	padding-left: 20px;
}
#stage .wrp-contents-top .link-item:nth-of-type(n + 4) {
	padding-top: 20px;
}
#stage .wrp-contents-top .link-item div {
	display: block;
	position: relative;
}
#stage .wrp-contents-top .link-item a {
	position: relative;
	display: block;
}
#stage .wrp-contents-top .link-item .img img {
	width: 100%;
}
#stage .wrp-contents-top .link-item .text {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	font-weight: bold;
	text-align: center;
}

/* 各カテゴリコンテンツ共通 */
#stage .wrp-contents {
	margin-bottom: 64px;
}
#stage .wrp-contents .contents-inner {
	padding: 0 40px;
}
#stage .wrp-contents .block-lists {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -33px;
}
#stage .wrp-contents .block-lists > li {
	width: 440px;
	margin-bottom: 33px;
}
#stage .wrp-contents .block-item .link-lists a {
	color: #000;
}
#stage .wrp-contents .block-item .link-lists .link-item {
	display: inline-block;
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 2.142857143;
}
#stage .wrp-contents .block-item .link-lists .link-item.new:before {
    display: inline-block;
    content: 'NEW';
    padding: 3px 5px;
    margin-right: 6px;
    background-color: #D80A2A;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#stage .wrp-contents .block-item .link-lists .link-item:after {
	position: absolute;
	top: 0.7em;
	left: 0;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/csr/top/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 7px;
}
#stage .wrp-contents .block-item .link-lists .ext .link-item:after {
	width: 10px;
	height: 10px;
	background-image: url(/csr/common/img/icn_blank.png);
	background-size: 10px 10px;
}
#stage .wrp-contents .block-item .link-lists a:hover .link-item {
	text-decoration: underline;
}

#stage .wrp-contents .block-item .link-lists .link-lists-lv2 {
	position: relative;
	margin-left: 1em;
}

#stage .wrp-contents .block-item .link-lists .link-lists-lv2 .link-item:after {
	content: '・';
	top: 0;
	background:none;
}

/* 関連リンク */
#stage .wrp-contents-bottom {
	border-top: 1px solid #cfcfcf;
	padding: 40px 0;
	background-color: #f6f6f6;
}
#stage .wrp-contents-bottom .link-item {
	width: 490px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 1px 0px 0px #ccc;
	overflow: hidden;
}
#stage .wrp-contents-bottom .link-item a,
#stage .wrp-contents-bottom .link-item div {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
#stage .wrp-contents-bottom .link-item .img {
	display: table-cell;
	vertical-align: middle;
	width: 108px;
	max-width: 108px;
	border-radius: 2px;
	overflow: hidden;
}
#stage .wrp-contents-bottom .link-item .img + .text {
	padding-left: 20px;
}
#stage .wrp-contents-bottom .link-item .text {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	color: #000;
}
#stage .wrp-contents-bottom .link-item .text span {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	text-align: left;
}
#stage .wrp-contents-bottom .link-item .text span:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 6px;
	height: 7px;
	margin-top: -3.5px;
	background-image: url(/csr/top/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 7px;
}



/* PCのみ（主にhover処理） */
@media only screen and (min-width: 737px) {
	#stage a.mod-opacity:hover {
		opacity: .7;
	}

	#stage .wrp-contents-bottom .link-item a:hover .text span {
		text-decoration: underline;
	}

	#stage .wrp-contents-top .link-item a:hover .text span {
		text-decoration: underline;
	}
}



/* --------------------------------------

		SP用

---------------------------------------- */
@media only screen and (max-width: 736px) {
	#content .contentHeadInner {
		padding-top: 0;
	}

	#stage #content {
		width: 100%;
	}

	#stage #header {
		width: 100%;
	}

	#stage #gnav {
		width: 100%;
	}

	.wrp-breadcrumb {
		display: none;
	}
	/* コンテンツフッター */
	#content .contentHeadInner,
	#content .contentFootInner {
		width: 100%;
	}

	#content .contentFootInner {
		margin-top: 0;
	}

	#stage .wrp-cont-foot {
		padding-bottom: 10px;
		margin: 0 10px;
	}

	#stage .wrp-cont-foot .footl, #stage .wrp-cont-foot .footr {
		float: none;
	}

	#stage .wrp-cont-foot .footr {
		text-align: right;
		margin-top: 15px;
	}
	/* --------------------------------------

		モジュール

	---------------------------------------- */
	/* タイトル関係のモジュール */
	#stage .mod-h1 {
		margin-top: 15px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	#stage .mod-h2 {
		font-size: 15px;
	}
	#stage .mod-h2.mod-h2-bg {
		margin-bottom: 16px;
		padding: 13px 10px 13px 92px;
		text-align: left;
	}
	#stage .mod-h2.mod-h2-bg img {
		bottom: 10px;
		left: 10px;
		width: 70px;
	}

	#stage .mod-h3 {
		padding-right: 10px;
		padding-left: 10px;
	}


	/* リードコンテンツ */
	#stage .wrp-contents-top {
		/* width: 100%; */
		margin-bottom: 20px;
	}
	#stage .wrp-contents-top:after {
		content: "";
		display: block;
		clear: both;
	}
	#stage .wrp-contents-top .box-text {
		width: auto;
		margin-bottom: 12px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#stage .wrp-contents-top .box-text p {
		font-size: 13px;
		line-height: 1.846153846;
	}
	#stage .wrp-contents-top .box-link {
		padding-right: 10px;
		padding-left: 10px;
	}
	#stage .wrp-contents-top .box-link:after {
		content: "";
		display: block;
		clear: both;
	}
	#stage .wrp-contents-top .link-item {
		display: block;
		width: calc((100% - 12px) / 2);
		margin-top: 10px;
		padding-left: 0;
		padding-bottom: 0;
	}
	#stage .wrp-contents-top .link-item:not(:nth-of-type(3n - 2)) {
		padding-left: 0;
	}
	#stage .wrp-contents-top .link-item:nth-of-type(n + 4) {
		padding-top: 0;
	}
	#stage .wrp-contents-top .link-item:nth-of-type(2n) {
		padding-left: 12px;
	}
	#stage .wrp-contents-top .link-item:th-of-type(n - 3) {
		padding-top: 12px;
	}
	#stage .wrp-contents-top .link-item .text {
		font-size: 10px;
		line-height: 1.25;
	}
	#stage .wrp-contents-top .link-item .text span {
		display: block;
		text-align: center;
	}
	#stage .wrp-contents-top .link-item.link-item-float a,
	#stage .wrp-contents-top .link-item.link-item-float div {
		padding: 2px;
	}
	#stage .wrp-contents-top .link-item.link-item-float .img {
		width: 90px;
		max-width: 90px;
	}
	#stage .wrp-contents-top .link-item.link-item-float .text {
		text-align: left;
	}
	#stage .wrp-contents-top .link-item.link-item-float .img + .text {
		padding-left: 10px;
	}
	#stage .wrp-contents-top .link-item.link-item-float .text span {
		text-align: left;
	}



	/* 各カテゴリコンテンツ共通 */
	#stage .wrp-contents {
		margin-bottom: 40px;
	}
	#stage .wrp-contents .contents-inner {
		display: block;
		box-sizing: border-box;
		padding-right: 10px;
		padding-left: 10px;
	}
	#stage .wrp-contents .box-ph {
		display: block;
		width: 100%;
		max-width: none;
		margin-bottom: 10px;
	}
	#stage .wrp-contents .box-text {
		display: block;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	#stage .wrp-contents .block-lists {
		display: block;
		margin-bottom: 0;
	}
	#stage .wrp-contents .block-lists > li {
		width: 100%;
		margin-bottom: 30px;
	}
	#stage .wrp-contents .block-lists > li:last-of-type {
		margin-bottom: 0;
	}
	#stage .wrp-contents .block-item .link-lists .link-item {
		padding-left: 16px;
		font-size: 13px;
		line-height: 2.230769231;
	}
	#stage .wrp-contents .block-item .link-lists .link-item:after {
		top: 0.6em;
	}


	/* 関連リンク */
	#stage .wrp-contents-bottom {
		padding: 25px 10px;
	}
	#stage .wrp-contents-bottom .link-item {
		width: 100%;
	}
	#stage .wrp-contents-bottom .link-item .img {
		width: 90px;
		max-width: 90px;
	}
	#stage .wrp-contents-bottom .link-item .img + .text {
		padding-left: 10px;
	}
	#stage .wrp-contents-bottom .link-item .text {
		padding: 10px;
	}
	#stage .wrp-contents-bottom .link-item .text span {
		padding-left: 12px;
	}
}


/* --------------------------------------

	ニュースリリース（追加：2022/02/26）

---------------------------------------- */
#stage .wrp-csr-news {
	-webkit-print-color-adjust: exact;
	margin-bottom: 70px;
}
#stage .wrp-csr-news:after {
	content: "";
	display: block;
	clear: both;
}
#stage .wrp-csr-news * {
	box-sizing: border-box;
}

#stage .wrp-csr-news .csr-news-section {
	float: left;
	width: 50%;
}
#stage .wrp-csr-news .csr-news-section:nth-child(1) {
	padding-right: 18px;
}
#stage .wrp-csr-news .csr-news-section:nth-child(2) {
	padding-left: 18px;
}

#stage .csr-news-section .area-header {
	position: relative;
	padding-bottom: 15px;
}

#stage .csr-news-section .news-title {
	padding-left: 17px;
	font-size: 16px;
	font-weight: bold;
}

/* 一覧へ */
#stage .csr-news-section .news-index-link {
	position: absolute;
	right: 38px;
	bottom: 15px;
}
#stage .csr-news-section .news-index-link a {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 82px;
	height: 30px;
	padding-left: 26px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
#stage .csr-news-section .news-index-link .icn-arrow {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 6px;
}

/* rss */
#stage .csr-news-section .news-rss {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 28px;
	height: 28px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
#stage .csr-news-section .news-rss {
	display: block;
	text-decoration: none;
}
#stage .csr-news-section .news-rss:hover {
	opacity: 0.7;
}
#stage .csr-news-section .news-rss img {
	width: 100%;
}

/* リスト */
#stage .csr-news-section .news-list {
	overflow: hidden;
	border-top: solid 1px #cccccc;
}
#stage .csr-news-section .news-list li {
	padding: 14px 0 14px 17px;
	border-bottom: solid 1px #cccccc;
}
#stage .csr-news-section .news-list li:last-child {
	margin-bottom: 0;
}
#stage .csr-news-section .news-list li a {
	overflow: hidden;
	display: block;
	color: #000000;
	height: calc( 2em * 1.4 );
	text-decoration: none;
}
#stage .csr-news-section .news-list li a:after {
	content: "";
	display: block;
	clear: both;
}

#stage .csr-news-section .news-list li a.textlink {
	overflow: visible;
	height: auto;
	display: inline-block;
}

/* 日付 */
#stage .csr-news-section .news-list .date {
	float: left;
	display: block;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	min-width: 110px;
}

/* テキスト */
#stage .csr-news-section .news-list .text {
	overflow: hidden;
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 1.4;
}
#stage .csr-news-section .news-list [class*="icn-"] {
	position: absolute;
	left: 0;
	top: 2px;
}
#stage .csr-news-section .news-list .text:hover {
	text-decoration: underline;
}
#stage .csr-news-section .news-list .icn-arrow {
	left: 3px;
	width: 9px;
	height: 15px;
}
#stage .csr-news-section .news-list .icn-pdf {
	width: 14px;
	height: 16px;
}
#stage .csr-news-section .news-list .icn-blank {
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 736px) {
	#stage .wrp-csr-news {
		margin-bottom: 40px;
	}

	#stage .wrp-csr-news .csr-news-section {
		float: none;
		width: auto;
		margin: 25px 10px 0;
	}
	#stage .wrp-csr-news .csr-news-section:nth-child(1) {
		margin-top: 0;
		padding-right: 0;
	}
	#stage .wrp-csr-news .csr-news-section:nth-child(2) {
		padding-left: 0;
	}

	#stage .csr-news-section .area-header {
		padding-bottom: 10px;
	}

	#stage .csr-news-section .news-title {
		padding-left: 0;
	}

	/* 一覧へ */
	#stage .csr-news-section .news-index-link {
		position: absolute;
		right: 37px;
		bottom: 10px;
	}
	#stage .csr-news-section .news-index-link a {
		width: 80px;
		height: 26px;
		padding-left: 21px;
		font-size: 14px;
		line-height: 26px;
		text-decoration: none;
	}
	#stage .csr-news-section .news-index-link .icn-arrow {
		left: 8px;
		top: 9px;
	}

	/* rss */
	#stage .csr-news-section .news-rss {
		right: 3px;
		bottom: 10px;
		width: 24px;
		height: 24px;
	}
	#stage .csr-news-section .news-rss:hover {
		opacity: 1;
	}

	/* リスト */
	#stage .csr-news-section .news-list li {
		padding: 10px;
	}
	#stage .csr-news-section .news-list li a {
		overflow: visible;
		height: auto;
	}

	/* 日付 */
	#stage .csr-news-section .news-list .date {
		float: none;
		margin-bottom: 8px;
	}

	/* テキスト */
	#stage .wrp-news-release .news-list .text {
		clear: both;
		margin-top: 0;
	}
	#stage .csr-news-section .news-list .text:hover {
		text-decoration: none;
	}
}


#stage .wrp-contents-top .link-item .link-item_button {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	padding-left: 26px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-size: 14px;
	line-height: 28px;
	color: #000;
}
#stage .wrp-contents-top .link-item .link-item_button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 12px;
	background-image: url(/common/img/icon-rwd/arrow_blue.png);
	transform: translateY(-50%);
}
#stage .wrp-contents-top .link-item .link-item_button .text {
	position: static;
	box-sizing: border-box;
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px 20px 10px 10px;
	background-color: transparent;
}
#stage .wrp-contents-top .link-item .link-item_button .text > span {
	display: table-cell;
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
