@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v51-latin-300.eot');
    src: url('../fonts/roboto-v51-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-300.woff2') format('woff2'), url('../fonts/roboto-v51-latin-300.woff') format('woff'), url('../fonts/roboto-v51-latin-300.ttf') format('truetype'), url('../fonts/roboto-v51-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v51-latin-regular.eot');
    src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v51-latin-regular.woff') format('woff'), url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v51-latin-700.eot');
    src: url('../fonts/roboto-v51-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-700.woff2') format('woff2'), url('../fonts/roboto-v51-latin-700.woff') format('woff'), url('../fonts/roboto-v51-latin-700.ttf') format('truetype'), url('../fonts/roboto-v51-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v51-latin-700italic.eot');
    src: url('../fonts/roboto-v51-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-v51-latin-700italic.woff') format('woff'), url('../fonts/roboto-v51-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-v51-latin-700italic.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lobster-v32-latin-regular.eot');
    src: url('../fonts/lobster-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lobster-v32-latin-regular.woff2') format('woff2'), url('../fonts/lobster-v32-latin-regular.woff') format('woff'), url('../fonts/lobster-v32-latin-regular.ttf') format('truetype'), url('../fonts/lobster-v32-latin-regular.svg#Lobster') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #006633;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 2rem 0 1rem;
    font: 2.5em/1.1em 'Lobster', cursive;
    text-align: center;
}
h1 span {
    display: inline-block;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    position: relative;
}
h2:after {
    content: url('../images/icon.jpg');
    top: 0;
    right: 1rem;
    position: absolute;
}
h2 + p {
    padding: 0.5rem 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    line-height: 1.5;
    font-weight: 300;
}
li {
    padding-left: 1.25rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header figure {
    background: #008645;
    padding: 1rem 6rem;
}
.ttl {
    padding: 2rem 2rem 3.5rem;
    background: url('../images/bg.jpg') top left no-repeat;
}
.ttl p {
    text-align: center;
    color: #008746;
}
.icon {
    padding: 1rem 1rem 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #D6D4EB;
    border-radius: 1.25rem;
    margin-bottom: 1rem;
    gap: 1rem;
}
.icon p img {
    display: block;
    margin: 0 auto 0.75rem;
}
.icon p {
    text-align: center;
}
hr {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    margin: 0 0 0.5rem;
}
.content, .box {
    padding: 1rem 2rem 0;
}
.box {
    background: #E7F1E3;
}
.pdl {
    color: #34495E;
    padding: 0.25rem 0 0.75rem 2.75rem;
}
footer p {
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    background: #008645;
    color: #fff;
    width: fit-content;
    margin: -1.375rem 2rem 2rem auto;
}
@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 figure {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
    h1 {
        margin: 1rem 0 0;
    }
    .ttl {
        background-image: none;
        padding: 1rem;
    }
    .ttl p {
        padding: 0.5rem 1rem;
        border-radius: 2rem;
        border: 2px solid #008645;
        width: fit-content;
        margin: 0 auto;
    }
}
@media only screen and (max-width:780px) {
    footer p {
        margin: 1rem auto;
    }
}
@media only screen and (max-width:480px) {
    .content, .box {
        padding: 1rem 1rem 0;
    }
    li, .pdl {
        padding-left: 1rem;
    }
}