@charset "UTF-8";
/*----------------------------------------

	-mv
	+ content
		- sec01

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url(/finance/img/c_mv_bg01.jpg) no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 65px 0 90px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 56px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/

.sec01 > .title {
	margin: 0 0 39px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}

.sec01 .Librarybox:not(:last-of-type) {
	margin-bottom: 50px;
}
.sec01 .Librarybox ul li:not(:last-child) {
	line-height: 1;
	margin-bottom: 18px;
}
.sec01 .Librarybox ul li a {
	text-decoration: underline;
}
.sec01 .Librarybox ul li a::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/img/c_pdf_icon01.png) no-repeat left top / 22px;
}

