@charset "utf-8";
.cont h1 {
  background-image: url(../images/title.png);
}
.daihyo {
  overflow: hidden;
  margin-bottom: 30px;
}
p.name {
  float: right;
  font-weight: bold;
  font-size: 20px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin-top: 20px;
}

#company .img{
  float: right;
  display: block;
  margin: 0 0 10px 10px;
}


@media only screen and (max-width: 768px) {
.cont h1 {
  background-image: url(../images/title_sp.png);
}
  
  #company .img{
  width: 100%;
  padding-top: 65.67%;
  overflow: hidden;
  height: 0;
  background: url("../images/img_sp.jpg") no-repeat center center;
  background-size: 100%;
  display:block;
  float:none;
  margin: 0;
  margin-bottom: 20px;
  }
  
  
}
