@charset "utf-8";
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1.25em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 650px;
    margin: 1rem auto;
    border: 2px solid #1666AE;
    background: url('../images/bgb.jpg') no-repeat left bottom, url('../images/bg.jpg') no-repeat right bottom 144px, #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #1666AE;
    text-decoration: none;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 1.125em;
    line-height: 1.3em;
    position: relative;
    padding-left: 2rem;
}
h1:before {
    content: "\2022";
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 4px;
}
h1 span {
    display: block;
    font-weight: 400;
}
h1 sup {
    font-weight: 400;
    font-size: 0.8rem;
}
h1+p {
    line-height: 1.7em;
}
h2 {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 400;
}
h2 span {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.65em;
    line-height: 1.2;
    text-transform: none;
}
h3 {
    font-size: 1.5em;
    line-height: 1.1;
    margin-bottom: 1rem;
}
h3+p {
    line-height: 1.7;
}
h4 {
    font-size: 1.313em;
    line-height: 1.1em;
    color: #fff;
    background-color: #377ABB;
    width: max-content;
    margin: 0 auto 1rem;
    border-radius: 24px;
    text-transform: uppercase;
    transform: rotate(-3deg);
    padding: 0.25rem 1rem;
    box-shadow: 10px 10px 12px #5F5F5F;
}
h2 {
    text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, .blue {
    color: #0D60AF;
}
header {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
    padding-right: 1.75rem;
}
article {
    padding: 0 2.25rem 2rem;
}
footer {
    padding: 0 2.25rem;
}
footer>p {
    font-size: 1em;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    color: #175D9E;
}
footer>p strong {
    font-size: 1.05em;
    line-height: 1em;
    display: inline-block;
}
footer>p span {
    font-size: 0.8em;
    line-height: 1em;
    display: inline-block;
}
footer section {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
figure {
    margin: 0 0 1rem;
}
.black {
    color: #000;
}
a.ins{
    text-decoration: underline;
}
@media only screen and (max-width:649px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    p :is(a, span) {
        display: inline-block;
    }
    article br:not(.block) {
        display: none;
    }
    h2 {
        font-size: 2.2em;
    }
    h4 {
        margin: 1rem auto 2rem;
        transform: none;
        font-size: 1.4em;
    }
    h1+p {
        padding-left: 0;
    }
    footer>p {
        margin-top: 1rem;
    }
    footer section {
        bottom: 8rem;
    }
    .hide_m{
        display: none;
    }
}
@media only screen and (max-width:480px) {
    header {
        padding-right: 1rem;
    }
    article {
        padding: 0 1rem 2rem;
    }
    footer {
        padding: 0 1rem;
    }
    h4 {
        width: auto;
        text-align: center;
        hyphens: auto;
    }
    h2 {
        font-size: 2em;
    }
}
@media only screen and (max-width:400px) {
    h1 small {
        padding-left: 0;
    }
    h2 {
        font-size: 1.6em;
    }
}