@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v20-latin-regular.eot');
    src: url('../fonts/inter-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v20-latin-regular.woff2') format('woff2'), url('../fonts/inter-v20-latin-regular.woff') format('woff'), url('../fonts/inter-v20-latin-regular.ttf') format('truetype'), url('../fonts/inter-v20-latin-regular.svg#Inter') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v20-latin-600.eot');
    src: url('../fonts/inter-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v20-latin-600.woff2') format('woff2'), url('../fonts/inter-v20-latin-600.woff') format('woff'), url('../fonts/inter-v20-latin-600.ttf') format('truetype'), url('../fonts/inter-v20-latin-600.svg#Inter') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Inter', Arial, sans-serif;
}
h2, strong {
    font-weight: 600;
}
h1, h3, h4 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #cc001b;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1.25em;
    line-height: 1.3;
    padding: 0.5rem 2rem;
    background: #dc2a28;
    color: #fff;
    border-radius: 0.25rem 0.25rem 0 0;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 2rem;
    color: #cc001b;
}
h4 {
    font-size: 2em;
    line-height: 1.3em;
    margin: 2rem 0 1rem;
    color: #cc001b;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 1.5rem 2.75rem;
}
li:before {
    content: url('../images/iconlist.jpg');
    float: left;
    margin: -4px 0 0 -2.75rem;
}
.icon {
    margin-bottom: 1rem;
}
header {
    padding-bottom: 1rem;
}
header a img {
    width: 110px;
}
figure {
    margin: 2rem -2rem;
}
.box {
    padding: 2rem;
    border: 1px solid #dc2a28;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-bottom: 2rem;
}
.benfit {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.benfit p {
    width: calc(50% - 0.5rem);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
}
a.apply {
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    border: 1px solid #cc001b;
    background: #cc001b;
    color: #fff;
    text-decoration: none;
}
footer {
    margin-top: 1rem;
}

footer h4 {
    margin-top: 0;
}
.bg {
    padding: 1rem;
    width: fit-content;
    background: #dc2a28;
    margin: -2rem 2rem 0;
    position: relative;
    z-index: 2;
}
.bg :is(h4, p) {
    color: #fff;
}
a.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    text-decoration: none;
}
@media only screen and (max-width:929px) {
    #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;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .icon {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    figure {
        margin: 1rem -1rem;
    }
    h1 {
        padding: 0.5rem 1rem;
    }
    .box {
        padding: 1rem;
    }
    .benfit p {
        width: 100%;
    }
    .bg {
        margin: -2rem auto 0;
    }
}