/* LESS Document */
/* ++++++++++++++++++++ keyVisual */
.keyVisual {
  background: url(/column/img/visual_index.jpg) no-repeat center center;
}
.keyVisual .inner h1 {
  min-width: 820px;
}
@media screen and (max-width: 767px) {
  .keyVisual .inner h1 {
    min-width: 0;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual {
    background: url(/column/img/visual_index_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}
article {
  margin-bottom: 40px;
}
article::after {
  content: '';
  display: block;
  clear: both;
}
article .date {
  color: #999;
  font-size: 1.4rem;
}
