@charset "utf-8";
/* ===============================================
# 全学統一型
=============================================== */
/* アコーディオンタイトル */
.page_general .acd_type {
  margin-top: 36px;
}
.page_general .acd_type .row > dt .ttl_type {
  border-radius: 16px;
}
.page_general .acd_type .row > dd {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 35px;
}
.page_general .acd_type .row > dt .ttl_type.lib {
  background-image: url(/admissions/faculty/general/img/ico_acd_down_lib.svg);
  background-color: #fff9e7;
  background-size: 16px auto;
  border: 1px solid #ff9900;
  color: #ff9900;
}
.page_general .acd_type .row > dt .ttl_type.lib[aria-expanded="true"] {
  background-image: url(/admissions/faculty/general/img/ico_acd_up_lib.svg);
}
.page_general .acd_type .row > dt .ttl_type.sci {
  background-image: url(/admissions/faculty/general/img/ico_acd_down_sci.svg);
  background-color: #e0efff;
  background-size: 16px auto;
  border: 1px solid #1a39a9;
  color: #1a39a9;
}
.page_general .acd_type .row > dt .ttl_type.sci[aria-expanded="true"] {
  background-image: url(/admissions/faculty/general/img/ico_acd_up_sci.svg);
}
@media screen and (max-width: 834px) {
  .page_general .acd_type {
    margin-top: 15px;
  }
  .page_general .acd_type .row > dd {
    padding-bottom: 25px;
  }
  .page_general .acd_type .row > dt .ttl_type {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 13px 35px 13px 20px;
  }
  .page_general .acd_type .row > dd {
    padding-right: 0;
    padding-left: 0;
  }
  .page_general .acd_type .row > dt .ttl_type.lib,
  .page_general .acd_type .row > dt .ttl_type.sci {
    background-position: right 15px center;
  }
}
/* 試験科目　*/
.page_general .table_subject th {
  text-align: center;
}
.page_general .table_subject th span {
  height: 80px;
  display: inline-block;
  white-space: pre;
  -ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
@media screen and (max-width: 834px) {
 .page_general .table_subject td {
    line-height: 1.71;
  }
}
/* 学部 */
.page_general .table_faculty th {
  text-align: center;
}
.page_general .table_faculty th,td {
  vertical-align: middle;
  height: 60px;
}
.page_general .table_faculty th:first-child {
  width: 30%;
}
.page_general .table_faculty .td_faculty {
  text-align: center;
  position: relative;
}
.page_general .table_faculty .td_faculty::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_general .table_faculty .td_faculty.low::before {
  background-color: #007eb1;
}
.page_general .table_faculty .td_faculty.eco::before {
  background-color: #244f8a;
}
.page_general .table_faculty .td_faculty.buz::before {
  background-color: #c88a1f;
}
.page_general .table_faculty .td_faculty.lang::before {
  background-color: #c45d17;
}
.page_general .table_faculty .td_faculty.ccjs::before {
  background-color: #614784;
}
.page_general .table_faculty .td_faculty.human::before {
  background-color: #bc1d54;
}
.page_general .table_faculty .td_faculty.sci::before {
  background-color: #6db06e;
}
.page_general .table_faculty .td_faculty.arc::before {
  background-color: #1ab6e2;
}
.page_general .table_faculty .td_faculty.eng::before {
  background-color: #378566;
}
.page_general .table_faculty .td_faculty.chemi::before {
  background-color: #25a7a9;
}
.page_general .table_faculty .td_faculty.info::before {
  background-color: #005b70;
}
.page_general .table_faculty .cmn_discList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_general .table_faculty .cmn_discList>li {
  margin-right: 1em;
  margin-top: 0!important;
}
@media screen and (max-width: 834px) {
  .page_general .table_faculty th,td {
    height: 45px;
  }
  .page_general .table_faculty th:first-child {
    width: 36.5%;
  }
  .page_general .table_faculty .td_faculty::before {
    width: 6px;
  }
  .page_general .table_faculty .cmn_discList {
    display: block;
    line-height: 1.71;
  }
  .page_general .table_faculty .cmn_discList>li:nth-child(n+2) {
    margin-top: 5px !important;
  }
}