@charset "UTF-8";
#footer{
	margin-top: 10px;
	padding-top: 40px;
	background-color: #f2f2f2;
}
/* a */
#footer a{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .infoNav{
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-ms-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;

	max-width:1120px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
#footer .infoNav .flCol{
	margin-top: 0;
}
#footer .infoNav .col1{width: 43%;}
#footer .infoNav .col2{width: 28%;}
#footer .infoNav .col3{width: 29%;}
#footer .infoNav .title{
	font-weight: bold;
}
#footer .infoNav .links li{
	display: block;
}
#footer .infoNav .links li::before{
	content: '-';
	display: inline-block;
	margin: 5px;
}
#footer .infoNav .asideLinks li{
	display: block;
	margin-bottom: 10px;
}
#footer .infoNav .asideLinks img{
	max-width: 320px;
	width:100%;
}
#footer .infoNav .asideLinks a{
	display: block;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	#footer .infoNav{
		-ms-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#footer .infoNav .col1{width: 50%;}
	#footer .infoNav .col2{width: 50%;}
	#footer .infoNav .col3{width: 100%;}
	#footer .infoNav .asideLinks li a{
		text-align: center;
	}
	#footer .infoNav .asideLinks {
		margin-top: 30px;
	}
}


/* .pageTop */
.pageTop{
	text-align: right;
	position: fixed;
	right: 20px;
	bottom:10px;
}
.pageTop.absolute{
	position:absolute;
}
.pageTop p{
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.pageTop a{
	display: block;
	overflow: hidden;
	text-indent: 999em;
	white-space: nowrap;
	background-color: #707070;
	width: 50px;
	height: 50px;
	background-image: url(/common_2018/img/footer/pagetop.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.pageTop a:hover{
	opacity: .5;
}
@media screen and (max-width: 767px){
	.pageTop{
		right: 10px;
		bottom:0;
	}
	.pageTop p{
		width: 30px;
		height: 30px;
	}
	.pageTop a{
		width: 30px;
		height: 30px;
		background-image: url(/common_2018/img/footer/pagetop.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 10px 11px;
	}
}


/* #copyRight */
#footer #copyRight{
	text-align: center;
	padding: 30px;
	color:#fff;
	background-color: #079e75;
}
#footer .copyRightIn {
	/* 並べ方 */
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	/* 方向 */
	-ms-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
	/* 位置揃え */
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;

	-ms-align-content:center;
	-webkit-align-content:center;
	align-content:center;

	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;

	max-width:1120px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer .copyRightIn small {
}
/* footerLinks */
.footerLinks {
	margin: 0;
	letter-spacing: -.4em
}
.footerLinks li {
	display: inline-block;
	letter-spacing: normal;
}
.footerLinks li + li {
	margin-left: 23px;
}
.footerLinks li a {
	color:#fff;
}
/** external **/
.footerLinks .external{
	padding-right: 30px;
}
.footerLinks .external::after {
	top: 2px;
	width: 13px;
	height: 13px;
	background-image: url(/common_2018/img/main/icon_external_white.png);
	-webkit-background-size: 13px 13px;
	background-size: 13px 13px;
}
@media screen and (max-width: 767px){
	#footer .copyRightIn {
		display: block;
	}
	.footerLinks {
		margin-bottom: 10px;
	}
	.footerLinks li {
		margin: 0 10px
	}
	.footerLinks li + li {
		margin: 0 10px
	}
}