.footer_inner {
    height: 300px;
}

.sp_menu ul {
    background-color: #00A6EC;
}
.sp_menu ul li.sp_navi {
    padding-left: 30px;
    height: 55px;
}

@media screen and (max-width: 1140px) {
    .notice {
        display: block;
        width: 100%;
        max-width: 780px;
    }
}

@media screen and (max-width: 780px) {
    .notice {
        max-width: 690px;
    }
}

@media screen and (max-width: 690px) {
    .notice {
        width: 90%;
    }
    .notice_inner ul li {
        display: inline;
        margin-left: 5px;
    }
    .div_notice {
        display: block;
    }
    .div_notice-text {
        width: 100%;
        max-width: 195px;
        margin-bottom: 10px;
    }
    .link_navi_inner_en {
        height: 185px;
    }
    .link_navi_en ul li:nth-child(2) {
        height: 100px;
    }
    .link_navi_en ul li:nth-child(2) a {
        height: 100px;
    }
    .link_navi_en ul li:nth-child(2) a::before {
        top: 40px;
    }
}