@charset "UTF-8";
/*-------- お知らせ css --------*/
/* モバイルレイアウト 767px以下 */
/* --------------------------------------------------------
main
-------------------------------------------------------- */
.pagetitle {
  position: relative;
  width: 100%;
  margin: 5% 0 10%;
  text-align: center;
}
.pagetitle h2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.8em;
  text-shadow: 2px 2px 6px #333333;
}

.single h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #58CE91;
}
.single hr {
  border: none;
  border-top: dashed 2px #71B3E0;
  margin: 0.5em 0;
}
.single img {
  margin: 0.5em 0;
  height: auto;
}

.archive h3 {
  margin: 0.5em 0;
  font-size: 1.2rem;
}
.archive hr {
  border: none;
  border-top: dashed 2px #71B3E0;
  margin: 1.5em 0;
}

p.top {
  margin-top: 50px;
  text-align: center;
}

/* タブレットレイアウト : 768 px～。モバイルレイアウトからスタイルを継承。 */
@media print, screen and (min-width: 768px) {
  .header {
    justify-content: space-around;
  }
  /* --------------------------------------------------------
  main
  -------------------------------------------------------- */
  .pagetitle {
    margin: 100px 0 50px;
  }
  .pagetitle h2 {
    font-size: 45px;
  }
  .single h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=news.css.map */