﻿.title_wrapper.title_leader {
 text-align: center;
 position: relative;
}
.title_h2 a.title_h2A {
 color: #333333;
 font-size: 30px;
 font-weight: bold;
 cursor: auto;
}
.title_h2 {
 font-size: 30px;
 position: absolute;
 left: 0;
 top: 10px;
 z-index: 0;
 width: 100%;
}
 .title_eng {
 color: #F4F4F4;
 font-size: 48px;
 line-height: 70px;
}
.inst_img {
 box-shadow: 1px 2px 10px 0px #efefef;
 padding-top: 60px;
}
.inst_img .instImg {
 width: 100%;
}
@media only screen and (max-width: 768px){
  .title_h2 {
   font-size: 0.3rem;
   z-index: 1;
  }
  .title_leader .title_h2 a.title_h2A {
   font-size: 0.3rem;
  }
  .title_eng {
   font-size: 0.48rem;
   line-height: 0.7rem;
  }
}
 