@charset "shift_jis";
.footer{
    padding: 0 0 40px;
}
.footer_logo{
	padding: 20px 0 0 170px;
}
.footer_text{
	font-size: 16px;
	padding-left: 60px;
}
.footer img{
	vertical-align: text-bottom;
}
.footer-top-btn-sp {
    font-size: 40px;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 140px;
    right: 50px;
    cursor:pointer;
    background: #91AD62;
    line-height: 40px;
    border-radius: 40px;
    z-index: 400;
}
.footer-top-btn-sp.on {
    opacity: 1;
    pointer-events: auto;
}
.footer-top-btn-sp i {
    color: #FFEA2D;
	right: 17px;
    position: absolute;
	top: 8px;
}
.fa-arrow-circle-up:before{
    content: '\f106' !important;
}
#footer a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;
}
#footer-area a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;
}
.footer-top-btn-sp:hover{
		filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;
}
@media screen and (max-width: 767px) {
.footer {
        padding: 7% 0 0;
}
.footer_logo {
    padding: 0 0 7%;
}
.footer img {
    width: 40%;
    margin: auto;
    display: block;
}
.footer_text {
    font-size: 3.5vw;
    padding-left: 0;
    text-align: center;
    margin: 4% 0;
    display: block;
}
.footer-top-btn-sp {
    font-size: 9vw;
    height: 50px;
    width: 50px;
    right: 20px;
    z-index: 2;
    bottom: 30px;
}
.footer-top-btn-sp i {
    right: 15px;
}
}
@media screen and (max-width: 290px) {
.footer-top-btn-sp i {
    right: 8px;
    top: 4px;
}
}