
#serviceContents_01 {
	width: 100%;
	margin-bottom: 100px;
}

#serviceContentstit_01 {
	/*background:rgba(204,211,214,0.9);*/
	background:rgba(204,211,214);
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #192043;
}


#serviceContentsText_01 {
	width: 100%;
	background:rgba(204,211,214);
	padding-top: 50px;
	padding-bottom: 50px;
}

#serviceContentsText_01 h4{
	text-align: center;
	font-weight: normal;
	font-size: 2.8rem;
	padding-bottom: 30px;
	color: #000;
}

#serviceContentsText_01 p{
	display: block;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	font-size: 1.6rem;
	font-weight: 400;
}

#serviceContentsText_01 p span{
font-size: 1.3rem !important;
	line-height: 1.3;
	display: block;
	padding-top: 30px;
}

#serviceContentsbg_01 {
	width: 100%;
	background-image: url("../img/service/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 640px;
}


.serviceContentsBtn {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
	
.serviceContentsBtn a{
	display: inline-block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #1b2041;
	text-align: center;
	font-size: 1.5rem;
	border: 1px #1b2041 solid;
	background-color: #FFF;
}

.serviceContentsBtn a:hover{
	opacity: 0.7;
}

.serviceContentsBtn a span::after{
	content: "▶︎";
	display: inline-block;
	margin-left: -16px;
	position: relative;
	left: 35px;
}



#serviceContents_02 {
	width: 100%;
	margin-bottom: 100px;
}

#serviceContentstit_02 {
	background:rgba(225,222,194);
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #192043;
}


#serviceContentsText_02 {
	width: 100%;
	background:rgba(225,222,194);
	padding-top: 50px;
	padding-bottom: 50px;
}

#serviceContentsText_02 h4{
	text-align: center;
	font-weight: normal;
	font-size: 2.8rem;
	padding-bottom: 30px;
	color: #000;
}

#serviceContentsText_02 p{
	display: block;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	font-size: 1.6rem;
	font-weight: 400;
}

#serviceContentsbg_02 {
	width: 100%;
	background-image: url("../img/service/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 640px;
}



@media screen and (max-width:640px){
	
	
	
	#serviceContentsText_01 p{
		width: 580px;
		font-size: 1.8rem;
	}
	
	#serviceContentsText_02 p{
		width: 580px;
		font-size: 1.8rem;
	}
	
	.serviceContentsBtn a{
		width: 310px;
		height: 80px;
		line-height: 80px;
		font-size: 1.8rem;

	}


	.serviceContentsBtn a span::after{
		content: "▶︎";
		display: inline-block;
		margin-left: -16px;
		position: relative;
		left: 35px;
	}
	
	#serviceContentsText_01 h4{
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.2rem;
	}
	
	#serviceContentsText_02 h4{
		width: 580px;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.2rem;
	}

	
	
	
	
}

