@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #54595F;
    font: 400 1em/1.5em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: 1px solid #DC00B4;
    background: #fff;
    overflow: hidden;
    border-radius: 0 32px;
}
:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.ins {
    text-decoration: underline;
}
p {
    padding-bottom: 1.5rem;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 2em;
    line-height: 1.1;
    background: #DC00B4;
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3;
    color: #DC00B4;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 17%;
    width: 100%;
}
h3 span {
    display: block;
    font-weight: 400;
}
h4 {
    font-size: 1em;
    line-height: 1.3;
    color: #DC00B4;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 1.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.5rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.7rem;
    position: absolute;
    left: 0;
    top: -2px;
}
.list li:before {
    content: "\01F5F8";
    color: #DC00B4;
    top: 0;
    font-size: 1.5em;
}
.listn li:before {
    content: "\2010";
    font-size: 1.7rem;
    position: absolute;
    left: 0;
    top: -2px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.nopd {
    padding-bottom: 0;
}
.text {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3;
    color: #DC00B4;
}
.logo {
    padding: 2rem;
    display: flex;
    justify-content: center;
}
.top {
    position: relative;
}
.flex, .flex1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.flex div, .box {
    width: 48%;
    border: 2px solid #DC00B4;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.box {
    background: #FFCCF0;
}
article, footer {
    padding: 2rem 2rem 1rem;
}
footer {
    background: #DC00B4;
}
footer :is(p, h2), footer .list, footer ul {
    color: #fff;
}
figure {
    margin: 0;
}
a.apply{
    display: inline-block;
    background: #fff;
    padding: 0.25rem 0.5rem;
    color: #DC00B4;
}
@media only screen and (max-width:939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        border-radius: 0;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {
    .flex, .flex1 {
        flex-direction: column;
    }
    .flex div, .box {
        width: auto;
    }
    h3 {
        font-size: 3vw;
    }
}
@media only screen and (max-width:480px) {
    .logo {
        padding: 1rem;
    }
    article, footer {
        padding: 1rem 1rem 0;
    }
    h1 {
        font-size: 1.7em;
    }
    h2 {
        font-size: 1.25em;
    }
}