/* CSS Document */
.lead_txt{
	text-align: left;
	margin: 40px auto;
}

.content{
	text-align: left;
}

.extrusion .seriesBox{
}

.seriesBox_inner{
	text-align: left;
	color: #333;
	padding: 30px 0;
}

	.seriesBox_inner span{
		font-size: 16px;
	}
	
	.seriesBox_inner h1{
		font-size: 46px;
		margin-bottom: 10px;
	}
	
	.seriesBox_inner p{
		font-size: 16px;
		line-height: 1.8;
	}
	
.searchbox{
	background: rgba(0,0,0,0.6);
	padding: 10px;
}

	.searchbox input[type="text"] {
		max-width: 850px;
		width: 100%;
		border-radius: 0;
	}
	
	.searchbox input[type="submit"] {
		border-radius: 0;
		background: #fb1a2c;
		color: #fff;
		border: 1px solid #fb1a2c;
		max-width: 110px;
		width: 100%;
	}
	.searchbox input[type="submit"]:before{
		content: "\f002";
		font-family: 'FontAwesome';
	}
	
	.details_flex{
		display: flex;
		margin: 30px auto;
	}
	
		.details_img{
			margin-right: 30px;
		}
		
		.details_txt h4:before{
			content: "";
			display: none;
		}
		
		.details_txt h4{
			color: #333;
		}
		
		.details_txt ul{
			margin-top: 15px;
			margin-left: 20px;
		}
	
	.moreBtn{
		background: #000;
		width: 100%;
		max-width: 190px;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		float: right;
		margin-top: 20px;
	}
	
	.moreBtn a{
		position: relative;
		color: #fff;
		display: block;
		padding: 13px;
		text-decoration: none;
	}
	
	.moreBtn a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		position:absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	.moreBtn a:hover{
		opacity: 0.8;
	}
	
	.detailsBox{
		margin: 100px auto;
		border-top: 1px solid #cccccc;
	}
	
	.flexBox{
		display: flex;
		margin: 30px auto;
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
	}
	
	.extrusion_txt{
		margin-left: 20px;
		overflow: hidden;
		max-width: 710px;
		width: 100%;
	}
	
		.extrusion_txt .ttl{
			font-size: 22px;
			font-weight: bold;
			margin-bottom: 10px;
		}

/*詳細ページ*/

	.item_area {
		margin: 20px 15px;
	}

	.break {
		margin: 80px auto;
	}
	
	.product_box{
		display: flex;
		margin: 20px 0;
	}
		.product_thumb {
			float: left;
			margin: 0 20px 0 0;
			width: 100%;
			max-width: 146px;
		}
		.product_thumb img {
			padding: 1px;
			border: 1px solid #CCC;
		}
		
	.tableStyle01{
		text-align: center;
	}
	
	.tableStyle01 table.tbl_none{
		margin: 0 auto;
		border: none;
	}
	
	.tableStyle01 table.tbl_none td{
		border: none;
	}

	.btnBox02,.btnBox03{
		display: flex;
		justify-content: center;
	}
	
	.btnBox02 li,.btnBox03 li{
		background: #e00d1f;
		width: 48%;
		max-width: 330px;
		margin-right: 15px;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
	
	.btnBox02 li a,.btnBox03 li a{
		position: relative;
		color: #fff;
		display: block;
		padding: 15px;
		text-decoration: none;
	}
	
	.btnBox02 li a:after,.btnBox03 li a:after{
		content: "\f105";
		font-family: 'FontAwesome';
		position:absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}
	
	.btnBox02 li a:hover,.btnBox03 li a:hover{
		opacity: 0.8;
	}
	
	.btnBox02 li:nth-child(2){
		background: #000;
		width: 48%;
		margin-right: 0;
	}
						
	.btnBox03 li:nth-child(3){
		background: #000;
		width: 48%;
		margin-right: 0;
	}

	.btnBox03.btnred{
		margin-top: 20px;
	}

	.btnBox03.btnred li:nth-child(3){
		background: #e00d1f;
		width: 48%;
		margin-right: 0;
	}	
	
.more_btn a {
    padding: 15px;
}

.related_productsBox{
	background: #e6e6e6;
	padding: 20px;
	margin: 60px auto;
}
	.related_productsBox p{
		text-align: left;
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 16px;
	}

.related_products_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}


.related_products_inner div{
	width: 50%;
}

.related_products_inner div .related_products{
	width: 100%;
}

.related_products_inner div .related_products > figure{
	width: 50%;
	display: flex;
	justify-content: center;
}
.related_products_inner div .related_products > p{
	width: 50%;
}

.related_products{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
	.related_productsBox .related_products p{
		margin-left: 10px;
		font-weight: normal;
	}
	
	.related_productsBox .related_products p a{
		color: #e00d1f;
	}
	
.tableStyle03 {
    width: 100%;
	margin-top: 20px;
}

/*異形状押出し製品例*/

.example_box{
	margin: 20px 0 0;
	display: flex;
}

.connector_box{
	margin: 20px 0 0;
	display: flex;
	align-items: center;
}

.example_thumb {
    margin: 0 10px 0 0;
    min-width: 169px;
}
.connector_thumb {
    margin: 0 20px 0 0;
    width: 180px;
}

.example_thumb img {
    padding: 1px;
    border: 1px solid #CCC;
}

.example_txt,.connector_txt {
    overflow: hidden;
}

/*チェックバルブ 5LV*/

.flex{
	display: flex;
	margin-top: 20px;
}
	.flex figure{
		margin-right: 30px;
	}
	.flex figure p{
		margin-top: 10px;
	}



@media screen and (max-width: 1140px) {
	.searchbox input[type="text"]{
		max-width: 100%;
		width: 87%;
	}
	
	.searchbox input[type="submit"]{
		max-width: 100%;
		width: 12%;
	}
	
	.extrusion .seriesBox{
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.searchbox input[type="text"],
	.searchbox input[type="submit"]{
		max-width: 100%;
		width: 100%;
	}
	
	.seriesBox_inner h3{
		line-height: 1.6;
		font-size: 30px;
	}
	
	.btnBox02{
		display: block;
	}
		.btnBox02 li{
			width: 100%;
			max-width: 100%;
			margin: 0 0 10px;
		}
	
	.detailsBox{
		margin: 40px 0 0;
	}
	
	.btnBox02, .btnBox03 {
		flex-direction: column;
		max-width: 100%;
	}
	
	.btnBox02 li:nth-child(2){
		width: 100%;
	}
						
	.btnBox03 li:nth-child(3){
		width: 100%;
	}
						
	.btnBox03 li,
	.btnBox03.btnred li:last-child{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}


}

@media screen and (max-width: 478px) {
	
	.seriesBox_inner{
		min-height: 150px;
	}
	
	.flexBox{
		display: block;
	}
	
	.extrusion_txt{
		margin-left: 0;
	}
	
	.flexBox .extrusion_img{
		text-align: center;
	}

	.related_products_inner{
		display: block;
	}
	
	.related_products_inner div{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.related_products_inner div:last-child{
		width: 100%;
		margin-bottom: 0;
	}
	
	.product_composition{
		flex-wrap: wrap;
		justify-content: space-between;
	}
		.product_composition li{
			width: 48%;
			margin-bottom: 20px;
		}
		
	.product_box {
		flex-direction: column;
		align-items: center;
	}
	.product_thumb {
		float: left;
		margin: 0 0 10px 0;
	
	}

.tableStyle03 td{
    width: 100%;
	display:block;
	margin-bottom:20px;
}	

/*異形状押出し製品例*/
.example_box,.connector_box {
    flex-direction: column;
    align-items: center;
}

.connector_thumb p{
	text-align: center;
}

.example_txt,.connector_txt {
	margin-top: 10px;
}

/*チェックバルブ 5LV*/

.flex{
	flex-wrap: wrap;
	justify-content: center;
}
	.flex figure{
		margin-right: 0;
	}
	.flex figure:first-child{
		margin-bottom: 20px;
	}
	
	
	.seriesBox_inner h1{
		font-size: 26px;
	}
	.secBox h2{
		font-size: 24px;
	}


}