@charset "UTF-8";

body{
	padding: 50px 0 0;
}
.service_key .box_left{
	width: 100%;
	height: 150px;
	padding: 0;
	float: none;
	position: relative;
	background-position: center top;
}
.service_key .box_left div.inner{
	background-image: none;
}

.service_key .box_right{
	width: 100%;
	height: auto;
	padding: 20px 0px 20px;
	float: none;
}
.service_key .box_right .inner{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
.service_key .box_right .inner .title_mini{
	max-width: 240px;
	height: auto;
	margin: 0 auto 19px;
}
.service_key .box_right .inner .title{
	font-size: 20px;
}


.read_area div.staff{
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
	float: none;
}
.read_area p{
	font-size: 14px;
	line-height: 1.8em;
}


.point_area .inner{
	padding: 40px 20px 65px;
	box-sizing: border-box;
}
.point_area .inner .title{
	margin: 0 0 25px;
	padding: 0 10px 5px;
	font-size: 18px;
}

.point_area .inner .box{
	width: 100%;
	margin: 0 auto 25px;
	padding: 0;
	overflow: hidden;
}
.point_area .inner .box .point_pic{
	width: 190px;
	margin: 0 auto 18px;
	padding: 13px;
	float: none;
}
.point_area .inner .box .point_pic strong{
	display: block;
	width: 100%;
	max-width: 130px;
	height: 37px;
	padding: 8px 0 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	position: absolute;
    top: 19px;
    left: 2px;
}
.point_area .inner .box .text{
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 0;
}
.point_area .inner .box .text .point_title{
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.5em;
}
.point_area .inner .box .text p{
	font-size: 14px;
	line-height: 1.7em;
}

.ex_area .inner{
	padding: 85px 20px 35px;
	box-sizing: border-box;
	position: relative;
}

.ex_area .inner .title{
	width: 162px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
}

.ex_area .inner  ul.list li{
	display: inline-block;
	width: 32.5%;
	margin: 0 0 25px;
	padding: 0 15px;
	box-sizing: border-box;
}
@media screen and (max-width:475px){
	.ex_area .inner  ul.list li{
		width: 49%;
		padding: 0 5px;
	}
}
.ex_area .inner  ul.list li p{
	font-size: 12px;
}