@charset "utf-8";

@import url("style.css");

#sub-content {
    max-width: 1200px;
    margin: 120px auto 50px auto;
}

.register {
    max-width: 800px;
    margin: 0 auto;
}

.register-header {
    margin-bottom: 40px;
}

.register-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.register-header .desc {
    font-size: 16px;
    line-height: 1.5;
}

.register-section {
    margin-bottom: 30px;
}

.register-section .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.register-section .table th {
    background-color: #f5f5f5;
    font-weight: normal;
    text-align: right;
}

.register-section .table th span.required {
    color: #ff0000;
}

.register-complete {
    text-align: center;
    padding: 100px 0;
}

.register-complete .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px auto;
    background-image: url(../images/common/ic_check_on.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.register-complete .message {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.register-complete .desc {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
}

@media (max-width: 1240px) {
    #sub-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 640px) {
    .review-section,
    .service-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .register .register-section {
        margin-bottom: 40px;
    }

    .register .register-section .title {
        margin-bottom: 20px;
    }

    .register .table {
        border: none;
    }
    .register .table,
    .register .table tbody,
    .register .table tr,
    .register .table td,
    .register .table th {
        display: block;
        width: 100%;
        background: none;
        text-align: left;
    }

    .register .table tr {
        margin-bottom: 1rem;
        border: none;
    }

    .register .table td,
    .register .table th {
        padding: 0;
        border: none;
    }

    .register .table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 10px;
        color: #555;
    }

    .register .table th {
        font-weight: 500;
    }
}
