@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  お知らせ
=================================================================== */
/* news common
*****************************************************/
.news .head {
  display: block;
  position: relative;
  float: inherit;
}
.news .head .head__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
  background-image: radial-gradient(rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url("../_img/S__31359024.jpg");
}
.news .head .head__inner {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.news .head .head__inner .head__title {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.news .head .head__inner .head__title h2.title {
  color: #FFFFFF;
  text-shadow: 0 0 5px #000;
  font-size: 45px;
  letter-spacing: 1.5px;
  text-align: center;
}
.news .head .head__inner .head__title .sub-text {
  color: #10A000;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-align: center;
}
.news .news__inner {
  padding: 50px 0;
}
.news .news__inner .l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
  box-sizing: border-box;
}
/* archives
*****************************************************/
.news .news-list {
  margin-top: 50px;
}
.news .news-list__item:not(:last-of-type) {
  border-bottom: solid 1px #E5E5E5;
}
.news .news-list__item a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.news .news-list__item .news-list__image {
  width: 200px;
  height: 140px;
  overflow: hidden;
}
.news .news-list__item .news-list__image img {
  width: 100%;
  height: auto;
}
.news .news-list__item .news-list__body {
  padding: 10px 0 0 20px;
  width: calc(100% - 200px);
}
/* single
*****************************************************/
.news-single .l-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}
.news-single .news__body .news__date {
  margin-top: 10px;
}
.news-single .news__body .news__cat {
  margin-top: 10px;
}
.news-single .news__body .title {
  margin-top: 20px;
}
.news-single .news__body .title h2 {
  color: #282c6d;
  font-weight: 600;
}
.news-single .news__body .text {
  margin-top: 20px;
}
.news-single .news__body img {
  width: auto;
}
.news-single .news__body h2, .news-single .news__body h3, .news-single .news__body h4, .news-single .news__body h5, .news-single .news__body h6 {
  margin: 1em 0 1em;
  line-height: 1.4;
}
.news-single .news__body h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2em;
}
.news-single .news__body h3 {
  font-size: 1.6em;
}
.news-single .news__body h4 {
  font-size: 1.4em;
}
.news-single .news__body h5 {
  font-size: 1.2em;
}
.news-single .news__body h6 {
  font-size: 1em;
}
.news-single .news__body p {
  line-height: 1.8;
}
.news-single .news__body p + p {
  margin-top: 1.5em;
}
.news-single .news__body em {
  font-style: italic;
}
.news-single .news__body blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.news-single .news__body blockquote p + p {
  margin-top: 0.5em;
}
.news-single .news__body ul, ol {
  margin-top: 1.5em;
}
.news-single .news__body ul {
  list-style-type: disc;
}
.news-single .news__body ol {
  list-style-type: decimal;
}
.news-single .news__body li {
  margin-left: 1.5em;
}
.news-single .news__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.news-single .news__body .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.news-single .news__body .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news-single .news__body .wp-caption, [class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.news-single .news__body .wp-caption-text {
  margin-top: 0;
}
.news-single .news__body .articleBody {
  display: flow-root;
}
/* IE11 を含む場合 */
.news-single .news__body .articleBody::after {
  display: block;
  clear: both;
  content: '';
}
.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pagination .previouspost, .pagination .nextpost {
  width: 30%;
  border: solid 1px #282c6d;
}
.pagination .previouspost a, .pagination .nextpost a {
  color: #282c6d;
  line-height: 1;
  padding: 1rem;
  display: block;
  text-align: center;
  position: relative;
}
.pagination .previouspost a::before, .pagination .nextpost a::before {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  transform: translateY(-50%);
}
.pagination .previouspost a::before {
  border-right: 8px solid #282c6d;
  left: 5px;
}
.pagination .nextpost a::before {
  border-left: 8px solid #282c6d;
  right: 5px;
}
.pagination .link {
  width: 30%;
  background-color: #282c6d;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  text-align: center;
}
.pagination .link, .pagination .previouspost a, .pagination .nextpost a {
  font-family: "YakuHanJP", "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, sans-serif;
}
@media only screen and (max-width:480px) {
  .news {
    margin: 20px auto;
  }
  .news .head {
    padding: 0;
    margin: 0 auto;
    height: 265px;
  }
  .news .head .head__image {
    height: 265px;
  }
  .news .head .head__inner {
    height: 265px;
    top: 0;
  }
  .news .head .head__inner .head__title {}
  .news .head .head__inner .head__title h2.title {
    font-size: 32px;
  }
  .news .head .head__inner .head__title .sub-text {
    font-size: 18px;
  }
  .news .news__inner {
    padding: 20px 0;
  }
  .news .news__inner .l-inner {
    padding: 0 15px;
  }
/* archives
*****************************************************/
.news .news-list {
  margin-top: 25px;
}
.news .news-list__item a {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.news .news-list__item .news-list__image {
  width: 100px;
  height: 70px;
  overflow: hidden;
}
.news .news-list__item .news-list__body {
  padding: 5px 0 0 10px;
  width: calc(100% - 100px);
}
	
  /* single
*****************************************************/
  .news-single .l-inner {
    padding: 0 20px;
  }
}