/* footer */

.footer_pc {
    display: block;
}

.footer_sp {
    display: none;
}

footer {
    background-color: #0d36ff;
    padding: 8px 0;
    border-top: #FFFFFF 1px solid;
    color: #FFF;
    z-index: 10000;
    position: relative;
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    text-decoration: underline;
}

footer .wrap {
    padding: 10px 0px 0px;
}

footer .contents {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

footer .discover {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 10px;
    box-sizing: border-box;
}

footer .logos {
    width: 14%;
    display: table-cell;
    vertical-align: top;
}

footer h2 {
    width: 86%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 0.95rem;
    color: #FFF;
}

footer .site_map {
    border-top: 2px solid #FFF;
    padding-top: 0px;
    display: table;
    width: 100%;
}

footer .map_list {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    border-right: 1px dotted #FFF;
    padding: 25px 25px 15px;
    box-sizing: border-box;
}

footer .map_list:nth-child(4) {
    width: 18%;
}

footer .map_list:last-child {
    border-right: 0px dotted #FFF;
    width: 22%;
}

footer .map_list h3 {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

footer .map_list ul {
    padding-left: 5px;
}

footer .map_list li {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 0.9rem;
    background-image: url(../../img/basic/squar.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 0 4px;
}

footer h3 {
    font-size: 0.95rem;
}

footer .foot_campany {
    width: 100%;
    position: relative;
    padding-top: 3.5%;
    border-top: 1px solid #FFF;
}

footer .foot_campany .logo {
    width: 8%;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .foot_campany ul {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 5px;
}

footer .foot_campany li {
    float: left;
    padding: 5px 20px;
    font-size: 0.9rem;
    border-right: 1px solid #FFF;
}

footer .foot_campany li:last-child {
    border-right: 0px solid #FFF;
}

footer .foot_campany p {
    width: 40%;
    text-align: right;
    font-size: 0.9rem;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.en footer h2 {
    font-size: 1.1rem;
    padding-left: 30px;
}

footer .map_list li {
    font-size: 0.95rem;
}


/* footer */

@media only screen and (max-width: 1300px) {
    body {
        font-size: 92%;
    }
    /*13.6px*/
    .contents {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 88%;
    }
    /*9.6px*/
    .contents {
        width: 95%;
    }
}

@media only screen and (max-width: 980px) {
    footer {
        display: none;
    }
}


/*# sourceMappingURL=footer.css.map */