.prof_block{
    width:auto;
    height:auto;
    min-height:auto;
}
.prof_block p{
    margin: 0 0 auto auto;
}

.lead_list{
    margin-top:20px;
}

.lead_list li{
    font-size: 1.8rem;
    line-height: 1.833;
    font-weight: bold;
}
@media screen and (max-width:599px){
  .lead_list li{
      font-size: 1.3rem;
      line-height: 1.833;
      font-weight: bold;
  }
}
.figure_set_a figure{
    display: table;
    position: relative;
    margin:0 auto;

}

.figure_set_a figcaption{
    line-height: 2;
    padding: 8px 2px 8px 10px;
    font-size: 1.3rem;
    background: rgba(0,0,0,.5);
    width: 100%;
    color: #FFF;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.univ_name{
    font-size:18px;
}

.between_set p{
    font-weight: bold;
    text-align:right;
    font-size:16px;
    word-wrap: break-word;
}
@media screen and (max-width:599px){
  .between_set p{
      font-weight: bold;
      text-align:right;
      font-size:11px;
      word-wrap: break-word;
  }
}
.between_set  span{
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    background: url(/assets/images/common/i-window.png);
    background-size: 100%;
}
