@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 480px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
}

header {
    position: relative;
}

article {
    padding: 0 30px 1rem;
}

footer {
    padding: 1px 1rem;
    background: #60706e;
}

footer p {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}

footer :is(p, h3, a) {
    color: #FFF !important;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    font-size: 34px;
    line-height: 1.1;
    text-align: center;
    color: #FFF;
}

h1 span {
    font-weight: normal;
    display: block;
    font-size: 70%;
}

h2 {
    font-size: 16px;
    margin: 1rem 0;
    line-height: 20px;
    background: #7f8c8a;
    padding: 6px;
    width: 121px;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
}

h3 {
    font-size: 19px;
    margin: 1rem 0;
    line-height: 1;
    text-align: center;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.title {
    FONT-VARIANT: JIS78;
    position: absolute;
    bottom: 0.75rem;
    left: 15%;
    background: rgba(127, 140, 138, 0.85) none repeat scroll 0 0;
    padding: 10px 1rem;
    border-radius: 25px;
    width: 70%;
}

.title p {
    text-align: center;
    color: #FFF;
    margin: 0 0 2px;
    font-size: 23px;
}

ul {
    list-style: none;
}

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 21px;
    text-indent: -1rem;
}

@media all and (max-width:479px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, h1) {
        hyphens: auto;
        text-wrap: pretty;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width:425px) {
    .title {
        position: static;
        width: auto;
        margin: 1rem;
    }

    .link {
        white-space: normal !important;
    }
}