@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 0.875em/1.3em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 4px #00AE4D;
    background: #fff;
    overflow: hidden;
    padding: 1rem 1.5rem;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #00AE4D;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.375em;
    line-height: 1.3;
}
h1 span {
    color: #00AE4D;
    font-size: 1.75em;
}
h2 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00AE4D;
}
h2.bor {
    padding: 1.5rem 0;
    margin: 1rem 0 1.75rem;
    border-top: 2px solid #00AE4D;
}
h2.bg {
    padding: 0 1rem 0.25rem;
    border-radius: 1rem;
    background: #00AE4D;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}
h2.nobor {
    border: 0;
    padding: 0;
    text-align: center;
    margin: 0 0 1rem;
}
h2.mgb {
    margin-bottom: 1rem;
    border: 0;
}
h3 {
    font-size: 1.5625em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    margin-bottom: 1rem;
}
figure {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
h1, .center {
    text-align: center;
}
.wid {
    width: 70%;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 49%;
    position: relative;
}
.benfit {
    display: flex;
    flex-direction: column;
    width: 249px;
    gap: 0.75rem;
    position: absolute;
    top: 29rem;
    right: 1rem;
}
.benfit p {
    padding: 0.625rem 0.5rem;
    background: #00AE4D;
    text-align: center;
    border-radius: 1rem;
    color: #fff;
    width: 156px;
    font-size: 1rem;
    line-height: 1.3;
}
.benfit p:nth-of-type(2n + 1) {
    margin-left: auto;
}
.benfit img {
    display: block;
    margin: 0 auto 0.75rem;
}
footer {
    width: 70%;
}
footer p {
    font-size: 1rem;
    line-height: 1.3;
    padding: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    header figure {
        position: static;
    }
    article br {
        display: none;
    }
    .wid, footer {
        width: auto;
    }
    .benfit {
        position: static;
        width: auto;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .benfit p:nth-of-type(2n + 1) {
        margin: 0;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
    .flex div:first-of-type ul {
        padding: 0;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}