@charset "utf-8";
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
	min-width: 320px;
	color: #000;
	font-size: 14px;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
body {
	font-size: 16px;
}
}
/* default link color
----------------------------------------------------------- */
a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
a:link {
	color: #36c;
}
a:visited {
	color: #36c;
}
article a:hover {
	text-decoration: underline;
}
a:hover, a:hover img {
	opacity: 0.7;
}
/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
#areaHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	min-width: 320px;
	background-color: #fff;
	border-bottom: 5px solid #36c;
	margin: 0 auto 2px;
	padding: 0 3%;
	z-index: 10000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.header {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 56px;
}
.logo img {
	width: 184px;
}
.btnGNaviSp, .btnGNaviSp span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btnGNaviSp {
	position: relative;
	width: 26px;
	height: 19px;
}
.btnGNaviSp span, .btnGNaviSp.select span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #36c;
}
.btnGNaviSp span:nth-of-type(1) {
	top: 0;
}
.btnGNaviSp span:nth-of-type(2) {
	top: 8px;
}
.btnGNaviSp span:nth-of-type(3) {
	bottom: 0;
}
.btnGNaviSp.select span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.btnGNaviSp.select span:nth-of-type(2) {
	opacity: 0;
}
.btnGNaviSp.select span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.areaGNavi {
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.areaGNaviInner {
	background-color: rgba(255, 255, 255, 0.9);
}
.gNavi li {
	border-bottom: 1px solid #36c;
}
.gNavi li a {
	display: block;
	position: relative;
	padding: 17px 20px;
	color: #36c;
	font-size: 15px;
	letter-spacing: 0.1em;
}
.gNavi li a.on, body.home .gNavi li:first-child a {
	background-color: #c5daf0;
}

@media print, screen and (min-width: 768px) {
#areaHeader {
	position: relative;
	height: auto;
	background: url(../images/bg_header.png) no-repeat left 0;
	padding: 0;
}
.areaHeaderInner {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	width: 1170px;
	height: 113px;
	margin: 0 auto;
	padding-left: 220px;
}
.header {
	display: block;
	width: 450px;
	height: auto;
}
.logo {
	cursor: pointer;
	width: 246px;
	height: 28px;
	background: url(../images/logo.png) no-repeat 0 0;
	background-size: 246px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.logo:hover {
	opacity: 0.7;
}
.logo img {
	display: none;
}
.btnGNaviSp {
	display: none;
}
.areaGNavi {
	display: block;
	position: static;
	background-color: transparent;
	overflow: visible;
}
.areaGNaviInner {
	background-color: transparent;
}
.gNavi {
	width: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.gNavi li {
	position: relative;
	border-bottom: none;
	color: #36c;
	text-align: center;
}
.gNavi li a {
	width: 7em;
	padding: 0 0 15px;
}
.gNavi li:first-child a {
	width: 6em;
}
.gNavi li:last-child a {
	width: 15em;
}
.gNavi li::after {
	position: absolute;
	top: 0;
	right: -0.6em;
	content: "｜";
}
.gNavi li:first-child a {
	padding-left: 0.7em;
}
.gNavi li:first-child::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "｜";
}
.gNavi li a:hover, .gNavi li a.on, body.home .gNavi li:first-child a {
	position: relative;
	background-color: transparent;
}
.gNavi li a:hover:before, .gNavi li a.on:before, body.home .gNavi li:first-child a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 5em;
	content: "";
	border-bottom: 3px solid #36c;
	margin: 0 auto;
}
.gNavi li:first-child a:hover:before, .gNavi li:first-child a.on:before {
	position: absolute;
	left: 10px;
}
}

@media print, screen and (min-width: 1400px) {
.areaHeaderInner {
	width: 950px;
	padding-left: 0;
}
}
/* -----------------------------------------------------------
 =breadcrumbs list
----------------------------------------------------------- */
.areaBreadcrumbs {
	padding: 8px 3% 0;
}
.breadcrumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	list-style: none;
	font-size: 12px;
	line-height: 1.4;
}
.breadcrumbs li {
	position: relative;
	/*display: inline;*/
	padding-left: 20px;
}
.breadcrumbs li:before {
	position: absolute;
	top: 6px;
	left: 6px;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumbs li:first-child {
	padding-left: 0;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
.areaBreadcrumbs {
	padding: 12px 15px 0;
}
.breadcrumbs {
	width: 950px;
	margin: 0 auto;
	font-size: 14px;
}
}
/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
	padding-bottom: 1.5em;
	padding-top: 64px;
	line-height: 1.6;
}
.areaMain {
	margin: 0 auto;
}
.main {
	margin-bottom: 40px;
	padding: 0 3%;
}
/* title --------------- */
.ttlPage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 125px;
}
.ttlPage h1 {
	/* h1 */
	margin: 0 auto;
	padding: 0 3%;
	color: #36c;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
	white-space: nowrap;
}
.bgCompany {
	background: url(../../company/images/bg_ttl.jpg) no-repeat center 0;
	background-size: cover;
}
.bgProduct {
	background: url(../../product/images/bg_ttl.jpg) no-repeat center 0;
	background-size: cover;
}
.bgFacility {
	background: url(../../facility/images/bg_ttl.jpg) no-repeat center 0;
	background-size: cover;
}
.bgAccess {
	background: url(../../access/images/bg_ttl.jpg) no-repeat center 0;
	background-size: cover;
}
.ttlH2 {
	position: relative;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	font-size: 2.1rem;
	text-align: center;
}
.ttlH2:before {
	position: absolute;
	bottom: -18px;
	right: 0;
	left: 0;
	content: "";
	width: 90px;
	border-bottom: 5px solid #36c;
	margin: 0 auto;
}
.ttlH2New {
	background-color: #36c;
	margin-bottom: 1.5em;
	padding: 5px 10px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.ttlH3 {
	/* h3 */
	margin-bottom: 0.8em;
	font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
#contents {
	padding-top: 0;
	line-height: 1.8;
}
.main {
	width: 980px;
	margin: 0 auto 60px;
	padding: 0 15px;
}
/* title --------------- */
.ttlPage {
	height: 250px;
}
.ttlPage h1 {
	/* h1 */
	padding: 0 3%;
	font-size: 3rem;
	letter-spacing: 0.15em;
}
.ttlH2 {
	/* h2 */
	font-size: 2.4rem;
}
.ttlH2:before {
	width: 100px;
	bottom: -20px;
}
.ttlH2New {
	font-size: 2.3rem;
}
.ttlH3 {
	/* h3 */
	font-size: 2rem;
}
}
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
#areaFooter {
	border-top: 5px solid #36c;
}
.footer {
	padding: 10px 3% 15px;
	text-align: center;
}
.footerInfo {
	margin-bottom: 15px;
	font-size: 1.2rem;
	line-height: 1.7;
}
.footerInfo dt {
	margin-bottom: 8px;
}
.footerInfo dt img {
	width: 260px;
}
.copyright small {
	color: #36c;
	font-size: 1.1rem;
}

@media print, screen and (min-width: 768px) {
.footer {
	padding: 13px 2% 25px;
}
.footerInfo {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.footerInfo dt img {
	width: 320px;
}
.copyright small {
	font-size: 1.2rem;
}
}
