@charset "UTF-8";
/* ======================================================
/  園からのお知らせ
/====================================================== */
/* overWhite */
.mainvisual {
  background-image: url("../img/common/mainvisual/news.jpg");
}

/* page only */
.news-wp {
  margin-bottom: 30px;
}
.news-wp article div {
  display: block;
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.news-wp article .title {
  margin-bottom: 8px;
  padding: 0 5px 5px;
  border-bottom: solid 1px #B2B2B2;
}
.news-wp article .title span {
  display: block;
}
.news-wp article .title em {
  font-size: 15px;
  color: #EE6D79;
}
.news-wp article .title em:before {
  display: inline-block;
  content: attr(data-category);
  width: 6em;
  margin-right: 5px;
  padding: 2px 0;
  background-color: #5BC537;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.news-wp article p {
  padding: 0 5px;
}
.news-wp article p a {
  display: inline-block;
  margin-top: 5px;
  color: #0071FF;
  text-decoration: underline;
}
.news-wp article p a:hover {
  text-decoration: none;
}
.news-wp article:not(:last-child) {
  margin-bottom: 15px;
}

.news-wp.no-category article .title em:before {
  content: none;
}

@media screen and (max-width: 800px) {
  .news-wp article .title em {
    font-size: 4vw;
  }
}
@media screen and (min-width: 801px) {
  .news-wp {
    margin-bottom: 55px;
  }
  .news-wp article div {
    padding: 30px 50px;
  }
  .news-wp article .title {
    margin-bottom: 15px;
    padding: 0 0 10px;
  }
  .news-wp article .title span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
  }
  .news-wp article .title em {
    font-size: 20px;
  }
  .news-wp article p {
    padding: 0;
  }
  .news-wp article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=news.css.map */
