@charset "UTF-8";

/*-------------------------------------------------
財務報告
-------------------------------------------------*/
.settlement .box{
	margin-top:30px;
}

.settlement h3 span{
	display:inline-block;
	font-size:0.7em;
}
@media screen and (max-width: 768px) {
	.settlement h3 span{
		display:block;
		font-size:0.7em;
		margin-top:0.2em;
		margin-left:-0.5em;
	}
}

.settlement ul{
	padding-left:1em;
}

.settlement ul a{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	padding-left:1.5em;
}
.settlement ul a::before{
	position:absolute;
	content:"";
	background:url('../imgs/share/PDF_icon.png') no-repeat;
	background-size:16px;
	left:0;
	top:4px;
	width:16px;
	height:16px;
}
@media screen and (max-width: 768px) {
	.settlement ul a{
		font-size:12px;
		line-height:2.5em;
	}
	.settlement ul a::before{
		background-size:12px;
		left:0;
		top:3px;
		width:12px;
		height:12px;
	}
}





