@charset "utf-8";
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Moon Dance';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/moon-dance-v7-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/moon-dance-v7-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/moon-dance-v7-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/moon-dance-v7-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/moon-dance-v7-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/moon-dance-v7-latin-regular.svg#MoonDance') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/montserrat-v29-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/montserrat-v29-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/montserrat-v29-latin-regular.svg#Montserrat') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v29-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/montserrat-v29-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/montserrat-v29-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/montserrat-v29-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/montserrat-v29-latin-700.svg#Montserrat') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 1em/1.3em 'Montserrat', Arial, sans-serif;
    color: #fff;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 715px;
    border: solid 1px #000;
    background: #FFE100;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0rem 0rem 0rem;
    font-size: 3.3em;
    line-height: 1.1;
}
h1 small {
    font-size: 0.3em;
    color: #fff;
}
h2 {
    font-weight: 400;
    font-size: 2.7em;
    line-height: 1.3;
    font-family: 'Moon Dance', Arial, sans-serif;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}
h3 small {
    display: block;
    font-size: 0.7em;
}
h4 {
    font-size: 2.4em;
    line-height: 1.3;
    padding-bottom: 1.5rem;
}
h1, h4, .yellow {
    color: #FFE100;
}
h1, h2, h3, h4 {
    text-align: center;
}
h1, h3 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.yellow {
    padding-bottom: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
ul {
    padding: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 1.3;
}
li {
    padding: 0 0 0.5rem 25px;
    background: url('../images/icon.png') no-repeat -1px 0;
}
header {
    padding: 1rem 1rem 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #FFE100;
}
.logo {
    display: flex;
    justify-content: center;
    padding-bottom: 0.3rem;
}
header p {
    text-align: center;
    color: #004483;
    font-size: 0.750em;
    line-height: 1.2;
}
article {
    padding: 1rem;
    background: #015CA7;
}
article .box {
    padding: 0 2rem;
}
.banner {
    margin: 0.6rem -1rem;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.title {
    width: 553px;
}
footer {
    padding: 1rem 1rem 0;
}
.button{
    color: #004483;
    font-size: 1.85em;
    background: #fff;
    padding: 1.2rem 0.5rem;
    font-weight: 700;
    color: #015CA7;
    height: 55px;
}
footer p:last-of-type {
    color: #004483;
    font-size: 1.188em;
    line-height: 1.5;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:714px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h4 {
        font-size: 2em;
    }
    header {
        position: static;
    }
    .title {
        width: 100%;
    }
    article br {
        display: none;
    }
    .box {
        display: block;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:410px) {
    h1 {
        font-size: 2em;
    }
    h1 small {
        font-size: 0.6em;
    }
    h2 {
        font-size: 2em;
    }
    article .box{
        padding: 0;
    }
    .button{
        font-size: 1.5em;
        margin-bottom: 0.5rem;
    }
}