
/* --- news ------------------------------ */

div.single-news {
  position: relative;
  background-color: #fff;
  box-shadow: 2px 2px 4px grey;
  background-position: 20px top;
  background-repeat: no-repeat;
  border-radius: 0 0 15px 15px;
  padding: 30px 0;
}

div.single-news::after {
  content: "";
  position: absolute;
  width: 98%;
  display: block;
  height: 15px;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ff7bac;
}

@media screen and (max-width: 1080px) {

  div.single-news {
    padding: 30px 20px;
    margin: 40px auto;
  }

}

/* --- h2 */

div.single-news h2 {
  width: 100%;
  max-width: 900px;
  font-size: 1.2em;
  margin: 0 auto 40px auto;
}

/* date */

div.single-news span.datearea {
  display: block;
  width: 100%;
  max-width: 900px;
  font-size: 0.9em;
  margin: 0 auto 12px auto;
}


/* --- textarea */

div.single-news p.textarea {
  width: 100%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto 60px auto;
}

/* --- photo */

div.single-news div.photo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto 60px auto;
}

div.single-news div.photo figure {
  width: 100%;
  max-width: 44%;
  margin: 0;
}
div.single-news div.photo figure:nth-of-type(1) ,
div.single-news div.photo figure:nth-of-type(2) {
  margin-bottom: 20px;
}
div.single-news div.photo figure:nth-of-type(2n-1) {
  margin-right: 12%;
}

div.single-news div.photo figure img {
  display: block;
  width: 100%;
  height: auto;
}

div.single-news div.photo figcaption {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}

/* ---　link pdf */

div.single-news div.link-page {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

div.single-news div.link-page:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 7px solid #7ac943;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: 0 10px 0 0;
}

/* ---　link page */

div.single-news div.link-pdf {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
div.single-news div.link-pdf:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 7px solid #7ac943;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin: 0 10px 0 0;
}

div.single-news div.link-pdf span.pdf{
  color: #fff;
  background: #ff1d25;
  border-radius: 10px;
  font-size: 0.93em;
  padding: 0 5px;
  margin: 0 0 0 10px;
  display: inline-block;
  height: 18px;
  line-height: 20px;
  text-decoration: none;
}









