@charset "UTF-8";
html,body {
    background: none;
}
.container {
    max-width: 1300px;
    width: 92%;
    margin: 0 auto;
}
.header_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_contents li:first-of-type{
    max-width: 55%;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none!important;
}
.header_right {
    display: flex;
    max-width: 30%;
}
a:hover {
    opacity: .7;
}
.top_line {
    background: #eee;
    padding: 10px 0;
    text-align: center;
}
img {
    max-width: 100%;
}
* {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
p {
    color: #000;
}
.footer_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_right .privacy_link {
    display: inline-block;
}
.footer_right .privacy_link p {
    margin: 0 8px 0;
    font-size: 15px;
}
@media only screen and (max-width: 560px) {
    header .container {
        width: 100%;
    }
    .header_contents li:first-of-type {
        max-width: 52%;
        margin: 0 0 0 4%;
    }
    .top_line {
        background: #eee;
        padding: 10px 5%;
        text-align: center;
    }
    .top_line img {
        vertical-align: middle;
    }
    .footer_line {
        flex-wrap: wrap-reverse;
        padding: 0 0 22px;
    }
    .footer_right .privacy_link p {
        margin: 0 5px 0;
        font-size: 11px;
    }
    .footer_right .privacy_link {
        display: inline-block;
        font-size: 11px;
        margin: 0;
    }
    .footer_right {
        margin: 8px 0 10px;
    }
}