@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: #231F20;
    font: 400 0.875em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem 2rem 0;
}
p {
    padding-bottom: 0.5rem;
}
.pdb {
    padding-bottom: 1.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.ins {
    text-decoration: underline;
    color: #1B80C4;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.8em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.3em;
    line-height: 1.3em;
}
h1, h2 {
    color: #0A5492;
}
.color {
    color: #1B80C4;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding-left: 2rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 2rem;
}
.ttl {
    padding: 1rem 0 0;
    border-top: 1px solid #F3E508;
    border-bottom: 1px solid #F3E508;
    margin: 1rem 0 2rem;
}
.ttl :is(h1, p) {
    text-align: center;
}
article {
    display: flex;
    justify-content: space-between;
}
article > div {
    width: 49%;
}
.right {
    margin-top: -10rem;
}
.social {
    position: absolute;
    bottom: 4rem;
    right: 9rem;
}
.qrc {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #0A5390;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 4.5rem;
    right: 2rem;
}
figcaption {
    font-size: 0.625rem;
}
footer {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}
@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;
    }
    header {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    article {
        flex-direction: column;
    }
    article > div {
        width: auto;
    }
    .right {
        margin: 0;
    }
    .hide_m {
        display: none;
    }
    .nopad {
        padding: 0;
    }
}
@media only screen and (max-width:543px) {
    .qrc {
        bottom: 7.5rem;
    }
    .social {
        bottom: 7rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        padding: 1rem;
    }
    li {
        padding-left: 1rem;
    }
    .res {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 1rem;
    }
    .social img {
        vertical-align: middle;
    }
    .qrc , .social {
        position: static;
    }
}