main.inquiry {
    width: 710px;
    float: left;
}

.inquiry__error-global {
    margin-bottom: 10px;
}

.inquiry__notice {
    text-align: left;
    font-size: 13px;
    margin: 10px 0;
}

.inquiry__form-wrapper {
    margin: 10px auto 0 auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    text-align: left;
    color: #333333;
}

.inquiry__row {
    display: flex;
    margin-bottom: 18px;
}

.inquiry__head {
    flex-basis: 228px;
    color: #333;
    font-weight: bold;
    margin-right: 15px;
}

.inquiry__required-badge {
    color: #ffffff;
    background-color: #d40000;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 12px;
    margin-right: 10px;
}

.inquiry__body {
    width: 100%;
}

.inquiry__body input[type=text] {
    width: 100%;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.inquiry__body textarea {
    resize: vertical;
    width: 100%;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.inquiry__body select {
    width: 100%;
    height: 33px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.inquiry__error-msg {
    font-size: 12px;
    font-weight: normal;
    color: #d40000;
}

.inquiry__message-area {
    padding: 15px;
}

.inquiry__actions {
    text-align: center;
}

.inquiry__actions .c-button {
    width: 166px;
    height: 40px;
    line-height: 40px;
}

.inquiry__text {
    font-size: 13px;
}
