@charset "utf-8";

/* ===============================================
# ÑÐ¾¿ÊÒ½B½é
=============================================== */
.member_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
}
.member_list li {
  width: 16.66%;
  margin-left: 4.175%;
  text-align: center;
}
.member_list li .thumb{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.member_list li .thumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media all and (-ms-high-contrast:none) {
  .member_list li .thumb img{
    height: auto;
	}
}
.member_list li .name{
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 10px;
}
.member_list li .type::before{
  display: block;
  margin: 10px auto;
  content: '';
  width: 130px;
  max-width: 100%;
  height: 1px;
  background: #df6b70;
}
.member_list li .type {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media print,screen and (min-width :1001px){
  .member_list li:nth-child(5n+1){
    margin-left: 0;
  }
  .member_list li:nth-child(n+6){
    margin-top: 60px;
  }
}
@media screen and (max-width :1000px) {
  .member_list {
    display: block;
    margin-bottom: 20px;
  }
  .member_list li {
    width: 100%;
    margin-left: 0;
  }
  .member_list li:nth-child(n+2){
    margin-top: 20px;
  }
  .member_list li figure{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member_list li .thumb{
    width: 41%;
    padding-top: 41%;
  }
  .member_list li figure figcaption{
    -webkit-box-flex: 1;
    flex: 1;
    text-align: left;
    padding-left: 5%;
    padding-right: 20px;
    background: url("/shi/common/img/ico_arrow_g.svg") no-repeat right 0px center;
    background-size: 17px 7px;
  }
  .member_list li .type::before{
    margin: 10px auto 10px 0;
  }
}
@media screen and (max-width :768px) {
  .member_list li .name{
    font-size: 1.8rem;
    font-size: 18px;
    margin-top: 0;
  }
  .member_list li .type::before{
    width: 70px;
  }
  .member_list li .type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.professors_details .professors .photo{
  max-width: 200px;
}
.professors_details .professors .name{
  margin-top: 26px;
  padding-left: 32px;
  border-left: solid 6px #df6b70;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
.professors_details .professors .name .type{
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width :768px) {
  .professors_details .professors{
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmn_textPhoto .photo{
    width: 40%;
  }
  .cmn_textPhoto .text{
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 5%;
  }
  .professors_details .professors .name{
    margin-top: 0;
    padding-left: 10px;
    border-left: solid 3px #df6b70;
    font-size: 20px;
    font-size: 2rem;
  }
  .professors_details .professors .name .type{
    font-size: 12px;
    font-size: 1.2rem;
  }
}
