@charset "utf-8";

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

	base_sp.css

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

html, body {
	width: 100%;
	background: #fff;
	color: #333;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.pc {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}
#container {
	padding-top: 66px;
}
#container * {
	word-break: word-break;
	word-wrap: break-word;
}
.inner {
	padding: 0 15px;
}

/* #header
---------------------------------------------*/
#header {
	padding: 0;
	background: #fff;
	line-height: 1;
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	z-index: 1000;
}
#header #headerInner {
	padding: 15px;
	height: 65px;
	box-sizing: border-box;
}
#header .logo {
	width: 180px;
}
#header #menuBtn {
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	background: #009de4 url(../img/sp/btn_menu.png) no-repeat center top;
	background-size: 65px 130px;
	position: absolute;
	top: 0;
	right: 0;
}
#header #menuBtn.close {
	background: #009de4 url(../img/sp/btn_menu.png) no-repeat center bottom;
	background-size: 65px 130px;
}
#header #menuBtn:hover {
	cursor: pointer;
}

/* #headerAccessory */
#headerAccessory {
	display: none;
}

/* #globalNavi
---------------------------------------------*/
#globalNavi {
	padding: 65px 0 0 0;
	box-sizing: border-box;
	position: fixed;
	height: 100%;
	top: 0;
	left: 100%;
	right: 0;
	z-index: 900;
	display: none;
}
#globalNavi #globalNaviInner {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #009de4;
	position: relative;
	z-index: 2;
}
#globalNavi .searchBox {
	background: #48baee;
	padding: 16px 22px;
	line-height: 1;
}
#globalNavi .searchBox .searchBoxInner {
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}
#globalNavi .searchBox .txtField {
	height: 45px;
	border: 1px solid #d9d9d9;
	padding: 0 60px 0 10px;
	width: 100%;
	background: #fff;
	font-size: 160%;
}
#globalNavi .searchBox .searchBtn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	background: #666 url(../img/sp/btn_search.png) no-repeat center center;
	background-size: 50px 45px;
	text-indent: -9999px;
}
#globalNavi #globalNaviInner > ul {
	font-size: 170%;
	line-height: 1.3;
}
#globalNavi #globalNaviInner > ul > li {
	border-bottom: 1px solid #f8fdff;
}
#globalNavi #globalNaviInner > ul > li > a {
	padding: 15px 8% 15px 20px;
	display: block;
	color: #fff;
	background: #009de4 url(../img/sp/icon_arrow03.png) no-repeat 95.5% center;
	background-size: 10px 13px;
}
#globalNavi #globalNaviInner > ul > li > a.parent {
	background: #009de4 url(../img/sp/icon_arrow_down01.png) no-repeat 96% center;
	background-size: 13px 9px;
}
#globalNavi #globalNaviInner > ul > li > a.parent.open {
	background: #009de4 url(../img/sp/icon_arrow_up01.png) no-repeat 96% center;
	background-size: 13px 9px;
}
#globalNavi .child {
	background: #f8fdff;
	display: none;
}
#globalNavi .child .linkTitlePage + ul,
#globalNavi .child ul + ul {
	border-top: 1px solid #e1eaee;
}
#globalNavi .child ul li + li {
	border-top: 1px solid #e1eaee;
}
#globalNavi .child .linkTitlePage a,
#globalNavi .child ul li a {
	display: block;
	color: #009de4;
	padding: 15px 8% 15px 40px;
	background: url(../img/sp/icon_arrow01.png) no-repeat 96% center;
	background-size: 7px 9px;
}
#globalNavi .child ul.pht li img {
	display: none;
}
#globalNavi #globalNaviInner .btnClose {
	font-size: 150%;
	color: #fff;
	text-align: center;
	background: #009de4;
}
#globalNavi #globalNaviInner .btnClose span {
	display: inline-block;
	background: url(../img/sp/icon_close01.png) no-repeat left center;
	background-size: 16px;
	padding: 15px 0 15px 30px;
}
#globalNavi #globalNaviInner .btnClose:hover {
	cursor: pointer;
}
#globalNaviBg {
	background-color: rgba(255,255,255,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	display: none;
}

/* #contentsWrap
---------------------------------------------*/
#contentsWrap {
	line-height: 1.5;
	font-size: 100%;
	padding: 0 0 90px;
}
section {
	clear: both;
}
section + section {
	margin: 35px 0 0;
}
section p {
	font-size: 140%;
}


/* main
---------------------------------------------*/
main {
	display: block;
	padding: 0 15px 80px;
}

/* #side
---------------------------------------------*/
#side {
	padding: 0 15px;
}
#side h3 a {
	display: block;
	background: #009de4;
	color: #fff;
	text-align: center;
	font-size: 180%;
	font-weight: normal;
	padding: 12px 0;
}
.newsDetail #side h3 {
	display: block;
	background: #009de4;
	color: #fff;
	text-align: center;
	font-size: 180%;
	font-weight: normal;
	padding: 12px 0;
}
#side ul {
	border: 1px solid #d7d7d7;
}
#side ul li a {
	display: block;
	font-size: 140%;
	padding: 15px 0 15px 40px;
	border-bottom: 1px dotted #d7d7d7;
	background: url(../img/sp/icon_arrow04.png) 20px center no-repeat;
	background-size: 7px auto;
}
#side ul li:last-child a {
	border: none;
}
#side ul li a.active {
	background-color: #e5f5fc;
	color: #009de4;
}
#side ul li ul {
	border: none;
}
#side ul li ul li a {
	padding-left: 55px;
	background: url(../img/sp/icon_arrow04.png) 35px center no-repeat;
	background-size: 7px auto;
}
#side ul li ul li:last-child a {
	border-bottom: 1px dotted #d7d7d7;
}

/* #footer
---------------------------------------------*/
#footer {
	clear: both;
	background: #009de4;
	line-height: 1;
	color: #fff;
	position: relative;
}
#footer a {
	color: #fff;
}

/* .pagetop */
#footer .pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	z-index: 50;
}
#footer .pagetop:hover {
	cursor: pointer;
}

/* #footerNavi */
#footer #footerNavi {
	font-size: 150%;
}
#footer #footerNavi li a {
	padding: 15px 8% 15px 15px;
	background: url(../img/sp/icon_arrow03.png) no-repeat 96% center;
	background-size: 10px 13px;
	display: block;
	border-bottom: 1px solid #fff;
}

/* small */
#footer small {
	display: block;
	padding: 20px 0;
	font-style: normal;
	font-size: 120%;
	text-align: center;
}
#footer small span {
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: url(../img/sp/icon_copylight.png) no-repeat center center;;
	background-size: 10px;
}

/* categoryTop
---------------------------------------------*/
.categoryTop .mv {
	height: 120px;
	color: #fff;
	position: relative;
	margin: 0 0 20px;
}
.categoryTop .mv:before {
	content: "";
	width: 70%;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.categoryTop .mv:after {
	content: "";
	width: 100%;
	height: 120px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_ttl.png) left top repeat-y;
	background-size: 50% auto;
}
.categoryTop .mv h2 {
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	font-size: 200%;
	letter-spacing: 0.08em;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	line-height: 1.4;
}
.categoryTop .mv h2 span {
	display: block;
	font-size: 50%;
	letter-spacing: 0.05em;
}
.categoryTop main ul li {
	margin: 0 0 25px;
	width: 48%;
	vertical-align: top;
	display: inline-block;
}
.categoryTop main ul.large li {
	width: 100%;
}
.categoryTop main ul li:nth-child(even) {
	float: right;
}
.categoryTop main ul li a {
	display: block;
}
.categoryTop main ul li a:hover {
	opacity:1;
}
.categoryTop main ul li:first-child,
.categoryTop main ul li:nth-child(3),
.categoryTop main ul li:nth-child(7) {
	margin-left: 0;
}
.categoryTop main ul li div p {
	display: none;
}
.categoryTop main ul li.large {
	float: none;
	margin-left: 0;
	width: 100%;
}
.categoryTop main ul li h3 {
	font-size: 170%;
	font-weight: normal;
	color: #009ee7;
	line-height: 1.3;
	margin-top: 10px;
	background: url(../img/sp/icon_arrow04.png) left 0.2em no-repeat;
	background-size: 7px auto;
	padding-left: 12px;
}

/* newsContent
---------------------------------------------*/
.newsContent .btn {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.newsContent .btn a {
	display: block;
	width: 100%;
	padding: 0;
	background: #e6e6e6 url(../img/sp/icon_arrow02.png) no-repeat 90% center;
	background-size: 7px auto;
	color: #666;
	border-radius: 2px;
}
.newsContent article {
	clear: both;
	border-bottom: 1px dotted #cdcdcd;
	line-height: 1.3;
}
.newsContent article div {
	display: block;
	overflow: hidden;
}
.newsContent article > div {
	padding: 15px 0;
}
.newsContent article > div a {
	padding: 0;
	background: none;
}
.newsContent article a {
	display: block;
	background: url(../img/sp/icon_arrow04.png) no-repeat right 5px center;
	padding: 15px 20px 15px 0;
	background-size: 7px auto;
}
.newsContent article time {
	color: #009de4;
	letter-spacing: 1px;
	display: block;
	font-size: 140%;
	float: left;
	width: 130px;
}
.newsContent article h4 {
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 140%;
	clear: both;
}
.newsContent article h4 a {
	text-decoration: underline;
	color: #333;
}
.newsContent 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 article .icon.ir {
	background: #535254;
}
.newsContent article .icon.company {
	background: #d98e24;
}
.newsContent article .icon.high-polymer {
	background: #c40021;
}
.newsContent article .icon.function {
	background: #1d295c;
}
.newsContent article .icon.fiber {
	background: #407722;
}
.newsContent article .icon.other {
	background: #999;
}
.newsContent article .icon.topics {
	background: #ff4500;
}

/* お問い合わせボタン
---------------------------------------------*/
p.contact {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}
p.contact a {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 15px;
	border-radius: 3px;
	color: #fff;
	background: #009ce7 url(../img/sp/icon_arrow03.png) no-repeat 96% center;
	background-size: 10px auto;
}
p.contact a:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 21px;
	height: 17px;
	content: "";
	font-size: 60%;
	margin-left: 50px;
}
p.contact a span {
	padding-left: 30px;
	background: url(../img/icon_contact01.png) no-repeat 0 center;
	font-size: 110%;
}
p.contact a span.text {
	font-size: 150%;
	padding-left: 30px;
}

/* sub common
---------------------------------------------*/
.sub main p, .sub main li, .sub main dt, .sub main dd, .sub main th, .sub main td {
	font-size: 140%;
}

/* sub mv
---------------------------------------------*/
.sub .mv {
	margin-bottom: 20px;
}

/* ttl
---------------------------------------------*/
.sub h2 {
	margin: 35px 15px 20px;
	font-size: 260%;
	font-weight: normal;
	color: #24a4e6;
	border-bottom: 2px solid #e6e6e6;
	position: relative;
	line-height: 1.3;
	padding-bottom: 5px;
}
.sub h2:after {
	content: "";
	width: 180px;
	height: 2px;
	position: absolute;
	background: #009de4;
	bottom: -2px;
	left: 0;
}
.sub h3.ttl01 {
	font-size: 220%;
	position: relative;
	padding: 10px 10px 10px 8px;
	margin-bottom: 20px;
}
.sub h3.ttl01:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #ccc;
	top: 0;
	left: 0;
}
.sub h3.ttl01:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #ccc;
	bottom: 0;
	left: 0;
}
.sub h3.ttl01 span {
	border-left: 5px solid #009de4;
	display: block;
	padding: 3px 0 1px 8px;
	line-height: 1.3;
}
.sub h3.ttl01 span span {
	border: none;
	padding: 5px 0 0;
	font-size: 60%;
	/*margin-left: -8px;*/
}
.sub h4.ttl02 {
	font-size: 180%;
	color: #009de4;
	margin-bottom: 10px;
}
.sub h4.ttl03 {
	font-size: 120%;
	color: #009de4;
	font-weight: normal;
}
.sub .ttl04 {
	font-size: 160%;
	color: #009de4;
	margin-bottom: 20px;
	font-weight: normal;
	background: #fff;
	margin-top: -1px;
	position: relative;
	padding: 20px 0 0;
}
.sub .ttl02 + .ttl04 {
	padding: 0;
}
.sub .ttl04 span {
	display: block;
	background: #fff;
	padding: 5px 10px;
	position: relative;
	z-index: 2;
	border-top: 1px solid #a3d3e8;
	border-bottom: 1px solid #a3d3e8;
}

/* button
---------------------------------------------*/
.btn01 {
	text-align: center;
	margin-top: 30px;
}
.btn01 a {
	background: #009de4;
	color: #fff;
	padding: 12px 16px 11px 23px;
	display: inline-block;
	border-radius: 3px;
}
.btn01 span {
	background: url(../img/icon_arrow01.png) right center no-repeat;
	padding-right: 23px;
	background-size: 8px auto;
}

/* table
---------------------------------------------*/
table {
	border-top: 1px dotted #cccccc;
	width: 100%;
}
table th,
table td {
	text-align: left;
	display: block;
	width: 100%;
}
table th {
	padding-top: 15px;
}
table td:last-child {
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
}
.outline table th {
	width: 160px;
}

/* anchor
---------------------------------------------*/
ul.anchor li {
	float: left;
	margin: 0 0 10px;
	width: 48%;
	display: table;
}
ul.anchor li:nth-child(even) {
	float: right;
}
ul.anchor li a {
	display: table-cell;
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
	box-sizing: border-box;
	font-size: 90%;
	background: url(../img/sp/icon_arrow_anchor.png) 94% center no-repeat #009ce7;
	background-size: 8px auto;
	vertical-align: middle;
	width: 100%;
}

/* 404
---------------------------------------------*/
#container.notfound main {
	font-size: 140%;
}
#container.notfound main h2 {
	font-size: 260%;
	padding: 40px 0 20px;
	font-weight: normal;
	color: #24a4e6;
	text-align: center;
}
#container.notfound main .lead {
	font-weight: bold;
	text-align: left;
}
#container.notfound main .lead p + p {
	margin-top: 15px;
}
#container.notfound main ul {
	margin: 20px auto 0;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
#container.notfound main ul li {
	display: inline-block;
}
#container.notfound main ul li + li {
	margin-left: 15px;
}
#container.notfound main ul li a {
	display: inline-block;
	font-weight: normal;
	color: #009ee7;
	line-height: 1.3;
	background: url(../img/icon_arrow04.png) left 0.2em no-repeat;
	background-size: 5px auto;
	padding-left: 16px;
	margin-left: 1em;
}