@charset "UTF-8";

.synla_features{
	background: #fff;
}


/* 1カラム画像に文字を重ねる */
.box_list li.has_ttl{
    position: relative;
}
.box_list li.has_ttl .ttl_txt{
    position: absolute;
    top: 40%;
    left: 60px;
    color: #fff;
    text-shadow: 1px 1px 4px #414141;
    font-size: 3.6rem;
    margin: 0;
    display: block;
}
.box_list li.has_ttl .ttl_txt > span{
	display: inline-block;
	padding-left: 12px;
	font-size: 2.4rem;
}


/* きれい除菌水*/
.ttl_kirei{
	text-align: center;
	color: #13449d;
	font-size: 2.6rem;
	font-weight: bold;
}
.ttl_kirei > span{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	padding-left: 90px;
}
.ttl_kirei > span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(../images/i_kirei.png) no-repeat;
	background-size: 80px;
}

/*枠線付きボックス*/
.box_border{
	margin-top: 60px;
	padding: 30px;
	border: 1px solid #ccc;
}

/* universal_design */
.commonparts_sec.main.ud .txt-num{
	
}

.num-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
}
.num-wrap .num-left,
.num-wrap .num-right{
	display: table-cell;
}
.num-wrap .num-left{
	width: 40px;
	height: 40px;
	background-color: #2083cc;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	vertical-align: middle;
}
.num-wrap .num-right{
	display: none;
	height: 40px;
	color: #333;
	font-weight: bold;
	font-size: 1.6rem;
	text-shadow: 1px 1px 4px #eee,1px 1px 4px #eee;
	vertical-align: middle;
	padding-left: 10px;
    line-height: 1;
}

.num-wrap:hover{
	text-decoration: none !important;
}
.num-wrap:hover .num-right{
	display: table-cell;
}

.num-wrap#num1{
	bottom: 20px;
	left: 80px;
}
.num-wrap#num2{
	bottom: 385px;
	left: 320px;
}
.num-wrap#num3{
    bottom: 280px;
    left: 360px;
}
.num-wrap#num4{
	bottom: 70px;
	left: 520px;
}
.num-wrap#num5{
    bottom: 200px;
    left: 680px;
}
.num-wrap#num6{
    top: 70px;
    left: 460px;
}
.num-wrap#num6_2{
    top: 340px;
    left: 780px;
}
.num-wrap#num7{
	top: 150px;
	left: 560px;
}



@media screen and (max-width:767px) {
	.box_list li.has_ttl .ttl_txt{
		left: 30px;
		font-size: 1.6rem;
	}
	.box_list li.has_ttl .ttl_txt > span{
		padding-left: 6px;
		font-size: 1.3rem;
	}

	/*枠線付きボックス*/
	.box_border{
		margin-top: 30px;
		margin-left: 16px;
		margin-right: 16px;
		padding: 12px;
	}

	/* きれい除菌水*/
	.ttl_kirei{
		text-align: left;
		font-size: 1.6rem;
	}
	.ttl_kirei > span{
		display: block;
		padding-left: 60px;
	}
	.ttl_kirei > span:before{
		width: 50px;
		height: 50px;
		background-size: 50px;
	}

	/* universal_design */
	.commonparts_sec.main.ud .txt-num{
		display: none;
	}

	#other_btn1 p.btn-ttl, 
	#other_btn1 p.btn-txt {
		color: #414141;
		text-shadow: none;
	}
	#other_btn2 p.btn-ttl, 
	#other_btn2 p.btn-txt {
		color: #414141;
		text-shadow: none;
	}
	.synla_features .commonparts_box .box_list li a:hover .synla_btn_box p.btn{
		color: #13449d!important;
	}