@charset "utf-8";

/* index.css */


/* common
------------------------------------------------ */
.block h3 {
	background: url("../../common/img/h_line.gif") repeat-x center;
	font-size: 30px;
	line-height: 20px;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	text-align: center;
}

.block h3 span {
	background: #fff;
	padding: 0 14px;
}

.more {
	display: block;
	vertical-align: middle;
	width: 166px;
	color: #e60012;
	font-family: 'Syncopate', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	border: 1px solid #e60012;
	margin: 40px auto 0 auto;
	padding: 10px 0;
}

/* mainLogo
------------------------------------------------ */
#mainLogo img {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-top: 16px;
}

/* header
------------------------------------------------ */
#header {
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: 0;
}

#headerBlock .headerLogo {
	position: fixed;
	top: -171px;
}


/* mainVisual
------------------------------------------------ */
#mainVisual {
	position: relative;
	overflow: hidden;
	/*background: url("../img/mainVisual.jpg") no-repeat bottom left;*/
	height: 590px;
	width: auto;
	background-size: cover;
	margin-top: 140px;
}

#mainVisual h2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 250px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 54px;
	line-height: 54px;
	color: #e60012;
	/*background: url("../img/mainVisual_cover.png");*/
	z-index: 1;
}

#rotationBackground {
	background-color: #000;
}
#rotationVisual {
	width: 1040px;
	height: 560px;
	margin: 0 auto;
	overflow: hidden;
	/*position: relative;*/
}
#rotationVisual ul {
	width: 5200px;
	height: 560px;
	/*margin-left: -1040px;*/
}
#rotationVisual li {
	display: inline-block;
	background-position: center center;

	-moz-background-size:cover;
	background-size:cover;
	position: relative;
	float: left;
}
#rotationVisual li a {
	display: block;
	width: 1040px;
	height: 560px;
}

#rotationVisual .titleBox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1040px;
	color: #fff;
	height: auto;
}

#rotationVisual .titleBox h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	position: relative;
	bottom: 0px;
}
#rotationVisual .titleBox h2,#rotationVisual .titleBox .date {
	color: #fff;
}

#rotationVisual .titleBox .date {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 14px;
}
#rotationVisual .titleBox .type {
	position: absolute;
	bottom: 12px;
	right: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #000;
	font-size: 12px;
	line-height: 10px;
	padding: 4px 6px;
}

#rotationVisual .titleBox.announcement {
	background: url("../report/img/report_announcement_bg.png");
}
#rotationVisual .titleBox.column {
	background: url("../report/img/report_column_bg.png");
}
#rotationVisual .titleBox.insidedac {
	background: url("../report/img/report_insidedac_bg.png");
}
#rotationVisual .titleBox.showcase {
	background: url("../report/img/report_showcase_bg.png");
}
#rotationVisual .titleBox.other {
	background: url("../report/img/report_other_bg.png");
}
#rotationVisual .titleBox.sdgs {
	background: url("../report/img/report_sdgs_bg.png");
}



#rotationThumbnail {
	margin: 0 auto;
	position: absolute;
	top: 570px;
	left: 0px;
	right: 0px;
  	margin: auto;
	/*width: 250px;*/
	z-index: 2;
}
#rotationThumbnail li {
	display: inline-block;
	/*background-position: center center;*/

	/*-moz-background-size:cover;*/
	/*background-size:cover;*/

	float: left;
	margin-left: 10px;
}

#rotationThumbnail li:first-child {
	margin-left: 0px;
}

#rotationThumbnail li a, #rotationThumbnail li a:link, #rotationThumbnail li a:visited, #rotationThumbnail li a:active {
	display: block;
	text-indent: -99999px;
	background-color: #a0a0a0;
	width: 10px;
	height: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#rotationThumbnail li a:hover {
	background-color: #e60012;
}

#rotationThumbnail li a.current {
	background-color: #e60012;
}

/* newsBlock
------------------------------------------------ */
#newsBlock {
	position: relative;
	padding-top: 120px;
}

#newsBlock::before {
	content: "";
	width: 960px;
	height: 16px;
	background: #e60012;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

#newsBlock .colBox {
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: hidden;
}

#newsBlock .colBox .col {
	width: 300px;
	float: left;
	margin-left: 30px;
	padding-bottom:38px;
	border-bottom: 1px solid #000;
}

#newsBlock .colBox .col.first {
	margin-left: 0px;
}

#newsBlock .colBox .col a {
	display: block;
}

#newsBlock .colBox .col a,
#newsBlock .colBox .col a:link,
#newsBlock .colBox .col a:visited {
	color: #000;
}

#newsBlock .colBox .col dt {
	display: block;
	background: #e3e3e3;
	text-align: right;
	padding-right: 6px;
}



#newsBlock .colBox .col dd {
	padding-top: 16px;
	overflow: hidden;
}

#newsBlock .colBox .col .photo {
	float: left;
}

#newsBlock .colBox .col .detail {
	float: right;
	font-size: 14px;
	line-height: 22px;
	width: 154px;
}

#newsBlock .colList {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
}

#newsBlock .colList li {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 4px 0 4px;
}

#newsBlock .colList a {
	display: block;
	overflow: hidden;
	padding-top: 16px;
	position: relative;
}


#newsBlock .colList a::after {
	content: url("../../common/img/arrow_red.png");
	position: absolute;
	top: 30%;
	right: 10px;
}



#newsBlock .colList a,
#newsBlock .colList a:link,
#newsBlock .colList a:visited {
	color: #000;
}

#newsBlock .colList .date {
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 14px 20px;
	float: left;
}

#newsBlock .colList .detail {
	font-size: 14px;
	line-height: 20px;
	width: 800px;
	padding: 0 0 14px 104px;
}


#reportBlock {
	position: relative;
	padding-top: 120px;
}

#reportBlock::before {
	content: "";
	width: 960px;
	height: 16px;
	/*background: #e60012;*/
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

#reportBlock ul {
	width: 980px;
	margin: 0 auto;
	padding-top: 62px;
}
#reportBlock p {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: right;
}


#reportBlock .detail {
	border-bottom: 4px solid #e60012;
	font-size: 12px;
	padding-top: 4px;
	color: #e60012;
	background-color: #ffffff;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*right: 0;*/
}

#reportBlock .detail:hover {
	border-bottom: 4px solid #e60012;
	font-size: 12px;
	padding-top: 4px;
	color: #ffffff;
	background-color: #e60012;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*right: 0;*/
}

/* pickupBlock
------------------------------------------------ */
#pickupBlock {
	position: relative;
	padding-top: 120px;
}

#pickupBlock .service {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 62px;
}

#pickupBlock .service h4 {
	font-size: 16px;
	line-height: 24px;
}

#pickupBlock .service .media {
	float: left;
	width: 460px;
	height: 271px;
	position: relative;
}

#pickupBlock .service .media .pickup {
	position: relative;
	margin-top: 6px;
}

#pickupBlock .service .media .pickup::before {
	/* content: url("../img/picup_icon.png"); */
	content: url("../img/picup_icon_red.png");
	position: absolute;
	top: 0;
	/* left: 0; */
	right: 0;
}

#pickupBlock .service .media .pickup img {
	border: 1px solid #c9c9c9;
}

#pickupBlock .service .media .detail {
	border-bottom: 4px solid #e60012;
	font-size: 12px;
	padding-top: 4px;
	color: #e60012;
	position: absolute;
	bottom: 0;
	right: 0;
}

#pickupBlock .service .media a:link,
#pickupBlock .service .media a:visited {
	color: #e60012;
}

#pickupBlock .service .list {
	float: left;
	padding-left: 40px;
	width: 460px;
	position:relative;
}

#pickupBlock .service .list ul {
	position: relative;
	margin-top: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

#pickupBlock .service .list ul li {
	float: left;
	margin: 0 0 13px 14px;
	border: 1px solid #c2c2c2;
	color: #000;
}

#pickupBlock .service .list ul li.first {
	margin-left: 0px;
}

#pickupBlock .service .list ul li a {
	display: table-cell;
	width: 143px;
	height: 59px;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	padding-left: 78px;
}

#pickupBlock .service .list ul li a:link,
#pickupBlock .service .list ul li a:visited {
	color: #000;
}

#pickupBlock .service .list .service_media a {
	background: url("../img/pickup_icon_media.png") no-repeat 14px center;
}
#pickupBlock .service .list .service_pr a {
	background: url("../img/pickup_icon_pr.png") no-repeat 22px center;
}
#pickupBlock .service .list .service_web a {
	background: url("../img/pickup_icon_web.png") no-repeat 21px center;
}
#pickupBlock .service .list .service_sp a {
	background: url("../img/pickup_icon_sp.png") no-repeat 25px center;
}
#pickupBlock .service .list .service_re a {
	background: url("../img/pickup_icon_re.png") no-repeat 22px center;
}
#pickupBlock .service .list .service_real a {
	background: url("../img/pickup_icon_real.png") no-repeat 23px center;
}
#pickupBlock .service .list .service_news a {
	background: url("../img/pickup_icon_news.png") no-repeat 21px center;
}
#pickupBlock .service .list .service_train a {
	background: url("../img/pickup_icon_train.png") no-repeat 21px center;
}
#pickupBlock .service .list .service_tv a {
	background: url("../img/pickup_icon_radio.png") no-repeat 14px center;
}

/*

#pickupBlock .service .list .paper {
	margin-top: 0px;
}
#pickupBlock .service .list .news a {
	background: url("../img/pickup_icon_news.png") no-repeat 30px center;
}
#pickupBlock .service .list .paper a {
	background: url("../img/pickup_icon_paper.png") no-repeat 30px center;
}
#pickupBlock .service .list .train a {
	background: url("../img/pickup_icon_train.png") no-repeat 30px center;
}
#pickupBlock .service .list .radio a {
	background: url("../img/pickup_icon_radio.png") no-repeat 14px center;
	padding-left: 90px;
	width: 131px;
}
#pickupBlock .service .list .web a {
	background: url("../img/pickup_icon_web.png") no-repeat 30px center;
}

#pickupBlock .service .list .pr a {
	background: url("../img/pickup_icon_pr.png") no-repeat 30px center;
}

#pickupBlock .service .list .research a {
	background: url("../img/pickup_icon_research.png") no-repeat 30px center;
}
*/

#pickupBlock .service .list ul .detail {
	/*float: none;*/
	/*clear: both;*/
	margin: 14px 0 0 14px;
	border: 1px solid #c2c2c2;
	color: #000;
}

#pickupBlock .service .list .detail a {
	display: block;
	border: none;
	width: auto;
	height: auto;
	color: #e60012;
	line-height: 18px;
	vertical-align: bottom;
	border-bottom: 4px solid #e60012;
	font-size: 12px;
	padding: 4px 0 0 0;
	position: absolute;
	bottom: 0;
right: 0;
z-index: 999;
}

#pickupBlock .service .list .detail a:link,
#pickupBlock .service .list .detail a:visited {
	color: #e60012;
}

#pickupBlock .colList {
	width: 960px;
	margin: 0 auto;
	padding-top: 64px;
}

#pickupBlock .colList li {
	border-bottom: 1px solid #e3e3e3;
	margin: 0px 4px 0 4px;
}

#pickupBlock .colList a {
	display: block;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
}

#pickupBlock .colList .noLink {
	display: block;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
}

#pickupBlock .colList a::after {
	content: url("../../common/img/arrow_red.png");
	position: absolute;
	top: 30%;
	right: 10px;
}

#pickupBlock .colList .noLink::after {
	position: absolute;
	top: 30%;
	right: 10px;
}

#pickupBlock .colList a,
#pickupBlock .colList a:link,
#pickupBlock .colList a:visited {
	color: #000;
}

#pickupBlock .colList .date {
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0 10px 20px;
	float: left;
}

#pickupBlock .colList .detail {
	font-size: 14px;
	line-height: 26px;
	width: 800px;
	padding: 0 0 10px 104px;
}

#pickupBlock .colList .detail span::after {
	content: url("../img/icon_pdf.png");
	padding-left: 4px;
}

/* corporateBlock
------------------------------------------------ */
#corporateBlock {
	position: relative;
	padding-top: 120px;
}

#corporateBlock .corporateInfo {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}

#corporateBlock .corporateInfo a {
	display: block;
	float: left;
	position: relative;
	color: #fff;
	margin-left: 30px;
}

#corporateBlock .corporateInfo .noLink {
	float: left;
	margin-left: 30px;
}

#corporateBlock .corporateInfo a.first,
#corporateBlock .corporateInfo div.first.noLink {
	margin-left: 0px;
}

#corporateBlock .corporateInfo a.bottom,
#corporateBlock .corporateInfo div.bottom.noLink {
	margin-top: 30px;
}

#corporateBlock .corporateInfo a:link,
#corporateBlock .corporateInfo a:visited {
	color: #fff;
}

#corporateBlock .corporateInfo h5 {
	background: url("../../common/img/corporate_cover.png");
	font-size: 15px;
	width: 286px;
	line-height: 26px;
	font-weight: normal;
	padding: 4px 0 2px 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#corporateBlock .corporateInfo h5::after {
	content: url("../../common/img/arrow_white.png");
	float: right;
	margin: 2px 10px 0 0;
}

#corporateBlock .corporateInfo .blank {
	border: 1px solid #c2c2c2;
}

#corporateBlock .bnr {
	padding-top: 30px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#corporateBlock .bnr li {
	float: left;
	margin-left: 30px;
}

#corporateBlock .bnr li a {
	border: 1px solid #c2c2c2;
	display: block;
}

#corporateBlock .bnr li.first {
	margin-left: 0px;
}

.red_tri {
	position: relative;
}

.red_tri::before {
	content: url('../img/red_tri.png');
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
}
