﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* フッタ */
.footer {
    /*width: 1366px;*/
    width: 100%;
    height: 60px;
    background-color:  #f8f8f8;
    position: static;
    display: table;
    bottom:0;
    left:0;
}

.footer .copyright {
    float: left;
    /*margin: 21px auto 18px 63px;*/
    margin: 21px auto 18px 13px;
}

.footer .system_title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #098b48;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #098b48;
}
.footer .pagetop {
    float: right;
    /*margin: 13px 63px 13px auto;*/
    margin: 13px 13px 13px 87px;
    width: 163px;
    height: 34px;
    border-radius: 17px;
    background-color: #f1f1f1;
    position: relative;
}

.footer .copyright .copyright_image {   /* 2021.8.16 FAE)mentaki 先頭に「.footer」追加 */
    width: 250px;
    height: 21px;
}

.footer .pagetop .pagetop_image {   /* 2021.8.16 FAE)mentaki 先頭に「.footer」追加 */
    position: absolute;
    top: 11px;
    left: 18px;
    width: 14px;
    height: 13px;
    /* background-color: #a4a4a4; */
}

.footer .pagetop .pagetop_desc {    /* 2021.8.16 FAE)mentaki 先頭に「.footer」追加 */
    position: absolute;
    top: 11px;
    left: 42px;
    width: 110px; /* 108px ⇒ 110px */
    height: 11px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: left;
    color: #003399;
}

.footer .pagetop .pagetop_link {    /* 2021.8.16 FAE)mentaki 先頭に「.footer」追加 */
    position: absolute;
    top: 26px;
    left: 42px;
    width: 94px; /* 108px ⇒ 110px */
    height: 1px;
    background-color: #003399;
}
