@charset "UTF-8";
body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin: 0;
    padding: 0;
}

li {
    padding-bottom: 15px;
}

ol {
    line-height: 1.5;
}

ul li {
    padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
    #info-policy {
        margin-top: 70px;
    }
    h1 {
        text-align: center;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .footer-img-logo {
        width: 80px;
    }
    #footer-menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #footer-menu a {
        color: black;
        text-decoration: none;
        vertical-align: baseline;
        float: right;
    }
    #footer-menu a:link {
        text-decoration: none;
    }
    #footer-menu a:hover {
        text-decoration: underline;
    }
    .footer-img-logo img {
        height: 40px;
    }
    .empty {
        flex-grow: 2;
    }
    .links {
        display: flex;
        padding-top: 12px;
    }
    .links ul {
        margin: 0px 20px 0px 0px;
    }
    .link-se {
        margin: 0px 20px 0px 0px;
    }
    #copyright {
        font-size: 16px;
        text-align: center;
    }
}

@media screen and (max-width: 767.999px) {
    #info-policy {
        margin-top: 50px;
    }
    h1 {
        text-align: center;
        font-size: 22px;
    }
    .links {
        text-align: right;
        padding: 0px 0px 30px 50px;
    }
    #footer-menu {
        display: flex;
        justify-content: space-between;
    }
    #footer-menu a {
        color: black;
        text-decoration: none;
        vertical-align: baseline;
    }
    #footer-menu a:link {
        text-decoration: none;
    }
    #footer-menu a:hover {
        text-decoration: underline;
    }
    .footer-img-logo img {
        height: 30px;
        margin-top: 10px;
    }
    #copyright {
        font-size: 12px;
        text-align: center;
    }
}