@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 184, ../sass/news.scss */
.news .news-list {
  display: inline-block;
  width: 100%;
  border-bottom: 1px #d4bd94 solid;
  cursor: pointer;
}
/* line 189, ../sass/news.scss */
.news .news-list .cover {
  display: block;
  width: 100%;
  padding: 1rem;
  float: left;
}
@media screen and (min-width: 992px) {
  /* line 189, ../sass/news.scss */
  .news .news-list .cover {
    display: inline-block;
    width: 40%;
  }
}
/* line 198, ../sass/news.scss */
.news .news-list .cover .layout {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border: 1px #d4bd94 solid;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 206, ../sass/news.scss */
.news .news-list .cover .layout:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
/* line 212, ../sass/news.scss */
.news .news-list .cover .no-img {
  display: none;
}
/* line 216, ../sass/news.scss */
.news .news-list .content {
  display: block;
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  /* line 216, ../sass/news.scss */
  .news .news-list .content {
    display: inline-block;
    width: 60%;
    float: right;
  }
}
/* line 225, ../sass/news.scss */
.news .news-list .content .list {
  display: block;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 225, ../sass/news.scss */
  .news .news-list .content .list {
    display: inline-block;
    width: 75%;
  }
}
/* line 233, ../sass/news.scss */
.news .news-list .content .list .title,
.news .news-list .content .list .intro {
  margin-bottom: 0.5rem;
}
/* line 238, ../sass/news.scss */
.news .news-list .content .date {
  display: block;
  width: 100%;
  color: #8b7e8c;
  float: left;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 238, ../sass/news.scss */
  .news .news-list .content .date {
    display: inline-block;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 0;
    text-align: center;
  }
}
/* line 252, ../sass/news.scss */
.news .news-list .content .date .ym {
  display: inline-block;
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 252, ../sass/news.scss */
  .news .news-list .content .date .ym {
    display: block;
    width: 100%;
  }
}
/* line 260, ../sass/news.scss */
.news .news-list .content .date .dot {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 260, ../sass/news.scss */
  .news .news-list .content .date .dot {
    display: inline-block;
    margin-right: 0.2rem;
  }
}
/* line 267, ../sass/news.scss */
.news .news-list .content .date .day {
  display: inline-block;
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 267, ../sass/news.scss */
  .news .news-list .content .date .day {
    display: block;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
  }
}
/* line 281, ../sass/news.scss */
.news .news-de .date {
  padding: 0;
  margin-bottom: 1rem;
  color: #8b7e8c;
}
/* line 286, ../sass/news.scss */
.news .news-de .layout {
  display: block;
  width: 400px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  /* line 286, ../sass/news.scss */
  .news .news-de .layout {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  /* line 286, ../sass/news.scss */
  .news .news-de .layout {
    width: 220px;
  }
}
/* line 296, ../sass/news.scss */
.news .news-de .layout img {
  width: 400px;
  height: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  /* line 296, ../sass/news.scss */
  .news .news-de .layout img {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  /* line 296, ../sass/news.scss */
  .news .news-de .layout img {
    width: 220px;
    height: 120px;
  }
}
/* line 309, ../sass/news.scss */
.news .news-de .layout .fit {
  object-fit: contain;
  object-position: top;
  -o-object-fit: contain;
  -o-object-position: top;
}
/* line 316, ../sass/news.scss */
.news .news-de .back {
  color: #222;
}
/* line 318, ../sass/news.scss */
.news .news-de .back i {
  padding-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  /* line 324, ../sass/news.scss */
  .news article h2.title {
    font-size: 1.4rem;
  }
}
