@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    background: #c8c8c8 url(../images/bg.jpg) no-repeat top center;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:active) {
    color: #f18e00;
    text-decoration: none;
    white-space: nowrap;
}


a:hover {
    text-decoration: underline;
    color: #005580;
}

p {
    margin: 0 0 0.625rem;
}

a.tel {
    color: inherit;
}

h1 {
    font-size: 0.875rem;
    font-weight: normal;
}

h2 {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0.625rem 0 1.875rem;
    color: #f18e00;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 1.563rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1.563rem;
    line-height: 0.8;
}

header {
    border: 1px dashed #000000;
    box-shadow: 0 0 1.25rem -0.75rem rgba(0, 0, 0, 1);
    margin: 0 0 1.25rem;
    background: #ffffff;
}

.box {
    background: #ffffff;
    border: 1px dashed #000000;
    box-shadow: 0 0 1.25rem -0.75rem rgba(0, 0, 0, 1);
    margin: 0 0 1.25rem;
    padding: 2rem;
}

footer p:last-of-type {
    margin: 0
}

footer .box {
    margin-bottom: 0;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    body {
        background: #c8c8c8;
    }

    h1 br {
        display: none;
    }
}

@media only screen and (max-width: 30rem) {
    #wrapper {
        padding: .5rem;
    }

    header {
        margin-bottom: .5rem;
    }

    .box {
        padding: 1rem;
        margin-bottom: .5rem;
    }

    h2 {
        padding: 0 0 .5rem;
    }

    ul li {
        padding-left: 1.1rem
    }
}