.footer_h_Area{
	width: 100%;
	background: #EDF4F8;
	padding: 38px 0;

}
.footer_h {
	margin: auto 0;
	padding:0 0 30px;
	text-align: center;
	width: 100%;
	
}

.footer_h ul {
    font-size: 0;
}

.footer_h li{
    display: inline-block;
    text-align: center;
    /* width: 150px; */
}

.footer_h li a{
	font-size: 13px;
    line-height: 3;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #3E5363;
    font-weight: 500;
	padding: 0 15px;
}
.footer_h li a:hover {
	text-decoration:underline;
	color:#49C7EA;
	
}

.footer_logo_Area img {
	width: 150px;
    margin: 0 auto 22px auto;
}

.footer_logo_Area p{
	font-size: 13px;
    font-weight: 500;
	margin-bottom: 15px;
    line-height: 1.6;
}

.footer_logo_Area p span{
	font-weight: 400;
    font-size: 13px;
}

.footerlink{
	 margin-bottom: 15px;
}

.footerlink a {
	background: #00638E;
    padding: 2px 12px 3px 12px;
    box-sizing: border-box;
    width: auto;
    border-radius: 100px;
    font-size: 11px;
    color: #ffffff;
}

.footerlink a:hover{
	color: #ffffff;
	text-decoration: none;
}

.footer_h_list_title{
	display:block;
	width:50%;
	text-align:left;
	margin:0 auto;
	color:#fff;
	white-space: nowrap;
	font-size:13px;
	line-height:3;
	letter-spacing:0.1em;
}
.copylight{
	background:rgba(76,199,234, 1);
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 20px 0;
	text-align: center;
}

#page-top{
    margin: 0 auto;
    padding: 0;
}

#page-top p{
    bottom: 75px;
    display: block;
    float: right;
    position: fixed;
    right: 0;
    width: 70px;
}

#page-top img {
    right: 30px;
}

#page-top:hover{
	cursor:pointer;
}

.snsLinkArea{
	width:100%;
	margin:0 auto;
	text-align:center;
	
}

.snsLinkArea_ul{
	font-size: 0;
	margin: auto;
	text-align: center;
	width: 220px;
}

.snsLinkArea_li{
	width:33%;
	display:inline-block;

}

.snsLinkImgArea{
	width:100%;
	
}

.snsLinkImgArea img{
	width:40px;
	
}

.snsLinkImgArea img:hover{
	opacity:0.5;
	
}