@charset "utf-8";

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
    background: url(../images/bg_left.jpg), url(../images/bg.png);
    background-size: 7%, 92.5%;
    background-repeat: repeat-y, no-repeat;
    background-position: top left, right -0.0625rem bottom -0.0625rem;
    padding: 0 0 0 3.75rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

h1 {
    margin: 0.875rem 0;
    font-size: 2.3rem;
    line-height: 1.2;
    color: #006549;
}

h1 span {
    font-weight: normal;
}

h2 {
    color: #A0D083;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0;
}

h3 {
    font-size: 1.125rem;
}

h4 {
    font-size: 1rem;
    margin: 0 0 1rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 0.75rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.75rem;
}

header {
    padding: 2.5rem 1.562rem 1.625rem 0;
    display: flex;
    justify-content: flex-end;
}

article {
    position: relative;
    padding: 0 0 20rem
}

.box {
    padding: 1rem 1.562rem 0 1.875rem;
}

hr {
    margin: 1.875rem 0 1.875rem 1.875rem;
    border: none;
    height: 0.312rem;
    background: #A0D083
}

.img_bottom {
    width: 27.5rem;
    margin: 0 2.25rem 0;
}

.section {
    position: absolute;
    bottom: 0;
    left: -1.25rem;
    background-size: cover;
    width: 59%
}

.qrcode {
    position: absolute;
    right: -13%;
    bottom: 6%;
}

.aside {
    shape-outside: polygon(0 1%, 15% 0%, 100% 100%, 0% 100%);
    width: 10.625rem;
    height: 17.5rem;
    float: left;
}

.section p {
    line-height: 1.35;
    font-size: 0.937rem;
    color: #fff;
}

footer {
    position: absolute;
    right: 1.875rem;
    bottom: 1.75rem;
    line-height: 1.35;
    font-size: 0.937rem;
}

@media only screen and (max-width: 53.1244rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        padding: 0;
    }

    header {
        padding: 1rem 1.25rem;
    }

    article {
        padding: 0;
    }

    .box {
        padding: 0 1.25rem;
    }

    hr {
        margin: 1rem 0 1rem 1.25rem;
    }

    .section {
        position: static;
        background: #036646;
        width: 100%;
        padding: 1rem 1.25rem;
    }

    .section p {
        margin: 0;
    }

    .section p .no {
        display: block;
    }

    .qrcode {
        position: static;
        text-align: center;
        margin-top: 1rem;
    }

    .img_bottom {
        margin: 0 auto;
    }

    footer {
        position: static;
        background: #A6D988;
        padding: 1rem 1.25rem;
    }

    :is(footer p:last-of-type br, h4 br, footer p:nth-of-type(2) br, .aside, .section p br) {
        display: none;
    }

    footer p,
    h4 {
        text-align: center
    }

    :is(p, ul) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    :is(h1, h2) {
        text-align: center;
    }

    h1 {
        font-size: 1.875rem;
    }

    header {
        justify-content: center;
    }
}

@media only screen and (max-width: 30rem) {
    :is(h2, h3) {
        font-size: 1.062rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    h4 {
        margin: 0 0 1rem;
    }
}