@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v27-latin-regular.eot');
    src: url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v27-latin-700.eot');
    src: url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/noto-sans-v27-latin-900.eot');
    src: url('../fonts/noto-sans-v27-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-900.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-900.woff') format('woff'), url('../fonts/noto-sans-v27-latin-900.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-900.svg#NotoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #4C4545;
    font: 400 0.85em/1.3em 'Noto Sans', Tahoma, Verdana, Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
strong {
    font-weight: 700;
}
:is(h1, h2, h3, h5) {
    font-weight: 900;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.9em;
    line-height: 1.1;
    border-left: 5px solid #147158;
    padding: 0.25rem 0 0.25rem 0.5rem;
}
h1 span {
    font-size: 1rem;
}
h2, h3, h5 {
    color: #147158;
}
h2 {
    font-size: 1.5em;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.7em;
    line-height: 1.2;
    background: #0C4E27;
    color: #fff;
    text-align: center;
    padding: 1.75rem 1rem;
    margin-bottom: 1rem;
}
h3 span {
    display: block;
    font-size: 0.7em;
    line-height: 1.3;
    color: #FBB825;
    margin-top: 0.25rem;
}
h4 {
    font-size: 1em;
    line-height: 1.3;
}
h5 {
    font-size: 2em;
    line-height: 1;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1.25rem;
    background: url('../images/icon_list.jpg') no-repeat;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
hr {
    border: none;
    background: #DED8D5;
    height: 1px;
    margin: 0.75rem 0;
}
header figure:last-of-type {
    position: absolute;
    right: 1rem;
    top: 16.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem 0;
}
.flex p {
    padding-bottom: 0.5rem;
}
.left, .right {
    width: 50%;
}
.bg {
    background: #E0E8E8;
    border-top: 2px solid #147158;
    margin: 1rem -2rem;
    padding: 1rem 2rem;
}
.bg h2 {
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.1;
}
.benifit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.benifit .box {
    width: 32%;
    display: flex;
    gap: 0.5rem;
}
.benifit .box p {
    font-size: 0.813em;
    line-height: 1.3;
}
.contact {
    background: #147158;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    line-height: 1.4;
}
.contact strong {
    font-size: 1.188em;
}
article {
    padding: 0 2rem;
}
footer {
    padding: 0 2rem 1rem;
}
footer p {
    font-size: 0.875em;
    line-height: 1.4;
}
figure {
    margin: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    header figure:last-of-type {
        position: static;
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    .left, .right {
        width: 48%;
    }
}
@media only screen and (max-width:768px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    .benifit .box {
        width: 48%;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding: 0 1rem;
    }
    .benifit .box {
        width: 100%;
    }
}