@charset "UTF-8";
/*
 * cmn_module.css
 *
 */
#global_container {
    margin-bottom: 35px;
}
#ph_title.quality {
	border-bottom: 0;
	padding-bottom: 0;
}
/* kodawari_blocks
---------------------------------------------------------- */
#kodawari_blocks{
	overflow: auto;
}
	#kodawari_blocks .box{
		overflow: hidden;
		float:left;
		width: 47%;
		border-bottom: 1px solid #1c2c3a;
		padding-bottom: 32px;
		margin-bottom: 30px;
	}
	#kodawari_blocks .imp_point {
		width: 100%;
	}
	#kodawari_blocks .box:last-child,#kodawari_blocks .box:nth-last-child(2){
		border-bottom: none;
		padding-bottom: 0;
	}
	#kodawari_blocks .box:first-child{
		padding-bottom: 42px;
		margin-bottom: 40px;
		display: none;
	}
	#kodawari_blocks .box:nth-child(2n){
		margin-right: 6%;
	}
	#kodawari_blocks .box:nth-child(3){
		/*height: 281px;*/
	}
	#kodawari_blocks .box p{
		margin-bottom: 20px;
		font-size: 14px;
	}
	#kodawari_blocks .box p:last-child{
		margin-bottom: 0px;
	}
	#kodawari_blocks .box .tit{
		display: table;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.3;
	}
		#kodawari_blocks .box .tit span{
			display: table-cell;
			vertical-align: middle;
		}
		#kodawari_blocks .box .tit span:first-child{
			padding-right: 20px;
		}
	#kodawari_blocks .box div.icon{
		display: table-cell;
		height: 150px;
		text-align: center;
		vertical-align: middle;
		width: 460px;
		padding-top: 30px;
	}
	#kodawari_blocks .imp_point div.icon {
		width: 980px;
	}
	#kodawari_blocks .box:first-child{
		float: none;
		width: 100%;
	}
		#kodawari_blocks .box:first-child p{
			font-size: 16px;
		}
	#kodawari_blocks .box:first-child .tit{
		display: block;
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}
		#kodawari_blocks .box:first-child .tit span{
			display: block;
		}
			#kodawari_blocks .box:first-child .tit span:first-child{
				margin-bottom: 20px;
				padding-right: 0;
			}
	#kodawari_blocks .box .txt{
		display: table-cell;
		padding-right: 10px;
	}
	#kodawari_blocks .box .img{
		display: table-cell;
		vertical-align: middle;
		padding-right: 0px;
		width: 210px;
		text-align: center;
	}
	#kodawari_blocks .box:first-child .img{
		margin-left: 50px;
	}
	#kodawari_blocks .box:first-child p{
		overflow: hidden;
		_zoom: 1;
	}
	#kodawari_blocks .box .clearfix p{
		box-sizing: content-box;
		overflow: hidden;
		_zoom: 1;
	}