body, p, ol, li, a {
    font-family: "Yu Gothic", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

body {
    background: #ccc;
    margin: 0;
}
ul >li, ol>li, p {
    line-height: 2em;
    color: #000;
    letter-spacing: 0.1em;
    font-size: 0.9em;
}

.header {
    margin: 0 auto;
    text-align: center;
}

.header h1 {
    margin: 0;
    padding: 40px 0 10px;
}

.header h2 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3em;
    letter-spacing: 0.1em;
    margin: 0 auto 60px;
}

.wrapper {
    background: #fff;
    width: 60%;
    height: 100%;
    padding: 0 5%;
    margin: 0 auto;
}

.outline {
    width: 100%;
    float: left;
}

.outline section {
    margin-bottom: 40px;
}

.outline section .hashtag {
    color: rgb(27,149,224);
    font-weight: bold;
}
.outline section a, footer a {
    color: #fff;
    background: #000;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
}
.outline section a:hover, footer a:hover {
    color: #fff;
    background: #aaa;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
}

.notes{ 
    color:#666;
}
.comment {
    background: #eee;
    padding: 10px 20px;
}

section h3 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    background: #000;
    color: #fff;
    font-size: 1.6em;
    padding: 0.2em;
    letter-spacing: 0.2em;
    display: inline;
}
h4 {
    font-family: pragmatica,sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 1.5em;
    padding: 0.2em;
    letter-spacing: 0.2em;
    display: inline;
}

.li-none  {
    padding-inline-start: 0px;
}
.li-none li {
    display: inline;
    list-style: none;
}

.agreement_hr {
    height: 2em;
}

.agreement {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 0.9em;
    height: 600px;
    background: #eee;
    overflow: scroll;
    border: 5px solid #000;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: underline;
}
.faq_a {
    font-weight: bold;
    font-size: 1.7rem;
    font-style: italic;
    padding: 0 0.2rem;
}

.contact {
    text-align: center;
}

footer {
    margin: 100px auto 40px;
    text-align: center;
    color: #aaa;
    font-size: 0.8em;
}

.clear {
    clear: both;
}

.pad_20 {
    padding: 20px 0;
    display: block;
}

@media only screen and (max-width: 1024px) {
    wrapper {
        width: 76%;
        padding: 0 4%;
    }
    .outline {
        width: 100%;
    }
    .agreement {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 76%;
        padding: 0 4%;
    }
    .outline {
        width: 90%;
        margin: 0 5%;
    }
    .agreement {
        width: auto;
    }
}


@media screen and (max-width:480px){
    section h3 {
        font-size: 1.2rem;
    }
    .wrapper {
        width: 86%;
        padding: 0 2%;
    }
    .outline {
        width: 90%;
        margin: 0 5%;
    }
    .agreement {
        width: auto;
        padding: 10px;
    }
    section ol, section ul, .agreement ol, .agreement ul {
        padding-inline-start:20px;
    }
}
