@charset "utf-8";
/* CSS Document */

/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë£¨ëAŒÓ¹²Í¨£© */
.page_title {
  background: url(/eco/grad/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;
    }
  } */
}