@charset "UTF-8";
#footer{
	width:100%;
	overflow: hidden;
	color:#FFF;
	padding: 10px 0 0;
	background-image: url(../img/main-border.png), url(../img/foot-back.jpg)!important;
	background-position: center top, center bottom;
	background-repeat: repeat-x,no-repeat;
	background-color:#FFF,#FFF;
	background-size:auto, cover;
	background-color:#009CB1;
	}
#footer .inner{
	clear:both;
	max-width:1200px;
	overflow:hidden;
	margin: 1vw auto 1vw;
	}
#footer .innerL{
	overflow:hidden;
	width:48%;
	float:left;
	margin:0 auto!important;
	display:block;
	}
#footer .innerR{
	overflow:hidden;
	width:48%;
	float:right;
	margin:0 auto!important;
	display:block;
	}
ul.foot-icon{
	overflow:hidden;
	margin:2vw 0;
	}
ul.foot-icon li{
	float: left;
	margin:0 1.5%;
	width:30%;
	}
ul.foot-icon li img{
	width:100%;
	max-width:136px;
	}
.links{
	overflow:hidden;
	}
.links img{
	float:left;
	margin-right:10%;
	}	
.links ul{
	float:left;
	}	
.links ul li{
	background-image: url(../img/foot-li.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding:0 0 0 16px;
	font-size:16px;
	}	
@media screen and (max-width: 1000px) {
#footer{
	margin:0 0 20vw!important;
	}
#footer .inner{
	max-width:960px;
	width:92%;
	overflow:hidden;
	margin: 0 auto;
	}
#footer .innerL{
	overflow:hidden;
	width:100%;
	float:none;
	margin:0 auto!important;
	display:block;
	text-align:center;
	}
#footer .innerR{
	overflow:hidden;
	width:100%;
	float:none;
	margin:0 auto!important;
	display:block;
	}
#footer .innerR p img{
	display:block;
	clear:both;
	}	
#footer .innerL img,#footer .innerR img{
	display:block;
	margin:0 auto 2vw;
	}	
#footer.links ul{
	float:none;
	clear:both;
	}	
#footer .foot-icon img{
	width:80%!important;
	max-width:110px;
	}	
#footer.innerR img{
	float:none;
	width:100%;
	max-width:160x!important;
	}	
}


/* ftnav */
#ftnav {
	display: none;
	bottom: 0;
	left: 0;
	padding: 8px 1em;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10;
	background-color: #0F7D8D;
}
#ftnav dl {
  margin: 0 auto;
  max-width: 1000px;
}
#ftnav dt {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.1;
  margin-bottom: 0.4em;
}
#ftnav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#ftnav ul li {width: 32%;}
#ftnav ul li a img{width: 100px!important;}
#ftnav ul li a {
  border-radius: 10px;
  display: block;
  line-height: 0;
  padding: 8px 0;
  text-align: center;
  overflow: hidden;
  height:60px;
  border:solid 1px #ccc;
}
#ftnav ul li:first-child a {
	color: #FFF;
	background-color: #00A4B5;
}
#ftnav ul li:nth-child(2) a {
	color:#FFF;
	background-color: #00A4B5;
}
#ftnav ul li:last-child a {
	color:#FFF;
	background-color: #00A4B5;
}
#ftnav ul li:first-child a:hover,
#ftnav ul li:nth-child(2) a:hover,
#ftnav ul li:last-child a:hover{background-color: #0F7D8D;}
@media screen and (max-width: 1000px) {
#ftnav {
	display: block;
    padding: 2rem 1em;
  }
#ftnav img{ width:50%!important; margin:8px auto;}
}









.Y-btn a{
	width:200px;
	text-align:center;
	padding:12px 12px;
	background-color:#FFE06E;
	display:block;
	border-radius:10px;
	margin:0;
	}
.Y-btn a:hover{background-color: #fff;}
@media screen and (max-width: 1400px) {
.Y-btn a{
	width:200px;
	text-align:center;
	padding:12px 12px;
	background-color:#FFE06E;
	margin:0 0 0 0px;
}
@media screen and (max-width: 980px) {
.Y-btn a{
	float:none;
	width:36vw;
	text-align:center;
	font-size:1em;
	padding:2vw 1vw;
	margin:0 auto;
	}
}



