@charset "UTF-8";
/* footer */
.footer {
    background: #1a1a1a;
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
}
.footer .footer_layout {
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_layout_top_right {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .footer .footer_layout {
        padding-left: 0;
        padding-right: 0;
    }
}
.footer .footer_layout .footer_layout_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_top .footer_layout_top_right {
        margin-top: 20px;
    }
}
.footer .footer_layout .footer_layout_middle {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer .footer_layout .footer_layout_middle .footer_layout_middle_left {
    margin-bottom: 10px;
}

.footer .footer_layout .footer_layout_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_bottom .footer_layout_bottom_left {
        width: auto;
    }
}
.footer .footer_layout .footer_layout_bottom .footer_layout_bottom_right {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media screen and (max-width: 767px) {
    .footer .footer_layout .footer_layout_bottom .footer_layout_bottom_right {
        margin-top: 20px;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
.footer .footer_promoter_nam {
    font-size: 3.0rem;
    color: #fff;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .footer .footer_promoter_nam {
        width: 100%;
        height: auto;
    }
    .footer .footer_promoter_nam {
        font-size: 2.2rem;
    }
}
.footer .footer_address {
    color: #fff;
    line-height: 1.6;
}

.footer .footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .footer .footer_sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
}
.footer .footer_sns .footer_sns_item:not(:first-child) {
    margin-left: 15px;
}

.footer .footer_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer .footer_buttons_item.info {
    margin: 0 18px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
}
.footer .footer_buttons_item.info i {
    display: block;
    margin: 0 auto 5px;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
}
.footer .footer_buttons_item.info i::before {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer .footer_buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer .footer_buttons .footer_buttons_item:not(:first-child) {
    margin-left: 15px;
}

.footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .footer .footer_nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer .footer_nav .footer_nav_item:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .footer .footer_nav .footer_nav_item:not(:last-child) {
        margin-right: 0;
    }
}
.footer .footer_nav .footer_nav_button {
    color: #fff;
    text-decoration: underline;
    line-height: 2;
}

.footer .footer_nav .footer_nav_button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .footer .footer_nav .footer_nav_button {
        display: block;
        line-height: 1;
        padding: 15px 10px;
        text-decoration: none;
        background: #666666;
        text-align: center;
        border-bottom: 1px solid #1a1a1a;
    }
}
.footer .footer_copyright {
    color: #fff;
    line-height: 2;
}
