@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 2px #233182;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 3em;
    line-height: 1.1em;
    color: #fff;
}
h1 span {
    font-size: 0.65em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 3.25em;
    line-height: 1;
    text-align: center;
}

h3 span {
    position: relative;
    z-index: 2;
}
h3:after {
    content: url('../images/line.jpg');
    display: block;
    line-height: 1;
    margin: 0 auto;
    margin-top: -2rem;
}
h4 {
    font-size: 1.375em;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-right: 2rem;
    border-right: solid 2px #233182;
}
h2, h3, h4 {
    text-transform: uppercase;
    color: #233182;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    display: flex;
    gap: 1rem 4rem;
}

header p {
    text-align: center;
    font-size: 1.5em;
    line-height: 1;
}
.ttl {
    padding: 0.25rem 1rem;
    margin: 0 -1rem 1rem;
    background: #233182;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.lct {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: #fff;
    border-radius: 0.75rem;
    color: #233182;
    font-size: 1.0625em;
}
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content > div {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.col1 {
    width: 27%;
}
.col3 {
    width: 296px;
}
.list div {
    flex: 1;
}
.bor {
    padding: 0 0.75rem;
    border-inline: 2px dotted #233182;
    width: 330px;
}
.content .appl {
    padding: 0.5rem 2rem;
    background: #F0F2F8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
}
footer {
    padding-top: 0.75rem;
    border-top: 2px solid #233182;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
    gap: 1rem 0;
}
footer div {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.bor2 {
    padding: 0 1rem;
    border-inline: 2px solid #233182;
}
footer p {
    padding: 0;
}
.big {
    font-size: 1.125em;
    line-height: 1.3;
}
.big2 {
    font-size: 1.25em;
    line-height: 1.3;
}
footer strong {
    color: #233182;
    font-size: 1.25em;
    line-height: 1.3;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        text-align: center;
    }
    header, .ttl, .appl, footer {
        align-items: center;
        flex-direction: column;
    }
    :is(header, article) br {
        display: none;
    }
    .ttl {
        padding: 1rem;
    }
    .col1, .bor, .col3 {
        width: 100%;
    }
    .bor, .bor2, h4 {
        padding: 0;
        border: 0;
    }
    .content > div {
        margin-bottom: 1rem;
    }
    .content .appl {
        margin: 0;
    }
}
@media only screen and (max-width:480px) {
    .content .appl {
        padding: 0.5rem 1rem;
    }
    .content > div {
        flex-direction: column;
        align-items: center;
    }
    .content > div div {
        width: 100%;
    }
}
@media only screen and (max-width: 390px) {
    h3 {
        margin-bottom: 1rem;
    }
    h3:after {
        display: none;
    }
}