@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, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg1.jpg') top left no-repeat, url('../images/bg2.jpg') bottom left no-repeat, #fff;
    overflow: hidden;
    padding: 2rem 6rem 5rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.ins {
    color: #1E5E9F;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1.5rem 0 1rem;
    font-size: 1em;
    line-height: 1.3;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    position: relative;
}

h2:after {
    content: "";
    width: 4rem;
    height: 100%;
    background: #AFBDE1;
    position: absolute;
    top: 10px;
    left: 0;
    transform: skew(0, 7deg);
    border-right: 1rem solid #fff;
}
h2 span {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #0066B3;
    color: #fff;
    transform: skew(0, -6deg);
    position: relative;
    z-index: 2;
}
ul {
    padding: 1rem 1rem 1rem 0;
    margin-bottom: 1rem;
    border: 2px solid #0066B3;
    list-style: none;
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
}
li {
    padding-left: 1rem;
}
li:before {
    color: #0066B3;
    content: "●";
    float: left;
    font-size: 1.25em;
    line-height: 1;
    margin: -2px 0 0 -1rem;
}
header {
    padding-bottom: 1rem;
}
figure {
    padding-bottom: 2rem;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        padding: 2rem;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}