@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE High Resolution parts end*/



/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

.service_key{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.service_key .box_left{
	width: 55%;
	height: 370px;
	padding: 140px 20px 0;
	box-sizing: border-box;
	float: left;
	background-image: url("../img/key_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.service_key .box_left div.inner{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/key_back.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.service_key .box_right{
	width: 45%;
	height: 370px;
	padding: 170px 0px 0;
	box-sizing: border-box;
	float: right;
	background-color: #fffaf1;
	overflow: hidden;
}
.service_key .box_right .inner{
	width: 100%;
	padding: 0 20% 0 0;
	box-sizing: border-box;
	text-align: left;
}
.service_key .box_right .inner .title_mini{
	display: block;
	width: 100%;
	max-width: 303px;
	height: auto;
	margin: 0 0 26px;
}
.service_key .box_right .inner .title{
	font-size: 40px;
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	color: #676eb6;
}

.read_area{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 35px 20px 25px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}
.read_area div.staff{
	width: 158px;
	height: 158px;
	margin: 0 10px 10px 30px;
	padding: 0;
	box-sizing: border-box;
	float: right;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.read_area div.staff.s_01{
	background-image: url("../../img/service_staff01.jpg");
}
.read_area div.staff.s_02{
	background-image: url("../../img/service_staff02.jpg");
}
.read_area div.staff.s_03{
	background-image: url("../../img/service_staff03.jpg");
}
.read_area div.staff.s_04{
	background-image: url("../../img/service_staff04.jpg");
}
.read_area p{
	font-size: 16px;
	line-height: 1.8em;
}

.point_area{
	width: 100%;
	background-color: #fffaf1;
}
.point_area .inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 20px 95px;
	box-sizing: border-box;
}
.point_area .inner .title{
	width: 100%;
	margin: 0 0 35px;
	padding: 0 20px 13px;
	box-sizing: border-box;
	color: #676eb6;
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 2px #676eb6;
}

.point_area .inner .box{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
}
.point_area .inner .box .point_pic{
	width: 240px;
	margin: 0 20px 0 0;
	padding: 13px;
	box-sizing: border-box;
	float: left;
	background-image: url("../img/point_maru.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.point_area .inner .box .point_pic strong{
	display: block;
	width: 100%;
	max-width: 151px;
	height: 37px;
	padding: 6px 0 0 15px;
	box-sizing: border-box;
	font-size: 18px;
	position: absolute;
    top: 19px;
    left: 2px;
	background-image: url("../img/title_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.point_area .inner .box .point_pic img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.point_area .inner .box .text{
	padding: 3% 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: 15px;
	line-height: 1.7em;
}

.ex_area{
	width: 100%;
	background-color: #fff;
}
.ex_area .inner{
	width: 100%;
	max-width: 1065px;
	margin: 0 auto;
	padding: 100px 20px 65px;
	box-sizing: border-box;
	position: relative;
}

.ex_area .inner .title{
	width: 202px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
}
.ex_area .inner .title img{
	display: block;
	width: 100%;
	height: auto;
}

.ex_area .inner ul.list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.ex_area .inner  ul.list li{
	display: inline-block;
	width: 24.3%;
	margin: 0 0 25px;
	padding: 0 15px;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (min-width:1080px){
	.ex_area .inner  ul.list li{
		display: inline-block;
		width: 200px;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
.ex_area .inner  ul.list li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
}
.ex_area .inner  ul.list li p{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
