<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------
 製品案内
------------------------------ */
.contents {
	padding-bottom: 0;
}
.contents .cms_block.bg01,
.contents .cms_block.bg02{
	width: 100%;
	height: 730px;
	padding-top: 140px;
}
.bg01{
	background: url(../img/products/products_bg01.jpg) no-repeat center center;
	margin-bottom: 0;
}
.bg02{
	background: url(../img/products/products_bg02.jpg) no-repeat center center;
	margin-bottom: 0;
}
.contents .cms_block.bg03{
    width: 100%;
	height: 145px;
	background: url(../img/products/products_bg03.png) no-repeat center center;
}
.contents .cms_block.bg01 h2,
.contents .cms_block.bg02 h2{
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
}
.contents .cms_block.bg01 h2 span,
.contents .cms_block.bg02 h2 span{
	font-size: 1.1rem;
	font-family: "Montserrat";
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.w1140{
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}
.w1140.w570{
	width: 570px;
}
.w1140 div{
	width: 284px;
	height: 284px;
	margin-right: 1px;
}
.w1140 a{
	width: 100%;
	height: 284px;
	padding-top: 52px;
	display: block;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #000;
}
.w1140 img{
	width: 128px;
}

.w1140 strong{
	margin-top: 5px;
	display: block;
}

.w1140 strong:after{
	content: "";
	background: url(../img/icon-arrow02.png) no-repeat center 0;
	background-size: 20px auto;
	width: 20px;
	height: 10px;
	display: block;
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top: 5px;
  	transition: all .3s;
}
@media screen and (min-width: 768px) {
	.w1140 a:hover strong:after{
		background: url(../img/icon-arrow02.png) no-repeat 15px 0;
		background-size: 20px auto;
		width: 35px;
	}
}

@media screen and (max-width: 767px) {
	.contents .cms_block.bg01,
	.contents .cms_block.bg02{
		margin-left: 0;
		margin-right: 0;
		padding: 50px 20px;
		height: auto;
	}
	.w1140.w570{
		width: 100%;
	}
	.w1140 div{
		width: calc(50% - 1px);
		height: 200px;
		margin-bottom: 1px;
	}
	.w1140 a{
		width: 100%;
		height: 200px;
		padding-top: 20px;
	}
	.w1140 img{
		width: 100px;
	}
	.w1140 strong{
		font-size: 12px;
	}
	.contents .cms_block.bg03{
	    width: 100%;
		height: 70px;
		background: url(../img/products/products_bg03.png) no-repeat center center;
		background-size: cover;
	}
}
.cms_inner_blank:after{
	content: none;
}</pre></body></html>