@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v42-latin-regular.eot');
    src: url('../fonts/noto-sans-v42-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v42-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v42-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v42-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v42-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-v42-latin-700.eot');
    src: url('../fonts/noto-sans-v42-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v42-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v42-latin-700.woff') format('woff'), url('../fonts/noto-sans-v42-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v42-latin-700.svg#NotoSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Noto Sans', "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid .062rem #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    white-space: nowrap;
}

a.web {
    color: #009EE0;
}

a:hover {
    color: #009ee0;
}

p {
    margin: 0 0 .625rem;
}

p span {
    white-space: nowrap;
}

.weight {
    font-weight: normal;
    white-space: normal;
    display: block;
    line-height: 1.3
}

.center {
    text-align: center;
    margin: 0 0 1.875rem;
}

h1 {
    text-align: center;
    margin: 2.187rem 0;
    font-size: 1.437rem;
}

h1 span {
    font-weight: normal;
    display: block;
    padding-top: .5rem;
}

h2 {
    font-size: 1.875rem;
    color: #3B9CDE;
}

h3 {
    color: #009ee0;
    margin: 1.562rem 0 .625rem;
    font-size: 1.4rem;
}

h4 {
    font-size: 1.75rem;
    color: #333;
    margin: 0 0 1rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

hr {
    border-top: none;
    border-bottom: .062rem solid #000;
    margin: 1.562rem 0;
}

header {
    padding: 1.25rem;
    display: flex;
}

.logo {
    width: 250px;
}

.image {
    margin: 0 0 5rem;
}

article {
    padding: 0 1.875rem;
}

.border {
    border: .125rem solid #fabb00;
    margin: 1.25rem 0;
    padding: 1.25rem;
}

footer {
    padding: 0 1.875rem;
}

.mail p {
    color: #009EE0;
    font-size: 1.5625rem;
    margin: 1.25rem 0;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 46rem) {
    h1 {
        font-size: 1.25rem;
        line-height: 1.3
    }

    h2 {
        position: static;
        justify-content: center;
        font-size: 1.437rem;
    }

    header {
        justify-content: center;
    }

    .image {
        margin: 0 0 .625rem;
    }

    h1,
    .center {
        margin: 1.25rem 0;
    }

    h3 {
        font-size: 1.062rem;
        margin: 0 0 .5rem;
    }

    article {
        padding: 0 1rem;
    }

    .border {
        margin: 0;
        padding: 1rem 1rem 0;
    }

    footer {
        padding: .625rem 1rem 1rem;
    }

    footer p,
    h4 {
        text-align: center;
    }

    .mail p {
        font-size: 1.125rem;
        margin: 0.625rem 0;
    }
}

@media only screen and (max-width: 31.187rem) {
    ul li {
        padding-left: 1.375rem;
    }
}