@charset "UTF-8";
.footer {
    padding: 60px 60px 0;
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
    .footer {
        padding: 20px 10px 0;
    }
}

@media only screen and (max-width: 640px) {
    .footer__company .row {
        padding: 0;
    }
}

.footer__company .fc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 640px) {
    .footer__company .fc-info {
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .footer__company .fc-info__logo {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.footer__company .fc-info__leagal {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}




@media only screen and (min-width: 640px) {
    .footer__company .fc-info {
        display: block;
    }

    .footer__company .fc-info:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer__company .fc-info>div.fc-info__logo {
        float: left;
        padding-top: 18px;
    }

    .footer__company .fc-info>div.fc-info__leagal {
        float: right;
    }

    .footer__company .fc-info__leagal {
        display: block;
    }

    .footer__company .fc-info__leagal:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer__company .fc-info__leagal>div.pmark {
        float: right;
        padding-top: 0;
    }

    .footer__company .fc-info__leagal>div.copyright {
        float: left;
        padding-top: 7px;
    }
}




@media only screen and (max-width: 640px) {
    .footer__company .fc-info__leagal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: block;
        text-align: right;
    }

    .footer__company .fc-info__leagal .pmark img {
        width: 60px;
    }
}

.footer__company .fc-info .copyright {
    text-align: right;
    padding-right: 2em;
    margin-bottom: 0;
}

.footer__company .fc-info .copyright__jp {
    margin: 0;
}

@media only screen and (max-width: 640px) {
    .footer__company .fc-info .copyright {
        text-align: left;
    }
}

.footer__nav {
    text-align: center;
    border-top: dotted #ccc 1px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 12px;
}

@media only screen and (max-width: 640px) {
    .footer__nav {
        font-size: 11px;
    }

    .footer__nav .row {
        padding: 0;
    }
}

.footer__nav span {
    margin: 0 0.5em;
}

.footer__nav a {
    color: #4651c3;
    text-decoration: underline;
}

.footer__nav a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .footer__nav a:hover {
        text-decoration: underline;
    }
}



