@charset "utf-8";
.president .contents{
  margin-bottom: 40px;
}
.president .contents .txt{
  margin: 20px 3%;
}
.president .intro .prof{
  padding-bottom: 10px;
}
@media screen and (min-width: 768px){
  .president .intro .prof{
    padding-bottom:0;
  }
  .president .contents{
    margin:0 auto 160px;
  }
  .president .contents .intro{
    margin-bottom: 50px;
  }
  .president .contents .txt{
    margin: 0 48px;
  }
  .president .contents .txt +.txt{
    margin-top: 40px;
  }
  .president .intro{
    background-image: url(../img/president/img-president.jpg);
  }
}
