@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: url('../images/bgb.jpg') no-repeat bottom 55px left, linear-gradient(90deg, #c61d25 , #ee367e);
    overflow: hidden;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1 {
    margin: 0;
    font-size: 1.55em;
    line-height: 1.1;
    font-weight: normal;
}

.justify{
    text-align: justify;
}
h1 span {
    font-size: 1.063rem;
    display: inline-block;
}
h2{
    font-size: 1em;
    line-height: 1.3;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style: none;
}
li {
    padding: 0 0 0 16px;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 0 0 0 -16px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
article {
    padding: 0 2.25rem 0 2.75rem;
}
article p {
    padding-bottom: 0.5rem;
}
article>figure {
    position: absolute;
    right: 3rem;
    top: 5.5rem;
}
section {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 1rem;
    margin-top: 1.5rem;
}
section figure {
    margin: 0 0 0.5rem 1.5rem;
}
section p {
    color: #000;
    font-size: 0.8em;
    line-height: 1.25;
}
.logo {
    position: absolute;
    bottom: 4rem;
    right: 3rem;
}
footer p {
    text-align: center;
    font-size: 0.938em;
    line-height: 1.1;
    padding: 0.5rem 0;
    background: linear-gradient(90deg, #c61d25 , #ee367e);
}
footer p span {
    font-size: 1.2em;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: linear-gradient(90deg, #c61d25 , #ee367e);
        background-size: 100%;
    }
    .justify{
        text-align: left;
    }
    p, h1 {
        text-align: center;
    }
    article>figure {
        position: static;
        display: flex;
        justify-content: center;
        margin: 0.5rem 0 1rem;
    }
    section {
        background: #fff;
        margin: 0 -1.5rem;
        padding: 0.5rem 1rem;
        flex-direction: column;
        align-items: center;
    }
    .hide_m {
        display: none;
    }
    .logo {
        position: static;
    }
    footer p {
        padding: 0.5rem;
        line-height: 1.25;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0.5rem 1rem 0;
    }
}