@charset "utf-8";

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

	top_pc.css

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

section {
	padding: 75px 0;
}
section + section {
	margin: 0;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* #mainVisual
---------------------------------------------*/
#mainVisual {
	background: #d0e6f5;
	text-align: center;
}


/* 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: #eeeeee /*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;
  font-size: 90%;
}
#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: 6px 0 0;
}
#creation .linkBox .overlay ul li a {
	color: #fff;
	font-size: 170%;
	background: url(../../common/img/icon_arrow01.png) no-repeat left 0.2em;
	padding: 0 0 0 18px;
	display: inline-block;
}
#creation .linkBox h3 {
	color: #ffffff;
	font-size: 240%;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
	padding: 0;
	background:#48baee;
}
#creation .linkBox h3 > span {
	padding: 2px 0 0 2px;
	display: inline-block;
	line-height: 2;
}
#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;
	background: #fff /*url(../img/bg_creation01.jpg) no-repeat center center*/;
	background-size: cover;
}
#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;
}
#activities .slider figure {
	width: 300px;
	float: left;
	margin: 0 25px;
}
#activities .slider figure a:hover img {
	opacity: 0.8;
}
#activities .slider .slick-arrow {
	position: absolute;
	top: 188px;
	margin-top: 0;
	width: 22px;
	height: 22px;
	border: none;
	outline: none;
	text-indent: -9999px;
	z-index: 2;
}
#activities .slider .slick-arrow:hover {
	cursor: pointer;
	opacity: 0.8;
}
#activities .slider .slick-prev {
	left: 420px;
	background: url(../../common/img/icon_arrow_prev01.png) no-repeat;
}
#activities .slider .slick-next {
	right: 420px;
	background: url(../../common/img/icon_arrow_next01.png) no-repeat;
}
#activities .slider .slick-disabled {
	opacity: 0;
}
#activities .slider ul.slick-dots {
	text-align: center;
	margin: 45px 0 0;
	font-size: 0;
}
#activities .slider ul.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
#activities .slider ul.slick-dots li button {
	background: #baeaff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	border: none;
	outline: none;
}
#activities .slider ul.slick-dots li.slick-active button {
	background: #009de4;
}
#activities .slider ul.slick-dots li button:hover {
	cursor: pointer;
	opacity: 0.8;
}


/* #pickup
---------------------------------------------*/
#pickup {
	padding-bottom: 0;
}
#pickup ul li {
	width: 200px;
	padding:10px;
	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;
}
#pickup .column>ul>li:nth-child(5n+6){
	clear:both;
}

/*#pickup .column>ul>li.last{
		width: 100%;
		margin-right: 0;
	}*/
