
/*----------------------------------------------------
 id style
----------------------------------------------------*/

section#main_area h2 {
	background-image: url(../images/ttl.png);
}

/*----------------------------------------------------
 contents style)SP
----------------------------------------------------*/

div.service_outsourcing {
	width: 90%;
	text-align: left;
	margin: 0px auto 40px auto;
	padding: 0px;
}
div.service_outsourcing img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}
div.service_outsourcing p {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.service_outsourcing dl {
	width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin: 20px 0px 0px 0px;
	padding: 15px 20px 20px 20px;
}
div.service_outsourcing dl dt {
	width: 100%;
	color: #009e9f;
	text-align: center;
	border-bottom: 1px dotted #666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div.service_outsourcing dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.service_outsourcing dl dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.service_outsourcing dl dd ul li {
	text-indent: -1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.3em;
}
div.service_outsourcing dl dd ul li:last-child {
	margin-bottom: 0px;
}



div.service_contact {
	width: 90%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	
	margin-top: -80px;
	padding-top: 80px;
}
div.service_contact p {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.service_contact ul {
	width: 100%;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 3px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
div.service_contact ul li {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
div.service_contact ul li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
div.service_contact ul li.tel a {
	height: 45px;
	background-size: auto 45px;
	background-image: url(../../commons/images/header_tel.png);
}
div.service_contact ul li.mail a {
	height: 35px;
	background-size: auto 35px;
	background-image: url(../../commons/images/header_mail.png);
}




@media only screen and (min-width: 460px) {
	
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 1001px) {

/*----------------------------------------------------
 contents style)PC
----------------------------------------------------*/

div.service_outsourcing {
	width: 100%;
	text-align: left;
	overflow: hidden;
	margin: 0px auto 60px auto;
	padding: 0px;
}
div.service_outsourcing img {
	width: 400px;
	height: auto;
	float: right;
	margin: 0px 30px 0px 0px;
}
div.service_outsourcing p {
	width: 470px;
	float: left;
	line-height: 1.8em;
	overflow: hidden;
	margin: 0px 0px 210px 30px;
	padding: 0px;
}
div.service_outsourcing dl {
	width: 435px;
	float: left;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin: 25px 0px 0px 30px;
	padding: 15px 20px 20px 20px;
}

div.service_outsourcing dl dt {
	width: 100%;
	color: #009e9f;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dotted #666;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
div.service_outsourcing dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.service_outsourcing dl dd ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.service_outsourcing dl dd ul li {
	text-indent: -1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.3em;
}
div.service_outsourcing dl dd ul li:last-child {
	margin-bottom: 0px;
}





div.service_contact {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;

	margin-top: -0px;
	padding-top: 0px;
}
div.service_contact p {
	width: 900px;
	line-height: 1.8em;
	margin: 0px auto 20px auto;
	padding: 0px;
}
div.service_contact ul {
	width: 800px;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 30px 120px 30px 120px;
}
div.service_contact ul li {
	margin: 0px;
	padding: 0px;
}
div.service_contact ul li.tel {
	width: 270px;
	float: left;
	margin: 0px 0px 0px 0px;
}
div.service_contact ul li.mail {
	width: 230px;
	float: right;
	margin-top: 5px;
}
div.service_contact ul li a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
div.service_contact ul li.tel a {
	pointer-events: none;
	height: 50px;
	background-size: auto 50px;
	background-image: url(../../commons/images/header_tel.png);
}
div.service_contact ul li.mail a {
	height: 35px;
	background-size: auto 35px;
	background-image: url(../../commons/images/header_mail.png);
}



}


/*----------------------------------------------------
 style end
----------------------------------------------------*/

