@charset "utf-8";
/* CSS Document */

/* メインビジュアル（階層共通） */
.page_title {
  background: url(../../../common/img/mv/achievements.webp) no-repeat center center;
  background-size: cover;
}

/* テーブル */
.cmn_table thead th,
.cmn_table tbody td {
  text-align: start;
  padding: 0.5em 1em;
  &:first-child {padding-left: 2em;}
  &:last-child {
    padding-right: 2em;
    white-space: nowrap;
  }
  /* @media print, screen and (min-width: 768px) {
    &:first-child {
      width: auto;
    }
  } */
}