@charset "utf-8";

/* ===============================================
# TOP sec_link
=============================================== */
@media print,screen and (min-width :835px){
  .sec_link.current .link_list{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
}
/* ===============================================
# sec_freshman
=============================================== */
/*area_dean------------------------------------*/
.sec_freshman .area_dean{
  padding-top: 33px;
  padding-bottom: 55px;
  background: #f7f7f2;
  border-top: solid 12px rgba(249,235,0,0.30);
}
.sec_freshman .area_dean figure{
  position: relative;
  width: 22%;
  min-width: 200px;
  margin-right: 50px;
}
.sec_freshman .area_dean figure figcaption{
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  margin-top: 19px;
}
.sec_freshman .area_dean figure figcaption span{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom:10px;
}
.sec_freshman .area_dean figure::before{
  content: '';
  width: 206px;
  height: 131px;
  background: url("/common/img_current/freshman/img_deco_freshman.svg")no-repeat center left;
  background-size:contain;
  position: absolute;
  top: -77px;
  right: -16px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 0;
  opacity: 0.6;
}
.sec_freshman .area_dean .box_txt{
  position: relative;
  padding: 0 50px 0 0;
  -webkit-box-flex: 1;
  flex: 1;
  max-height: 414px;
  overflow-y: auto;
  scrollbar-color: #000 #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.647;
}
.sec_freshman .area_dean .inner::-webkit-scrollbar-track,
sec_freshman .area_dean .box_txt::-webkit-scrollbar-track {
  background: #fff;
}
.sec_freshman .area_dean .box_txt >p:nth-child(n+2){
  margin-top: 1em;
}
@media screen and (max-width :834px) {
  .sec_freshman .area_dean{
    position: relative;  
    padding-top: 20px;
    padding-bottom: 25px;
    border-width: 6px;
  }
  .sec_freshman .area_dean::before{
    content: '';
    width: 103px;
    height: 65px;
    background: url("/common/img_current/img_deco_freshman.svg")no-repeat center left;
    background-size:contain;
    position: absolute;
    top: -15px;
    left: 44%;
    z-index: 0;
    opacity: 0.6;
  }  
  .sec_freshman .area_dean .inner{
    overflow-y: scroll;
    scrollbar-color: #000 #fff;
    max-height: 350px;
    padding-right: 5px;
  }
  .sec_freshman .area_dean .inner::after{
    content: '';
    clear: both;
    display: block;
  }
  .sec_freshman .area_dean figure{
    float: left;
    width: 44%;
    min-width: inherit;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sec_freshman .area_dean figure figcaption{
    font-size: 17.5px;
    font-size: 1.75rem;
    margin-top: 10px;
  }
  .sec_freshman .area_dean figure figcaption span{
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom:5px;
  }
  .sec_freshman .area_dean figure::before{
    display: none;
  }
  .sec_freshman .area_dean .box_txt{
    display: inline;
    padding: 0;
    max-height: 414px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.607;
  }
  .sec_freshman .ico_scroll{
    display: block;
    width: 76px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }  
}
/*area_dean------------------------------------*/
.sec_freshman .wrap_dept .cmn_teacher_list ul .name{
  border-bottom: solid 1px #fbfbfb;
}
/* ===============================================
# ゼミの紹介
=============================================== */
/*table_seminar*/
.table_seminar{
  width: 100%;
  table-layout: fixed;
}
.table_seminar tr{
  border-bottom:solid 1px #dfdfdf;
}
.table_seminar th{
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;  
  font-weight: bold;
  height: 54px;
  background: #eda32f;
  padding:5px 20px;
}
.table_seminar th.name{
  width: 275px;
  background: #b9b9b9;
  border-right: solid 2px #fbfbfb;
}
.table_seminar td{
  vertical-align: top;
  padding: 27px 30px;
}
.table_seminar .td_img{
  padding-right: 0;
  padding-left: 0;
}
.table_seminar .td_img a{
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.table_seminar .td_img figure{
  width: 190px;
  margin: 0 auto 12px;
}
.table_seminar .td_img figure .thumb{
  border-radius: 5px;
  border: solid 1px #fbfbfb;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;   
  padding-top: calc(100% - 2px);
}
.table_seminar .td_img .name{
  display: inline-block;
  text-align: left;
  min-width: 192px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-right: 45px;
  background: url("/common/img/ico_link.svg")no-repeat right top 0.3em;
  background-size: 35px auto;
}
.table_seminar .area_article .ttl{
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;  
}
@media (hover: hover) and (pointer: fine) {
  .table_seminar .td_img a:hover figure .thumb{
    border:solid 1px #f9eb00;
  }
}
@media screen and (max-width :834px) {
  .sec_seminar .cmn_scroll_area > *:not(.ico_scroll) {
    width: 680px !important;
  }  
  /*table_seminar*/
  .table_seminar th{
    font-size: 14px;
    font-size: 1.4rem;  
    height: 37px;
    padding: 5px 30px;
  }
  .table_seminar th.name{
    width: 137px;
    border-right: solid 1px #fbfbfb;
  }
  .table_seminar th.theme{
    text-align: left;
  } 
  .table_seminar td{
    padding: 15px 30px;
  }
  .table_seminar .td_img figure{
    width: 124px;
    margin-bottom: 15px;
  }
  .table_seminar .td_img .name{
    min-width: inherit;
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 30px;
    background-size: 26px auto;
  }
  .table_seminar .area_article .ttl{
    font-size: 16px;
    font-size: 1.6rem;  
  }  
}