@charset "utf-8";
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6,
p, a, em, img, strong, dl, dt, dd, ol, ul, li,
label, table, tbody, thead, tr, th, td,
canvas, footer, header, nav, section, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    word-wrap: break-word;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFF;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
    outline: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #000;
}

:focus {
    outline: 0;
}

.container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    background-image: url(../images/img_bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 0;
}

header {
    display: table;
    width: 100%;
    height: 60px;
    position: relative;
    background-color: #22292C;
}

.header_icon {
    display: block;
    width: 42px;
    height: 42px;
    padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    -webkit-background-size: contain;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    text-indent: -9999999px;
}

.header_icon.close {
    left: 5px;
    background-image: url(../images/icon_close.png);
}

.header_icon.close:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.header_icon.more {
    right: 5px;
    background-image: url(../images/icon_more.png);
    background-size: 8%;
}

.header_title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
}

section > h2 {
    width: 50%;
    margin: 0 auto;
    margin-top: 35%;
}

section > h2 > img {
    display: block;
    width: 100%;
}

.content {
    width: 100%;
    padding: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
}

.content > p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.content button {
    width: 100%;
    margin: 10% 0;
    padding: 4% 0;
    font-size: 0.95rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7AA785;
    border: 0;
}

.list_1 {
    margin-bottom: 8%;
}

.list_1, .list_2 {
    width: 100%;
    font-size: 0;
}

.list_1 > img, .list_2 > img,
.list_1 > p, .list_2 > p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
}

.list_1 > img, .list_2 > img {
    width: 10%;
}

.list_1 > p, .list_2 > p {
    width: 90%;
    padding-left: 5%;
    font-size: 0.8rem;
    font-weight: lighter;
}
