@charset "utf-8";

/* .cont */
.cont{
	padding:120px 0 0;
}



/* #cont2 */
#cont2{
	width:780px;
	margin:auto;
	margin-bottom: 100px;
}
#cont2 ol{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#cont2 ol li{
	width:133px;
	position:relative;
	z-index:2;
	font-size:16px;
	color:#fff;
}
#cont2 ol li:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
	background-color:#FFCC6C;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
}
#cont2 ol li:nth-child(2):before{
	background-color:#FFB86C;
}
#cont2 ol li:nth-child(3):before{
	background-color:#FFA26C;
}
#cont2 ol li:nth-child(4):before{
	background-color:#FF916C;
}
#cont2 ol li:last-child:before{
	background-color:#FF826C;
}
#cont2 ol li:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #FE8512;
	position:absolute;
	right:115%;
	top:50%;
	transform:translateY(-50%);
}
#cont2 ol li:first-child:after{
	content:none;
}
#cont2 > dl{
	margin-top:100px;
	text-align:left;
}
#cont2 > dl > dt{
	width:110px;
	padding:20px 0 0 10px;
	float:left;
	font-size:12px;
}
#cont2 > dl > dd{
	padding:20px 0px 20px 150px;
	border-bottom:1px solid;
}
#cont2 > dl > dd > span{
	display:block;
	margin-top:20px;
	font-size:12px;
}
#cont2 > dl > dd .more{
	/* width:264px; */
	width:160px;
	margin-top:20px;
	line-height:28px;
}
#cont2 > dl > dd dl{
	margin:20px 0 -10px;
}
#cont2 > dl > dd dl dd{
	font-size:12px;
}
#cont2 > dl > dd dl dd:before{
	content:'・';
	margin-right:0.5em;
}
.company_list ul {
	display: flex;
}
.li_left {
	width: 150px;
}
/* .li_left:after {
	content: ':';
} */
.dashed {
  border-bottom: 1px dashed #d4d4d4;
  width: 80%;
  margin: auto;
  padding-top: 5px;
}
.company_box {
	margin-bottom: 15px;
}
