@charset "utf-8";

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

	top_sp.css

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

section {
	padding: 50px 0;
}
section + section {
	margin: 0;
}


/* #mainVisual
---------------------------------------------*/
#mainVisual .inner {
	padding: 0;
}


/* ttl
---------------------------------------------*/
.ttl01 {
	text-align: center;
	line-height: 1.3;
	font-size: 100%;
	margin: 0 0 25px;
}
.ttl01 b {
	display: inline-block;
	padding: 0 0 5px;
	border-bottom: 2px solid #009de4;
	font-size: 250%;
	font-weight: normal;
}
.ttl01 span {
	padding: 5px 0 0;
	display: block;
	font-size: 120%;
	color: #009de4;
	font-weight: normal;
}
.ttl02 {
	margin: 0 0 30px;
	border-bottom: 2px solid #e6e6e6;
	line-height: 1;
	padding: 0 0 10px;
	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;
}
#creation .ttl01 b {
	color: #fff;
	border-bottom: 2px solid #fff;
}
#creation .ttl01 span {
	color: #fff;
}
#creation .linkBox {
	background: #fff;
	position: relative;
	height: 134px;
	overflow: hidden;
}
#creation .linkBox + .linkBox {
	margin: 15px 0 0;
}
#creation .linkBox .linkBoxInner {
	overflow: hidden;
}
#creation .linkBox figure {
	width: 170px;
	float: left;
	opacity: 0.25;
}
#creation .linkBox .overlay {
	margin: 0 0 0 170px;
}
#creation .linkBox .overlay ul {
	display: table-cell;
	height: 137px;
	vertical-align: middle;
	padding: 0 10px;
}
#creation .linkBox .overlay ul li + li {
	margin: 6px 0 0;
}
#creation .linkBox .overlay ul li a {
	color: #333;
	font-size: 125%;
	background: url(../../common/img/sp/icon_arrow01.png) no-repeat left 0.3em;
	background-size: 7px 9px;
	padding: 0 0 0 10px;
	display: inline-block;
	line-height: 1.3;
}
#creation .linkBox .overlay ul li a span {
	font-size: 85%;
}
#creation .linkBox h3 {
	color: #333;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	width: 170px;
	position: absolute;
	top: 30px;
	left: 0;
}
#creation .linkBox h3 > span {
	padding: 48px 0 0;
	display: inline-block;
}
#creation .linkBox.highpolymer h3 {
	color: #d85281;
}
#creation .linkBox.highpolymer h3 > span {
	background: url(../../img/sp/icon_creation01.png) no-repeat center top;
	background-size: 36px 40px;
}

#creation .linkBox.function {
  height: 220px;
}
#creation .linkBox.function figure {
  overflow: hidden;
}
#creation .linkBox.function figure img {
  width: auto;
  height: 220px;
}
#creation .linkBox.function h3 {
	color: #1b94d3;
	padding-top: 40px;
}

#creation .linkBox.function h3 > span {
	background: url(../../img/sp/icon_creation02.png) no-repeat center top;
	background-size: 36px 40px;
}
#creation .linkBox.fiber h3 {
	color: #90ba24;
}
#creation .linkBox.fiber h3 > span {
	background: url(../../img/sp/icon_creation03.png) no-repeat center top;
	background-size: 36px 40px;
}
#creation .linkBox h3 > span > span {
	display: block;
	font-size: 55%;
	font-weight: normal;
}

#creation .linkBox.function ul {
  padding-top: 10px;
}


/* #pageLink
---------------------------------------------*/
#pageLink {
	/*background: #48baee;*/
	color: #fff;
	position: relative;
}
#pageLink .linkBox {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#pageLink .linkBox a {
	color: #fff;
	display: block;
	box-sizing: border-box;
	border-top: 1px solid #fff;
}
#pageLink .linkBox:nth-child(odd) a {
	padding-right: 14px;
	border-right: 1px solid #fff;
}
#pageLink .linkBox:nth-child(even) a {
	padding-left: 15px;
}
#pageLink .linkBox:nth-child(1) a,
#pageLink .linkBox:nth-child(2) a {
	padding-bottom: 15px;
	border-top: none;
}
#pageLink .linkBox:nth-child(3) a,
#pageLink .linkBox:nth-child(4) a {
	padding-top: 15px;
}
#pageLink .linkBox h3 {
	text-align: center;
	padding: 15px 0 0;
	font-size: 160%;
	font-weight: normal;
}
#pageLink .linkBox h3 span {
	text-align: center;
	padding: 0;
	font-size: 50%;
	display: block;
	line-height: 1.3;
}
#pageLink .linkBox h3 + p {
	padding: 10px 0 0;
}


/* .newsContent
---------------------------------------------*/
.tab {
	display: none;
}
.newsContent + .newsContent {
	padding-top: 0;
}
.newsContent .list {
	margin: 5px 0 0;
}
.newsContent h2 + .list {
	margin: -15px 0 0;
}
.newsContent .list.accordion {
	border: 1px solid #009de4;
	display: block !important;
}
.newsContent .list .accordionTtl {
	background: #009de4 url(../../common/img/sp/icon_arrow_down01.png) no-repeat 96% center;
	background-size: 13px 9px;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 15px 10px;
	font-size: 160%;
}
.newsContent .list .accordionTtl.open {
	background: #009de4 url(../../common/img/sp/icon_arrow_up01.png) no-repeat 96% center;
	background-size: 13px 9px;
}
.newsContent .list .accordionTtl:hover {
	cursor: pointer;
}
.newsContent .list.accordion .listInner {
	display: none;
}
.newsContent .list article {
	border-bottom: 1px dotted #cdcdcd;
	line-height: 1.3;
}
.newsContent .list article a {
	display: block;
	padding: 10px 20px 10px 0;
	overflow: hidden;
}
.newsContent .list.accordion article a {
	padding: 10px 15px;
}
.newsContent .list article time {
	float: left;
	font-size: 120%;
	padding: 2px 0 0;
	color: #009de4;
	width: 200px;
}
.newsContent .list article .icon {
	float: left;
	width: 63px;
	height: 16px;
	line-height: 16px;
	background: #ccc;
	color: #fff;
	font-size: 100%;
	text-align: center;
	margin: 0 0 0 8px;
}
.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%;
	font-weight: normal;
	padding: 5px 0 0;
	clear: both;
}
.newsContent .list .btn {
	width: 160px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	text-align: center;
	font-size: 170%;
}
.newsContent .list .btn a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #e6e6e6 url(../../common/img/sp/icon_arrow02.png) no-repeat 144px center;
	background-size: 8px 13px;
	color: #666;
	border-radius: 2px;
}


/* #activities
---------------------------------------------*/
#activities {
	background: #e4f4fc;
}
#activities .inner {
	padding: 0;
}
#activities .slider figure {
	width: 240px;
	float: left;
	margin: 0 10px;
}
#activities .slider .slick-arrow {
	position: absolute;
	bottom: -10px;
	margin-top: 0;
	width: 36px;
	height: 36px;
	border: none;
	outline: none;
	text-indent: -9999px;
	z-index: 2;
}
#activities .slider .slick-arrow:hover {
	cursor: pointer;
}
#activities .slider .slick-prev {
	left: 50%;
	margin-left: -120px;
	background: url(../../common/img/sp/icon_arrow_prev01.png) no-repeat;
	background-size: 36px;
}
#activities .slider .slick-next {
	right: 50%;
	margin-right: -120px;
	background: url(../../common/img/sp/icon_arrow_next01.png) no-repeat;
	background-size: 36px;
}
#activities .slider .slick-disabled {
	opacity: 0;
}
#activities .slider ul.slick-dots {
	text-align: center;
	margin: 30px 0 0;
	font-size: 0;
}
#activities .slider ul.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
#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;
}


/* #pickup
---------------------------------------------*/
#pickup {
	padding-bottom: 0;
}
#pickup .inner {
	padding: 0;
}
#pickup ul li {
	width: 50%;
	float: left;
	position: relative;
	line-height: 1;
}
#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;
}