@charset "UTF-8";
/* 投稿部分のCSS */
.post .clear, .post .postmetadata {
  clear: both; }
.post hr {
  display: block; }
.post img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.post img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline; }
.post img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline; }
.post .aligncenter, .post div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.post .alignright {
  float: right !important; }
.post .alignleft {
  float: left !important; }
.post acronym, .post abbr, .post span.caps {
  cursor: help !important; }
.post acronym, .post abbr {
  border-bottom: 1px dashed #999; }
.post blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd; }
  .post blockquote cite {
    margin: 5px 0 0;
    display: block; }
.post .center {
  text-align: center !important; }
.post .hidden {
  display: none; }
.post .screen-reader-text {
  position: absolute;
  left: -1000em; }
.post a img {
  border: none; }
.post img {
  height: auto;
  width: auto;
  max-width: 100% !important; }

.posthed {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em; }
  .posthed .date {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 700;
    margin-bottom: 1em; }
    .posthed .date span {
      font-size: 2em; }
  .posthed .cat span {
    padding: 0.5em 1em;
    background-color: #4d4d4d;
    color: white;
    font-size: 0.888em;
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 0.5em;
    line-height: 100%; }
  .posthed h3 {
    font-size: 1.4em;
    font-weight: 600; }

@media (min-width: 992px) {
  .posthed .date span {
    display: block; } }
@media (min-width: 576px) {
  .posthed h3 {
    font-size: 1.5em; } }
@media (min-width: 992px) {
  .posthed h3 {
    font-size: 1.666em; } }
.post h2 {
  font-size: 1.4em;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #020294;
  padding-left: 0.5em;
  font-weight: 600; }
.post h3 {
  font-size: 1.3em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #020294;
  margin-top: 1em;
  padding-bottom: 0.3em;
  font-weight: 600; }
.post h4 {
  font-size: 1.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #595757;
  margin-top: 1em;
  padding-bottom: 0.3em;
  font-weight: 600; }
.post h5 {
  font-size: 1.1em;
  margin-top: 1em;
  font-weight: 600; }
.post h6 {
  font-size: 1em;
  margin-top: 1em;
  font-weight: 600; }

@media (min-width: 576px) {
  .post h2 {
    font-size: 1.555em; }
  .post h3 {
    font-size: 1.444em; }
  .post h4 {
    font-size: 1.333em; }
  .post h5 {
    font-size: 1.222em; }
  .post h6 {
    font-size: 1.111em; } }
/*==============*/
/* トップニュース */
/*==============*/
.top-news {
  margin-top: 0em;
  padding-top: 0em;
  padding-right: 0em;
  padding-left: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }
  .top-news dl {
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    display: block;
    position: relative; }
  .top-news dt {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 0.888em; }
    .top-news dt span {
      color: white;
      border-radius: 50em;
      padding: 0.1em 0.5em;
      margin-left: 1em;
      background-color: #ff5942;
      min-width: 8em;
      line-height: 160%;
      text-align: center;
      display: inline-block; }
  .top-news dd a {
    font-weight: 700; }

/*==============*/
/* ニュース一覧 */
/*==============*/
.news-list h3 {
  font-size: 1.333em; }
.news-list .date {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 700;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .news-list .date span {
    font-size: 2em;
    display: block; }
.news-list .cat span {
  padding: 0em 1em;
  background-color: #4d4d4d;
  color: white;
  font-size: 0.888em;
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 0.5em; }

/* ページャー  */
.pager .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  width: 100%; }
  .pager .pagination li {
    display: inline;
    margin: 0 10px;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 0; }
    .pager .pagination li a {
      vertical-align: middle;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: table;
      color: #333;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 50%;
      z-index: 0; }
      .pager .pagination li a span {
        display: table-cell;
        vertical-align: middle; }
      .pager .pagination li a:hover, .pager .pagination li a.active {
        color: #fff;
        background-color: #FF5942; }

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none; }
    .pager .pagination li.pre, .pager .pagination li.next {
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center;
      border-radius: 50em; }
    .pager .pagination li.pre a, .pager .pagination li.next a {
      width: 100%;
      text-align: center; }
    .pager .pagination li.pre span::after {
      content: "　前の10件へ"; }
    .pager .pagination li.next span::before {
      content: "次の10件へ　"; } }
