@charset "utf-8";
/* CSS Document */
/*----------------------------
       論文ページ 
----------------------------*/
.hdg_thesisLv1 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0;
}
.hdg_thesisLv2 {
  text-align: center;
  font-size: 2rem;
}
.names {
  font-size: 1.2rem;
  text-align: center;
}
/*論文box*/
.thesisbox {
  display: flex;
  align-items: flex-start;
}
.thesisbox.row-rvrs {
  display: flex;
  flex-direction: row-reverse;
}
/*mps論文ページテキスト部分*/
.w40pc {
  width: 40% !important;
  padding-right: 40px;
}
/*mps論文ページイメージ部分*/
.w60pc {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
 .hdg_thesisLv1 {
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .hdg_thesisLv2 {
    text-align: center;
    font-size: 1.8rem;
  }  
.thesisbox {
    display: block;
  }
  .thesisbox.row-rvrs {
    display: block;
  }
 
  .w40pc {
    width: 100% !important;
    padding-right: 0;
  }
  .w60pc {
    width: 100% !important;
  }
}

/*S-BIOトップスライダーのリンク*/
.slick-slider-item a {
    text-decoration: none!important;
}
