@charset "UTF-8";

.text-right {
  text-align: right;
}

.pages__section--block-type2 .--note-section + .--note-section {
  margin-top: 4.8rem;
}
.pages__section--block-type2 .section__attention--note {
  margin-top: 2.4rem;
}
.pages__section--block-type2 .--note-section .table__note {
  margin-top: 2.4rem;
}
.pages__section--block-type2 .--title-primary {
  font-size: 1.6rem;
}

.pages__section--block-type2 .link__orange {
  font-size: 1.5rem;
}

.table-type2 {
  width: auto;
}
.table-type2-center {
  margin-left: auto;
  margin-right: auto;
}
.table-type2 caption {
  margin-bottom: .25rem;
}
.table-type2 tbody th,
.table-type2 tbody td {
  border: 1px solid #777;
}
.table-type2 thead th {
  border-top: 0;
  border-bottom: 0;
}
.table-type2 thead th:nth-child(n+2) {
  border-style: solid;
  border-left-color: #fff;
  border-right-color: #fff;
}
.table-type2 thead th:last-child {
  border-right: 0;
}
.table-type2 tbody td {
  background-color: #fff;
}

.--note-list .--note-list {
  margin-left: 2em;
}
.contents__block p,
.contents__block li {
  word-break: break-word;
  overflow-wrap: anywhere;
}