@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v23-latin-regular.eot');
    src: url('../fonts/anton-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v23-latin-regular.woff2') format('woff2'), url('../fonts/anton-v23-latin-regular.woff') format('woff'), url('../fonts/anton-v23-latin-regular.ttf') format('truetype'), url('../fonts/anton-v23-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3A464C;
    font: 400 1em/1.5em Segoe, "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 6.5rem 3.5rem 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
:is(h1, h2, h3, h4, h5) {
    font-weight: 400;
    font-family: 'Anton', Arial, sans-serif;
}
:is(h2, h3) {
    color: #3A464C;
}
p {
    padding-bottom: 1.5rem;
}
p small{
    display: inline-block;
    line-height: 1.4;
}
h1 {
    margin: 0 0 2.5rem;
    font-size: 2.5em;
    line-height: 1.1;
    width: 55%;
}
h1 span {
    font-size: 1.6rem;
    display: block;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.85em;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #843046;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}
h5 {
    font-size: 0.875em;
    line-height: 1.3;
    text-align: center;
    color: #000;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.25rem 1.375rem;
    background: url('../images/iconlist.jpg') no-repeat 0 2px;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    display: none;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin: 0.35rem 0;
}
.left {
    width: 52%;
}
.right {
    width: 41%;
}
article figure {
    margin: 0 0 0.25rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}
.tright :is(h2, p) {
    text-align: right;
    color: #fff;
}
.icon {
    display: flex;
    gap: 1rem;
}
.item {
    width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.qr {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.logo{
    margin-bottom: 0.5rem;
}
footer p{
    color: #000;
    padding-bottom: 0.75rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #F8ECDC;
        padding: 2rem 2rem 0;
    }
    :is(p, h1) span {
        display: inline-block;
    }
    .hide_m, :is(li, h1) br {
        display: none;
    }
    h1 {
        width: auto;
    }
    header {
        display: block;
        margin: -2rem -2rem 1.5rem;
    }
    header img{
        width: 100%;
    }
    footer {
        background: #fff;
        margin: 0 -2rem;
        padding: 1rem 2rem;
    }
    .tright {
        padding: 1rem 2rem 0;
        background: #843046;
        margin: 1rem -2rem 0;
    }
    .tright :is(h2, p) {
        text-align: center;
    }
    .item {
        padding: 0.75rem;
        background: linear-gradient(to bottom, #fff, #F8ECDC);
    }
}
@media only screen and (max-width:700px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: auto;
    }
}
@media only screen and (max-width:610px) {
    footer{
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width:479px) {
    #wrapper {
        padding: 1rem 1rem 0;
    }
    header {
        display: block;
        margin: -1rem -1rem 1rem;
    }
    h1 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
}