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

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#clear {
	width:100%;
	clear:both;
}

#clear_line {
	width:100%;
	clear:both;
	border-bottom:#CCCCCC 1px solid;
	padding:18px 0;
}

#clear_dot {
	width:100%;
	clear:both;
	border-bottom:#999999 1px dotted;
	padding:4px 0;
}

#clear_margin_botm_15px {
	width:100%;
	clear:both;
	margin-bottom:15px;
}

#clear_margin_botm_35px {
	width:100%;
	clear:both;
	margin-bottom:35px;
}

#clear_margin_botm_45px {
	width:100%;
	clear:both;
	margin-bottom:45px;
}

#clear_margin_botm_50px {
	width:100%;
	clear:both;
	margin-bottom:50px;
}

#clear_margin_botm_60px {
	width:100%;
	clear:both;
	margin-bottom:60px;
}

#clear_margin_botm_70px {
	width:100%;
	clear:both;
	margin-bottom:70px;
}

#clear_margin_botm_80px {
	width:100%;
	clear:both;
	margin-bottom:80px;
}

#clear_margin_botm_100px {
	width:100%;
	clear:both;
	margin-bottom:100px;
}

#clear_margin_botm_150px {
	width:100%;
	clear:both;
	margin-bottom:150px;
}

body{
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

header{
	border-top:10px #004896 solid;
	padding-top:10px;
	}
	

#header_box{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	text-align:center;
	}

#header_box_01{
	width:100%;
	}

#header_box_02{
	width:100%;
	}


#header_box h1 img{
	width:200px;
	}

#header_box p{
	font-size:14px;
	}

#ba_01{
	background: url(/img/loan_sp/ba_01.png) repeat-x;
	background-size:100%;
	width:100%;
	text-align:center;
	margin-top:10px;
	}

#ba_01{
	background: url(/img/loan_sp/ba_01.png) repeat-x;
	width:100%;
	text-align:center;
	}

#main{
	width:1000px;
	margin:0 auto;
	}

#btn_list_01{
	width:90%;
	margin:10px auto;
	display: flex;
	justify-content:space-between;
	}

#btn_list_01 li{
	margin-bottom:5px;
	width:48%;
	}

#btn_list_01 li img{
	width:100%;
	}

#btn_list_02{
	width:65%;
	margin:10px auto 40px auto;
	background:#FFF;
	border:#CCC 2px solid;
	border-radius:10px;
	position:relative;
	z-index:9999999;
	}

#btn_list_02 li{
	border-bottom:#CCC 2px solid;
	}

#btn_list_02 li:last-child{
	border:none;
	}

#btn_list_02 li a{
	width:94%;
	display:block;
	font-size:30px;
	padding:3%;
	position:relative;
	}

#btn_list_02 li a i{
	color:#ea5532;
	position:absolute;
	right:3%;
	top:30%;
	}

#btn_list_03{
	width:95%;
	display: flex;
	justify-content:space-between;
	margin:10px auto 5px auto;
	}

/*#btn_list_03 li{
	width:50%;
	}*/

#btn_list_03 li img{
	width:100%;
	}

#btn_list_04{
	width:100%;
	display: flex;
	justify-content:center;
	}

#btn_list_04 li{
	font-size:15px;
	padding:10px 5px;
	}

#btn_list_04 li i{
	color:#ed1c24;
	}

.f_p_01{
	background:#CCCCCC;
	font-size:14px;
	text-align:center;
	width:100%;
	padding:5px 0;
	margin-top:5px;
	}

.f_p_02{
	background:#004896;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	width:100%;
	padding:10px 0;
	margin-top:0;
	}

.sp{
	display:none;
	}