body {
  background-color: #fcf9ed;
  background-image: url(https://img.shop-pro.jp/tmpl_img/81/bgimage.png);
  color: #4c321f;
  -webkit-font-smoothing: antialiased;
  font-size:14px;
}

a {
  color: #4c321f;
}
a:hover {
  color: #148b4a;
  text-decoration: none;
}

.p-page__body-inner {
  background: #e7d7ae;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

.c-alert {
  background: #f8f3df;
  color: #4c321f;
}

.c-form__table{
  padding: 15px;
  background: #f8f3df;
}

.c-input--text {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #e7d7ae;
  border-radius: 10px;
}

.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
  background: #9daab1;
}

.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited,
.c-button--primary {
  background: #5d371f;
  color: #fff;
}

.rc-anchor-light.rc-anchor-normal {
  background: #fff;
  border: 1px solid #e7d7ae;
  border-radius: 10px;
}