#serviceArea {
	width:1100px;
	margin:80px auto 40px auto;
	letter-spacing: 3px;
	font-family: "リュウミン R-KL";
	font-size:15px;
	line-height:24px;
}

#main-contents h2.tit_second{
	text-align:center;
	font-size:42px;
	margin:0 auto;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	background: url(../img/background.png)  no-repeat center center;
	background-size:100% auto;
	width:100%;
	padding:30px 0;
	margin-top:90px;
}

#main-contents h3.tit_h3{
	width:1100px;
	text-align:left;
	font-size:24px;
	font-family: "リュウミン R-KL";
	margin:0 auto 30px auto;
	width:100%;
	padding:0 0 30px 0;
	font-weight:normal;
	border-bottom:2px solid #727171;
}

#main-contents .lead{
	font-size:24px;
	line-height:38px;
	font-family: "リュウミン R-KL";
	margin:0 auto 40px auto;
	width:100%;
	padding:0;
	font-weight:normal;
	text-align:center;
}

#serviceArea ul.list_{
	width:100%;
	margin:20px auto 60px auto;
}

#serviceArea ul.list_ li{
	font-size:17px;
	line-height:28px;
	font-family: "リュウミン R-KL";
	margin:0 auto 30px auto;
	width:100%;
	padding:0 0 10px 0;
	font-weight:normal;
	border-bottom:1px dotted #727171;
}


#serviceArea ul{
	width:1100px;
	margin:20px auto 20px auto;
}
#serviceArea ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#serviceArea ul li{
	width:40%;
	margin:0 8% 5px 2%;
	float:left;
	font-size:14px;
}

#serviceArea p.text_ind{
	text-indent:-115px;
	margin-left:115px;
}

#serviceArea p.text_ind span{
	font-family: 'Montserrat', sans-serif;
	padding-right:20px;
	margin-right:30px;
	border-right:1px solid #727171;
}

span.line_y{
	background: linear-gradient(transparent 60%, #fff45c 60%);
	font-weight:bold;
}


/* ----------------------------------------------------------------------------------------
スマホ
---------------------------------------------------------------------------------------- */

@media screen and (max-width: 750px) {
#serviceArea {
	width:100%;
	margin:0 auto;
	letter-spacing: 1px;
	padding:0 10px;
}

#serviceArea {
	width:100%;
	margin:40px auto 40px auto;
	letter-spacing: 3px;
	font-family: "リュウミン R-KL";
	font-size:13px;
	line-height:22px;
}

#main-contents h2.tit_second{
	font-size:20px;
	margin:0 auto;
	margin-top:60px;
	letter-spacing: 2px;
	background-size:auto 80px;
}

#main-contents .lead{
	font-size:20px;
	line-height:32px;
	font-family: "リュウミン R-KL";
	margin:0 auto 40px auto;
	width:100%;
	padding:0;
	font-weight:normal;
	text-align:center;
}

#serviceArea ul.list_{
	width:100%;
	margin:20px auto 60px auto;
}

#serviceArea ul.list_ li{
	text-indent:0;
	font-size:15px;
	line-height:24px;
	font-family: "リュウミン R-KL";
	margin:0 auto 30px auto;
	width:100%;
	padding:0 0 10px 0;
	font-weight:normal;
	border-bottom:1px dotted #727171;
}

#main-contents h3.tit_h3{
	font-size:20px;
	line-height:30px;
	padding:0 0 20px 0;
}

#serviceArea ul{
	width:100%;
	margin:20px auto 20px auto;
}
#serviceArea ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#serviceArea ul li{
	width:94%;
	margin:0 0 5px 6%;
	float:none;
	font-size:13px;
	text-indent:-4%;
}

#serviceArea p.text_ind{
	text-indent:-80px;
	margin-left:80px;
}

#serviceArea p.text_ind span{
	font-family: 'Montserrat', sans-serif;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #727171;
}


}