* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    max-width: 890px;
    position: relative;
    padding: 80px 25px 5px;
    background-color: #FFFFFF;
    font-family: "Roboto", Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
    color: #231F20;
}

#wrapper .just {
    text-align: justify;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper p {
    padding-bottom: 15px;
}

#wrapper h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
    color: #173557;
    font-weight: 700;
}

#wrapper h1 span.span {
    display: block;
    font-size: 23px;
    line-height: 1.2;
}

#wrapper h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #173557;
    margin-bottom: 15px;
    font-weight: 700;
}

#wrapper h2 {
    background: #F9B44E;
    text-align: center;
    color: #173557;
    padding: 20px 15px;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

#wrapper h1 sup {
    font-size: 17px;
}

#wrapper :is(a:link, a:visited, a:active) {
    color: #231F20;
    text-decoration: none;
}

#wrapper a:hover {
    text-decoration: underline;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#wrapper ul {
    margin-bottom: 15px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 20px;
    position: relative;
}

#wrapper ul li:before {
    content: "\0025a0";
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
}

#wrapper .header {
    position: relative;
    padding-top: 60px;
}

#wrapper .header a img {
    margin-bottom: 40px;
}

#wrapper .banner {
    margin: 0 -25px;
}

#wrapper .article {
    position: relative;
    padding-top: 20px;
}

#wrapper section {
    position: absolute;
    top: -61px;
    left: 0;
    text-align: left;
}

#wrapper section h3 {
    font-size: 20px;
    margin-top: 0;
}

#wrapper .footer {
    width: 70%;
    font-size: 15px;
}

#wrapper .content:nth-of-type(2n-1) {
    width: 575px;
}

#wrapper .content:nth-of-type(2n) {
    width: 30%;
    position: absolute;
    top: 0;
    right: -25px;
    border-bottom: 15px solid #F9B44E
}

#wrapper .content:nth-of-type(2n) ul {
    background: url(background.jpg) 0 0 repeat-x;
    background-size: auto 100%;
    padding: 23px 15px 35px;
    margin: 0;
    border-bottom: 2px solid #6F6F6F;
}

#wrapper .content:nth-of-type(2n) ul li {
    margin-bottom: 24px;
}

#wrapper .content:nth-of-type(3) {
    padding-top: 10px;
}

#wrapper .footer img {
    position: absolute;
    right: 35px;
    bottom: 48px;
}

@media only screen and (max-width: 889px) {
    #wrapper {
        box-shadow: none;
        padding: 0 16px 15px;
        margin: 0;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .content:nth-of-type(2n) {
        right: 0;
        top: 20px;
        width: 38%;
    }

    #wrapper ul li:before {
        top: 1px;
    }

    #wrapper h1 {
        font-size: 26px;
    }

    #wrapper .just {
        text-align: left;
    }

    #wrapper .header {
        padding-top: 149px;
    }

    #wrapper section {
        position: absolute;
        top: 21px;
        left: 0;
        text-align: left;
    }

    #wrapper .footer img {
        bottom: 3%;
        right: 16px;
    }

    #wrapper .footer {
        font-size: 13px;
    }

    #wrapper .content:nth-of-type(2n/**/+1) {
        width: 58%;
    }

    #wrapper h1 sup {
        font-size: 16px;
        line-height: 1;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }
}

@media only screen and (max-width: 700px) {
    #wrapper h1 {
        font-size: 26px;
    }

    #wrapper .header {
        padding-top: 0;
    }

    #wrapper .article {
        padding: 0;
    }

    #wrapper .content:nth-of-type(2n) ul li {
        margin-bottom: 10px;
    }

    #wrapper .content:nth-of-type(2n-1),
    #wrapper .content:nth-of-type(2n) {
        width: auto;
        position: static;
    }

    #wrapper .content:nth-of-type(2n) ul {
        padding-bottom: 30px;
    }

    #wrapper section {
        position: static;
        padding-top: 20px;
    }

    #wrapper .content:nth-of-type(3) {
        padding-top: 20px;
    }

    #wrapper .footer {
        width: auto;
    }

    #wrapper .footer img {
        position: static;
    }

    #wrapper .center {
        display: flex;
        justify-content: center;
    }
}