@charset "utf-8";

/*solution/intramart/column/column_XX.html用css*/

.m-section-pagetitle .pagetitle-column {
  background-image: url(../img/img-pagetitle.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}





@media screen and (max-width: 768px) {
  .m-section-pagetitle .pagetitle-column {
    background-image: url(../img/img-pagetitle-sp.jpg);
    height: 100px;
    font-size: 24px;
    }
  }




