body {
  background: #ffffff;
}
.c-button {
  background: #909090;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.3);
}
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #ffffff;
}
.c-button:hover {
  background: #828282;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.1);
}
.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #d2d2d2;
  color: #ffffff;
  cursor: default;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.1);
}
.c-button--primary {
  background: #4caf50;
}
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #ffffff;
}
.c-button--primary:hover {
  background: #459e48;
}
.c-button--danger {
  background: <{$button3_bgcolor}>;
}
.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: <{$button3_font_color}>;
}
.c-button--danger:hover {
  background: <{$button3_bgcolor_hover}>;
}
.c-input--select {
  border: 2px solid #d7d7d7;
  background: #f7f7f7;
}
.c-input--text {
  border: 2px solid #d7d7d7;
}
.c-input--text:focus {
  border-color: #b2b2b2;
}
.p-page__body-inner {
  color: #282828;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.p-page__body-inner a {
  color: #0066ff;
}
.p-page__title,
.p-page__section-title {
  color: inherit;
}
.p-page__section {
  border: 2px solid #b2b2b2;
}
.p-page__footer {
  color: #909090;
}
.p-page__secure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.c-alert:not(.c-alert--danger, .c-alert--success) {
  color: inherit;
  background-color: #f7f7f7;
}
.c-line {
  background: #f7f7f7;
}

/* form */
.c-form__title {
  font-weight: bold;
  color: inherit;
}
.c-form__title-must,
.c-form__title--must {
  font-size: 0;
}
.c-form__title-must::after,
.c-form__title--must::after {
  content: '＊';
  font-size: 14px;
  color: #ff9800;
  font-weight: bold;
}
.c-form__content {
  color: inherit;
}
.c-form__note {
  color: #909090;
}

@media only screen and (max-width: 768px) {
  .c-form__title,
  .c-table-preview__title {
    font-size: 15px;
  }
  .c-form__content .c-button {
    padding: 0.75em 1em;
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .c-button__group .c-button.c-button--lg {
    padding: 1.25em 0;
    font-size: inherit;
  }
}

/* point */
.c-type-of-point {
  background: #5eb761;
  background-color: color-mix(in srgb, #4caf50 10%, #ffffff);
}
.c-form__content.c-type-of-point {
  padding-right: 0.5em;
  border-bottom: 2px solid #ffffff;
}

/* table */
.c-table-wrap--overflow {
  border: 2px solid #d7d7d7;
  border-radius: 0;
}
.c-table__title {
  border-left: 1px solid #d7d7d7;
  color: #666666;
}
.c-table__content {
  border-color: #d7d7d7;
}
.c-table__content--empty {
  color: #909090;
}
.c-table-preview,
.c-table-preview * {
  color: inherit;
  border-color: #f7f7f7;
  border-width: 2px;
}
.c-table-preview__title {
  font-weight: bold;
}
