/* ------------------------------------------------------------
PC
------------------------------------------------------------ */

footer {
    font-family: 'メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

footer a,
footer a:hover,
footer a:visited {
    font-family: 'メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

footer .footer_area {
    width: 1024px;
    margin: 70px auto 15px;
    font-size: 14px;
}

footer .footer_area p {
    text-align: left;
}

footer .footer_area ul {
    overflow: hidden;
    margin: 0 0 10px;
}

footer .footer_area ul li {
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    padding: 0 0 0 20px;
}

footer .footer_area ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E50012;
    border-right: solid 2px #E50012;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -20px;
    margin: 0 20px;
}

footer .footer_area ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height: 1.6;
}

footer .footer_area ul li a:hover {
    text-decoration: underline;
}

footer .footer_copy {
    background: #E61919;
    padding: 15px 0;
}

footer .footer_copy p {
    width: 1024px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin: 0 auto;
}

/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

    footer .footer_area {
        width: 100%;
        box-sizing: border-box;
        margin: 50px auto 15px;
        padding: 30px 20px 0;
        border-top: #c4c4c4 1px solid;
    }

    footer .footer_area > p {
        display: none;
    }

    footer .footer_area ul {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }
    footer .footer_area ul li {
        float: none;
        margin: 0 0 20px 0;
        color: #707070;
        background-size: 20px auto;
        text-align: left;
    }
    footer .footer_area ul li:before {
    top: 7px;

}

    footer .footer_copy {
        width: 100%;
    }

    footer .footer_copy p {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

}