@charset "UTF-8";

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 24px;
	}	
}

@media screen and (max-width: 737px) {
	h1 {
		line-height: 1.4;
	}

	.kind h2 {
		line-height: 1.4;
	}
  .Footer-wrapper{z-index:90;}
  .footer-cl{height:1.4rem;position:relative;top:0px;left:0px;}
.footer-btm{width:100%;height:4rem;text-align:center;background:#1b96d5;box-shadow:0px -2px 5px rgba(9,2,4,.17);position:fixed;bottom:0px;left:0px;z-index:90;}
.footer-btm a{display:block;padding:.4rem 0 .2rem 0;width:25%;float:left;}
.footer-btm a img{width:2rem;height:2rem}
.footer-btm a h2{height:1.4rem;line-height:1.4rem;color:#ffffff;font-weight:normal;font-size:14px;}
}

