@charset 'UTF-8';

/* Layout
 *********************************** */
.tokushoho__section {
  margin-top: 2.4rem;
  line-height: 1.428;
}

.tokushoho-table__title {
  margin-top: 1.2rem;
  color: #E8410B;
}

@media (min-width: 768px) {
  .tokushoho-table__title {
    margin-top: .8rem;
  }
}

.tokushoho-table__text {
  margin-top: .4rem;
}

@media (min-width: 768px) {
  .tokushoho-table__text {
    margin-top: .8rem;
  }
}

.tokushoho-table a:link,
.tokushoho-table a:visited,
.tokushoho-table a:hover,
.tokushoho-table a:active {
  text-decoration: underline;
  color: blue;

  text-underline-offset: 4px;
}

.tokushoho-table__text--1em {
  margin-top: .4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.tokushoho-table__age-table th {
  font-weight: normal;
}
