@charset "utf-8";
/* CSS Document */

/*photo_hirai*/
.photo_hirai {
	margin:0 auto;
	display: block;
	width:870px;
}

#nbe .container {
	display: flex;
	justify-content: space-between;
}

#nbe .container img {
	width:270px;
	margin-left: 10px;
}

.hirai_message {
	position: relative;
	height:230px;
	
}

.photo_hirai {
	position: absolute;
	top:0;
	left:0;
	border-radius: 10px;
}

.text_hirai {
	position: absolute;
	top:30px;
	left:350px;
	z-index: 1;
}

.text_hirai p.sub-ttl {
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: Regular 400;
	font-size: 1.2rem;
	margin-bottom: 25px;
}

/*クリーニング ol in-list*/
.cleaning ol{
	margin-left: 3.0rem;
	line-height: 3;
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
}

.cleaning ol li {
	width:40%
}