@charset "UTF-8";

#contents > header + div{
	padding-top: 0;
	padding-bottom: 0;
}

.threeS{
	margin-bottom: 97px;
}
.threeS > ul{
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
}
.threeS > ul > li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	list-style-type: none;
	margin: 0;
	padding: 4%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (min-width:1500px) {
	.threeS > ul > li{
		padding: 60px;
	}
}
.threeS > ul > li:nth-child(1){
	background-color: #90c662;
	border-right: 2px solid #fff;
}
.threeS > ul > li:nth-child(2){
	background-color: #46c7c3;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}
.threeS > ul > li:nth-child(3){
	background-color: #ea98b7;
	border-left: 2px solid #fff;
}
.threeS > ul > li em{
	display: block;
	text-align: center;
	font-size: 0;
}
.threeS > ul > li em > img{
	height: auto;
}
.threeS > ul > li:nth-child(1) em > img{
	width: 63.16%;
}
.threeS > ul > li:nth-child(2) em > img{
	width: 68.16%
}
.threeS > ul > li:nth-child(3) em > img{
	width: 71.84%
}
.threeS > ul > li p{
	margin-top: 14.47%;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}
@media screen and (max-width:767px) {
	.threeS{
		margin-bottom: 12.5%;
	}
	.threeS > ul{
		display: block;
		width: auto;
	}
	.threeS > ul > li{
		display: block;
		padding: 12.5% 20px 11.41%;
		border-bottom: none;
	}
	.threeS > ul > li:nth-child(1){
		border-right: none;
	}
	.threeS > ul > li:nth-child(2){
		border-right: none;
		border-left: none;
	}
	.threeS > ul > li:nth-child(3){
		border-left: none;
	}
	.threeS > ul > li em{
		display: block;
		text-align: center;
		font-size: 0;
	}
	.threeS > ul > li em > img{
		height: auto;
	}
	.threeS > ul > li:nth-child(1) em > img{
		width: 44.44%;
	}
	.threeS > ul > li:nth-child(2) em > img{
		width: 47.96%
	}
	.threeS > ul > li:nth-child(3) em > img{
		width: 51.11%
	}
	.threeS > ul > li p{
		margin-top: 11.11%;
		font-size: 12px;
	}
}





.serviceHd {
	font-weight:normal;
	font-size:50px;
	margin-bottom:40px;
	line-height: 50px;
	vertical-align: middle;
}
.serviceHd-main {
	display: block;
}
.serviceHd-sub {
	font-size:12px;
	line-height: 1;
	margin-bottom: 3px;
	display:block;
	vertical-align: middle;
}

.serviceP{
	font-weight: bold;
	margin-bottom: 25px;
}

.serviceList{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.serviceList > li{
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	white-space: nowrap;
}
.serviceList > li:after{
	content:" /";
	margin-right: 0.3em;
}
.serviceList > li:last-child:after{
	display: none;
}

.serviceNotes{
	margin-top: 25px;
}
.serviceNotes > p{
	font-size: 11px;
	line-height: 1.8;
}
.serviceNotes > p > span{
	display: table-cell;
	vertical-align: top;
}

.serviceLink{
	margin-top: 13px;
	font-size:16px;
	line-height: 1;
	display:block;
	vertical-align: middle;
	text-align: right;
}
.serviceLink-arrow {
	margin-left: 12px;
	width: 14px;
	height: 12px;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.serviceHd {
		margin-bottom:6.67%;
		font-size: 25px;
		line-height: 25px;
	}
	.serviceHd-sub {
		font-size:12px;
	}
	.serviceP{
		font-size: 12px;
		margin-bottom: 5%;
	}
	.serviceList{}
	.serviceList > li{
		display: inline;
		font-size: 12px;
		white-space: normal;
	}
	.serviceLink{
		font-size:12px;
	}
	.serviceLink-arrow {
		margin-left: 5px;
	}
}



#footer{
	background-color: #f9f9f9;
}