@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1.125em/1.2em 'Segoe UI', Arial, sans-serif;
}
h1, h2 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    height: 621px;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    font-size: 2.375em;
    line-height: 1.1;
    color: #ED1C24;
    margin: -0.5rem 0 0.5rem;
}
h1 span {
    font-size: 1.0625rem;
}
h2 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #ED1C24;
}
:is(a:link,a:visited,a:hover,a:active) {
    color: #333333;
    text-decoration: none;
}
a.color {
    color: #EE1D23;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding: 0 0 0.25rem 1.5rem;
}
li:before {
    content: "▪";
    font-size: 1.25em;
    float: left;
    margin: -2px 0 0 -1.5rem;
    color: #EE1D23;
}
header figure {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1rem;
}
header>img {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1rem solid #ED1C24;
}
article {
    padding: 0 1rem 0 41%;
    margin-top: -9rem;
}
.color {
    color: #EE1D23;
}
.fs1 {
    font-size: 1.25em;
    line-height: 1.1;
}
.fs2 {
    font-size: 1.125em;
    line-height: 1;
}
.last {
    width: fit-content;
    margin-left: auto;
}
.last p:first-of-type {
    font-size: 1.0625em;
    line-height: 1.1;
}
.last p:last-of-type {
    font-size: 0.875em;
    line-height: 1.1;
    width: fit-content;
    margin: 0 auto;
}
footer {
    padding: 0 1rem 0 41%;
    margin-top: -8rem;
}

footer > p {
    font-size: 0.875em;
    line-height: 1.3;
}
.qrc p {
    font-size: 1.375em;
    line-height: 1.2;
    text-align: center;
}
.qrc {
    display: flex;
    align-items: flex-start;
    margin: 0 0 -1.5rem 2rem;
}

footer i {
    font-size: 1.25em;
    margin-right: 0.375rem;
}
.qrc > img {
    margin-top: 1rem;
}
.qrc a {
    padding-top: 1.5rem;
}
.button {
    text-align: center;
}
.button strong {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 0 0.5rem;
    background: #ED1C24;
    color: #fff;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
    }
    header {
        padding: 1rem 1rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header a {
        display: inline-block;
        margin-bottom: 1rem;
    }
    header figure {
        padding: 0;
    }
    header>img {
        position: static;
        height: 274px;
        object-fit: cover;
        width: 343px;
        border: 0;
        margin: 0 0 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
    .hide_m {
        display: none;
    }
    footer {
        padding: 0 1rem;
    }
    article, footer {
        margin: 0;
    }
    .last {
        margin: 0;
        width: auto;
    }
    .last p {
        text-align: center;
    }
    .qrc {
        margin: 0;
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 2em;
    }
}