#footer {
    width: 100%;
    height: 130px;
    background-color: white;
    padding: 30px 0 30px 0;
    font-family: 'Noto-sans', sans-serif;
    font-weight: 300;
    border-top: 2px solid #ddd;
    position: relative;
}

address {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
}

address span {
    margin: 0 10px;
}

#footer .center {
    display: flex;
    justify-content: space-between;
}

.footer_l p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: lighter;
    color: #999;
}

.footer_l_fix p{
    margin-top: 20px;
}

.footer_l img {
  width: 130px;
}

.footer_r {
    text-align: right;
}

.sitemap_icon_up {
    display: none;
}

.sitemap_list {
    display: none;
}


.sitemap_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 250px;
    height: 40px;
    border: 1px solid #999;
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-bottom: 15px;
}

.sitemap_link span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;

}

.sitemap_on_span {
    color: #999 !important;
}

.sitemap_list {
    display: none;
    line-height: 29.5px;
    width: 250px;
    /* height: 5vw;
    top: -5vw; */
    /*height: 100px;*/
    /*top: -100px;*/
    height: 130px;
    top: -130px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    background-color: rgba(225, 225, 225, 0.8);
    z-index: 50;
}

.sitemap_list ul {
    text-align: left;
}

.sitemap_icon_down:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 16px;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -4px;
    border: solid #999;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(135deg);
}

.sitemap_icon_up:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 21px;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -4px;
    border: solid #999;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}


.top {
    width: 80px;
    height: 80px;
    background-color: #707070;
    position: fixed;
    right: 1.5%;
    bottom: 3%;
    z-index: 99999;
    cursor: pointer;
}

.top i {
    color: #fff;
    font-size: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top p {
    margin-top: 5px;
}

.sitemap_link_fix {
    display: none;
}

.mt_only {
    display: none;
}

.sitemap_list {
    color: #333;
}

.sitemap_list ul li:hover{
  font-weight: 600;
}
























/* mobile */
@media screen and (max-width: 767px) {


    #footer {
        padding: 20px 0;
    }

    #footer .center {
        display: block;
    }

    #footer img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    address {
        margin-left: 0;
        width: 100%;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        margin-top: 10px;
        padding-bottom:20px;
    }

    address span {
        margin: 0;
        display: block;
        color: transparent;
        line-height: 0;
    }

    address p {
        font-size: 10px;
        margin-top: 10px;
    }

    .footer_l {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer_l p {
        margin-top: 10px;
        font-size: 12px;
    }

    .sitemap_link {
        margin: 14px auto;
    }

    .top {
        width: 50px;
        height: 50px;
        bottom: 4.5%;
    }

    .top i {
        font-size: 12px;
    }

    .sitemap_link span {
        font-size: 11px;
    }

    #footer {
        height: 175px;
    }

    .mt_only {
        display: block;
    }

    .sitemap_link {
        width: 200px;
        height: 30px;
        margin: 8px auto;
    }

    .sitemap_icon_down:after {
        top: 9px;
    }

    .sitemap_icon_up:after {
        top: 14px;
    }

    .sitemap_list {
        width: 200px;
        padding: 10px 5px 10px 5px;
        font-size: 12px;
        line-height: 20px;
        /*height: 60px;*/
        /*top: -60px;*/
        height: 85px;
        top: -85px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #footer {
        padding: 30px 0;
        height: 230px;
    }

    #footer .center {
        display: block;
    }

    #footer img {
        width: 100px;
        display: block;
        margin: 0 auto;
    }

    address {
        margin-left: 0;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 20px;
    }

    address span {
        margin: 0;
        display: block;
        color: transparent;
        line-height: 0;
    }

    address p {
        font-size: 10px;
        margin-top: 10px;
    }


    .footer_l {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer_l p {
        margin-top: 10px;
    }

    .sitemap_link {
        margin: 14px auto;
    }

    .top {
        width: 60px;
        height: 60px;
    }

    .top i {
        font-size: 14px;
    }

    .sitemap_link span {
        font-size: 14px;
    }

    .mt_only {
        display: block;
    }

    .sitemap_list {
        width: 250px;
        padding: 10px 5px 10px 5px;
        font-size: 14px;
        line-height: 30px;
        /*height: 80px;*/
        /*top: -80px;*/
        height: 110px;
        top: -110px;
    }

}
