@charset "utf-8";

#department.gs .cmn_main_img{
  background-image: url(/department/graduate_school/img/bg_main.jpg);
}
#department.hi .cmn_main_img{
  background-image: url(/department/health_innovation/img/bg_main.jpg);
}


.cmn_area_catch{
  padding-bottom: 40px;
}
.cmn_area_catch .txt{
  text-align: center;
}

@media screen and (max-width :768px) {
  #department.gs .cmn_main_img{
    background-image: url(/department/graduate_school/img/bg_main_sp.jpg);
  }
  #department.hi .cmn_main_img{
    background-image: url(/department/health_innovation/img/bg_main_sp.jpg);
  }  
  .cmn_area_catch .txt{
    text-align: left;
  }  
}
/* ===============================================
# トップお岑らせ
=============================================== */
.sec_news_top{
  padding-top: 35px;
  padding-bottom: 80px;
}
.sec_news_top .inner{
  max-width: 1200px;
}
.sec_news_top .area_list .box_ttl{
  width: 21%;
  min-width: 150px;
}
.sec_news_top .area_list .cmn_news_box{
  -webkit-box-flex: 1;
  flex: 1;
}
.sec_news_top .btn{
  width: 317px;
  border: solid 1px #999999;
  border-radius: 30px;
  text-align: center;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 17px 0;
  margin: 30px auto 0;
}
.sec_news_top .btn span{
  position: relative;
  display: inline-block;
}
.sec_news_top .btn span::after{
  content: '';
  position: absolute;
  right: -38px;
  top: 3px;
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: contain;
}
@media print,screen and (max-width :1024px) {
  .sec_news_top .area_list{
    display: block;
  }
}
@media screen and (max-width :768px) {
  .sec_news_top{
    padding-top: 0;
    padding-bottom: 40px;
  }
  .sec_news_top .inner{
    max-width: inherit;
  }
  .sec_news_top .area_list .box_ttl{
    width: 100%;
    min-width:inherit;
  }
  .sec_news_top .area_list .cmn_news_box{

  }
  .sec_news_top .btn{
    width: 180px;
    padding: 14px 0;
    margin: 20px auto 30px auto;
    font-size: 12px;
    font-size: 1.2rem;  
  }  
}
/* ===============================================
# B初
=============================================== */
.sec_about{
  padding: 48px 0 0;
  background: #f3f8fb;
}
.sec_about .box_course .inner{
  max-width: 1110px;
  padding-bottom: 35px;
  border-bottom: solid 1px #e1e7eb;
}
.sec_about .cmn_ttl06 span{
  margin-top: 0;
  margin-bottom: 15px;
}
.sec_about .ttl_course{
  margin-bottom: 20px;
  text-align: center;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.3;
}
.sec_about .ttl_course span{
  display: inline-block;
  padding-right: 1em;
  font-size: 28px;
  font-size: 2.8rem;
}
.sec_about .txt_course{
  line-height: 1.882;
  margin-bottom: 30px;
}
.sec_about .ttl_course:nth-of-type(n+2){
  margin-top: 60px;
}
@media screen and (max-width :768px) {
  .sec_about{
    padding-top: 25px;
  }
  .sec_about .box_course{
    border-bottom: solid 1px #e1e7eb;
  }
  .sec_about .box_course .inner{
    padding-bottom: 20px;
    border: none;
  }
  .sec_about .cmn_ttl06 span{
    margin-bottom: 20px;
  }
  .sec_about .ttl_course{
    margin-bottom: 10px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .sec_about .ttl_course span{
    display: block;
    padding-right: 0;
    font-size:18px;
    font-size: 1.8rem;
  }
  .sec_about .txt_course{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.731;
    margin-bottom:25px;
  }
  .sec_about .ttl_course:nth-of-type(n+2){
    margin-top: 40px;
  }  
}

/*蒙-----------------------------*/
.box_feature{
  padding-top: 60px;
}
.box_feature .txt_top{
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.box_feature h2{
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
.box_feature h2 .en{
  font-size: 76px;
  font-size: 7.6rem;
  font-style: italic;
}
.box_feature h2 .small{
  font-size: 28px;
  font-size: 2.8rem;
}
.box_feature .bf_ttl {
  font-size: 33px;
  font-size: 3.3rem;
  margin: 30px 0 50px;
}
.box_feature .bf_ttl span {
  font-size: 23px;
  font-size: 2.3rem;
  display: block;
  line-height: 1.8;
}

.box_feature .link_menu > ul{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.box_feature .link_menu > ul > li{
  padding-bottom: 35px;
}
.box_feature .link_menu > ul > li > p{
  padding: 0 5%;
  margin-right: auto;
  margin-left: auto;
}
.box_feature .link_menu > ul > li .ttl {
  margin-top: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.39;
  font-family: "嗄苧劾悶", "Yu Mincho","ヒラギノ苧劾Pro", "Hiragino Mincho Pro", YuMincho, serif;
  text-align: center;
  font-weight: bold;
}
.box_feature .link_menu > ul > li .ttl::after{
  content: '';
  display: block;
  width: 87px;
  height: 1px;
  margin: 18px auto;
  background-color: #df6b70;
}
.box_feature .link_menu > ul > li img {
  width: 100%;
}
.box_feature .link_menu > ul > li .text{
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0 auto;  
}

@media print,screen and (min-width :1025px) {
  /*3双*/
  .box_feature .link_menu.col3 > ul > li{
    width: 33.33%;
    width: calc(100% / 3);
  }
  .box_feature .link_menu.col3 > ul > li > p{
   max-width: 450px; 
  }
  /*2双*/
  .box_feature .link_menu.col2 > ul > li{
    width: 50%;
  }
  .box_feature .link_menu.col2 > ul > li > p{
   max-width: 640px; 
  }
}
@media screen and (max-width :1024px) {
  .box_feature .link_menu ul{
    display: block;
  }
}
@media screen and (max-width :768px) {
  .box_feature{
    padding-top:  40px;
  }
  .box_feature .txt_top{
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .box_feature h2{
    margin-bottom: 20px;
    font-size: 27.5px;
    font-size: 2.74rem;
  }
  .box_feature h2 .en{
    font-size: 50px;
    font-size: 5rem;
  }
  .box_feature h2 .small{
    font-size: 22px;
    font-size: 2.2rem;
  }
  .box_feature .bf_ttl {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 17px 0;
  }
  .box_feature .bf_ttl span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  
  .box_feature .link_menu > ul > li{
    padding-bottom: 25px;
  }
  .box_feature .link_menu > ul > li > p{
    padding: 0 2.7%;
  }
  .box_feature .link_menu > ul > li .ttl {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.467;
  }
  .box_feature .link_menu > ul > li .ttl::after{
    width:45px;
    margin: 9px auto;
  }
  .box_feature .link_menu > ul > li .text{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.231;
  }  
}



/* ===============================================
# その麿のリンク
=============================================== */
.sec_other{
  padding-top: 45px;
}
.main .sec_other .inner{
  max-width: 1400px;
}
.sec_other .cmn_widelink_menu > ul > li .ttl span{
  width: 100%;
  max-width: 528px;
  padding-left: 10px;
  padding-right: 10px;
}
.sec_other .cmn_widelink_menu > ul > li .text{
  width: 96%;
  text-align: center;
}
@media screen and (max-width :768px) {
  .sec_other{
    padding-top:35px;
  }
  .main .sec_other .inner{
    width: 100%;
  }
  .sec_other .cmn_widelink_menu > ul > li .text{
    text-align: left;
  }  
}

/* ===============================================
# 冩梢片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("/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;
  }  
}