@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 0.938em/1.3 'Roboto', sans-serif;
}
#wrapper {
    position: relative;
    max-width: 710px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
a {
    color: #000;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: -0.2rem 0 0.75rem;
    font-size: 1.925em;
    line-height: 1.3;
    font-weight: normal;
    color: #C5221A;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0rem;
    color: #C5221A;
}
h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0rem;
    text-transform: uppercase;
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
}
h3 span {
    -moz-transform: matrix(1, 0, -0.15, 1, 0, 1);
    -webkit-transform: matrix(1, 0, -0.15, 1, 0, 1);
    transform: matrix(1, 0, -0.15, 1, 0, 1);
    background: #C5221A;
    color: #fff;
    display: inline-block;
    padding: 0.2rem 0.5rem;
}
h3 a {
    color: #fff;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 0.85rem;
}
li:before {
    content: "\2022";
    display: block;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    float: left;
    top: 0;
    margin-left: -0.85rem;
    font-family: Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
header {
    padding: 0;
}
article {
    padding: 0.4rem 0.8rem 0;
}
article>p:nth-of-type(2) {
    font-size: 1.032em;
}
footer {
    padding: 0 0.8rem 1.25rem;
}
@media only screen and (max-width:710px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .hide_m {
        display: none;
    }
    h3, h3 span {
        position: static;
        transform: none;
    }
    h3{
        margin-top: 0.5rem;
    }
}
@media only screen and (max-width:480px) {
    h1{
        font-size: 1.6em;
    }
}