@charset "utf-8";

/*----------------------------------------------
    footer.css
----------------------------------------------*/

.footer-wrap {
    background: url(/images/bg_ft.jpg) no-repeat;
    background-size: cover;
}
.footer-wrap-inner {
    width: 1195px;
    margin: 0 auto;
    padding: 40px 0;
}
.ft-ad {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.ft-info li a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.ft-info li a span {
    color: #0c8400;
}
.ft-info {
    float: left;
    width: 465px;
}
.ft-contact {
    float: right;
    padding: 23px 10px 20px;
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px #5a5959;
    background: rgba(255, 255, 255, 0.3);
    margin: 10px 0 0 0;
    width: 510px;
}
.ft-contact li:first-child {
    margin-left: 0;
}
.ft-contact li {
    margin-left: 28px;
    display: inline-block;
    padding-top: 40px;
}
.ft-contact p {
    text-align: center;
    border-bottom: 1px dashed;
    padding-bottom: 17px;
    margin-bottom: 13px;
}
.ft-tel {
    background: url(/images/tel_icon.png) no-repeat center top;
}
.ft-fax {
    background: url(/images/fax_icon.png) no-repeat center top;
}
.copy-right {
    font-size: 12px;
    color: #000000;
}
.ft-info h3 {
    margin-bottom: 9px;
}
.ft-info ul {
    margin-bottom: 14px;
}
.ft-info ul li:first-child {
    margin-bottom: 7px;
}
.ft-contact ul {
    text-align: center;
}
/*///// TOPへ戻る /////*/

.backtop-inner {
    width: 1195px;
    margin: 0 auto;
}
#backtop {
    bottom: 52px;
    margin-left: 1202px;
    outline: 0 none;
    position: fixed;
}