@charset 'UTF-8';
footer > .bk-area {
    position: relative;
    padding-top: 10px;
    background-color: #05153f;
    background-image: url(../images/common/header-bk1-4a5e0475c7824cb7b57feb141bdee5aa.jpg);
    background-repeat: no-repeat;
    background-position: center -40px;
}
.footer-line {
    height: 75px;
    background: url(../images/common/footer-bk3-404e1ac4a310b3deeaf92d64937f44f8.jpg) center top;
}
.footer-line .bk-area {
    height: 75px;
    min-height: 75px;
    background: url(../images/common/footer-bk2-d01c83a971d688d0bcfcff2733d7b150.jpg) center top no-repeat;
}
#copyright {
    font-size: 13px;
    line-height: 75px;
    color: #fff;
    text-align: center;
}
#navs-text {
    font-size: 13px;
    color: #fff;
    text-align: center;
}
#navs-text ul {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 10px 0 30px;
    padding: 15px;
    overflow: hidden;
}
#navs-text li {
    display: inline;
    color: #fff;
}
#navs-text li:not(:last-child):after {
    content: '|';
}
#navs-text li a {
    color: #fff;
}
/* --------------------------------------- */
/* グローバルナビ */
/* --------------------------------------- */
.gbl_nav {
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    display: flex;
    width: 1080px;
    margin: auto;
}
.gbl_nav .elm {
    padding-left: 8px;
    box-sizing: border-box;
}
.gbl_nav .elm:last-child {
    text-align: right;
    padding-right: 10px;
    flex-grow: 1;
}
.gbl_nav .btn_backtop {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    padding-left: 16px;
    background-color: #192039;
    border-radius: 32px;
    box-sizing: border-box;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
}
.gbl_nav .btn_backtop:hover {
    text-decoration: none;
}
.gbl_nav .btn_backtop::before {
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 6px 10px 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: '';
}
