@charset "UTF-8";



/* 概要テーブル */

#business{	
	width:100%;
	margin:0 auto;
    margin-bottom: 50px;
}
/* リストデザイン */

ol.business_ol{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
}
ol.business_ol li{
  position:relative;
  margin: 10px 0 7px 0px;
  padding:8px 0px 8px 55px;
  font-weight: bold;
  font-size:18px;
  line-height: 24px;
  border: 2px solid #FF7800;
  color:#585858;
}
ol.business_ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 40px;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height:40px;
  background: #FF7800;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.business_ol li:after{
  content:"";
  display: block;
  position: absolute;
  left: 40px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #FF7800;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main h1{
	margin-top:20px;
	margin-bottom:10px;
}



#main h2{
	padding-bottom:5px;
	font-size:17px;
	line-height:22px;
	font-weight:600;
	color:#FF7800;
	margin-top:20px;
	border-bottom-style:dotted;
	border-width:1px;
    text-indent: -1em;
    padding-left: 1em;

}

#main h3{
	font-size:14px;
	line-height:22px;
	font-weight:100;
	margin-top:10px;

}

#main h4{
    text-align: center;
	font-size:19px;
	line-height:19px;
	font-weight:600;
	color:#FF7800;
    padding-top: 10px;

}

