/* service */
/*
#service #wrap #contents h1{
	font-size: 50px;
	font-weight: normal;
	color: #FFFFFF;
}
*/
#service #wrap #contents h2{
	font-size: 33px;
	letter-spacing: 0.25em;
	font-weight: normal;
}

#service #wrap #contents .top {
	height: 500px;
}

#service #wrap #contents .section{
	width: 1300px;
	height: 100%;
	margin: 80px auto;
}

#service #wrap #contents .section h2{
	margin-bottom: 80px;
}
#service #wrap #contents .section p{
	font-size: 16px;
	margin: 0 0 40px 0;
}
#service #wrap #contents .section h3{
	display: inline-block;
	position:relative;
	font-size: 16px;
	color: #A9CB03;
	font-weight: normal;
	margin-right: 40px;
}
#service #wrap #contents .section h3::after{
	content: "";
	margin: 0 20px;
	width: 1px;
	height: 16px;
	background-color: #A9CB03;

	position: absolute;
	left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#service #wrap #contents .section img{
	margin: 40px auto 0;
}
#service #wrap #contents .section .image{
	text-align: center;
}

#service #wrap #contents .section .link_btn{
	background-color: #A9CB03;
	margin: 100px auto;
	text-align: center;
}
#service #wrap #contents .section .link_btn a{
	font-size: 33px;
	color: #FFFFFF;
	font-weight: 200;
	letter-spacing: 0.25em;
	display: block;
	line-height: 100%;
	padding: 25px 0;
}

#service #wrap #contents .section.feature div{
	margin-top: 40px;
}
#service #wrap #contents .section.feature div p{
	display: inline-block;
	margin-bottom: 0;
}

/* media-query */
/* main column width(1300px) size */
@media screen and (max-width: 1300px){
	#service #wrap #contents .top .contents,
	#service #wrap #contents .section{
		width: calc( 100% - 40px );
		padding: 0 20px;
	}
}

/* PC<->SP切り替えポイント */
@media screen and (max-width: 768px){
	#service #wrap #contents .top {
		height: 250px;
	}
}

@media screen and (max-width: 640px){
	#service #wrap #contents h1{
		font-size: 40px;
	}
	#service #wrap #contents h2{
		font-size: 23px;
	}
	#service #wrap #contents .section .link_btn a{
		padding: 20px 0;
		font-size: 23px;
	}
}

@media screen and (max-width: 480px){
	#service #wrap #contents h1{
		font-size: 33px;
	}
	#service #wrap #contents .section h2{
		margin-bottom: 40px;
		font-size: 21px;
	}
	#service #wrap #contents .section.feature div p{
		display: block;
	}
	#service #wrap #contents .section .link_btn a{
		font-size: 21px;
	}
}

@media screen and (max-width: 359px){
	#service #wrap #contents h1{
		font-size: 30px;
	}
	#service #wrap #contents h2{
		font-size: 19px;
	}
	#service #wrap #contents .section .link_btn a{
		font-size: 19px;
	}
}