@charset "utf-8";
/* About Us > Corporate Message
================================ */
@media screen and (max-width:640px) {
  .hero .heroBanner .img span img.spNone {
    display: none;
  }
}
@media screen and (min-width:641px) {
  .hero .heroBanner .img span img.pcNone {
    display: none;
  }
}

.statement {
  margin-top: 2.93em;
}
@media screen and (max-width:768px) {
  .statement {
    margin-top: 1.25em;
  }
}
.statement .headline02 + .paragraph01 {
  margin-top: 2.26em !important;
}
@media screen and (max-width:768px) {
  .statement .headline02 + .paragraph01 {
    margin-top: 0.91em !important;
  }
}

.boxType04 .colWrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width:768px) {
  .boxType04 .colWrap {
    display: block;
  }
}
.boxType04 .colWrap .colLeft.sizeAuto {
  display: table-cell;
  float: none;
  vertical-align: top;
  width: 244px;
}
@media screen and (max-width:768px) {
  .boxType04 .colWrap .colLeft.sizeAuto {
    display: block;
    margin: 0 auto;
  }
}
.boxType04 .colWrap .colText.break {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 4.4%;
}
@media screen and (max-width:768px) {
  .boxType04 .colWrap .colText.break {
    display: block;
  }
}
section + section {
  margin-top: 3em;
}
#sidebar #localNav ul li.office {
  display: none;
}

/*「boxType04」の一番目のリンク画像を青いものにする。*/

.boxType04 .linkType01 > li > a.blue_link:before {
    background-image: url(../img/com_arrow_ic03.png);
}

/*「boxType04」の一番目のリンク画像を青いものにする。*/