@charset "utf-8";
/* CSS Document */

/* ¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë£¨ëAŒÓ¹²Í¨£© */
.page_title {
  background: url(/eco/grad/common/img/mv/professor.webp) no-repeat center center;
  background-size: cover;
}

/* ¥Ú©`¥¸ÄÚ¥ê¥ó¥¯ */
.page_nav > li {
  max-width: calc(100% / 3 - 20px);
  width: 100%;
  a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}

/* ¥Æ©`¥Ö¥ë */
.cmn_table th {
  text-align: start;
  white-space: nowrap;
  padding: 0.5em 2em;
  @media print, screen and (min-width: 768px) {
    width: auto;
  }
  @media screen and (max-width: 767px) {
    padding: 0.5em 2em;
  }
}
.cmn_table td {
  padding: 0.5em 2em;
  @media screen and (max-width: 767px) {
    padding: 0.5em 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_table tbody th:first-child {
    width: 340px;
  }
}