
/* */
body {
  font-family: 'Noto Sans JP', 'Zen Maru Gothic';
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* page */
.page-header {
    padding: 24px 12px;
    background-color: rgb(17 24 39);
    color: rgb(209 213 219);
}

/* section */
.section-header {
    padding: 24px 12px;
    background-color: rgb(31 41 55);
    color: rgb(156 163 175);
}

/* button */
.button-primary {
    background: #e65f5c;
    color: rgba(243,244,246);
    text-align: center;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    width: 100%;
    display: block;
    border-radius: .75rem;
}
.button-primary:hover {
    background: #eb7e7c;
}

/* input */
input.form-input,
select.form-select {
    background: #EEEEEE;
    color: #333333;
}

/* bg */
.bg-beige {
  background: #FFE0B5;
}

.bg-button {
  background: #e65f5c;
}