@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v9-latin-regular.eot');
    src: url('../fonts/source-sans-3-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v9-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v9-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v9-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v9-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v9-latin-600.eot');
    src: url('../fonts/source-sans-3-v9-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v9-latin-600.woff2') format('woff2'), url('../fonts/source-sans-3-v9-latin-600.woff') format('woff'), url('../fonts/source-sans-3-v9-latin-600.ttf') format('truetype'), url('../fonts/source-sans-3-v9-latin-600.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v9-latin-700.eot');
    src: url('../fonts/source-sans-3-v9-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v9-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v9-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v9-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v9-latin-700.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #231F20;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.562rem;
    text-align: justify;
    hyphens: auto
}

strong {
    font-weight: 600;
}

.width {
    width: 73%;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    text-align: center;
    font-size: 2.062rem;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    background: #fff;
    padding: 0.625rem 1.875rem 0.625rem 2.812rem;
    position: absolute;
    bottom: 7.8125rem;
    color: #085D92;
}

h2 {
    color: #850047;
    font-size: 2.062rem;
    background: #fff;
    text-align: right;
    padding: 0.062rem 1.875rem 0.187rem 2.812rem;
    margin: 0;
    position: absolute;
    bottom: 3.437rem;
    font-weight: 600;
}

h3 {
    color: #fff;
    background-color: #00568bd2;
    font-size: 1.625rem;
    font-weight: 400;
    z-index: 100;
    width: 100%;
    padding-left: 2.812rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

h4 {
    font-size: 1.125rem;
    line-height: 1;
    margin: 0 0 0.625rem;
    color: #05548B;
    font-weight: 600;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
}

ul li {
    padding: 0 0 0 0.9375rem;
}

ul li::before {
    content: "\2022";
    color: #871E60;
    float: left;
    margin: 0 0 0 -0.937rem;
    font-size: 1.125rem;
    position: relative;
    bottom: 0.125rem;
}

header {
    position: relative;
    margin: 0 0 1.25rem;
}

.logo_responsive {
    display: none;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 0 1.875rem;
}

article {
    padding: 0 2.812rem;
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.left {
    width: 47%;
}

.right {
    width: 49%;
}

.width {
    width: 71%;
}

.margin,
footer p {
    margin: 0;
}

.margin {
    text-align-last: justify;
}

footer {
    background-color: #F4F3F5;
    padding: 1rem 9% 1rem 2.812rem;
    border-top: 0.5rem solid #871E60;
    border-bottom: 0.062rem solid #871E60;
}

.blue {
    color: #01558C;
}

footer p .font_size {
    color: #81004D;
    font-size: 1.187rem;
}

.position {
    position: absolute;
    bottom: 0.3125rem;
    right: 2.5rem;
}

a.link {
    color: #01558C;
}

.display_none_normalview {
    display: none;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
        text-align: left;
    }

    a.link {
        white-space: pre-wrap
    }

    .margin,
    .width {
        display: none;
    }

    .display_none_normalview {
        display: block;
    }

    .logo {
        display: none;
    }

    .logo_responsive {
        display: flex;
        justify-content: center;
        padding: 0.625rem 1rem 1rem;
    }

    article {
        padding: 1.25rem 0.625rem 1rem;
    }

    .flex {
        display: block;
    }

    .left,
    .right {
        width: auto;
    }

    h1 {
        position: static;
        text-align: center;
        padding: 0.625rem;
        margin: 0;
    }

    h2 {
        position: static;
        text-align: center;
        padding: 0 0 0.625rem;
        font-size: 1.5rem;
        margin: 0;
    }

    h3 {
        text-align: center;
        position: static;
        padding: 0.3125rem 0.625rem;
    }

    h4 {
        margin: 0 0 0.3125rem;
    }

    .logo {
        align-items: center;
        margin-bottom: 0.937rem;
    }

    .position {
        position: static;
        margin: 0 auto 0.625rem;
    }

    footer {
        padding: 0.625rem;
    }
}
