@charset "UTF-8";

#contents article > p{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #fc7927;
}

article dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #fc7927;
}

article dl:nth-of-type(3){ 
	border-bottom: none;
	margin-bottom: 20px;
	padding-bottom: 0;
}

article dl:nth-of-type(4){
	border-top: 1px solid #fc7927;
	padding-top: 40px;
}

/*
article dl:first-of-type{ border-top:0;}
*/
article dt{
	flex-basis: 620px;
}

article ul{
	width:800px;
	display: flex;
	justify-content:space-around;
	margin: 40px auto;
}

/*article img{
	display: block;
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
}*/

#contents article dt h3 { border: 0; }

article dt h3 span{
	background: #fc7927;
	padding: 10px;
	line-height: 1;
	color: #FFF;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
}


/**/
