@charset "UTF-8";

/*UTF-8のドキュメント*/

body {
    padding: 0 0;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
}

a {
    color: #0066ff;
}

.bg-genki {
    background-color: #db0025;
}

.bt_global {
    display: block;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 16px;
    padding: 18px 30px 18px 56px;
    border: 2px solid #cccccc;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.bt_global .fa-arrow-right {
    color: #db0025;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
}

.bt_global:hover {
    border-color: #aaaaaa;
    text-decoration: none;
    color: #db0025;
}

/* blocks --------------------------*/

/* fonts --------------------------*/

h1 {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 64px;
        margin-bottom: 32px;
        margin-top: 32px;
    }
}
.to_privacy {
    font-size: 13px;
}
footer {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: #cccccc 1px solid;
}
