@charset "UTF-8";

.imgset3{
  padding-bottom: 20px;
  text-align: center;
}
.imgset3 img{
  width: 60%;
  height: auto;
}
.box3{
  width: 59%;
  float: left;
  height: auto;
}
.box4{
  width: 39%;
  float: right;
  height: auto;
}









/*___________________レスポンシブ__________________________________*/


@media screen and (max-width: 720px){
  #mv {
    height: 280px !important;
    background-image: url(/president/img/header_bg_sp.jpg) !important;;
    background-repeat: no-repeat;
    background-size: 120% auto !important;
    background-position: center !important;
  }
  #corp-logo {
    top: 17px;
    left: 10px;
  }
  #mv h1 .sp_main {
    position: absolute;
    top: 50px;
    left: 30px;
  }
  .imgset3 img{
    width: 100%;
  }
  .box3,.box4{
    width: 100%;
    float: none;
    height: auto;
  }

}