@charset "utf-8";
/*=================================
product.css
================================ */
/* heading
-------------------------------- */

/* imgHeading */
.imgHeading01 {
	margin-right: -100%;
	margin-left: -100%;
	padding: 0 100%;
	background: url(/product/img/index_bg01.jpg) no-repeat 50% 50%;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 150px;
	text-align: center;
	color: #ffffff;
}
/* codeNumberBox */
.codeNumberBox ul {
	display: table;
	margin: 1.5em auto 0;
}
.codeNumberBox ul li {
	display: table-cell;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
}
.codeNumberBox ul li a {
	display: block;
	min-width: 55px;
	height: 50px;
	padding: 0 10px;
	background-color: #eeeeee;
	border-bottom: solid 2px #d9d9d9;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	line-height: 50px;
	color: #0077cc;
	text-align: center;
}
.codeNumberBox ul li.noCode {
	display: block;
	min-width: 35px;
	height: 50px;
	padding: 0;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
	line-height: 50px;
	color: #0077cc;
	text-align: center;
}
.codeNumberBox ul li a:hover {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
}

/* inquiryColumn01 */
#product .inquiryColumn01 {
	margin-bottom: -60px;
}
#product .inquiryColumn01 .inquiryInfo,
#product .inquiryColumn01 .inquiryInfo dt,
#product .inquiryColumn01 .inquiryInfo dd {
	display: block;
}
#product .inquiryColumn01 .inquiryInfo .phone {
	margin-top: 0.5em;
}
#product .inquiryColumn01 .column {
	display: table;
	text-align: left;
}
#product .inquiryColumn01 .column .text01 {
	display: table-cell;
	vertical-align: middle;
}
#product .inquiryColumn01 .iconLink01 {
	margin-top: 0.8em;
}

/* productSpecLink */
.productSpecLink {
	display: table;
	width: 100%;
	margin-top: 2em;
}
.productSpecLink > a {
	display: table-cell;
	width: 100%;
	height: 180px;
	padding: 20px 40px;
	background: url(/product/img/index_bg02.jpg) no-repeat 0 0;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}
.productSpecLink > a > span {
	display: block;
	line-height: 1.2;
}
.productSpecLink > a:hover > span {
	text-decoration: underline;
}
.productSpecLink > a > span.title {
	position: relative;
	padding-left: 15px;
	border-left: solid 15px #fff;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
}
.productSpecLink > a[target="_blank"] .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: solid 4px #0166b3;
}
.productSpecLink > a[target="_blank"] .title:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(/common/img/blank02.gif) no-repeat 0 0;
	border: none;
	vertical-align: middle;
}
.productSpecLink > a > span.text {
	margin-top: 1em;
	font-size: 18px;
	font-size: 1.8rem;
}
@media only screen and (max-width: 720px){
	
	/* heading
	-------------------------------- */
	
	/* imgHeading */
	.imgHeading01 {
		height: 75px;
		margin-right: -10px;
		margin-left: -10px;
		padding: 0;
		background-size: cover;
		font-size: 2.1em;
		line-height: 75px;
	}
	
	/* codeNumberBox */
	.codeNumberBox ul li a,
	.codeNumberBox ul li.noCode {
		min-width: 0;
		height: auto;
		padding: 5px;
		line-height: normal;
		font-size: 1.5rem;
	}
	.codeNumberBox ul li.noCode {
		padding: 5px;
	}
	
	/* inquiryColumn */
	#product .inquiryColumn01 {
		margin-bottom: -30px;
	}
	#product .inquiryColumn01 .twoColumn > *:first-child,
	#product .inquiryColumn01 .threeColumn > *:first-child {
		margin-top: 0;
	}
	#product .inquiryColumn01 .text01 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	#product .inquiryColumn01 .btnLink01 li {
		display: block;
	}
	
	/* productSpecLink */
	.productSpecLink > a {
		height: 80px;
		padding: 10px 20px;
		background-size: cover;
		background-position: 100% 50%;
	}
	.productSpecLink > a > span.title {
		padding-left: 10px;
		border-left: solid 10px #fff;
		font-size: 2rem;
		font-weight: bold;
	}
	.productSpecLink > a > span.text {
		display: none;
	}
	.productSpecLink > a[target="_blank"] .title:before {
		left: -7px;
	}
	.productSpecLink > a[target="_blank"] .title:after {
		content: "";
		display: inline-block;
		width: 11px;
		height: 10px;
		margin-left: 5px;
		background-image: url(/common/img/blank02_sp.png);
		background-size: 11px 10px;
	}
	
}


/* clearfix */
.companyIcon01:after {
	content : "";
	display : block;
	clear : both;
}