@charset "UTF-8";
/**
 * お問い合わせ
 */
/* ==========================================================================
   title
   ========================================================================== */
#header-ttl-wrap {
  background-image: url(img/main_header.jpg); }

/* ==========================================================================
   ニュース
   ========================================================================== */
.news-list {
  border-top: 1px solid #DFE7EA; }
  .news-list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #DFE7EA; }

.news-date {
  width: 9%;
  vertical-align: top;
  margin-right: 20px;
  display: inline-block; }

.news-summary {
  width: 73%;
  display: inline-block; }

.news-icon {
  color: #FFF;
  font-size: 85.7142857143%;
  line-height: 1.0;
  padding: 6px 20px 5px;
  text-align: center;
  width: 8%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }

.cat-event {
  background-color: #c4c347; }

.cat-news {
  background-color: #f3a41a; }

.cat-product {
  background-color: #668fcc; }

.subttl-news {
  margin: 0 !important; }

.ttl-news {
  background: url(../../common/css/img/ttl_h2.gif) no-repeat left bottom;
  font-size: 157.1428571429%;
  font-family: 新ゴ M;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 10px; }

.img-wrap {
  text-align: center;
  margin: 30px 0 0 0 !important; }

.all-wrap {
  margin: 50px 0 0 0 !important;
  text-align: center; }

@media screen and (max-width: 767px) {
  .news-summary {
    display: block;
    width: 100%;
    margin-top: 10px; }

  .news-icon {
    width: 20%; }

  .ttl-news {
    margin-bottom: 15px;
    margin-top: 10px; }

  .all-wrap {
    margin: 30px 0 0 0 !important; } }
