@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');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v24-latin-700.eot');
    src: local(''), url('../fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #222;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 4rem 0 2rem -4rem;
    font-size: 1.875em;
    line-height: 1.5;
}
h1 span {
  background: #ee7f00;
  color: #fff;
  padding: 0 0.75rem 0 4rem;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 1rem 0 0.5rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 0.5rem 2rem;
    background: rgba(238,127,0,.7);
    color: #fff;
    position: absolute;
    bottom: 2rem;
    left: 0;
}
h1, h2, h3 {
    font-family: 'Roboto Slab', "Time New Roman", serif;
    font-weight: 700;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.25rem;
}
li:before {
    content: url('../images/iconlist.jpg');
    float: left;
    margin: -1px 0 0 -1.25rem;
}
header {
    padding: 2rem 4rem;
    box-shadow: 0 0 8px #bbb;
}
.icon {
    padding-left: 1.75rem;
    line-height: 2;
}
.icon img {
    float: left;
    margin-left: -1.75rem;
    width: 24px;
}
article {
    padding: 2rem 1rem 1.5rem 4rem;
}
.bor img {
    border-radius: 0 5rem;
    box-shadow: 0 0 0.75rem #939393;
    overflow: hidden;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.flex div {
    width: 48%;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    border-radius: 1.5rem;
    border: 1px solid #ee7f00;
    background: #ee7f00;
    color: #fff;
    font-family: 'Roboto Slab', "Time New Roman", serif;
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.3;
    position: absolute;
    bottom: 19rem;
    right: 4rem;
}
.avt {
    position: relative;
    width: fit-content;
}
.adr {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    margin-top: 1rem;
    align-items: center;
}
.grey {
    padding: 1rem 4rem;
    background: #ddd;
}
.bg {
    padding: 2rem 4rem;
    background: #333;
    color: #fff;
}
@media only screen and (max-width:849px) {
    #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;
    }
    a.apply {
        position: static;
        margin: 2rem auto 0;
    }
    header {
        display: flex;
        justify-content: center;
    }
    h1 br {
        display: none;
    }
}
@media only screen and (max-width:780px) {
    article {
        padding: 2rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
    .bor {
        display: flex;
        justify-content: center;
    }
    .grey, .bg {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width:480px) {
    .grey {
        padding: 0 1rem;
        display: flow-root;
    }
    header, article, .bg {
        padding: 1rem;
    }
}