@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: local(''), url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 300 1em/1.3em 'Roboto', Arial, sans-serif;
    color: #54595F;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 930px;
    background: #fff url("../images/bg.jpg") no-repeat bottom 70% right;
    padding: 1.5rem;
    box-shadow: 3px 3px 11px 2px #939095;
}
:is(h1, h2, strong) {
    font-weight: 500;
    color: #4C296E;
}
.violet{
    color: #4C296E;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
.center {
    text-align: center;
}
h1 {
    margin: 1rem 0 1.5rem;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
}
h1 > span {
    font-size: 0.8em;
    line-height: 1.3;
}
h1 small {
    color: #258700;
    display: block;
    font-size: 0.8em;
    line-height: 1.3;
}
h1 small span {
    cursor: pointer;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #1890FF;
    text-decoration: none;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 30px;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    margin: 0 0 0 -16px;
    float: left;
}
ol {
    padding: 0 0 1rem 30px;
}
ol li {
    padding-left: 2px;
}
.main input[type="radio"] {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#tab1:checked ~ article {
    display: block;
}
.main label {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.main label:first-of-type {
    position: absolute;
    top: 2rem;
    right: 6.5rem;
}
.main label:last-of-type {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
}
article, footer {
    display: none;
}
#tab1:checked ~ article, #tab2:checked ~ footer {
    display: block;
}
.banner {
    padding: 2rem 0 0.7rem;
}
header {
    padding: 0 0 1.5rem;
    display: flex;
    justify-content: center;
}
article, footer {
    padding-right: 17.5rem;
    position: relative;
}
.box {
    position: absolute;
    right: 0;
    top: 0;
}
.apply {
    padding: 1rem 0 1.5rem;
    text-align: center;
}
p a.button {
    padding: 9px 20px;
    line-height: 1em;
    letter-spacing: 1.2px;
    background: #258700;
    color: #fff;
    border-radius: 6px;
}
p a.button:hover {
    background: #519F33;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    p:is(a, span) {
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {
    #wrapper {
        background: #fff;
    }
    article, footer {
        padding-right: 0;
    }
    .box{
        position: static;
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width: 540px) {
    .main label:last-of-type {
        top: 1rem;
        right: 1rem;
    }
    .main label:first-of-type {
        top: 1rem;
        right: 5.5rem;
    }
    header {
        padding: 3.5rem 0 1rem;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5em;
    }
    li, ol {
        padding-left: 16px;
    }
}