@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 #69a44c;
}
.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 1em;
}
.serviceSec .text p.linkBtn a{
	font-size:1em;
	background-color: #69a44c;
	color: #FFFFFF;
	padding:10px 30px;
	display: inline-block;
	letter-spacing: 0.1em;
	margin:0 0 0.5em;
}
.serviceSec .text p .small{
	font-size:0.7em;
}
.serviceSec .text .note li{
	font-size:0.9em;
	text-indent: -2em;
    margin-left: 2em;
	margin-bottom:0.5em;
}
.serviceSec .text .note li span {
    display: inline-block;
    width: 2em;
    text-indent: 0;
}
@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;
}
}
@media only screen and (max-width: 767px) {
.serviceSec{
	margin-bottom:20px;
}
.serviceSec h2{
	border-left: 5px solid #69a44c;
	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;
}
.serviceSec .text .note li{
	font-size:0.7em;
}
}