@charset "utf-8";
/* CSS Document */




/*****************************************************************************
研究開発
*****************************************************************************/
.featuringLineupBox {
	display: flex;
	line-height: 1;
}
.featuringLineupBox .box {
	width: calc((100% - 7%)/2);
	margin-left: 7%;
}
.featuringLineupBox .box:nth-child(2n + 1) {
	margin-left: 0;
}
.featuringLineupBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.featuringLineupBox .box .img.full {
	padding: 0;
}
.featuringLineupBox .box .img.full img {
	width: 100%;
}
.featuringLineupBox .box .title {
	margin: 15px 0 0;
	font-size: 1.14rem;
}
.featuringLineupBox .box .detail {
	line-height: 1.4;
	margin-top: 10px;
}
.featuringLineupBox .box .link {
	text-align: center;
}
@media screen and (max-width: 600px) {
	.featuringLineupBox {
		display: block;
	}
	.featuringLineupBox .box,
	.featuringLineupBox .box:nth-child(2n + 1) {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.compositLineupBox .box:nth-child(1) {
		margin-top: 0;
	}
}



/*****************************************************************************
ゴムと異種材料との混合品の開発
*****************************************************************************/

.compositLineupBox {
	display: flex;
	line-height: 1;
}
.compositLineupBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.compositLineupBox .box .img.full {
	padding: 0;
}
.compositLineupBox .box .img.full img {
	width: 100%;
}
.compositLineupBox .box .title {
	margin: 15px 0 0;
	font-size: 1.14rem;
}
.applicationBox .box .detail {
	line-height: 1.3;
	font-size: 0.875rem;
}
.compositLineupBox .box dl {
	padding-left: 20px;
	margin: 10px 0 0;
	position: relative;
}
.compositLineupBox .box dl::before {
	content: "";
	border-top: 1px solid #1A1B7F;
	position: absolute;
	width: 12px;
	top: 0.5em;
	left: 0;
}
.compositLineupBox .box dt {
	color: #10104B;
	font-weight: 700;
	margin-top: 13px;
}
.compositLineupBox .box dd {
	margin-top: 0.5em;
}
.compositLineupBox .box {
	width: calc((100% - 50px)/3);
	margin-left: 25px;
}
.compositLineupBox .box:nth-child(3n + 1) {
	margin-left: 0;
}

@media screen and (max-width: 600px) {
	.compositLineupBox {
		display: block;
	}
	.compositLineupBox .box,
	.compositLineupBox .box:nth-child(3n + 1) {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.compositLineupBox .box:nth-child(1) {
		margin-top: 0;
	}
}













/*****************************************************************************
設備
*****************************************************************************/

body > .bodyBg.equipment {
	background-image:url(../images/rd/fixedBgRD.jpg);
}
.equipmentWrapper {
	z-index: 2;
	color: #ffffff;
	position: relative;
	background: rgba(0,0,0,0.55);
	padding: 0 5% 5%;
}
.equipmentWrapper .lead {
	text-align: center;
	padding: 70px 10% 40px;
}
.equipmentWrapper .lead .hd {
	font-size: 1.8rem;
	line-height: 1.2;
}
.equipmentWrapper .lead p {
	margin-top: 20px;
	line-height: 1.4;
}
.equipmentBox {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.equipmentBox .box {
	width: calc((100% - 20px)/3);
	margin-left: 10px;
	margin-top: 20px;
}
.equipmentBox .box:nth-child(3n +1) {
	margin-left: 0;
}
.equipmentBox img {
	width: 100%;
}
.equipmentBox p {
	padding: 8px 0 0;
}
@media screen and (max-width: 900px) {
	.equipmentBox .box,
	.equipmentBox .box:nth-child(3n + 1){
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	.equipmentBox .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.equipmentWrapper {
		padding: 0 15px 50px;
	}
	.equipmentWrapper .lead {
		padding: 40px 10% 30px;
	}
	.equipmentBox .box,
	.equipmentBox .box:nth-child(2n + 1),
	.equipmentBox .box:nth-child(3n + 1){
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.equipmentBox .box:nth-child(1) {
		margin-top: 0;
	}
}




/*****************************************************************************
一貫生産・管理
*****************************************************************************/


/*図
------------------------------------------------*/
.integrationFig {
	background: #fafafa;
	padding: 60px 20px;
	text-align: center;
}
.integrationFig img {
	width: 100%;
	max-width: 780px;
}
@media screen and (max-width: 600px) {
	.hScroll {
		width: calc(100% + 30px);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 -15px 0;
	}
	.hScroll > .inner {
		display: inline-block;
		padding: 0 15px;
	}
	.integrationFig {
		width: 600px;
	}
}



/*productionBox
------------------------------------------------*/
.productionBox {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	width: calc(100% + 1px);
}
.productionBox .box {
	width: calc((100% - 20px)/3);
	margin-left: 10px;
	margin-top: 10px;
}
.productionBox .box:nth-child(3n + 1) {
	margin-left: 0;
}

.productionBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.productionBox .box .img.full {
	padding: 0;
}
.productionBox .box .img.full img {
	width: 100%;
}
.productionBox .box .title {
	margin: 10px 0 0;
	font-size: 1.14rem;
}
.productionBox .box .detail {
	line-height: 1.3;
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
	.productionBox {
		display: block;
	}
	.productionBox .box,
	.productionBox .box:nth-child(2n + 1){
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.productionBox .box:nth-child(1) {
		margin-top: 0;
	}
}













/*cleanroomBox
------------------------------------------------*/
.cleanroomBox {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	width: calc(100% + 1px);
}
.cleanroomBox .box {
	width: calc((100% - 20px)/3);
	margin-left: 10px;
	margin-top: 15px;
}
.cleanroomBox .box:nth-child(3n + 1) {
	margin-left: 0;
}

.cleanroomBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.cleanroomBox .box .img.full {
	padding: 0;
}
.cleanroomBox .box .img.full img {
	width: 100%;
}
.cleanroomBox .box .title {
	margin: 10px 0 0;
	font-size: 1.14rem;
}
.cleanroomBox .box .detail {
	line-height: 1.3;
	margin-top: 10px;
}
@media screen and (max-width: 900px) {
	.cleanroomBox .box,
	.cleanroomBox .box:nth-child(3n + 1){
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	.cleanroomBox .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.cleanroomBox .box,
	.cleanroomBox .box:nth-child(2n + 1),
	.cleanroomBox .box:nth-child(3n + 1){
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}
	.cleanroomBox .box:nth-child(1) {
		margin-top: 0;
	}
}











