@charset "utf-8";


/*------------------------------------------------------------
	
	
	about.css


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



/*------------------------------------------------------------
	見出し（facilityと同じ）
------------------------------------------------------------*/

h3 {
	font-size: 4.9vw;
	font-weight: 600;
	color: #1F84CA;
	border-bottom: 2px solid #1F84CA;
	padding: 0 0 10px 6vw;
	margin-bottom: 25px;
	position: relative;
}

h3:before {
	content: '';
	display: block;
	background: url('../img/common/bg_h3.svg') center center / contain no-repeat;
	width: 4vw;
	height: 5vw;
	position: absolute;
	top: 10px;
	left: 0;
}

@media only screen and (max-width: 812px) {
	
	.facilitiy-box + h3 {
		margin-top: 60px;
	}

}

@media only screen and (min-width: 813px) {
	
	h3 {
		font-size: 2.6rem;
		padding: 0 0 10px 36px;
		margin-bottom: 40px;
	}
	
	h3:before {
		width: 26px;
		height: 32px;
	}
	
}



/*------------------------------------------------------------
	製品カテゴリー（1カラム）
------------------------------------------------------------*/

.product-category {
	
}

.product-category:last-of-type {
	margin-bottom: 90px;
}

@media only screen and (min-width: 813px) {
	
	.product-category {
		margin-bottom: 70px;
	}
	
	.product-category:last-of-type {
		margin-bottom: 150px;
		margin-top: 100px;
	}
	
}

.product-category .product-list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.product-category .product-list:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 70px;
}

@media only screen and (min-width: 813px) {

	.product-category .product-list {
		border-bottom: 1px solid #ddd;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	
	.product-category .product-list:last-of-type {
		margin-bottom: 0;
	}
	
}

.product-list h4 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 10px 0;
}

.product-list h4 span {
	display: inline-block;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.product-list h4 span:before {
	content: '';
	display: block;
	background-image: linear-gradient(91deg, rgba(158,197,243,0.80) 0%, rgba(189,230,255,0.80) 100%);
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 10px;
	z-index: -1;
}


@media only screen and (min-width: 813px) {
	
	.product-list h4 {
		margin: 0 0 40px;
	}
	
}

.product-list h4 a {
	font-weight: 600;
	text-decoration: underline;
}

.product-list .button {
	margin:30px auto 0;
}

@media only screen and (min-width: 813px) {
	
	.product-list .button {
		margin: 40px 0 0;
	}
	
}

.product-list figure figcaption {
	display: none;
}

@media only screen and (min-width: 813px) {
	
	.product-list figure figcaption {
		display: block;
		font-size: 1.3rem;
		text-align: right;
		margin-top: 5px;
	}
	
}


/*------------------------------------------------------------
	製品カテゴリー（2カラム）
------------------------------------------------------------*/

/*2カラム画像*/
.product-list .image-list {
	margin-bottom: 20px;
}

.product-list .image-list li {
	width: 48%;
	margin-right: 4%;
}

.product-list .image-list li:nth-child(2n) {
	margin-right: 0;
}

@media only screen and (max-width: 812px) {
	
	#product-cat-06 {
		margin-top: 70px;
	}

}

@media only screen and (min-width: 812px) {
	
	#product-cat-05,
	#product-cat-06 {
		margin-bottom: 30px;
	}

}


.product-list .image-list li p {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 10px;
}

/*------------------------------------------------------------
	製品カテゴリー（3カラム）
------------------------------------------------------------*/

@media only screen and (max-width: 812px) {
	
	.product-list .one-third:not(:last-child) {
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid #ddd;
	}

}
.product-list .one-third {
	margin-bottom: 30px;
}

.product-list .one-third h4 {
	margin: 10px 0;	
}

@media only screen and (min-width: 813px) {
	
	.product-list .one-third {
		width: 31%;
		margin: 0 3.5% 50px 0;
	}
	
	.product-list .one-third:nth-child(3n) {
		margin-right: 0;
	}
	
	.product-list .one-third:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	
	.product-list .one-third img {
		margin-bottom: 15px;
	}	
		
	.product-list .one-third h4 {
		font-size: 1.9rem;
		margin: 0 0 8px;	
	}
	
	.product-list .one-third p {
		font-size: 1.4rem;
	}

}




/*------------------------------------------------------------
	製品個別 画像切替
------------------------------------------------------------*/



.img-holder {
	display: block;
	margin: 0 auto 16px;
}

.img-holder img {
	width: 100%;
}

.thumb-holder li {
	width: calc(94% / 4);
	margin-right: 2%;
}

.thumb-holder li:last-child {
	margin-right: 0;
}

.thumb-holder li img {
	cursor: pointer;
}

.thumb-holder li img:hover {
	opacity: 0.9;
}

.thumb-holder li img:active {
	opacity: 0.7;
}



@media only screen and (min-width: 813px) {
	
	.img-holder {
		width: calc(100% - 134px);
		margin: 0;
		float: left;
	}
	
	.thumb-holder {
		width: 110px;
		margin-left: 24px;
		float: left;
	}
	
	.thumb-holder li {
		width: 110px;
		margin: 0 0 10px;
	}
	
	
}
