@charset "utf-8";
/* CSS Document */
.page-heading {
    border-bottom:none;
    margin: 0;
}
.serviceSec{
	letter-spacing: -0.4em;
	margin-bottom:40px;
}
.serviceSec h2{
	background: #191919;
	color: #FFFFFF;
	padding:10px 15px;
	margin:0 0 30px;
	letter-spacing:0.1em;
	border-left: 10px solid #00a67b;
}
.serviceSec .fig{
	display: inline-block;
	width:40%;
	vertical-align: top;
	margin:0;
}
.serviceSec .fig .figContainer{
	margin:0 0 30px;
}
.serviceSec h3{
	margin:0 0 10px;
	padding-top:10px;
	letter-spacing:0.1em;
	font-size:1.2em;
	border-top:1px solid #CCC;
}
.serviceSec .fig p{
	letter-spacing:normal;
	margin:0.8em 0 0.5em;
	font-size:0.95em;
}
.serviceSec .fig ul{
	padding-left:1.5em;
}
.serviceSec .fig li{
	letter-spacing:normal;
	list-style: disc;
}
.serviceSec .text{
	display: inline-block;
	width:60%;
	letter-spacing:normal;
	vertical-align: top;
	padding-left:40px;
}
.serviceSec .text p{
	font-size:1.2em;
	line-height:160%;
	font-weight:700;
	margin:0 0 20px;
}
.serviceSec .text p.linkBtn a{
	font-size:1em;
	background-color: #00a67b;
	color: #FFFFFF;
	padding:10px 30px;
	display: inline-block;
	letter-spacing: 0.1em;
	margin:0 0 0.5em;
}
.serviceSec .text p.linkBtn a:hover{
	background-color: #009664;
}
.serviceSec .text p.textLink{
	font-size:1.4em;
}
.serviceSec .text p .small{
	font-size:0.7em;
}
.serviceSec .text .note li{
	font-size:0.9em;
	text-indent: -3em;
  margin-left: 3em;
	margin-bottom:0.5em;
}
.serviceSec .text .note li span {
	display: inline-block;
	width: 3em;
	text-indent: 0;
	text-align: right;
	padding-right: 0.5em;
}
.serviceSec .text .areaMapList{
	margin-bottom: 1.5em;
}
.serviceSec .text .areaMapList p{
	font-size:1.1em;
	font-weight:400;
	margin: 0 0 10px;
}
.serviceSec .text .areaMapList ul{
	padding: 0 0 0 1.5em;
}
.serviceSec .text .areaMapList li{
	margin-bottom: 10px;
	list-style-type: disc;
}
@media (max-width: 1024px) and (min-width: 768px) {
.serviceSec{
	margin-bottom:30px;
}
.serviceSec h2{
	margin:0 0 20px;
}
.serviceSec .fig{
	width:45%;
}
.serviceSec .text{
	width:55%;
	padding-left:30px;
}
.serviceSec .text p{
	font-size:1.1em;
}
.serviceSec .text .note li{
	font-size:0.8em;
}
.serviceSec .text .areaMapList p{
	font-size:1em;
}
}
@media only screen and (max-width: 767px) {
.serviceSec{
	margin-bottom:20px;
}
.serviceSec h2{
	border-left: 5px solid #00a67b;
	margin:0 0 15px;
}
.serviceSec .fig{
	width:100%;
	margin:0 0 15px;
}
.serviceSec .fig .figContainer{
	margin:0 0 20px;
}
.serviceSec .fig .figContainer:last-child{
	margin:0;
}
.serviceSec h3{
	font-size:1em;
}
.serviceSec .text{
	width:100%;
	padding-left:0px;
}
.serviceSec .text p{
	font-size:1em;
	margin:0 0 15px;
}
.serviceSec .text p.textLink{
	font-size:1.2em;
}
.serviceSec .text .note li{
	font-size:0.7em;
}
.serviceSec .text .areaMapList p{
	font-size:0.9em;
}
}