@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: #222;
    font: 400 1.125em/1.4em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1100px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 5px #999;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.ins{
    text-decoration: underline;
}
:is(h1, h2, h3, .color, a.color, .text) {
    color: #0082B9;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.95em;
    line-height: 1.3;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-top: 0.5rem;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.8rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #8db3e2;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.nopd {
    padding: 0;
}
.big {
    font-size: 1.125em;
    line-height: 1.3;
}
.text {
    text-align: right;
    font-size: 0.813em;
    line-height: 1.3;
}
.apply {
    color: #fff;
}
.apply a {
    display: inline-block;
    background: #5E5A5B;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    text-transform: uppercase;
}
article {
    padding: 3rem 0 0 3.4375rem;
}
article .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 2rem;
}
.left {
    width: 49%;
}
.right {
    width: 48%;
}
.box-bg {
    background: #fff url('../images/bg.jpg') no-repeat;
    background-size: cover;
    padding: 4rem 2rem 0;
}
.flex1 {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
footer {
    padding: 3rem 0 0 1rem;
}
footer section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
}
footer p {
    color: #fff;
    padding-bottom: 0;
    font-size: 0.8em;
    line-height: 1.3;
    text-align: center;
}
footer section figure {
    width: 100px;
}
@media only screen and (max-width:1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width:930px) {
    article {
        padding: 2rem 2rem 0;
    }
    footer section {
        right: 2rem;
    }
    .box-bg {
        padding-top: 2rem;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: auto;
    }
    .box-bg {
        padding-top: 3rem;
        margin-top: 2rem;
    }
    footer {
        padding: 3rem 0 0;
    }
    footer section {
        position: static;
        background: #0081BA;
        padding: 2rem;
        justify-content: center;
    }
    ul {
        padding-bottom: 1.5rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
    ul {
        padding-bottom: 1.5rem;
    }
    h1 {
        font-size: 1.6em;
    }
    .box-bg {
        padding: 1.5rem 1rem 1rem;
    }
    .text {
        font-size: 1.125em;
    }
}