@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}

.contents #footer {
    clear: both;
    margin: 0 auto;
    padding: 20px;
    background-color: #efefef;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

    .contents #footer h1, .contents #footer h2, .contents #footer .foot-section-title {
        font-size: 14px;
        padding: 5px 0;
    }

    .contents #footer h1, .contents #footer .foot-section-title {
        margin: 0;
    }

    .contents #footer .foot-section-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: bold;
    }

        .contents #footer .foot-section-title img {
            margin-right: 0.3em;
        }

    .contents #footer h2 {
        margin: 15px 0 0;
    }

    .contents #footer p:not(.foot-section-title) {
        margin: 0;
        padding: 0;
        line-height: 2em;
        vertical-align: middle;
        text-indent: 1em;
    }

    .contents #footer p.foot-section-title {
        text-indent: 0;
    }

.footerTable {
    width: 1050px;
    margin: 0 auto;
    border-collapse: collapse;
}

    .footerTable td {
        width: 190px;
        padding: 0px;
        vertical-align: top;
    }

        .footerTable td:first-child {
            width: 210px;
        }

        .footerTable td:nth-child(2) {
            width: 260px;
        }

        /*.footerTable td:nth-child(3) {
            width: 210px;
        }
        */
        .footerTable td:nth-child(5) {
            width: 170px;
        }

.contents #footer a {
    color: #000000;
    text-decoration: none;
    position: relative;
}

    .contents #footer a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 0.5px;
        background: #000000;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
        transition: transform 0.3s; /*変形の時間*/
    }

    .contents #footer a:hover::after {
        transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    }

.contents #footer ul {
    margin: 0;
    padding-left: 2.5em;
    list-style-type: none;
    line-height: 2em;
    text-indent: -1em;
}

    .contents #footer ul li {
        padding: 3px;
    }

        .contents #footer ul li::before {
            content: "-";
            margin-right: 0.5em;
        }

.contents #footer .newmark {
    vertical-align: middle;
    margin-left: 3px;
}

.contents #footer .foot-logo {
    margin-top: 3em;
    text-align: center;
}
.contents #footer .foot-logo img{
    max-width: 300px;
    margin-top: 1em;
}
.contents #footer p.foot-copyright {
margin-top: 0.5em;
    text-align: center;
}
