@charset "utf-8";
/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
	position: relative;
}


/*----- #btn_pagetop -----*/

#btn_pagetop {
	position: fixed;
	left: 0;
	bottom: 100px;
	z-index: 15;
	width: 100%;
}

#btn_pagetop div {
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}

#btn_pagetop a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #245b9c;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	text-align: center;
	color: #fff;
	line-height: 50px;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#btn_pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/*----- #footer_col01 -----*/

#footer_col01 {
	padding: 20px 0 50px;
	background: #f2f2f2;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

#footer_col01 nav {
	width: 1000px;
	margin: 0 auto;
}

#footer_col01 nav a {
	color: #333;
	text-decoration: none;
}

#footer_col01 nav a:hover {
	text-decoration: underline;
}

#footer_col01 nav > ul {
	float: left;
	width: 227px;
	margin: 0 0 0 30px;
	font-size: 1.4rem;
}

#footer_col01 nav > ul:nth-child(1) {
	margin: 0;
}

#footer_col01 nav > ul > li {
	font-weight: bold;
}

#footer_col01 nav > ul:nth-child(1) > li {
	padding: 12px 0;
	border-bottom: 1px dotted #d0d0d0;
}

#footer_col01 nav > ul:nth-child(1) li:first-child {
	padding-top: 0;
}

#footer_col01 nav ul li ul {
	margin: 12px 0 0;
	padding: 12px 0 0;
	border-top: 1px dotted #d0d0d0;
	font-size: 1.2rem;
	line-height: 1.5;
}

#footer_col01 nav ul li ul li {
	margin: 0 0 5px;
	padding: 0 0 0 1.2em;
	box-sizing: border-box;
	font-weight: normal;
	text-indent: -1.2em;
}

#footer_col01 nav > ul > li > a .fa {
	position: relative;
	top: -1px;
	width: 13px;
	height: 13px;
	margin: 0 8px 0 0;
	padding: 0 0 0 2px;
	background: #00418d;
	border-radius: 7px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 12px;
}


/*----- #footer_col02 -----*/

#footer_col02 {
	position: relative;
	z-index: 0;
	padding: 30px 0 20px;
	background: #f2f2f2;
}

#footer_col02 nav {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

#footer_col02 nav ul {
	margin: 0 -10px 0 0;
}

#footer_col02 nav ul li {
	float: left;
	width: 242px;
	margin: 0 10px 10px 0;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}



/*----- #footer_col03 -----*/

#footer_col03 {
	padding: 20px 0 50px;
	background: #00418d;
	box-shadow: inset 0 3px 3px rgba(0, 0, 0, .15);
	color: #fff;
}

#footer_col03 #footer_col03_inner {
	width: 1000px;
	margin: 0 auto;
}

#footer_col03  ul {
	float: right;
	font-size: 1.2rem;
}

#footer_col03  ul li {
	float: left;
	margin: 0 0 0 20px;
}

#footer_col03  ul li a {
	color: #fff;
	text-decoration: none;
}

#footer_col03  ul li a:hover {
	text-decoration: underline;
}

#footer_col03  p {
	font-size: 1.1rem;
}
