@charset "utf-8";

/* footerArea
-------------------------------------------------- */

#footerAreaType1 {
    width: 100%;
    padding: 0px;
    border-top: 1px solid #e1e1e1;
}

#footerAreaType1 img {
    border: none;
}

/* twoColumns
-------------------------------------------------- */

#footerAreaType1 #twoColumnsTop {
    padding: 0px 15px 10px 15px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

#footerAreaType1 #twoColumnsTop div.leftColumn {
    width: 461px;
}

#footerAreaType1 #twoColumnsTop div.rightColumn {
    width: 131px;
}

#footerAreaType1 #twoColumnsBottom {
    padding: 5px 15px 5px 15px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    background-color: #e1e1e1;
}

.tsuka {
    font-family: "Kosugi", sans-serif;
}

/* twoColumnsTop
-------------------------------------------------- */

#footerAreaType1 #twoColumnsTop ul.link {
    padding: 14px 0px 0px;
    margin: 0px;
    line-height: 1;
    list-style-type: none;
    display: flex;
}

#footerAreaType1 #twoColumnsTop ul.link li {
    padding: 0px;
    margin: 0px 15px 0px 0px;
}

#footerAreaType1 #twoColumnsTop ul.link li.nav001 {
    width: 129px;
}

#footerAreaType1 #twoColumnsTop ul.link li.nav002 {
    width: 90px;
}

#footerAreaType1 #twoColumnsTop ul.link li.nav003 {
    width: 131px;
}

#footerAreaType1 #twoColumnsTop ul.link li.nav004 {
    margin: 0px;
    width: 66px;
}

#footerAreaType1 #twoColumnsTop ul.link li a {
    padding: 0px;
    margin: 0px;
    display: block;
    font-size: 1px;
    text-indent: -10000px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#footerAreaType1 #twoColumnsTop ul.link li.nav001 a {
    width: 128px;
    height: 16px;
    background-image: url(../images/btn_01.gif);
}

#footerAreaType1 #twoColumnsTop ul.link li.nav002 a {
    width: 90px;
    height: 16px;
    background-image: url(../images/btn_02.gif);
}

#footerAreaType1 #twoColumnsTop ul.link li.nav003 a {
    width: 131px;
    height: 16px;
    background-image: url(../images/btn_03.gif);
}

#footerAreaType1 #twoColumnsTop ul.link li.nav004 a {
    width: 66px;
    height: 16px;
    background-image: url(../images/btn_04.gif);
}

.logo {
    padding: 0px;
    margin: 7px 0px 0px;
}

/* twoColumnsBottom
-------------------------------------------------- */

#footerAreaType1 #twoColumnsBottom ul.link {
    margin: 0px;
    line-height: 1;
    list-style-type: none;
    display: flex;
}

#footerAreaType1 #twoColumnsBottom ul.link li {
    padding: 0px;
    margin: 0px 12px 0px 0px;
}

#footerAreaType1 #twoColumnsBottom ul.link li a {
    padding: 0px;
    margin: 0px;
    display: block;
    color: #828282;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 0;
}

.copyright {
    color: #828282;
    font-size: 1rem;
}

.copyright a:link,
.copyright a:visited,
.copyright a:hover,
.copyright a:active {
    color: #eeeeee;
    text-decoration: none;
}

.clear {
    clear: both;
}

@media (max-width: 999px) {
    #footerAreaType1 #twoColumnsTop {
        display: block;
    }

    #footerAreaType1 #twoColumnsTop div.leftColumn {
        width: auto;
    }

    #footerAreaType1 #twoColumnsTop div.rightColumn {
        margin: 0 auto;
        width: 131px;
    }
    #footerAreaType1 #twoColumnsTop ul.link {
        padding: 0;
        display: block;
    }
    #footerAreaType1 #twoColumnsTop ul.link li {
        padding: 10px 0;
        position: relative;
        margin: 0 auto !important;
    }
    #footerAreaType1 #twoColumnsTop ul.link li::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background-color: #eeeeee;
    }
    #footerAreaType1 #twoColumnsTop {
        display: block;
    }
    #footerAreaType1 #twoColumnsBottom {
        padding: 0;
        display: block;
    }
    #footerAreaType1 #twoColumnsBottom ul.link {
        display: block;
        background-color: #fff;
    }
    #footerAreaType1 #twoColumnsBottom ul.link li {
        margin: 5px 0 0;
        padding: 5px;
        border-top: 1px solid #eeeeee;
    }
    #footerAreaType1 {
        padding-bottom: 50px;
    }
    .copyright {
        padding: 5px 0;
        text-align: center;
    }
}
