@charset "utf-8";

div#agreement {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #cccccc;
}

div#agreement h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.5em;
    margin: 1.5em 0 1em;
    border-bottom: solid 1px #ccc;
}

div#agreement div {
    height: 500px;
    margin: 15px 0;
    padding: 20px 30px;
    background: #fafafa;
    border: 1px solid #cccccc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

div#agreement div h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.2em;
    margin: 1em 0 0.2em;
}

div#agreement div h4:first-child {
    margin-top: 0px;
}

div#agreement input[type="checkbox"] {
    margin: 5px 10px 10px 10px;
}

form#mail_form div#agreement span.error_check {
    display: none;
    color: #ff0000;
    margin-top: 3px;
}

div#agreement p#agree_check {
    text-align: center;
}