@charset "utf-8";
/*--company共通スタイル--*/
.ico-01:before {
  background: url(../img/ico-01.png);
}
.ico-02:before {
  background: url(../img/ico-02.png);
}
.ico-03:before {
  background: url(../img/ico-03.png);
}

h1.m-heading-img {
  background: url(../img/img-tit-company.jpg) #ccc;
  background-size: 700px 140px;
}
div.m-panelList .m-panel {
  height: auto;
}

.dl_pdf{
  background-image: url(/about/img/icon_pdf.gif);
  background-repeat: no-repeat;
  background-size: 28px;
  margin-top: 20px;
}
.dl_pdf a{
  padding-left: 35px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  h1.m-heading-img {
    width: 700px;
    margin: 25px auto;
  }
  .m-contents_inner {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1.m-heading-img {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .m-contents_inner {
    margin-bottom: 30px;
  }

}
/*--最小ウインドウのために---*/
@media (min-width: 320px) and (max-width: 370px) {

}
