body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

input:read-only,
textarea:read-only {
  background-color: #eee;
}

.form-section__container {
  margin : 30px auto;
  padding: 1vw;
}

.form-section__table th {
  font-weight: normal;
  text-align : left;
}

.form-field__label-required {
  color    : red;
  font-size: small;
}

.claim-list .jexcel>tbody>tr>td.readonly {
  color: #333;
}
.claim-detail .jexcel>tbody>tr>td.readonly {
  color: #666;
}