@charset "UTF-8";
/* -------------------------------------------------- */
/* 情報公開 disclosure.html */
/* -------------------------------------------------- */
#disclosureList {
	margin-bottom: 150px;
}

#disclosureList li {
	padding: 30px 0 30px 35px;
	position: relative;
	border-top: solid 1px #BEBEBE;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.025em;
	color: #333333;
}

#disclosureList li:last-child {
	border-bottom: solid 1px #BEBEBE;
}

#disclosureList li a:before {
	width: 17px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background-color: #0D8E52;
}

#disclosureList li a:after {
	width: 30px;
	height: 100%;
	margin-left: 15px;
	position: absolute;
	top: 0;
	background: url(../../img/common/ic_link_pdf.png) right center no-repeat;
	background-size: 30px auto;
	content: "";
}

#disclosureList li a {
	transition: all 0.3s ease-in-out 0s;
}

#disclosureList li a:hover {
	color: #0D8E52;
}
