@charset "utf-8";
/*--------------------------
  outline
--------------------------*/
.outline .title{
	margin:0 auto 40px auto;
	background:url(../../images/home/busines.jpg) no-repeat;
	background-size:100% auto;
	background-position:50% 50%;
}
.outline .title h1{
	background:url(../../images/common/ol.png);
	padding:40px 0 80px 0;
}

.ol-g {
	position:relative;
	width:95%;
	height:auto;
	margin:0 auto;
	padding:20px 0 40px 0;
}
.ol-g .msg{
	margin:0 auto 10px auto;
	line-height:2;
	text-align: left;
}
.ol-g .tr{
	padding:30px 0 0 0;
	font-size:1.2rem;
	font-weight:600;
	text-align: right;
}
.ol-l{
	position:relative;
	width:90%;
	margin:0 auto;
	padding:20px 0 40px 0;
	list-style:none;
	text-align:left;
	
}
.ol-l li{
	margin:0 0 7px 0;
	padding:0 0 0 25px;
	background:url(../../images/common/icon_l.png) no-repeat;
	background-size:20px auto;
	background-position:0 50%;
}
table{
	width:95%;
	margin:30px auto 40px auto;
	
}

@media screen and (max-width:480px) {

}