@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: #001E50;
    font: 0.938em 'Roboto', sans-serif;
    line-height: 1.3;
}
#wrapper {
    position: relative;
    max-width: 812px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 0 2.5rem 8rem 1.9rem;
    text-align: left;
}
#wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 284px;
    height: 100%;
    background: #E4F5EF;
}
a {
    color: #001E50;
    text-decoration: none;
    white-space: nowrap;
}
a.link {
    color: #0462C1;
    text-decoration: underline;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.8em;
    line-height: 1.1;
    color: #00B46D;
}
h1 span {
    font-size: 0.7em;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-top: 0.2rem;
}
h2 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    color: #00B46D;
}
h3 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    background: url('bg.jpg') no-repeat top right;
    width: 232px;
    height: 36px;
    color: #fff;
    padding: 0.65rem 3rem 0 0.5rem;
    margin-left: 7px;
}
h3:nth-of-type(2) {
    background: url('bg2.jpg') no-repeat 0px 0;
}
h3:nth-of-type(3) {
    background: url('bg3.jpg') no-repeat 0px 0;
}
h3:nth-of-type(4) {
    background: url('bg4.jpg') no-repeat 0px 0;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li li::before {
    content: "\3007";
    font-size: 0.5em;
    margin: 5px 0 0 -27px;
}
li li {
    padding-left: 4.5rem;
}
li:before {
    content: "\2022";
    display: block;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    float: left;
    margin-left: -1.5rem;
    font-family: Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
main {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
header {
    position: relative;
    z-index: 999;
    margin-left: -2rem;
}
header img {
    width: 590px;
}
article {
    width: 446px;
    position: relative;
    margin-top: -8rem;
    z-index: 999;
}
footer {
    padding: 0.35rem 0 0;
    width: 232px;
    text-align: right;
    font-size: 0.938em;
    line-height: 1.2;
}
footer p {
    padding-bottom: 0.8rem;
    padding-left: 13px;
}
footer p small {
    font-size: 0.9em;
    line-height: 1.3;
}
footer section {
    position: relative;
    z-index: 999;
}
footer>p:last-of-type {
    position: absolute;
    left: 0;
    bottom: -2rem;
}
footer img {
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
}
ul:last-of-type {
    padding-bottom: 0;
}
@media only screen and (max-width:811px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0 1rem 1rem;
    }
    p {
        text-align: left;
    }
    br:not(br.block), #wrapper:before {
        display: none;
    }
    ul {
        padding-left: 0;
    }
    header {
        margin-left: -1rem;
    }
    h1+p {
        text-align: left;
    }
    article {
        margin-top: 0;
    }
    main {
        display: block;
    }
    article, footer {
        float: none;
        width: 100%;
    }
    footer section {
        background: #E4F5EF;
        margin: 0 -1rem 1rem;
        padding: 1rem;
    }
    li li {
        padding-left: 2.5rem;
    }
    footer p {
        padding-left: 0;
    }
    footer p:last-of-type, footer img {
        position: static;
    }
    h3 {
        margin-left: 0;
    }
}