@charset "utf-8";

/* -----------------------------------------------------------------------------

	top_pc.css

----------------------------------------------------------------------------- */
#contentsWrap {
	padding-bottom: 0;
}
section {
	padding: 75px 0;
}
section + section {
	margin: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* #mainVisual
---------------------------------------------*/
#mainVisual {
	background: #d0e6f5;
	text-align: center;
}
#mainVisual .slider li {
	background: #fff;
}
#mainVisual .slider li.slide02 {
	background: url(/img/bg_main02.png);
}
#mainVisual .slider li.slide03 {
	background: url(/img/bg_main03.png);
}
#mainVisual .slider li.slide04 {
	background: #d0e6f4;
}
#mainVisual .slider li img {
	width: auto;
	margin: 0 auto;
}
/* apology */
#mainVisual .apology {
	background: #fff;
	padding: 40px;
}
#mainVisual .apology > div {
	border: solid 1px #eee;
	width: 1000px;
	display: inline-block;
	padding: 40px;
}
#mainVisual .apology img {
	width: auto;
}
#mainVisual .apology .txt {
	padding-bottom: 40px;
}
#mainVisual .apology .btn li + li {
	margin-top: 10px;
}

/* ttl
---------------------------------------------*/
.ttl01 {
	text-align: center;
	line-height: 1;
	font-size: 100%;
	margin: 0 0 45px;
}
.ttl01 b {
	display: inline-block;
	padding: 0 0 8px;
	border-bottom: 3px solid #009de4;
	font-size: 340%;
	font-weight: normal;
}
.ttl01 span {
	padding: 10px 0 0;
	display: block;
	font-size: 150%;
	color: #009de4;
	font-weight: normal;
}
.ttl02 {
	margin: 0 0 35px;
	border-bottom: 2px solid #e6e6e6;
	line-height: 1;
	padding: 0 0 20px;
	font-weight: normal;
	font-size: 250%;
	position: relative;
}
.ttl02:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
	height: 2px;
	background: #009de4;
}


/* #creation
---------------------------------------------*/
#creation {
	background: #2aa4e0 url(/img/bg_creation01.jpg) no-repeat center center;
	background-size: cover;
}
#creation .ttl01 b {
	color: #fff;
	border-bottom: 3px solid #fff;
}
#creation .ttl01 span {
	color: #fff;
}
#creation .linkBox {
	width: 315px;
	float: left;
}
#creation .linkBox + .linkBox {
	margin: 0 0 0 27px;
}
#creation .linkBox .linkBoxInner {
	position: relative;
	overflow: hidden;
	height: 250px;
}
#creation .linkBox .overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 315px;
	height: 250px;
	box-sizing: border-box;
	transition: 0.3s;
}
#creation .linkBox.highpolymer .overlay {
	background-color: rgba(206,67,97,0.75);
}
#creation .linkBox.function .overlay {
	background-color: rgba(43,178,234,0.75);
}
#creation .linkBox.fiber .overlay {
	background-color: rgba(118,169,11,0.75);
}
#creation .linkBox:hover .overlay {
	top: 0;
}
#creation .linkBox .overlay ul {
	display: table-cell;
	height: 250px;
	vertical-align: middle;
	padding: 0 0 0 30px;
}
#creation .linkBox .overlay ul li + li {
	margin: 10px 0 0;
}
#creation .linkBox .overlay ul li a {
	color: #fff;
	font-size: 170%;
	background: url(/common/img/icon_arrow01.png) no-repeat left 0.3em;
	padding: 0 0 0 18px;
	display: inline-block;
}
#creation .linkBox h3 {
	color: #fff;
	font-size: 300%;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
	padding: 10px 0 0;
}
#creation .linkBox h3 > span {
	padding: 2px 0 0 64px;
	display: inline-block;
}
#creation .linkBox.highpolymer h3 > span {
	background: url(/img/icon_creation01.png) no-repeat left top;
}
#creation .linkBox.function h3 > span {
	background: url(/img/icon_creation02.png) no-repeat left top;
}
#creation .linkBox.fiber h3 > span {
	background: url(/img/icon_creation03.png) no-repeat left top;
}
#creation .linkBox h3 > span > span {
	display: block;
	font-size: 30%;
}


/* #pageLink
---------------------------------------------*/
#pageLink {
	background: #48baee;
	color: #fff;
}
#pageLink .linkBox {
	width: 229px;
	float: left;
}
#pageLink .linkBox + .linkBox {
	margin: 0 0 0 28px;
}
#pageLink .linkBox a {
	color: #fff;
	display: block;
}
#pageLink .linkBox figure {
	background: #fff;
}
#pageLink .linkBox h3 {
	text-align: center;
	padding: 15px 0 0;
	font-size: 200%;
	font-weight: normal;
}
#pageLink .linkBox h3 span {
	text-align: center;
	padding: 0;
	font-size: 50%;
	display: block;
}
#pageLink .linkBox h3 + p {
	padding: 10px 0 0;
}


/* .newsContent
---------------------------------------------*/
.tab {
	border-top: 1px solid #009de4;
	border-bottom: 1px solid #009de4;
	display: table;
	margin: 0 0 15px;
}
.tab li {
	float: left;
	width: 142px;
	height: 54px;
	position: relative;
	text-align: center;
	color: #009de4;
	line-height: 54px;
	font-size: 160%;
	border-right: 1px solid #009de4;
	background: url(/common/img/icon_arrow_down01.png) no-repeat center 43px;
}
.tab li:first-child {
	border-left: 1px solid #009de4;
	width: 140px;
}
.tab li:hover,
.tab li.active {
	background: #009de4;
	color: #fff;
	cursor: pointer;
}
.tab li.active:after {
	content: "";
	display: block;
	width: 22px;
	height: 9px;
	background: url(/common/img/bg_tab_arrow01.png) no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -11px;
}
.newsContent + .newsContent {
	padding-top: 0;
}
.newsContent h2 + .list {
	margin: -15px 0 0;
}
.newsContent .list h3 {
	display: none;
}
.newsContent .list .listInner {
	display: block !important;
}
.newsContent .list article {
	border-bottom: 1px dotted #cdcdcd;
	line-height: 1.3;
}
.newsContent .list article a {
	display: block;
	padding: 20px 0;
	overflow: hidden;
}
.newsContent .list article a:hover {
	background: #f7f7f7;
	opacity: 1;
}
.newsContent .list article time {
	float: left;
	width: 122px;
	font-size: 120%;
	padding: 2px 0 0;
	color: #009de4;
}
.newsContent .list article .icon {
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: #ccc;
	color: #fff;
	font-size: 120%;
	text-align: center;
	margin: 0 18px 0 0;
}
.newsContent .list article .icon.ir {
	background: #535254;
}
.newsContent .list article .icon.company {
	background: #d98e24;
}
.newsContent .list article .icon.high-polymer {
	background: #c40021;
}
.newsContent .list article .icon.function {
	background: #1d295c;
}
.newsContent .list article .icon.fiber {
	background: #407722;
}
.newsContent .list article .icon.other {
	background: #999;
}
.newsContent .list article .icon.topics {
	background: #ff4500;
}
.newsContent .list article h4 {
	font-size: 140%;
	width: 780px;
	float: left;
	font-weight: normal;
	padding: 2px 0 0;
}
.newsContent .list .btn {
	width: 140px;
	margin: 25px auto 0;
	text-align: center;
}
.newsContent .list .btn a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #e6e6e6 url(/common/img/icon_arrow02.png) no-repeat 120px center;
	color: #666;
	border-radius: 2px;
}


/* #activities
---------------------------------------------*/
#activities {
	background: #e4f4fc;
	padding-bottom: 100px;
}
#activities .bnrArea ul {
	display: flex;
	display: -ms-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	margin-top: -60px;
	margin-left: -50px;
}
#activities .bnrArea ul li {
	width: 300px;
	margin-top: 60px;
	margin-left: 50px;
}
#activities .bnrArea ul li a {
	display: block;
}
#activities .bnrArea ul li a:hover {
	opacity: 0.7;
}
#activities .bnrArea ul li dl {
	margin-top: 15px;
}
#activities .bnrArea ul li dl dt {
	text-align: center;
	font-size: 17px;
}
#activities .bnrArea ul li dl dd {
	font-size: 14px;
	margin-top: 10px;
}


/* #pickup
---------------------------------------------*/
#pickup {
	padding-bottom: 0;
}
#pickup ul li {
	width: 200px;
	float: left;
	position: relative;
}
#pickup ul li a {
	display: block;
}
#pickup ul li span {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 160%;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#pickup ul li span.black {
	color: #333;
	text-shadow: none;
}