@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.3;
}

#wrapper {
    position: relative;
    max-width: 790px;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 5.312rem;
    background-color: #fff;
    overflow: hidden;
}


ul p {
    margin-bottom: .625rem;
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #BF0073;
}

h2 {
    font-size: 1.286em;
    line-height: 1.4;
    margin: 0 0 .625rem;
    color: #BF0073;
    border-bottom: 1px solid #BF0073;
    padding-bottom: .312rem
}

h2:nth-of-type(2) {
    margin-top: 1.875rem;
}

h3 {
    font-size: 1.187rem;
    line-height: 1.4;
    margin: 1.562rem 0 0.625rem;
    color: #BF0073;
    text-align: center
}

h4 {
    color: #BF0073;
    font-weight: bold;
}

h4 span {
    font-weight: normal;
    color: initial
}

article p span {
    color: #BF0073;
}

article > p:first-of-type {
    text-align: center;
}

hr {
    border-top: 1px solid #BF0073;
    margin-left: 1.25rem;
    margin-bottom: .937rem
}

ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

ul ul {
    margin-left: 1.562rem;
}

ul li {
    padding-left: 5.625rem;
    margin-bottom: .437rem;
}

ul li ul {
    margin: 0;
}

ul li ul li {
    padding-left: 3.125rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .375rem;
    height: .375rem;
    border-radius: 8px;
    border: 1px solid;
    margin-left: -1.375rem;
    top: 6px;
}

ul li ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: 0;
    background: #000;
    border: 0;
    margin-left: -1.25rem;
    top: .437rem;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .312rem;
    height: .312rem;
    border-radius: .312rem;
    background: #000;
    margin-left: -1.562rem;
    top: 7px;
}


ul:first-of-type li:nth-of-type(2) {}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -5.312rem -5.312rem 2.187rem;
    padding: 1.25rem 4.687rem 1.25rem 5.312rem;
    background: #F2E500
}

header a {
    margin: 0 auto;
    display: block;
    max-width: 4.062rem;
    float: right
}

header p {
    font-size: 2.187rem;
    font-weight: bold;
    letter-spacing: .437rem;
    padding-top: 1.875rem;
    margin-bottom: 0
}

@media only screen and (max-width:790px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
        text-align: left;
    }

    article p:last-of-type {
        margin-top: 0
    }

    h2 br {
        display: none
    }

    p,
    ul {
        margin-bottom: .625rem;
    }

    a:hover,
    a:active,
    a:visited {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }

    article p:nth-of-type(2) {
        text-align: left
    }

    h3 {
        font-size: 1.286em;
        line-height: 1.4;
        margin: 10px 0 0.625rem;

    }

    article p:first-of-type {
        margin-bottom: 0
    }

    h2,
    h3 {
        font-size: 1.1em;

    }

    h1 {
        font-size: 1rem;
        margin: .937rem 0;
        line-height: 1.2
    }

    ul {
        margin-left: 0;
    }

    header p {
        padding: 0;
        font-size: 1.5em;
        text-align: center
    }

    header a {
        float: none
    }

    ul li {
        padding-left: 1.562rem
    }

    ul li ul li {
        padding-left: 1.375rem;
    }

    h4 {
        line-height: 1.4;
        margin: 0 0 .625rem;
    }

    article p:nth-of-type(3) {
        margin-bottom: .625rem;
    }

    ul:first-of-type li:nth-of-type(2) {
        margin-right: 0;
    }

    article p:nth-of-type(3) {
        text-align: left
    }

    p {
        text-align: left;

    }

    article p:nth-last-of-type(2) br {
        display: block
    }

    article p:nth-of-type(4) {
        text-align: left;

    }

    h2:nth-of-type(2) {
        margin-top: 0;
    }

    ul ul {
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
