@charset "utf-8";



.antherlink{
	text-align: right;
	margin: 1em 0;
}
.ancernavi ul{
	border-left: 1px solid #CCC;
	margin-left: 1em;
	overflow: hidden;
}
.ancernavi ul li{
	float: left;
	width: 20%;
}
.ancernavi ul li a{
	display: block;
	text-align: center;
	font-size: 120%;
	line-height: 120%;
	margin: 0;
	border-right: 1px solid #CCC;
	color: #218245;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	transition: all 0.3s linear;
}
.ancernavi ul li a:hover{
	border-bottom: 3px solid #218245;
}

.minititle,
dl.evaluation dt{
	font-size: 120%;
	color: #FF9210;
	font-weight: bold;
}
dl.evaluation dd{
	margin-bottom: 1.5em;
}
dl.evaluation .graybox{
	width: 640px;
	background-color: #EFEFEF;
	padding: 1em;
	margin-top: -1em;
}

#Main{
	border: 2px solid #1B8343;
	background-color: #FFF;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 20px;
}
article:not(:first-child){
	margin-top: 10px;
}
article h2 a{
	background-color: rgba(33, 130, 69, 1);
	color: #fff !important;
	display: block;
	font-size: 129%;
	font-weight: bold;
	padding: 20px 30px;
	position: relative;
	text-decoration: none !important;
	transition: background-color .5s linear;
}
article h2 a:hover{
	background-color: rgba(33, 130, 69, .7);
}
article h2 i{
	vertical-align: middle;
}
article h2 .ico-acc{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	right: 3%;
}
article h2 .ico-acc.active{
	-webkit-animation: rotate01 .5s ease 0s forwards;
	-moz-animation: rotate01 .5s ease 0s forwards;
	animation: rotate01 .5s ease 0s forwards;
}
article h2 .ico-acc.unactive{
	-webkit-animation: rotate02 .5s ease 0s forwards;
	-moz-animation: rotate02 .5s ease 0s forwards;
	animation: rotate02 .5s ease 0s forwards;
}
@-webkit-keyframes rotate01{
	100%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
}
@-moz-keyframes rotate01{
	100%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
}
@keyframes rotate01{
	100%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
}
@-webkit-keyframes rotate02{
	0%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
	100%{ margin-top: 0px;  transform: translateY(-50%) rotate(0deg); }
}
@-moz-keyframes rotate02{
	0%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
	100%{ margin-top: 0px;  transform: translateY(-50%) rotate(0deg); }
}
@keyframes rotate02{
	0%{ margin-top: -1px; transform: translateY(-50%) rotate(180deg); }
	100%{ margin-top: 0px;  transform: translateY(-50%) rotate(0deg); }
}
article .acc{
	display: none;
	padding-bottom: 20px;
}
article ul{
	overflow: hidden;
	margin-left: -2%;
}
article ul > li{
	border: 1px solid #1B8343;
	box-sizing: border-box;
	float: left;
	margin: 20px 0 0 2%;
	width: calc((100% / 3 - 2%) - 2px);
}
article ul a{
	color: #1B8343;
	box-sizing: border-box;
	display: block;
	padding: 20px;
}
article h3{
	border-bottom: 1px dashed #999;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
article ol{
	padding-left: 1em;
}
article ol li{
	list-style:none;
	margin-top: 5px;
	text-indent: -.5em;
	margin-left: 0 !important;
}
article .links{
	padding: 20px;
}
article .links li{
	margin-top: 5px;
}
article .links li a{
	padding: 0;
	text-decoration: underline !important;
}
article .links li a:hover{
	text-decoration: none !important;
}
article ol span{
	display: inline-block;
	width: .5em;
}


/*
.blogcontents li{
	width: 24%;
	margin-right: 5px;
	display: inline-block;
}
.blogcontents li span{
	position: relative;
	display: block;
	margin-bottom: 1em;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #727171;
	z-index: 0;
}
.blogcontents li span:after{
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #727171 transparent transparent transparent;
}
.blogcontents li a{
	color: #333;
	display: block;
	border: 2px solid #218245;
	padding: 0.5em;
	margin: 0 5px 10px 0;
	text-align: center;
	transition: all 0.3s linear;
}
.blogcontents li a:hover{
	color: #FFF;
	background-color: #218245;
}
.blogcontents dt{
	font-weight: bold;
	font-size: 110%;
}
.blogcontents dt i{
	color: #218245;
}
.blogcontents dd:nth-of-type(1){
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #218245;
}
*/