body {
    font-weight: 400;
}
#illustration-container3 {
    margin-top: 90px;
}
.h1-container {
    background-color: #f1efee;
    background-image: url('../img/contact/mail.png');
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: right;
    padding-top: 45px;
    padding-bottom: 35px;
}
.h1-container h1 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.h1-container p {
    text-align: center;
}
.main-container {
    margin: 0;
    padding-top: 15px;
}

.container {
    padding: 0 20px;
}
.info {
    border: 3px dotted #c6bdb7;
    border-radius: 20px;
    padding: 30px;
    line-height: 2.6rem;
}
.cat {
    text-align: right;
    margin-top: 8px;
}
.cat img {
    width: 96.5px;
}
::placeholder {
    color: #c6bdb7;
}
.form .step img {
    width: 100%;
}
.form .step {
    width: 299.5px;
    margin: 30px auto 45px;
}
.form label {
    font-size: 1.7rem;
    font-weight: 700;
}
.form .required {
    color: #f38b8b;
}
.form .input-box {
    padding: 10px;
}
.form input:not([type=checkbox]), .form textarea {
    line-height: 2.4rem;
    display: block;
    background: #f1efee;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
.form input:not([type=checkbox]):focus, .form textarea:focus {
    outline: none;
    border: 2px solid #ccc;
}
.form .form-group {
    margin-bottom: 20px;
}
.form small {
    font-size: 1.4rem;
}
.form textarea {
    height: 395px;
}
.dotted-line {
    border-bottom: 2px dotted #c6bdb7;
}
.form .t1 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 45px auto 25px;
}
.form .t2 {
    line-height: 2.6rem;
}
.form .policy {
    border: 1px solid #aa9d93;
    border-radius: 3px;
    margin: 18px auto 30px;
    padding: 20px;
    height: 189px;
    overflow-y: scroll;
    font-size: 1.2rem;
    line-height: 2rem;
}
.form .agree-box label {
    font-size: 1.4rem;
    padding-left: 48.5px;
    line-height: 35px;
    display: inline-block;
    margin-left: 19px;
}
input[type=checkbox] {
    display:none;
}
input[type=checkbox] + label
{
    background: url('../img/contact/check-off.png');
    background-repeat: no-repeat;
    background-size: 35px;
}
input[type=checkbox]:checked + label
{
    background: url('../img/contact/check-on.png');
    background-repeat: no-repeat;
    background-size: 35px;
}
.buttons {
    padding: 0 10px;
    margin: 40px auto 0;
}
a.submit {
    max-width: 100%;
    text-align: center;
    border: 0;
    font-size: 1.7rem;
    background: #f38b8b;
    -moz-box-shadow: inset 0 -6px 0 #d57a7a;
    -webkit-box-shadow: inset 0 -6px 0 #d57a7a;
    box-shadow: inset 0 -6px 0 #d57a7a;
}
a.submit.back {
    background: #aa9d93;
    -moz-box-shadow: inset 0 -6px 0 #958a81;
    -webkit-box-shadow: inset 0 -6px 0 #958a81;
    box-shadow: inset 0 -6px 0 #958a81;
}
.alert {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: #f38b8b;
}
a.submit.inactive {
    background: #dddddd;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form .error {
    border: 1px solid #f38b8b !important;
}
.form .error-message {
    margin-top: .5rem;
    color: #f38b8b !important;
}

.form dt {
    font-size: 1.4rem;
    color: #aa9d93;
}
.form dd {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 20px;
}
.form dd small {
    font-weight: 400;
}
.complete-text {
    background: url('../img/contact/flower_1.png');
    background-size: 28px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 45px;
    font-size: 2rem;
    line-height: 3.3rem;
    margin-bottom: 40px;
    text-align: center;
    color: #f38b8b;
    font-weight: 700;
}

@media (min-width: 751px) {
    .h1-container {
        background-image: url('../img/contact/pc-mail.png');
        margin-top: 130px;
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 185px;
        background-position: 67%;
    }
    .h1-container h1 {
        font-size: 2.4rem;
        margin-bottom: 7px;
    }
    .h1-container p {
        font-size: 1.4rem;
    }
    .container {
        padding: 0;
        max-width: 920px;
        margin: auto;
    }
    .form .step {
        width: 358px;
    }
    .cat {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
    .cat img {
        width: 116px;
    }
    .form label {
        font-size: 2rem;
    }
    .form small {
        font-weight: 700;
    }
    .form .t1 {
        font-size: 2.04rem;
    }
    .form .t2 {
        font-size: 1.68rem;
    }
    .form .policy {
        font-size: 1.44rem;
    }
    .form .agree-box {
        text-align: center;
    }
    .form .buttons {
        max-width: 400px;
    }
    a.submit {
        font-size: 2rem;
    }
    .alert {
        font-size: 1.68rem;
        line-height: 2.88rem;
    }
    .info {
        max-width: 680px;
        margin: auto;
        border-radius: 30px;
        padding: 30px 60px;
    }
    .form dt {
        font-size: 1.6rem;
    }
    .form dd {
        font-size: 2rem;
    }
    .form small {
        font-size: 1.6rem;
    }
    .form .form-group,
    .form .t1,
    .form .t2,
    .form .policy,
    .form .alert,
    .form .step-info,
    .form dl,
    .form .complete-message {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
    .form .dotted-line {
        margin: 80px 0;
    }
    .form .complete-text {
        margin-top: 100px;
        background-size: 34px;
        font-size: 2.4rem;
        line-height: 3.96rem;
        padding-top: 50px;
    }
    .form .buttons {
        margin-top: 80px;
    }
}