/* CSS Document */
.lead_txt{
	text-align: left;
	margin: 40px auto;
}


.item_area{
	margin: 20px 15px;
}


.product_underlayer .innerBox{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.product_underlayer .item_details{
	max-width: 700px;
}

.product_underlayer .btnBox{
	width: 50%;
	margin: 0;
}

.product_underlayer .item_details .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.product_underlayer .item_details .tableStyle01 th,
.product_underlayer .item_details .tableStyle01 td{
	text-align: center;
}

.entry p{
	text-align: left;
}

.flex{
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.flex_left{
	margin: 0 20px;
}

.press_flex{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.press_flex .flex{
	margin: 0 auto;
	max-width: 970px;
}

.press_flex p.img{
	max-width: 260px;
	width: 100%;
	margin-right: 20px;
}

.press_flex p{
	width: 80%;
}

.tbl_block{
	display: block;
	width: 100%;
}


/*詳細ページ*/

#slider {
	width: 380px;
	margin: 40px 0 0;
}
.slide-item img {
	width: 100%;
}
#thumbnail_list {
	max-width: 380px;
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.thumbnail-item {
	flex: 0 1 17%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
	.thumbnail-item:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: .3s opacity linear;
	}
	.thumbnail-current:after {
		opacity: 0;
	}
	.thumbnail-item img {
		width: 98% !important;
		margin: 5px auto;
	}
	
.feature_flex{
	overflow: hidden;
}

.feature_detailsimg{
	float: left;
	max-width: 380px;
	margin-right: 40px;
}
	.feature_detailsimg img{
		width: 100%;
	}

.feature_detailstxt{
	float: left;
	margin-top: 40px;
	max-width: 550px;
}
	.feature_detailstxt ul{
		margin: 5px 16px;
	}

.product_no_img{
	margin: 40px auto;
}

.use_applications{
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.use_applications li{
	max-width: 320px;
	width: 100%;
	margin-bottom: 20px;
}
	.use_applications figcaption{
		padding-top: 8px;
	}
	
.ttl_hd01{
	font-size: 22px;
	text-align: left;
	margin-bottom: 20px;
}

	.ttl_hd01:before{
		content: "―";
		color: #fb1a2c;
	}

.meritBox{
	margin: 20px;
	text-align: left;
}
	.meritBox p{
		line-height: 1.9;
	}

.merit_img{
	margin: 30px auto;
	display: flex;
	justify-content: center;
}
	.merit_img li:first-child{
		margin-right: 15px;
	}

.meritBox_column{
	display: flex;
	justify-content: space-between;
}

	.meritBox_column p{
		max-width: 717px;
	}

.meritBox_column .merit02_img{
	margin-left: 20px;
}

.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;
	margin-bottom: 20px;
}

	.related_products_inner:last-child{
		margin-bottom: 0px;
	}

.related_products_inner div{
	width: 50%;
}

.related_products_inner div .related_products{
	width: 100%;
}

.related_products_inner div .related_products > figure{
	width: 50%;
}
.related_products_inner div .related_products > p{
	width: 50%;
}

.related_products{
	display: flex;
	align-items: center;
}
	.related_productsBox .related_products p{
		margin-left: 10px;
		font-weight: normal;
	}
	
	.related_productsBox .related_products p a{
		color: #e00d1f;
	}
	
	.more_btn a{
		padding: 15px;
	}
				
	.btnBox02,.btnBox03{
		display: flex;
		justify-content: center;
	}
	
	.btnBox02 li,.btnBox03 li{
		background: #e00d1f;
		width: 48%;
		max-width: 320px;
		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;
	}

.break{
	margin: 80px auto;
}

.characteristic_area{
	margin: 40px auto;
	overflow: hidden;
}

.characteristicBox{
	display: flex;
}

.characteristicBox .tokusei_l,
.characteristicBox .tokusei_r{
	width: 50%;
}

#shiken{
	margin: 10px 0 0 25px;
	background: #000;
}

.flex.lead,
.seihin_flex{
	display: flex;
}

@media screen and (max-width: 1140px) {
	
	.feature_detailsimg{
		float: none;
		margin: 0 auto;
	}
	
	.feature_detailstxt{
		margin-left: 20px;
	}
	
	#ichiran.more_btn,#shiken.more_btn{
		width: 100%;
	}	
	
	#shiken {
		margin: 10px 0 0;
	}	
}

@media screen and (max-width: 768px) {
	.product_underlayer .innerBox{
		display: block;
	}
	
	.product_underlayer .item_details{
		width: 100%;
		max-width: 100%;
		margin: 20px auto 0;
	}
	
	.product_underlayer .item_details .flex{
		flex-direction: column;
		margin: 20px auto 0;
	}
	
	.product_underlayer .btnBox{
		display: flex;
		width: 100%;
		margin: 10px auto 0;
	}
	
	.product_underlayer .btnBox li{
		width: 48%;
	}
	
	.link_type{
		margin-top: 40px;
		flex-wrap: wrap;
		padding: 15px;
		justify-content: flex-start;
	}
		.link_type li{
			margin-bottom: 5px;
		}
	
	.use_applications li{
		width: 31%;
	}
	
	.meritBox_column{
		flex-direction: column-reverse;
	}
	
		.meritBox_column{
			flex-direction: column-reverse;
		}
		
		.meritBox_column > figure{
			margin-bottom: 15px;
			text-align: center;
		}
	
	.characteristicBox{
		display: block;
	}
	
	.characteristicBox .tokusei_l,
	.characteristicBox .tokusei_r{
		width: 100%;
	}
	
	.press_flex .flex{
		flex-direction: column;
	}
	
	.press_flex p.img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.press_flex p{
		width: 100%;
	}
	
	.flex.lead{
		flex-direction: column-reverse;
	}
	
	.seihin_flex{
		flex-direction: column;
	}
	
	.btnBox02, .btnBox03 {
		flex-direction: column;
		max-width: 100%;
	}
	
	.btnBox02 li,
	.btnBox02 li:nth-child(2){
		width: 100%;
		margin-right: 0;
		margin-bottom:  10px;
		max-width: 100%;
	}
	
	.btnBox03 li:nth-child(3){
		width: 100%;
		max-width: 100%;
	}
						
	.btnBox03 li,
	.btnBox03.btnred li:last-child{
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 478px) {
	.meritBox{
		margin: 20px 0;
	}
	
	.related_products_inner{
		display: block;
	}
	
	.related_products_inner div{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.related_products_inner div{
		width: 100%;
		margin-bottom: 15px;
	}
}