@charset "UTF-8";


p.sign{
	text-align: right;
}

.border_box{
	margin-top: 100px;

	box-sizing: border-box;
	border: 2px solid #3166AE;

	padding: 50px;

	text-align: center;
	font-size: 18px;
	line-height: 220%;
}

.border_box p{
	margin-bottom: 0;
}

#main .about section.third{
	padding-top: 0;
}

#main .about section.fourth{
	padding-top: 30px;
	padding-bottom: 0;
}

/*.ball_list*/

.ball_list{

}

.ball_list:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.ball_list ul{
	float: left;
}

.ball_list ul:nth-child(1){ width: 40%; }
.ball_list ul:nth-child(2){ width: 28%; }
.ball_list ul:nth-child(3){ width: 32%; }

.ball_list ul li{
	line-height: 200%;
	text-indent: -26px;
	margin-left: 26px;
}

.ball_list ul li:before{
	color: #3166AE;
	margin-right: 10px;
	content: "●";
}

.ul_msg{
	position: relative;
	clear: left;
	top: -30px;
	text-align: right;
}

@media screen and (max-width:767px){

	.ul_msg {
	    top: 10px;
	}

}

div.map iframe{
	width: 100%;
}

#main .chemical section.second{
	padding-top: 30px;
}

#main .factory_automation section.second{
	padding-top: 30px;
}

#main .factory_automation section.third{
	padding-top: 30px;
}

#main .import-export section.second{
	padding-top: 30px;
}

#main .import-export section.third{
	padding-top: 30px;
}

#main .oem section.second{
	padding-top: 30px;
}

#main .oem section.third{
	padding-top: 30px;
}

/*oem_block*/

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

.oem_block{display: flex;overflow: hidden;}
}

.oem_block:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.oem_block .lefty{
	float: left;
}

.oem_block .righty{
	float: right;
}

.oem_block .image{
	position: relative;
	width: 50%;
	background: #EDF2FA;
}

.oem_block .image img{
	position: absolute;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	margin: auto;
}

.oem_block .text{
	width: 50%;
	height: auto;
	background: #3166AE;
	box-sizing: border-box;
	padding: 80px 28px 80px 40px;
}

.oem_block .text h3{
	display: inline-block;
	padding-bottom: 8px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.oem_block .text p{
	font-size: 14px;
	color: #fff;
	line-height: 200%;
}

@media screen and (max-width:1340px){


	.oem_block .image img{
		width: 90%;
		height: auto;
		position: relative;
	}

	.oem_block .text{
		padding: 30px 25px;
	}

	.oem_block .text h3{
		font-size: 18px;
		line-height: 180%;
	}

	.oem_block .text p{
		/*font-size: 12px;*/
	}

}


@media screen and (max-width:1040px){
	.oem_block .image{
		float: none;
		width: 100%;
		height: 400px;
	}

	.oem_block .text{
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 80px;
	}

}

/*product_list*/

.product_list{
	margin-bottom: 40px;
}

.product_list h4{
	padding: 15px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #3166AE;
}

.product_list h5{
	padding: 18px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #EEEEEE;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.product_list li{
	padding: 18px 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.product_list li:last-child{
	border-bottom: 1px solid #ddd;
}


/*support_box*/

.support_box{
	margin-bottom: 50px;
}

.support_box h4{
	background: #999999;
	color: #fff;

	padding: 10px 30px;
}

.support_box dl{
	padding: 20px 30px;

	box-sizing: border-box;

	border: 1px solid #ddd;	
}

.support_box p{
	margin-bottom: 0;
	font-size: 14px;
}

.support_box dl dt{
	color: #3166AC;
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 5px;
}

.support_box:last-child{
	margin-bottom: 0;
}


/*merit_block*/

.merit_block{
	position: relative;
	margin-bottom: 70px;
}

.merit_block:last-child{
	margin-bottom: 50px;
}

.merit_block:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.merit_block .lefty{
	float: left;
}

.merit_block .righty{
	float: right;
}

.merit_block h4{
	position: absolute;

	left: 0;
	top: 0;

	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 242px;
	height: 100%;
}

.merit_block .text{
	box-sizing: border-box;
	padding: 50px;
	padding-left: 282px;

	width: 100%;
}

.merit_block .text p{
	margin-bottom: 20px;
}

.merit_block .text p:last-child{
	margin-bottom: 0;
}

.merit_block.color01 h4{ background: #62AA35; }
.merit_block.color02 h4{ background: #EF8628; }

.merit_block.color01 .text{ background: #EAF2D7; }
.merit_block.color02 .text{ background: #FEEAC7; }

.merit_block .text p{
	font-size: 14px;
	line-height: 200%;
}


@media screen and (max-width:1080px){

	.merit_block h4{
		font-size: 16px;
		width: 162px;
	}

	.merit_block .text{
		padding-left: 192px;
	}

}


@media screen and (max-width:475px){

	

	.border_box{
		margin-top: 40px;
		box-sizing: border-box;
		border: 2px solid #3166AE;
		padding: 20px;
		text-align: center;
		font-size: 18px;
		line-height: 220%;
	}

	.ball_list ul{
		float: none;
		width: 100%!important;
	}


	div.map iframe{
		width: 100%;
		height: 300px;
	}

	.oem_block .image {
	     height: auto;
	     text-align: center;
	}

	.product_list li {
	    padding: 15px 15px;
	    font-size: 14px;
	    line-height: 180%;
	    text-indent: -17px;
	    padding-left: 30px;
	}

	.product_list h4 {
	    padding: 15px 20px;
	    font-size: 14px;
	    line-height: 180%;
	}

	.product_list h5 {
	    padding: 18px 20px;
	    font-size: 14px;
	    line-height: 180%;
	}	
	.merit_block h4 {
	    font-size: 16px;
	    width: 100%;
	    float: none;
	    position: relative;
	    line-height: 330%;
	}

	.merit_block .text{
		padding: 20px!important;
	}

	.flow_img img{
		width: 100%;
		height: auto;
	}

	div.text_block02 div.text h4 {
	    color: #3166AD;
	    font-size: 21px;
	}

	div.text_block02 div.text h4 br{
		display: none;
	}

}