@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #414042;
    font: 0.938em/1.3 'Noto Sans Display', sans-serif;
}
#wrapper {
    position: relative;
    max-width: 762px;
    margin: 1rem auto;
    border: 1px solid #414042;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
a {
    color: #414042;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
    text-align: center;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.35em;
    line-height: 1.2;
    text-align: center;
    color: #221F1F;
}
h1 span {
    font-size: 0.7em;
}
h1+p {
    font-weight: 600;
}
h2 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}
h3 {
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    padding: 0.8rem 0.5rem 0.2rem;
    background: #767A80;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
    text-align: justify;
}
li {
    padding: 0 0 0.2rem 0.7rem;
}
li:before {
    content: "›";
    display: block;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    float: left;
    top: 0;
    margin-left: -0.7rem;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
header {
    padding: 1.5rem 1.5rem 0 0;
    text-align: center;
}
header>a {
    display: inline-block;
    margin: 0 1rem;
}
header>img {
    display: block;
}
article {
    padding: 0 2rem 0 2.5rem;
}
article>p:last-of-type strong, article>p:last-of-type a {
    color: #767A80;
}
article>p:last-of-type strong {
    display: inline-block;
    font-size: 1.125em;
}
footer {
    padding: 1rem;
    background: #7F8084 url('bg.jpg') no-repeat 0px 50%;
    text-align: center;
    color: #fff;
    margin-top: -0.2rem;
}
footer a {
    color: #fff;
}
@media only screen and (max-width:762px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        font-size: 0.938em;
        line-height: 1.4;
    }
    .hide_m {
        display: none;
    }
    ul {
        text-align: left;
    }
    header {
        padding: 1rem 1rem 0 0;
    }
    article {
        padding: 0 1rem;
    }
    footer {
        background: #7F8084;
    }
}
