@charset "utf-8";

p.forum_number {
    margin-top: 1em;
    text-align: right;
}

.forum_note{
    background: #FFFCE7;
    padding: 1em 1.5em;
    border: 1px solid #fff197;
}

.forum_agree{
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 2em;
}

.forum_agree_button{
    text-align: center;
    margin: 30px 0 50px;
}

.forum_agree_button a {
    background: #faffd9;
    padding: 1em 5em;
    border: 1px solid #c8d572;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
}

@media only screen and (max-width: 640px) {
.forum_agree_button{
    margin-top: 50px;
}

.forum_agree_button a {
    background: #faffd9;
    padding: 1em 5em;
    border: 1px solid #c8d572;
    text-decoration: none;
    border-radius: 5px;
}

}