@charset "UTF-8";
/* =======================================================================
トップページバナー 内容詳細（お知らせ詳細と同じスタイル）
======================================================================= */
.info-detail {
  margin-top: 20px;
}

.info-detail__head {
  padding-bottom: 10px;
  border-bottom: dotted 1px #cccccc;
}
.info-detail__head > time {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .info-detail__head > time {
    margin-right: 5px;
  }
}
