@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 0.875em;
    line-height: 1.3em;
}
#wrapper {
    position: relative;
    max-width: 840px;
    min-width: 200px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('bgt.jpg') no-repeat top right, url('bgb.jpg') no-repeat bottom, #fff;
    overflow: hidden;
    padding: 1rem 4rem;
    height: 1140px;
}
p {
    padding-bottom: 1rem;
}
p span {
    color: #006CAC;
}
h1 {
    margin: 0rem 0rem 2rem;
    font-size: 2.2em;
    line-height: 1.1em;
    color: #00B3E8;
}
h1 small {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #006CAC;
}
h3 {
    font-size: 1.125em;
    line-height: 1.3;
    color: #006CAC;
    padding-bottom: 0.7rem;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style-image: url();
    list-style: none;
}
li {
    padding-left: 1rem;
}
ul li:before {
    content: "\2022";
    display: inline-block;
    font-size: 1.000em;
    position: relative;
    float: left;
    top: -1px;
    margin-left: -1rem;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
header {
    padding: 0rem 0rem 3rem;
    display: flex;
    justify-content: end;
}
footer li:before {
    display: none;
}
footer li {
    background: url('icon.png') no-repeat -1px 3px;
    padding-bottom: 1.2rem;
}
article {
    padding: 0rem 0rem 0rem;
}
footer {
    padding: 60px 0 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width:839px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        padding: 1rem;
        background: #fff;
    }
    p {
        text-align: left;
    }
    footer {
        padding: 0;
    }
    .left {
        border: 1px solid #006CAC;
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .left li:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    li {
        border-bottom: 1px solid #006CAC;
        margin-bottom: 1rem;
    }
    .right p:first-of-type br:first-of-type {
        display: none;
    }
}