@charset "utf-8";
/* CSS Document */

div#action_title dl{
	text-align:center;
	margin-bottom:40px;
	font-size:200%;
	font-weight:bold;
	line-height:1.4;
	position:relative;
	padding:10px 0;
}

div#action_title dt{
	font-size:150%;
}

div#action_title dl::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	border-top:2px solid #000;
	border-left:4px solid #000;
	border-bottom:2px solid #000;
	width:15px;
	height:100%;
}

div#action_title dl::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-top:2px solid #000;
	border-right:4px solid #000;
	border-bottom:2px solid #000;
	width:15px;
	height:100%;
}
	

h3{
	background:#3ab54b;
	font-weight:bold;
	padding:15px;
	color:#fff;
	font-size:180%;
	margin-bottom:35px;
}

h4{
	border:1px solid #999;
	border-radius:50%;
	margin:0 auto;
	margin-bottom:25px;
	font-size:150%;
	font-weight:bold;
	width:80px;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
}

dl#action_objective{
	font-size:120%;
}

dl#action_objective dt{
	background:#3ab54b;
	width:70px;
	height:70px;
	border-radius:50%;
	color:#fff;
	float:left;
	clear:left;
	font-weight:bold;
	display:flex;
	justify-content:center;
	align-items:center;
}

dl#action_objective dd{
	padding-left:90px;
	margin-bottom:40px;
}

div#action_plan h5{
	font-size:170%;
	font-weight:bold;
	color:#3ab54b;
	margin-bottom:15px;
	border-bottom:1px dotted #3ab54b;
	padding-bottom:10px;
	line-height:1.4;
}

div#action_plan h5 span{
	font-size:76%;
}

div#action_plan h6{
	border:1px solid #999;
	border-radius:50px;
	margin:0 auto;
	margin-bottom:10px;
	font-weight:bold;
	display:inline-block;
	padding:5px 30px;
}

div#action_plan ol li{
	margin-bottom:10px;
	text-indent:-1em;
	padding-left:1em;
}
	