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







/*****************************************************************************

*****************************************************************************/

.textWImg {
	position: relative;
}
.textWImg .text {
	margin-right: 540px;
}



.textWImg .img {
	position: absolute;
	right: -40px;
	top: 50px;
}

.textWImg.oring .img {
	top: 80px;
	right: -10px;
}
.textWImg.oring .img img {
	width: 470px;
	max-width: 470px;
}
.textWImg.perfluor .text {
	margin-right: 610px;
}
.textWImg.perfluor .img {
	top: 20px;
	right: -50px;
}
.textWImg.perfluor .img img {
	max-width: 600px;
}
.textWImg.pororoca .text {
	margin-right: 610px;
}
.textWImg.pororoca .img {
	top: 55px;
	right: -50px;
}
.textWImg.pororoca .img img {
	max-width: 600px;
}

@media screen and (max-width: 1300px) {
	.textWImg .text {
		margin-right: 0 !important;
	}
	.textWImg .img {
		position: relative;
		right: auto !important;
		top: auto !important;
		margin: 35px 0 0;
		text-align: center;
	}
	.textWImg .img img {
		width: 96% !important;
	}
}









.imgBoxC {
	width: 100%;
	margin: 0 auto;
	background: #fafafa;
	padding: 60px 15%;
}
.imgBoxC.imgBoxC2 {
	padding: 60px 20%;
}
.imgBoxC.imgBoxC3 {
	padding: 60px 30%;
}
.imgBoxC img {
	width: 100%;
}



.smallImg {
	text-align: center;
}

.smallImg img {
	width: 90%;
	max-width: 280px;
}





/*****************************************************************************
lineupBox
*****************************************************************************/

.lineupBox {
	display: flex;
	line-height: 1.6;
}
.lineupBox .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 30px 0;
}
.lineupBox .box .img.full {
	padding: 0;
}
.lineupBox .box .img.full img {
	width: 100%;
}
.lineupBox .box .title {
	margin: 10px 0 0;
	font-size: 1.14rem;
}
.lineupBox .box dt {
	font-size: 0.875rem;
	color: #10104B;
	position: relative;
	padding-left: 1.2em;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.8em;
}
.lineupBox .box dt::before {
	content: "";
	border-top: 1px solid #1A1B7F;
	position: absolute;
	width: 0.8em;
	top: 0.6em;
	left: 0;
}

@media screen and (max-width: 600px) {
	.lineupBox {
		display: block;
	}
	.lineupBox .box .title {
		margin: 5px 0 0;
		font-size: 1rem;
	}
}





/*lineupBox3
------------------------------------------------*/
.lineupBox3 .box {
	width: calc((100% - 80px)/3);
	margin-left: 40px;
}
.lineupBox3 .box:nth-child(3n + 1) {
	margin-left: 0;
}

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


/*lineupBox3_f　バックアップリングの形状
------------------------------------------------*/

.lineupBox3_f .box {
	width: calc((100% - 20px)/3);
	margin-left: 20px;
	margin-top: 30px;
}
.lineupBox3_f .box:nth-child(3n + 1) {
	margin-left: 0;
}
.lineupBox3_f .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 20px 10px;
}
.lineupBox3_f .box .img img {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.lineupBox3_f {
		flex-wrap: wrap;
	}
	.lineupBox3_f .box,
	.lineupBox3_f .box:nth-child(3n + 1) {
		width: calc((100% - 30px)/2);
		margin-left: 30px;
	}
	.lineupBox3_f .box:nth-child(2n + 1) {
		margin-left: 0;	
	} 
}
@media screen and (max-width: 800px) {
	.lineupBox3_f {
		display: block;
	}
	.lineupBox3_f .box {
		margin: 30px auto 0 !important;
		max-width: 400px;
		width: 90% !important;
	}
	.lineupBox3_f .box .img {
		padding: 20px;
	}
	.lineupBox3_f .box .img img {
		width: 100%;
		height: auto;
	}
}



/*lineupBox3_f　リップシールパッキン
------------------------------------------------*/
.lipShapes .box {
	width: calc((100% - 20px)/3);
	margin-left: 20px;
	margin-top: 30px;
}
.lipShapes .box:nth-child(3n + 1) {
	margin-left: 0;
}
.lipShapes .box .img {
	background: #f9f9f9;
	text-align: center;
	padding: 20px 10px;
}
.lipShapes .box .img img {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.lipShapes {
		flex-wrap: wrap;
	}
	.lipShapes .box,
	.lipShapes .box:nth-child(3n + 1) {
		width: calc((100% - 30px)/2);
		margin-left: 30px;
	}
	.lipShapes .box:nth-child(2n + 1) {
		margin-left: 0;	
	} 
}
@media screen and (max-width: 800px) {
	.lipShapes {
		display: block;
	}
	.lipShapes .box {
		margin: 30px auto 0 !important;
		max-width: 400px;
		width: 90% !important;
	}
	.lipShapes .box .img {
		padding: 20px;
	}
	.lipShapes .box .img img {
		width: 100%;
		height: auto;
	}
}



/*lineupBox4
------------------------------------------------*/
.lineupBox4 {
	flex-wrap: wrap;
	margin-top: -40px;
}
.lineupBox4 .box {
	width: calc((100% - 120px)/4);
	margin-left: 40px;
	margin-top: 40px;
}
.lineupBox4 .box:nth-child(4n + 1) {
	margin-left: 0;
}
@media screen and (max-width: 600px) {
	.lineupBox4 {
		display: flex;
		margin-top: -30px;
	}
	.lineupBox4 .box,
	.lineupBox4 .box:nth-child(4n + 1){
		width: calc((100% - 15px)/2);
		margin-left: 15px;
		margin-top: 30px;
	}
	.lineupBox4 .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}




/*lineupBox4_t 使用事例　テキストのみ
------------------------------------------------*/
.lineupBox4_t {
	margin-top: 40px;
	display: flex;
}
.lineupBox4_t .box:not(:nth-child(1))  {
	padding-left: 40px;
	position: relative;
}
.lineupBox4_t .box:not(:nth-child(1))::before {
	content: " ／ ";
	position: absolute;
	top: 5px;
	left: 10px;
}




/*lineupBox5　大口径リング
------------------------------------------------*/
.lineupBox5 .box {
	width: calc((100% - 120px)/5);
	margin-left: 40px;
}
.lineupBox5 .box:nth-child(5n + 1) {
	margin-left: 0;
}

@media screen and (max-width: 600px) {
	.lineupBox5 {
		display: flex;
		flex-wrap: wrap;
		margin-top: -30px;
	}
	.lineupBox5 .box,
	.lineupBox5 .box:nth-child(5n + 1)  {
		width: calc((100% - 15px)/2);
		margin-left: 15px;
		margin-top: 30px;
	}
	.lineupBox5 .box:nth-child(2n + 1) {
		margin-left: 0;
	}
}


/*ヘルールガスケット
------------------------------------------------*/
.ferruleFig {
	width: 100%;
	margin: 0 auto;
	background: #fafafa;
	padding: 60px 0;
	text-align: center;
}
.ferruleFig img {
	width: 100%;
	max-width: 550px;
}


/*ゴム成型品・複合製品
------------------------------------------------*/
.lineupBoxMixed {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -60px;
	margin-top: -60px;
}
.lineupBoxMixed .box {
	width: calc((100% - 180px)/3);
	margin-left: 60px;
	margin-top: 60px;
}
.lineupBoxMixed .box .img {
	margin-top: 25px;
}
.lineupBoxMixed .box.wide {
	width: calc(100% - 100%/3 - 60px);
}
.lineupBoxMixed .box.wide .imgWrapper {
	display: flex;
}
.lineupBoxMixed .box.wide .imgWrapper .img {
	width: calc((100% - 60px)/2);
}
.lineupBoxMixed .box.wide .imgWrapper .img:nth-child(2) {
	margin-left: 60px;
}


@media screen and (max-width: 600px) {
	.lineupBoxMixed {
		display: block;
		width: auto;
		margin-left: 0;
	}
	.lineupBoxMixed .box {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.lineupBoxMixed .box .img {
		margin-top: 15px;
	}
	.lineupBoxMixed .box.wide {
		width: auto;
	}
	.lineupBoxMixed .box.wide .imgWrapper {
		display: block;
	}
	.lineupBoxMixed .box.wide .imgWrapper .img,
	.lineupBoxMixed .box.wide .imgWrapper .img:nth-child(2){
		width: auto;
		margin-left: 0;
	}
}


/*****************************************************************************
Vパッキン
*****************************************************************************/

.subSection2Wrapper {
	display: flex;
	flex-wrap: wrap;
}
.subSection2Wrapper > .subSection2 {
	width: calc((100% - 10%)/2);
	margin-left: 10%;
	margin-top: 80px;
}
.subSection2Wrapper > .subSection2:nth-child(2n + 1) {
	margin-left: 0;
}

.subSection2Wrapper > .subSection2.wide {
	width: 100%;
}

@media screen and (max-width: 700px) {
	.subSection2Wrapper {
		display: block;
	}
	.subSection2Wrapper > .subSection2 {
		width: auto;
		margin-left: 0;
		margin-top: 50px;
	}
}










/*****************************************************************************
ポロロッカ
*****************************************************************************/

.pororocaLineup section {
	margin-top: 60px;
	display: flex;
	flex-direction: row-reverse;
}
.pororocaLineup section .img {
	width: 40%;
}
.pororocaLineup section .img img {
	width: 100%;
}
.pororocaLineup section .text {
	margin-left: 40px;
	flex: 1;
}
.pororocaLineup section li {
	padding-left: 0.8em;
	position: relative;
}
.pororocaLineup section li::before {
	content: "";
	display: block;
	border-radius: 100%;
	width: 5px;
	height: 5px;
	background: #cccccc;
	position: absolute;
	top: 0.7em;
	left: 0;
}

.tbl tbody .pororoca__bordernone{
	border-bottom: none;
}

.tbl tbody .pororoca__nowrap{
	white-space: nowrap;
}

.pororoca__table th p{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pororoca__table th img{
	max-width: 25px;
}

@media screen and (max-width: 700px) {
	.pororocaLineup section {
		display: block;
	}
	.pororocaLineup section .hdType23 {
		text-align: center;
		margin-bottom: 10px;
	}	
	.pororocaLineup section .img {
		width: auto;
		margin-top: 10px;
	}
	.pororocaLineup section .text {
		margin-left: 0;
	}
}









