@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  index.css
 style info :  お知らせ
=================================================================== */
/* Breakpoints
*****************************************************/
/* mixin
*****************************************************/
/* 基本設定
*****************************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.l-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-inner.-large {
  max-width: 1300px;
}
@media screen and (max-width: 1024px) {
  .l-inner.-large {
    max-width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-inner {
    max-width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}

/* 見出し
*****************************************************/
.head .head__image {
  background-image: url("/news_list/_img/img-main-visual.jpg");
}
.head .head__title {
  top: 30%;
}

/* news common
*****************************************************/
.news .news__inner {
  padding: 50px 0;
}
.news .date {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  color: #8D8D8D;
}
.news .cat__inner {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .news .cat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news .cat {
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #282c6d;
  border: solid 1px #282c6d;
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .news .cat {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news .cat {
    margin-top: 5px;
  }
}
.news .title {
  margin-top: 10px;
}
.news .title h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}
.news .text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

/* アーカイブ・カテゴリー
*****************************************************/
.news .news__menu {
  background-color: #F8F8F8;
}
.news .menu__inner {
  padding: 20px;
}
.news .menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #E5E5E5;
}
@media screen and (max-width: 599px) {
  .news .menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.news .menu__item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #22328E;
  font-weight: 600;
  width: 100px;
}
.news .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 100px);
}
@media screen and (max-width: 599px) {
  .news .menu__list {
    width: 100%;
  }
}
.news .menu__list li {
  padding-left: 10px;
}
.news .menu__list li a {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-left: 10px;
}
.news .menu__list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* ページネーション
*****************************************************/
.news .pagination .pagination__inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .pagination .page-numbers {
  color: #98A6B5;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10px;
  line-height: 1;
}
.news .pagination .page-numbers.current {
  color: #004BB1;
}
.news .pagination .page-numbers .icon__prev,
.news .pagination .page-numbers .icon__next {
  width: 50px;
  height: 50px;
  position: relative;
  border: solid 1px #F0F3F5;
  background-color: #FAFAFA;
  display: inline-block;
}
.news .pagination .page-numbers .icon__prev::before,
.news .pagination .page-numbers .icon__next::before {
  content: "";
  display: inline-block;
  background-image: url("../_img/icon-arrow-b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news .pagination .page-numbers .icon__next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.news .news-list__item .news-list__image {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .news .news-list__item .news-list__image {
    width: 100px;
  }
}
.news .news-list__item .news-list__body {
  padding: 10px 0 0 20px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 599px) {
  .news .news-list__item .news-list__body {
    width: calc(100% - 100px);
    padding: 0px 0 0 20px;
  }
}

/* single
*****************************************************/
.news.news-single .l-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .news.news-single .l-inner {
    max-width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}
.news.news-single .news__body {
  /* IE11 を含む場合 */
}
.news.news-single .news__body .news__date {
  margin-top: 10px;
}
.news.news-single .news__body .news__cat {
  margin-top: 10px;
}
.news.news-single .news__body .title {
  margin-top: 20px;
}
.news.news-single .news__body .title h2 {
  color: #282c6d;
  font-weight: 600;
}
.news.news-single .news__body .text {
  margin-top: 20px;
}
.news.news-single .news__body img {
  width: auto;
}
.news.news-single .news__body h2,
.news.news-single .news__body h3,
.news.news-single .news__body h4,
.news.news-single .news__body h5,
.news.news-single .news__body h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
}
.news.news-single .news__body h2 {
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2em;
}
.news.news-single .news__body h3 {
  font-size: 1.6em;
}
.news.news-single .news__body h4 {
  font-size: 1.4em;
}
.news.news-single .news__body h5 {
  font-size: 1.2em;
}
.news.news-single .news__body h6 {
  font-size: 1em;
}
.news.news-single .news__body p {
  line-height: 1.8;
}
.news.news-single .news__body p + p {
  margin-top: 1.5em;
}
.news.news-single .news__body em {
  font-style: italic;
}
.news.news-single .news__body blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.news.news-single .news__body blockquote p + p {
  margin-top: 0.5em;
}
.news.news-single .news__body ul,
.news.news-single .news__body ol {
  margin-top: 1.5em;
}
.news.news-single .news__body ul {
  list-style-type: disc;
}
.news.news-single .news__body ol {
  list-style-type: decimal;
}
.news.news-single .news__body li {
  margin-left: 1.5em;
}
.news.news-single .news__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.news.news-single .news__body .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.news.news-single .news__body .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.news.news-single .news__body .wp-caption,
.news.news-single .news__body [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.news.news-single .news__body .wp-caption-text {
  margin-top: 0;
}
.news.news-single .news__body .articleBody {
  display: flow-root;
}
.news.news-single .news__body .articleBody::after {
  display: block;
  clear: both;
  content: "";
}
.news.news-single .pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news.news-single .pagination .previouspost,
.news.news-single .pagination .nextpost {
  width: 30%;
  border: solid 1px #282c6d;
}
.news.news-single .pagination .previouspost a,
.news.news-single .pagination .nextpost a {
  color: #282c6d;
  line-height: 1;
  padding: 1rem;
  display: block;
  text-align: center;
  position: relative;
}
.news.news-single .pagination .previouspost a::before,
.news.news-single .pagination .nextpost a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news.news-single .pagination .previouspost a::before {
  border-right: 8px solid #282c6d;
  left: 5px;
}
.news.news-single .pagination .nextpost a::before {
  border-left: 8px solid #282c6d;
  right: 5px;
}
.news.news-single .pagination .link {
  width: 30%;
  background-color: #282c6d;
  color: #fff;
  line-height: 1;
  padding: 1rem;
  text-align: center;
}
.news.news-single .sns-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .news.news-single .sns-button ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news.news-single .sns-button li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.news.news-single .sns-button li:nth-child(3), .news.news-single .sns-button li:nth-child(4) {
  margin-right: 10px;
}

.post_password {
  margin-top: 10px;
}
.post_password input[type=password],
.post_password input[type=submit] {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px 10px;
}
.post_password input[type=submit] {
  cursor: pointer;
}

.single-others-head .head__image {
  height: 260px;
}
/*# sourceMappingURL=index.css.map */