/* footer {
		    position: fixed;
    bottom: 0;
    width: 100%;

} */
footer .Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1b3a90;
    color: #fff;
    padding-bottom: 100px;
}

footer .copy {
    font-size: 0.5rem;
    text-align: center;
    padding: 0.3rem;
}

footer nav li {
    font-size: 0.7rem;
    padding: 0.5rem;
}

footer nav li a {
    padding: 0 1rem;
    border-left: solid 1px;
    border-right: solid 1px;
}

footer .inner {
    flex: 1;
    padding: 1rem;
}

footer ul {
    display: flex;
}

@media screen and (max-width: 768px) {
    footer .Wrapper {
        flex-direction: column;
        width: 100%;
    }
}

footer .myicon1 {
    fill: #fff;
}

.hide {
    display: none !important;
}

/* トップスクロール */
.back_to_top {
    color: #1b3a90;
    position: fixed;
    left: 1%;
    bottom: 10%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.back_to_top::after {
    content: "";
    width: 1px;
    height: 10vh;
    display: block;
    background-color: #1b3a90;
}

.fooetr_nav_sp {
    display: none !important;
    background-color: #1b3a90;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.fooetr_nav_sp ul {
    border: #fff solid 1px;
    text-align: center;
}
.fooetr_nav_sp li {
    padding: 0.5rem;
}
.fooetr_nav_sp li:last-child {
    border-top: #fff solid 1px;
}

@media screen and (max-width: 768px) {
    footer {
        flex-direction: column;
    }
    /* .back_to_top {
        display: none;
    } */
    .fooetr_nav_sp {
        display: block !important;
    }
}

.sub-menu {
    transition: 1s !important;
}
