@charset "utf-8";
/*=============================================================
 footer
=============================================================*/
.contentsInr {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

#footer{
	font-size:12px;
	line-height:1.4;
	background-color:#e7eef3;
	margin-top:80px;
	padding:15px 0 20px;
	position:relative;
}
#footer::after{
	content:"";
	background:url(../../img/home_obj01.svg) no-repeat 0 0/100%;
	width:118px;
	height:90px;
	position:absolute;
	right:0;
	bottom:0;
}
#footer>div{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	align-items:flex-end;
	min-height:55px;
	position:relative;
	z-index:1;
}
#footer a{
	color: #333;
	text-decoration: none;
	transition-property: color, background, opacity, border, box-shadow, transform;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#footer a:hover {
    text-decoration: underline;
}
/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	visibility:hidden;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:11;
	opacity:0;
	transition:all 0.4s ease-out;
}
#ftr-pagetop.show{
	visibility:visible;
	opacity:1;
}
#ftr-pagetop.bottom{
	position:absolute;
	top:-80px;
	bottom:auto;
}
#ftr-pagetop a{
	background-color:#005d95;
	white-space:nowrap;
	text-indent:60px;
	box-sizing:border-box;
	display:block;
	width:60px;
	height:60px;
	border:1px solid #fff;
	overflow:hidden;
}
#ftr-pagetop a:hover{background-color:#337da9;}
#ftr-pagetop a::before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-25%) rotate(-45deg);
}
/* ftr-menu
-------------------------------------------------------------*/
#ftr-menu ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
#ftr-menu ul:not(:first-child){margin-top:5px;}
#ftr-menu li{margin:5px 0 0 10px;}

/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{flex-shrink:0;}
#ftr-copyright .name{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 footer
=============================================================*/
#footer{
	font-size:14px;
	margin-top:30px;
	padding:15px 0;
}
#footer::after{
	width:100px;
	height:76px;
}
#footer>div{display:block;}

/* ftr-pagetop
-------------------------------------------------------------*/
#ftr-pagetop{
	right:15px;
	bottom:15px;
}
#ftr-pagetop.bottom{top:-65px;}
#ftr-pagetop a{
	width:50px;
	height:50px;
}
#ftr-pagetop a::before{
	width:16px;
	height:16px;
}
/* ftr-menu
-------------------------------------------------------------*/
#ftr-menu ul{
	justify-content:flex-start;
	margin:0 -6px;
}
#ftr-menu ul:not(:first-child){margin-top:20px;}
#ftr-menu li{margin:5px 6px 0;}

/* ftr-copyright
-------------------------------------------------------------*/
#ftr-copyright{
	font-size:12px;
	margin-top:40px;
}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
	
}