@charset "utf-8";

/* ========================================================
	product.css => 製品情報用CSS
======================================================== */

/* product_main
============================================================================================================ */
.product_main {
	padding: 50px;
	border: 15px solid #f3f7f9;
}
.product_main h2 {
	padding-bottom: 12px;
}
.product_main h2 .type {
	display: inline-block;
	margin-left: 30px;
	border: 2px solid #0071bc;
	vertical-align: 2px;
	line-height: 1;
}
.product_main .lead {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.product_main .imgs {
	margin: 65px 50px 60px 20px;
}
.product_main .imgs dl {
	float: left;
	width: 450px;
	text-align: center;
}
.product_main .imgs dl dd {
	margin-top: 10px;
	font-weight: bold;
	color: #0071bc;
}
.product_main .imgs p {
	float: left;
}
.product_main .info {
	position: relative;
	display: table;
	width: 100%;
	height: 120px;
	padding: 0 100px 0 90px;
	background-color: #f3f7f9;
	z-index: 1;
}
.product_main .info > * {
	display: table-cell;
	vertical-align: middle;
}
.product_main .info .btn a {
	position: relative;
	display: block;
	float: right;
	width: 260px;
	border: 2px solid #0071bc;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: bold;
}
.product_main .info .btn a:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background-color: #dde9f1;
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	-o-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
	z-index: -1;
}
.product_main .info .btn a span {
	position: relative;
	display: inline-block;
	padding: 15px 42px 15px 10px;
}
.product_main .info .btn a span:before,
.product_main .info .btn a span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 22px;
	height: 25px;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: 22px;
	background-size: 22px;
}
.product_main .info .btn a span:before {
	background-image: url(../common/images/parts/ico_pdf.png);
}
.product_main .info .btn a:hover {
	background-color: #0071bc;
	color: #fff;
}
.product_main .info .btn a span:after {
	background-image: url(../common/images/parts/ico_pdf_w.png);
	opacity: 0;
}
.product_main .info .btn a:hover span:after {
	opacity: 1;
}



/* bg_contents
============================================================================================================ */
.bg_contents {
	margin: 100px 0;
	padding: 80px 0 100px;
}



/* local_nav
============================================================================================================ */
.local_nav {
	margin-bottom: 90px;
}
.local_nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 1.6rem;
	line-height: 1.4;
}
.local_nav ul > * {
	display: table-cell;
	border-right: 2px solid #d3dde2;
	vertical-align: top;
}
.local_nav ul > *:first-child {
	border-left: 2px solid #d3dde2;
}
.local_nav a {
	position: relative;
	display: table;
	width: 100%;
	height: 44px;
	padding-right: 25px;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.local_nav a > * {
	display: table-cell;
	vertical-align: middle;
}
.local_nav a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #1a1a1a transparent transparent transparent;
}
.local_nav a:hover {
	color: #0071bc;
}
.local_nav a:hover:after {
	border-top-color: #0071bc;
}



/* feature_contents
============================================================================================================ */
.feature_contents {
	font-size: 1.6rem;
}
.feature_contents + .feature_contents {
	margin-top: 90px;
}
.feature_contents section + section {
	margin-top: 60px;
}
.feature_contents .fzs {
	font-size: 1.4rem;
	margin-top: 1em;
}
.feature_contents .img {
	float: right;
	width: 446px;
	text-align: center;
}




/* product_table
============================================================================================================ */
.product_table {
}
.product_table + .product_table {
	margin-top: 90px;
}
.product_table table {
	margin-top: 60px;
	width: 100%;
	border-top: 1px solid #d3dde2;
	font-size: 1.8rem;
}
.product_table table th {
	padding: 20px 0;
	background-color: #f3f7f9;
	font-weight: bold;
	text-align: center;
	color: #0071bc;
}
.product_table table th:first-child {
	border-right: 3px solid #d3dde2;
}
.product_table table tbody th {
	width: 300px;
}
.product_table table th,
.product_table table td {
	border-bottom: 1px solid #d3dde2;
}
.product_table table td {
	padding: 20px 50px;
}




/* other_nav
============================================================================================================ */
.other_nav {
	width: 530px;
	margin: 110px auto 0;
}
.other_nav a {
	position: relative;
	display: block;
	text-align: center;
	padding: 60px 30px 60px 20px;
	border: 2px solid #0071bc;
	text-decoration: none;
	font-weight: bold;
}
.other_nav a:after {
	content: ""; display: table; clear: both;
}
.other_nav a .type {
	position: absolute;
	top: -12px;
	left: -14px;
	width: 180px;
	padding: 1px 0;
	border: 2px solid #0071bc;
	background-color: #fff;
	text-align: center;
	line-height: 1;
}
.other_nav a .img {
	float: left;
}
.other_nav a .img ~ * {
	display: block;
	margin-left: 240px;
}
.other_nav a .title {
	padding: 25px 0 12px;
	font-size: 1.8rem;
	line-height: 1.4;
}
.other_nav a .more {
	position: relative;
	padding: 2px;
	border: 2px solid #0071bc;
	border-radius: 100px;
	font-size: 1.3rem;
}
.other_nav a .more:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background-color: #dde9f1;
	border-radius: 100px;
	-webkit-transform: translate(4px, 4px);
	-ms-transform: translate(4px, 4px);
	-o-transform: translate(4px, 4px);
	transform: translate(4px, 4px);
	z-index: -1;
}
.other_nav a:hover .more {
	background-color: #0071bc;
	color: #fff;
}








