@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #4B4B4B;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
h2, h3, h4, strong {
    font-weight: 700;
}
h1, h5, h4 span {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 1240px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem 1.5rem 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.link {
    text-decoration: underline;
    color: #0089BA;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 1rem -1.5rem 2rem;
    font-size: 2em;
    line-height: 1.3;
    padding: 2rem 1.5rem;
    background: #63758A;
    color: #fff;
}
h2 {
    font-size: 1.1875em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.625em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h4 {
    font-size: 2em;
    line-height: 1.3em;
    padding: 1.5rem;
    background: #0089BA;
    color: #fff;
    margin-bottom: 0.125rem;
}
h5 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1.5rem;
}
li:before {
    content: "■";
    font-size: 1.25em;
    float: left;
    color: #FAC623;
    margin: -1px 0 0 -1.5rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left {
    width: 60%;
}
.right {
    width: 34%;
}
.col {
    width: 48%;
}
.icon {
    display: block;
    margin: 0 0 1rem auto;
}
.bg {
    background: #F6F3EF;
    padding: 1rem 1.5rem;
}
footer {
    padding: 1.5rem;
    margin: 0 -1.5rem;
    background: #F6F3EF;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 1rem 0 0;
    padding: 0.75rem 1.5rem;
    border: 1px solid #16438C;
    background: #16438C;
    color: #fff;
    box-shadow: 0 0.11765rem 0.23529rem 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1239px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, li {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width:780px) {
    header {
        display: flex;
        justify-content: center;
    }
    .flex {
        flex-direction: column;
    }
    .col, .left, .right {
        width: auto;
    }
    a.apply {
        margin: 1rem auto 0;
    }
    .right {
        margin: 0 -1.5rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}