/***********************************************************************
 * #Contents .anchorBlock
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .anchorBlock {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .anchorBlock {
    margin-bottom: 35px;
  }
}

/***********************************************************************
 * #Contents .departSect
 ********************************************************************* */
#Contents .departSect .sectMain .teacherList > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#Contents .departSect .sectMain .teacherList > li.heading {
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  #Contents .departSect {
    margin-top: 70px;
  }
  #Contents .departSect:first-child {
    margin-top: 0;
  }
  #Contents .departSect .sectTit {
    margin-bottom: 40px;
  }
  #Contents .departSect .sectMain .teacherList {
    font-size: 16px;
    line-height: 1.5;
  }
  #Contents .departSect .sectMain .teacherList > li a:hover {
    background: #f7f7f7;
    text-decoration: none;
  }
  #Contents .departSect .sectMain .teacherList > li:first-child {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .departSect .sectMain .teacherList > li.heading {
    text-align: center;
  }
  #Contents .departSect .sectMain .teacherList > li.heading .listInner > * {
    padding: 10px;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d9d9d9; 
    table-layout: fixed;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner > * {
    display: table-cell;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .spTit {
    display: none;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol {
    width: 240px;
    vertical-align: middle;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .nameRow {
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 100%;
    table-layout: fixed;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .nameRow .icon {
    display: table-cell;
    width: 50px;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .nameRow .icon img {
    width: 100%;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .nameRow .name {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .role {
    width: 155px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .departSect {
    margin-top: 35px;
  }
  #Contents .departSect:first-child {
    margin-top: 0;
  }
  #Contents .departSect .sectMain .teacherList > li {
    margin-top: 20px;
  }
  #Contents .departSect .sectMain .teacherList > li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  #Contents .departSect .sectMain .teacherList > li:first-child {
    margin-top: 0;
  }
  #Contents .departSect .sectMain .teacherList > li.heading {
    display: none;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .spTit {
    margin: -10px -10px 10px; 
    padding: 5px 0;
    background: #f7f7f7;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .icon {
    margin: 0 auto 10px; 
    width: 35px;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .nameCol .name {
    font-size: 1.6rem;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .role {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner .charge {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  #Contents .departSect .sectMain .teacherList > li .listInner > * {
    padding: 10px;
  }
}
