#foot {
	background:#f5f5f5;
	box-sizing:border-box;
	padding:30px 0;
	text-align:center;
}
#footer {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	text-align:left;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

}
#footer dl {

}
#footer dt {
	font-size:1.4rem;
	font-weight:600;
	line-height:1;
	margin-bottom:0.5em;
}
#footer dt img {
	display:block;
	width:200px;
	margin-bottom:15px;
}
#footer dd {
	font-size:1.3rem;
	line-height:1.5;
}

#footer #fmenu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#footer #fmenu ul li {
	padding:0 1em;
	position:relative;
	line-height:1;
}
#footer #fmenu ul li::after {
	content:'';
	display:block;
	width:1px;
	height:.6em;
	background:#333333;
	position:absolute;
	right:0;
	bottom:0;
}
#footer #fmenu ul li:last-child {
	margin-right:0;
}
#footer #fmenu ul li a {
	font-size:1.2rem;
	line-height:1;
}
#footer #fmenu ul li a:hover {
	text-decoration:underline;
}

#footer #copyright {
	width:100%;
	text-align:center;
	padding-top:15px;
	font-size:1.2rem;
	line-height:1;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width:1100px){

}

@media screen and (max-width:768px){



}


@media screen and (max-width:640px){

#foot {
	padding:30px 0 20px;
}
#footer {
	width:calc(100% - 30px);
}
#footer dl {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
#footer dt {
	width:100%;
	font-size:1.3rem;
}    
#footer dt img {
	width:120px;
	margin:0 auto 10px;
}
#footer dd {
	text-align:center;
	font-size:1.2rem;
}
#footer #fmenu {
	width:100%;
}
#footer #fmenu ul {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#footer #fmenu ul li {
	padding:0 1em .3em;
}
#footer #fmenu ul li::after {
	content:none;
}
#footer #fmenu ul li:last-child {
	padding:0 1em .3em;
}
#footer #fmenu ul li a {
	font-size:1.1rem;
}
#footer #copyright {
	font-size:1.1rem;
}

}

@media screen and (max-width:480px){

}