form {
  margin-top: var(--base-spacing-height);
  text-align: center;
}

form a {
  color: var(--base-color-black);
  text-decoration: underline;
}

form a:hover {
  color: var(--base-color-primary);
}

.progress {
  list-style-type: none;
  margin-top: var(--base-spacing-height);
  text-align: center;
  width: 100%;
}

.progress-item {
  display: inline-block;
  margin-right: calc(var(--base-spacing-width)*2/3);
}

.progress-item:last-of-type {
  margin-right: 0;
}

.progress-item-num {
  display: inline-block;
  line-height: 1em;
  width: 2em;
  height: 1em;
  padding: 0.5em 0;
  margin-right: 0.5em;
  color: #ffffff;
  background-color: #999999;
  border-radius: 2em;
  font-size: calc(var(--base-font-size)*1.3);
}

.progress-item.active .progress-item-num {
  background-color: var(--base-color-primary);
}

#form-message {
  width: 100%;
  text-align: center;
  color: var(--base-color-red);
  font-size: calc(var(--base-font-size)*1.2);
  line-height: 1.4em;
  font-weight: bold;
  margin-top: var(--base-spacing-height);
}

#form-message small {
  display: inline-block;
  margin-top: calc(var(--base-spacing-height)/3);
  font-size: calc(var(--base-font-size)*1);
  line-height: 1.4em;
}

.form-list {
  margin: 0.5em 0em 0.5em 1.5em;
  line-height: 1.3em;
  font-size: calc(var(--base-font-size)*0.9);
}

.form-list-item {
  margin: 0.3em 0;
}
.form-note_list {
  margin: 0.5em 0em 0.5em 1.5em;
  line-height: 1.3em;
  font-size: calc(var(--base-font-size)*0.85);
//  list-style-type: '※ ';
  list-style-type: '* ';
}

.form-note_list-item {
  margin: 0.2em 0;
}

.form-example {
  margin: 0.5em 0;
  font-size: calc(var(--base-font-size)*0.9);
}

.form-table {
  margin: 0.5em 0em;
  width: 100%;
  table-layout: fixed;
}

.form-table-header_cell,
.form-table-cell {
  font-size: calc(var(--base-font-size)*0.95);
  padding: 0.5em 1em;
  text-align: left;
  line-height: 1.4em;
  vertical-align: top;
}

.form-table-header_cell {
  width: calc(100%/3);
}

.form-table-cell label {
//  font-weight: bold;
}

.not-blank {
  font-size: calc(var(--base-font-size)*0.8);
  color: var(--base-color-red);
}

#form-button-container {
  margin-top: var(--base-spacing-height);
  text-align: center;
}

.confirm-table {
  margin: 0.5em 0em;
  width: 100%;
  table-layout: fixed;
}

.confirm-table-header_cell,
.confirm-table-cell {
  font-size: calc(var(--base-font-size)*0.95);
  padding: 0.5em 1em;
  text-align: left;
  line-height: 1.4em;
  vertical-align: top;
}

.confirm-table-header_cell {
  width: calc(100%/3);
}

.confirm-table-cell label {
//  font-weight: bold;
}
