@charset "utf-8";
#contents .local_nav ul li  {
	flex-basis: 235px;
}
article{
	overflow:hidden;
}
#contents .text01{
	float:left;
	width:500px;
	margin-right:20px
}
#contents .text01 p{
	margin-bottom:10px;
}
.sub_title_02{
	font-size:15px;
	padding-left:15px;
	background:url(../../common/img/arrow_03.png) no-repeat 0 7px;
	line-height:30px;
	height:30px;
}
#introduction h3 {
	font-size: 35px;
	line-height: 140%;
}
.device_mobile #introduction h3 {
	font-size: 70px;
	line-height: 130%;
}

#introduction h3 strong {
	color: #E20106;
}
#introduction p {
	line-height: 200%;
}
#service .phot_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:15px;
	width:826px;
}

.device_mobile #service .phot_area{
	width:100%;
}
.device_mobile #service .phot_area img{
	margin-bottom: 30px;
	justify-content:space-around;
	
}