.c-form__title,.c-form__content,.view_pc .p-page__container,.view_pc .p-page__container a,.p-secure__msg {
    color: #36231a;
}
.c-form__title--must{
    color: #ee3b63;
}
.view_pc .p-page__container a:hover{
  text-decoration:none;
}
.c-form__title {
    text-align: left;
}
.view_pc .p-page__container {
    max-width: 100%;
}
.p-page__body-inner {
    border: none;
    margin: 0 auto;
    width: 1000px;
}
.c-form__note {
    font-size: 13px;
}
.p-page__wrap .p-shop__header {
    border-bottom: 1px solid #cfb17b;
    padding: 25px 0;
}
.p-page__title {
    background: #f9ecda;
    color: #b27828;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 20px;
}
.c-input--text {
    border: 1px solid #dddddd;
}
.c-button {
    background: #524b48;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
}
.c-button:hover {
    background: #524b48;
    text-decoration:underline !important;
}

.c-alert {
    background: #f1f1f1;
    color: #36231a;
}