@charset "UTF-8";
/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
.news .block .archive {
  text-align: center;
  margin: 108px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .archive {
    margin: 40px 0 0;
  }
}

.news .block .archive li {
  display: inline-block;
  padding: 0 30px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .archive li {
    padding: 0 24px;
  }
}

.news .block .archive li:not(:last-child) {
  border-right: 1px solid #335D7D;
}

.news .block .archive li a {
  display: block;
  flex-flow: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #335D7D;
  letter-spacing: 1px;
  line-height: 20px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .archive li a {
    font-size: 14.5px;
    line-height: 18px;
  }
}

.news .block .post {
  margin: 95px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post {
    margin: 25px -13px 0;
  }
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it {
    padding: 15px 19px;
  }
}

.news .block .post__it:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #A8A8A8;
  }
}

.news .block .post__it a {
  display: block;
}

.news .block .post__it a:before, .news .block .post__it a:after {
  content: " ";
  display: table;
}

.news .block .post__it a:after {
  clear: both;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it a {
    font-size: 0;
  }
}

.news .block .post__it span {
  float: left;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it span {
    display: block;
    float: unset;
  }
}

.news .block .post__it span.date {
  font-size: 14px;
  letter-spacing: 0.1px;
  margin-right: 25px;
  position: relative;
  top: -3px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it span.date {
    font-size: 10.5px;
    letter-spacing: .9px;
    margin: 0;
  }
}

.news .block .post__it span.cate {
  font-size: 11px;
  width: 58px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 2px 12px 0 0;
  line-height: 1;
  padding: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it span.cate {
    font-size: 12px;
    width: 62px;
    margin: 5px 0 0;
  }
}

.news .block .post__it span.cate.type-1 {
  background: #2c3c63;
}

.news .block .post__it span.cate.type-2 {
  background: #2c9480;
}

.news .block .post__it span.cate.type-3 {
  background: #bf3929;
}

.news .block .post__it span.cate.type-4 {
  background: #999999;
}

.news .block .post__it span.cate.type-5 {
  background: #bf3929;
}

.news .block .post__it span.cate.type-6 {
  background: #c0e218;
}


.news .block .post__it .title {
  font-size: 14px;
  overflow: hidden;
  letter-spacing: 0.3px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__it .title {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 12px;
    padding: 0 0 0 10px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .news .block .post__it .title {
    width: 75%;
  }
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .post__box {
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
}

@media only screen and (max-width: 374px) {
  .news .block .post__box {
    width: 25%;
  }
}

.news .block .paging {
  margin: 85px 0 92px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .paging {
    margin: 32px 0 52px;
  }
}

.news .block .paging .wp-pagenavi span, .news .block .paging .wp-pagenavi a {
  background: unset;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  margin: 0 10px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .paging .wp-pagenavi span, .news .block .paging .wp-pagenavi a {
    font-size: 16.5px;
  }
}

.news .block .paging .wp-pagenavi span.current {
  color: #C2CFD8;
}

.news .block .paging .wp-pagenavi a {
  color: #335D7D;
}

.news .block .paging .wp-pagenavi .nextpostslink,
.news .block .paging .wp-pagenavi .previouspostslink {
  color: transparent;
  margin: 0 30px;
  position: relative;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news .block .paging .wp-pagenavi .nextpostslink,
  .news .block .paging .wp-pagenavi .previouspostslink {
    margin: 0 6px;
  }
}

.news .block .paging .wp-pagenavi .nextpostslink::before,
.news .block .paging .wp-pagenavi .previouspostslink::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news .block .paging .wp-pagenavi .nextpostslink::before {
  border-top: 2px solid #335D7D;
  border-right: 2px solid #335D7D;
}

.news .block .paging .wp-pagenavi .previouspostslink::before {
  border-bottom: 2px solid #335D7D;
  border-left: 2px solid #335D7D;
}

.news_detail .breadcrumb li:last-child {
  width: calc(100% - 170px);
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .breadcrumb li:last-child {
    width: calc(100% - 110px);
  }
}

.news_detail .breadcrumb li:last-child span {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news_detail .breadcrumb li:last-child span {
    overflow: hidden;
    position: relative;
    line-height: 22px;
    max-height: 22px;
    text-align: justify;
    margin-right: -1.15em;
    padding-right: 1.15em;
  }
  .news_detail .breadcrumb li:last-child span:before {
    content: '…';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news_detail .breadcrumb li:last-child span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1.15em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (-ms-high-contrast: none), (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .news_detail .breadcrumb li:last-child span {
    text-justify: inter-cluster;
  }
}

@-moz-document url-prefix() {
  .news_detail .breadcrumb li:last-child span {
    overflow: hidden;
    position: relative;
    line-height: 22px;
    max-height: 22px;
    text-align: justify;
    margin-right: -1.15em;
    padding-right: 1.15em;
  }
  .news_detail .breadcrumb li:last-child span:before {
    content: '…';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news_detail .breadcrumb li:last-child span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1.15em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .news_detail .breadcrumb li:last-child span {
      text-justify: inter-cluster;
    }
  }
}

.news_detail .block {
  margin: 135px 0 95px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block {
    padding: 0 5px;
    margin: 40px 0 50px;
  }
}

.news_detail .block .date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14.5px;
    margin: 0 0 30px;
    letter-spacing: 1.3px;
  }
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .box {
    display: inline-block;
    vertical-align: middle;
  }
}

.news_detail .block .cate {
  float: left;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  margin: 4px 5px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .cate {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 11px;
    padding: 0 7px;
    margin: 0 0 30px 5px;
  }
}

.news_detail .block .cate.type-1 {
  background: #2c3c63;
}

.news_detail .block .cate.type-2 {
  background: #2c9480;
}

.news_detail .block .cate.type-3 {
  background: #bf3929;
}

.news_detail .block .cate.type-4 {
  background: #999999;
}

.news_detail .block .cate.type-5 {
  background: #bf3929;
}

.news_detail .block .cate.type-6 {
  background: #c0e218;
}


.news_detail .block .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  letter-spacing: .7px;
  line-height: 32px;
  overflow: hidden;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .title {
    display: block;
    width: 100%;
    font-size: 16.5px;
    letter-spacing: .3px;
    line-height: 30px;
  }
}

.news_detail .block .content {
  padding: 34px 75px 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content {
    padding: 10px 2px 0;
  }
}

.news_detail .block .content__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__txt {
    font-size: 12px;
    line-height: 24px;
  }
}

.news_detail .block .content__txt img {
  width: 100%;
  margin: 45px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__txt img {
    margin: 25px 0 0;
  }
}

.news_detail .block .content__txt em {
  font-style: italic;
}

.news_detail .block .content__txt strong {
  font-weight: bold;
}

.news_detail .block .content__txt a {
  text-decoration: underline;
}

.news_detail .block .content__txt ul, .news_detail .block .content__txt ol {
  list-style-position: inside;
}

.news_detail .block .content__txt ul {
  list-style-type: disc;
}

.news_detail .block .content__txt ol {
  list-style-type: decimal;
}

.news_detail .block .content__link {
  font-size: 0;
  margin: 88px 0 0;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link {
    padding: 0 28px;
    margin: 67px 0 0;
    text-align: center;
  }
}

.news_detail .block .content__link--prev {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 196px) / 2);
  text-align: left;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--prev {
    width: 50%;
    border-right: 1px solid #335D7D;
  }
}

.news_detail .block .content__link--prev a {
  display: block;
  font-size: 18px;
  color: #335D7D;
  padding: 0 0 0 25px;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--prev a {
    font-size: 14.5px;
    line-height: 18px;
    padding: 0 0 0 17px;
  }
}

.news_detail .block .content__link--prev a::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  left: 2px;
  border-bottom: 2px solid #335D7D;
  border-left: 2px solid #335D7D;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--prev a::before {
    width: 9px;
    height: 9px;
  }
}

.news_detail .block .content__link--home {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #335D7D;
  width: 196px;
  text-align: center;
  padding: 10px 14px 10px 0;
  letter-spacing: 2px;
  border: 1px solid #335D7D;
  position: relative;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--home {
    width: 160px;
    font-size: 14.5px;
    padding: 10px 0 10px 20px;
    margin: 46px 0 0;
    line-height: 18px;
  }
}

.news_detail .block .content__link--home::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  right: 22px;
  border-top: 1px solid #335D7D;
  border-right: 1px solid #335D7D;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--home::before {
    width: 8px;
    height: 8px;
    left: 12px;
    right: unset;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #335D7D;
    border-left: 1px solid #335D7D;
  }
}

.news_detail .block .content__link--next {
  display: inline-block;
  vertical-align: middle;
  width: calc((100% - 196px) / 2);
  text-align: right;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--next {
    width: 50%;
  }
}

.news_detail .block .content__link--next a {
  display: block;
  font-size: 18px;
  color: #335D7D;
  padding: 0 25px 0 0;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--next a {
    font-size: 14.5px;
    line-height: 18px;
    padding: 0 17px 0 0;
  }
}

.news_detail .block .content__link--next a::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 11px;
  height: 11px;
  right: 2px;
  border-top: 2px solid #335D7D;
  border-right: 2px solid #335D7D;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 896px) and (orientation: landscape), (max-width: 767px) and (orientation: portrait) {
  .news_detail .block .content__link--next a::before {
    width: 9px;
    height: 9px;
  }
}

/*# sourceMappingURL=maps/news.min.css.map */
