@charset "UTF-8";


/* footer */
footer {
    background: #0B1542;
    padding-bottom: 50px;
}

.footer_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
z-index:10;
}

.footer_ul {
    padding: 70px 0 35px;
    box-sizing: border-box;
    max-width: 890px;
    display: flex;
    margin: 0 auto;
    background: url("../img/footer-dashed-line.png") no-repeat bottom center;
}

.footer_li {
    text-align: center;
    margin-right: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.footer_li:last-of-type {
    margin-right: 0;
}

.footer_li:nth-child(4) {
    letter-spacing: 0em;
}

.footer_li a {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.footer_li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.footer_li a:hover::after {
    transform: scale(1, 1);
}

.footer_logo {
    max-width: 255px;
    margin: 40px auto 0;
}

.footer_copy {
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer_tel-mail_container {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer_tel-mail_wrapper {
    display: flex;
}
.footer_tel-mail_box p{
color:#fff;
padding:1rem 0 0;
font-size:14px;
text-align: center;
}

.footer_tel-mail_container p {
    margin-right: 20px;
}

@media(max-width:767px){

/* footer */
footer {
    padding-bottom: 8%;
}
.footer_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer_ul {
    padding: 45% 4% 15%;
    max-width: 792px;
    display: block;
}
.footer_li {
    text-align: left;
    line-height:2.2;
    margin-right: 0;
    font-size: 18px;
}

.footer_logo {
    max-width: 190px;
    margin: 12% auto 0;
}

.footer_copy {
    margin-top: 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.footer_tel-mail_container {
    position: absolute;
    width:11em;
    left:5%;
    top: 10%;
    /* transform: translateX(-50%); */
}
.footer_tel-mail_wrapper{
    justify-content: space-between;
    }
.footer_tel-mail_wrapper p{
justify-content: space-between;
}

.footer_tel-mail_box p{
    text-align: left;
    font-size:16px;
    }

.footer_tel-mail_container p {
    margin-right: 0;
}

}
@media(max-width:450px){
    .footer_ul {
        padding: 55% 4% 15%;
    }
    .footer_tel-mail_container {
        position: absolute;
        width:42%;
        left:50%;
        top: 10%;
        transform: translateX(-50%);
    }
    .footer_tel-mail_box p{
        text-align: left;
        }
    
    .footer_tel-mail_container p {
        text-align: center;
    }

}