@charset "utf-8";
/***************
	FV
***************/
article#heroBox {
	width: 100%;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	color: #000;
	background-color: #D8EFF5;}
	article#heroBox section {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		width: 960px;
		margin: 0 auto;
		padding: 0 0;}
#illustBox {
	width: 342px;
	height: 240px;
	background: url("/images/illusts/l3.png") no-repeat;
	background-size: contain;}
#titleBox {
	width:583px;
	padding-bottom: 20px;}
article#heroBox h1 span {
	display: inline-block;
	font-size: 36px;
	color: #000;
	padding-bottom: 10px;
	line-height: 1;
	letter-spacing: -0.045em;
	white-space: nowrap;}
article#heroBox p {
	}
article#heroBox p:after {
	content:"";
	display: block;
	width: 100%;
	height: 3px;
	margin: 10px 0;
	background: url(/images/top/hr.png);
	opacity: .5;}
article#heroBox ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1;
	}
article#heroBox li {
	border-radius: 4px;
	background: linear-gradient(#fff, #eee);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);}
	article#heroBox li:hover {
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;}
article#heroBox a {
	display: flex;
	align-items: center;
	width: 260px;
	padding: 10px 0 10px 25px;}
	article#heroBox a:hover { color: inherit; text-decoration: none;}
article#heroBox a i {
	display: block;
	text-align: center;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;}
	article#heroBox .searchLink a i { background-image: url("/images/top/icon_search.png");}
	article#heroBox .rankingLink a i { background-image: url("/images/top/icon_ranking.png");}
article#heroBox a > span {
	display: block;
	font-size: 26px;
	color: #000;
	letter-spacing: -0.05em;}


/**************************************************
	ローンを学ぶ
**************************************************/
#readingsBox {}
#readingsBox ul {
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	font-size: 20px;
	line-height: 1;}
#readingsBox li {
	width:calc(25% - 14px);
	padding:0px;
	margin:0 0;
	display:flex;
	flex-direction: column;}
#readingsBox a {
	display: block;
	padding: 14px;
	color: #000;
	border: 1px solid #244D4F;
	border-radius: 6px;
	text-align: center;
	background: #fff;}
	#readingsBox a:hover { 
		border-color: #999;
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;
		text-decoration: none;
		color: inherit;}
#readingsBox i {
	display: block;
	height: 60px;
	margin: 0 auto 5px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;}
	#readingsBox .howto i { background-image: url("/images/common/icon_howto.png");}
	#readingsBox .faq i { background-image: url("/images/common/icon_faq.png");}
	#readingsBox .dictionary i { background-image: url("/images/common/icon_dictionary.png");}
	#readingsBox .sim i { background-image: url("/images/common/icon_sim.png");}
#readingsBox a > span {
	display: block;
	margin: .5em 0 0 0;
	line-height: 1.2;
	letter-spacing: -0.05em;}

#readingsBox li > span {
	display: block;
	padding: 10px 10px 0 10px;
	font-size: 14px;
	line-height: 1.2;}

/**************************************************
	#notesBox：教育ローン・学資ローンとは？
**************************************************/
#notesBox {
	width: 880px;
	margin: 0 auto 20px auto;
	padding: 20px 40px;
	line-height: 1.8;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
}
main > article#notesBox > h2 {
	margin: 0 0;
	padding: 0 0 10px 0;
	font-size: 20px;
}
#notesBox p {}
#notesBox ul.ctgIcons { 
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;}
#notesBox ul.ctgIcons li { 
	flex-basis: 125px;
	text-align: center;}
#notesBox ul.ctgIcons li i { 
	display: inline-block;
	width: 110px;
	height: 110px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 60px;
	background-size: contain;
	background-position: center center;}
	#notesBox ul.ctgIcons li.ctg_02 i { background-image: url('/images/top/icon_ctg02.png');}
	#notesBox ul.ctgIcons li.ctg_01 i { background-image: url('/images/top/icon_ctg01.png');}
	#notesBox ul.ctgIcons li.ctg_03 i { background-image: url('/images/top/icon_ctg03.png');}
	#notesBox ul.ctgIcons li.ctg_04 i { background-image: url('/images/top/icon_ctg04.png');}
	#notesBox ul.ctgIcons li.ctg_05 i { background-image: url('/images/top/icon_ctg05.png');}
	#notesBox ul.ctgIcons li.ctg_07 i { background-image: url('/images/top/icon_ctg07.png');}
	#notesBox ul.ctgIcons li.ctg_06 i { background-image: url('/images/top/icon_ctg06.png');}
#notesBox ul.ctgIcons li span { 
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 1.1;
	color: #333;}

/**************************************************
	金融機関一覧
**************************************************/
#lendersBox { margin-top:40px; }
main > article#lendersBox > h2 {
	margin: 0 0;
	padding: 0 0 0 0;
	  color: #033;
	  font-size: 24px;
	  font-weight: bold;
}
section#lenders {}
section#lenders ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;}
section#lenders li {
	width: calc((100% / 4) - 6px);
	margin: 0 4px 4px 0;
	padding: 0;
	border:1px solid #ddd;
	border-radius: 6px;
	text-align:center;
	}
section#lenders a {
	display: block;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;}
	section#lenders a:hover {
		background: linear-gradient(#fff 15%, #ffc);
		transition: .1s;}
