@charset "UTF-8";

.footer_wrap {
    background-color: #000;
    padding-top: 55px;
    padding-bottom: 0px;
    color: #fff;
}

.footer_wrap span {
    color: #fff;
    font-size: 1.8rem;
}

.footer_wrap span a {
    color: #fff;
    text-decoration: underline;
}

footer .copy span {
    font-size: 1.5rem;
    text-align: center;
    display: block;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px dotted #fff;
}

.footer_under {
    position: relative;
    padding: 20px 0px;
}

.under_left_area, .under_right_area, .under_center_area {
    width: 33.3%;
    align-items: center;
}

.under_center_area {
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer_flex_1 {
    align-items: center;
}

.footer_logo {
    margin-right: 50px;
}


.address {
    margin-top: 24px;
    display: block;
}

.detail {
    margin-top: 22px;
    margin-left: 8px;
}

.icon_area.flex {
    justify-content: flex-end;
    gap: 13px;
}

.icon_area.flex img {
    max-height: 45px;
}

.footer_flex_2 {
    display: flex;
    justify-content: space-between;
    max-width: 43%;
    margin-top: 80px;
}

.footer_menu_list li a {
    color: #fff;
    font-size: 1.5rem;
}

ul.footer_menu_list.flex {
    flex-wrap: wrap;
}

ul.footer_menu_list li {
    width: 33.3%;
}

@media screen and (max-width: 768px) {
    .footer_flex {
        flex-direction: column;
    }

    .footer_logo img {
        padding-left: 0px;
    }

    .icon_area.flex {
        justify-content: center;
        margin-bottom: 25px;
    }

    .footer_flex_1 {
        margin-bottom: 40px;
    }

    .detail {
        padding-right: 0px;
    }

    .copy {
        display: flex;
        justify-content: center;
    }

    .footer_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_flex_2 {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        margin-top: 0px;
    }

    ul.footer_menu_list li {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 480px) {
    .footer_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_flex_1 {
        flex-direction: column;
    }

    .icon_area.flex {
        justify-content: center;
        margin-bottom: 25px;
    }

    .footer_logo {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .footer_wrap span {
        font-size: 1.3rem;
    }

    .icon_area.flex {
        justify-content: center;
        margin-bottom: 25px;
        width: 40%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    footer .copy span {
        font-size: 1.1rem;
    }

    .footer_flex_1 {
        margin-bottom: 20px;
    }

    .footer_menu_list li a {
        color: #fff;
        font-size: 1.3rem;
    }

    .detail {
        margin-top: 0px;
        margin-left: 0px;
    }

    .under_left_area {
        display: none;
    }

    .footer_under.flex {
        flex-direction: column-reverse;
    }

    .under_left_area, .under_right_area, .under_center_area {
        width: 100%;
        align-items: center;
    }
}