/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */


/* ========================================
    news-style
   ======================================== */

/* --------------------
    news
   -------------------- */

/*news-archive*/

.news-header {
  margin-bottom: 24px;
  margin-top: 40px;
}
.news-header .tab-nav {
  display: flex;
  flex-wrap: wrap;
}
.news-header .tab-nav li {
  box-sizing: border-box;
  border-radius: 18px;
  background: #e6e6e6;
  padding: 0;
  margin-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.news-header .tab-nav li:hover {
    background: #e6e6e6;
  }
.news-header .tab-nav li > * {
  box-sizing: border-box;
  padding: 0 20px 0 23px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-header .tab-nav li:first-child {
  margin-left: 0;
}
.news-header .tab-nav li .toggle {
  font-size: 1.4rem;
  text-decoration: none;
  color: #050f1e;
}
.news-header .tab-nav .js-active {
  background: #c8161d;
}
.news-header .tab-nav .js-active .toggle {
  color: #FFF;
}
.news-header .tab-nav a:hover {
  opacity: 1;
  transition: 0;
}
.news-archive .archive-list li {
  margin-bottom: 28px;
}
.news-archive .cs_msgblank {
  padding: 80px 0;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
}
.news-archive .archive-list li a,
.related-posts li a {
  display: block;
  width: 100%; height: 100%;
  text-decoration: none;
  color: #050f1e;
}
.archive-list h2,
.related-posts li a .post-title,
.related-posts li a h2 {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #050f1e;
}
.related-posts ul li {
  margin-bottom: 10px;
}
.cts-top .archive-list li a img,
.related-posts ul li a img {
  box-sizing: border-box;
  /* border: 1px solid #dcdcdc; */
}

/*entry-date/category*/

.posted-on {
  margin: 31px 0 9px;
  line-height: 1;
  display: block;
}
.posted-on .entry-date,
.related-posts li a .posted-on .entry-date,
.posted-on .entry-new {
  display: inline-block;
  color: #737d8c;
  padding: 0 8px 0 0;
  font-size: 1.5rem;
}
.posted-on .entry-new {
  color: #ff0024;
}
.posted-on .category {
  display: inline-block;
  color: #050f1e;
  padding: 0 0 0 8px;
  font-size: 1.4rem;
  border-left: 2px solid #050f1e;
}

/*pagenation*/

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
.pagenation > * {
  width: 40px; height: 40px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation > a {
  text-decoration: none;
  color: #050f1e;
  text-align: center;
  margin: 0 2px;
}
.pagenation > .current {
  background: #fff5f6;
}
.pagenation > .prev,
.pagenation > .next {
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  /* background-size: 30% auto !important; */
  border-radius: 0;
}

.pagenation > .prev::after,
.pagenation > .next::after {
  position: absolute;
  content: "";
  /* display: block; */
  width: 10px;
  height: 10px;
  border-top: 1px solid #050f1e;
  top: 50%;
}
.pagenation > .prev {
  /* background: url("img/cmn/ico_link_arrow_rd_narrow.svg") no-repeat 50% 50%;
  transform:rotateY(180deg); */
}
.pagenation > .next {
  /* background: url("img/cmn/ico_link_arrow_rd_narrow.svg") no-repeat 50% 50%; */
}
.pagenation > .prev::after {
  left: 40%;
  border-left: 1px solid #050f1e;
  transform-origin: left top;
  transform:rotate(-45deg);
}
.pagenation > .next::after {
  right: 40%;
  border-right: 1px solid #050f1e;
  transform-origin: right top;
  transform:rotate(45deg);
}

/*news-article*/

.news-article .article-header .posted-on {
  margin: 0;
}
.news-article .entry-header, .page-header {
  margin: 0;
}
.news-article h1.entry-title {
  font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 30px;
  color: #050f1e;
  text-align: left;
}
.news-article .entry-content > * {
  margin-bottom: 32px;
}
.news-article .entry-content > .margin-l {
  margin-bottom: 56px;
}
.news-article .entry-content {
  margin-top: 15px;
  margin-bottom: 45px;
}
.news-article .entry-content figure {
  width: 100% !important;
}
.news-article .entry-content img {
  height: auto !important;
}
.news-article .entry-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #050f1e;
  padding: 0 0 18px;
  margin-bottom: 0;
}
.news-article .entry-content h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: #050f1e;
  padding: 0 0 18px;
  margin-bottom: 0;
}
.news-article .entry-content p {
  line-height: 2;
}
.news-article .entry-content figure {
  margin: 0 0 32px;
}
.news-article .entry-content figcaption,
.news-article .entry-content .wp-caption-text {
  text-align: left;
  margin: 8px 0 0;
  font-size: 1.4rem;
  color: #7d828c;
}
.news-article .entry-content ul li {
  position: relative;
  margin-bottom: .875rem;
  padding-left: 1.35em;
}
.news-article .entry-content ul li::before {
	content:"";
	display:block;
	width: 8px; height: 8px;
  border-radius: 50%;
  position: absolute; left: .35em; top: 0.6em; 
  background: #ff0024;
}
.news-article .entry-content ol {
  counter-reset: ol_li;
  margin: 0;
}
.news-article .entry-content ol li {
  counter-increment: number;
  list-style: none;
  margin-bottom: .875rem;
  margin-left: -2.65em;
  padding-left: 0.5em;
}
.news-article .entry-content ol li::before {
	content: counter(number) ".";
  color: #ff0024;
  padding-right: .5em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  /* text-transform: uppercase; */
}
.news-article .entry-content .txt-link-block a {
  display: inline-block;
  box-sizing: border-box;
  background: url("img/cmn/ico_link_arrow_rd.svg") no-repeat right 0 top 55%;
  background-size: 8px;
  text-decoration: none;
  padding: 0 14px 0 0;
  margin: 0;
  font-weight: 500;
}
.news-article .entry-content .txt-link-block a[target] {
  background: url("img/cmn/ico_link_brank.svg") no-repeat right 0 top 65%;
  background-size: 14px;
  padding: 0 20px 0 0;
}
.news-article .entry-content .wp-block-group {
  box-sizing: border-box;
  padding: 0;
}
.news-article .entry-content .block-gray {
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 24px;
}
.news-article .entry-content .block-red {
  box-sizing: border-box;
  background: #fff4f6;
  padding: 24px;
}
.news-article .entry-content .block-line {
  box-sizing: border-box;
  background: none;
  border: 1px solid #dcdcdc;
  padding: 24px;
}
.news-article .entry-content table {
  border: 1px solid #dcdcdc;
  margin-bottom: 56px;
}
.news-article .entry-content .has-fixed-layout {
  table-layout: fixed;
  width:100%
}
.news-article .entry-content table td,
.news-article .entry-content table th {
  border: 1px solid #dcdcdc;
  word-break: break-word;
  padding: 7px 16px;
  font-weight: 400;
}
.news-article .entry-content .table01 table th,
.news-article .entry-content .table02 table th {
  background: #f5f5f5;
}
.news-article .entry-content .table02 table thead th {
  background: #050f1e;
  color: #FFF;
}
.news-article .entry-content .table02 table .thead-sp {
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #737d8c;
  border: 1px solid #737d8c;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 13px;
}
.news-article .related-posts {
  border-top: 1px solid #dcdcdc;
  padding: 40px 0 0;
}
.news-article .related-posts h3.related-posts-title {
  font-size: 28px;
  margin: 0 0 24px;
  line-height: 1;
  color: #050f1e;
}
.news-article .related-posts ul li {
  margin-right: 16px;
}

@media only screen and (max-width: 767px) {
  
 
  .news-header {
    margin-bottom: 24px;
  }
  /*.news-archive .archive-list li a {
    width: calc(100% - 16px);
  }*/
  .cts-top .news-archive .archive-list li a {
    width: 100%;
  }
  .site-top .news-archive .archive-list li {
    margin-bottom: 0;
  }
  .news-archive .archive-list li:last-child {
    margin-bottom: 0;
  }
  .site-top .news-archive .archive-list .posted-on .category,
  .related-posts li a .posted-on .category {
    display: none;
  }
  .news-article .entry-content .slider-css {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .news-article .entry-content .table01 table,
  .news-article .entry-content .table02 table {
    border-top: 0;
  }
  .news-article .entry-content .table02 table .thead {
    display: none;
  }
  .news-article .entry-content .table01 table tr,
  .news-article .entry-content .table02 table tr {
    width: 100%;
  }
  .news-article .entry-content .table01 table th,
  .news-article .entry-content .table02 table th {
    display: block;
    border-right: 0; border-left: 0;
    text-align: left;
    font-weight: 400;
  }
  .news-article .entry-content .table01 table td,
  .news-article .entry-content .table02 table td {
    display: block;
    border: 0;
  }
  .news-article .entry-content .table01 table th.va-top,
  .news-article .entry-content .table02 table th.va-top {
    vertical-align: middle;
  }
  .news-article .entry-content .table01 table td:last-child,
  .news-article .entry-content .table02 table td:last-child {
    border-bottom: 0;
  }
  .news-article .entry-content .wp-block-column +  .wp-block-column {
    margin-top: 32px;
  }
  
}

@media print, screen and (min-width: 768px) {
   
  .news-header .tab-nav {
    padding: 10px 0 0;
  }
  .news-header .tab-nav li .toggle {
    font-size: 1.2rem;
  }
  .news-header .tab-nav li:hover {
    /* background: #ff0024; */
    background: #c8161d;
  }
  .news-header .tab-nav li:hover .toggle {
    color: #FFF;
  }
  .news-archive .archive-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-archive .archive-list li {
    width: calc((100% - 24px) / 2);
  }
  .news-archive .archive-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
  }
  .pagenation {
    margin-top: 75px;
  }
  .news-article h1.entry-title {
    margin-top: 44px;
  }
  .news-article .entry-content {
    margin-top: 30px;
    margin-bottom: 125px;
  }
  .news-article .entry-content > * {
    margin-bottom: 32px;
  }
  .news-article .entry-content .wp-block-columns {
    display: flex;
    justify-content: space-between;
  }
  .news-article .entry-content .wp-block-columns > div {
    width: calc((100% - 24px) / 2);
  }
  .news-article .related-posts {
    padding: 72px 0 0;
  }
  .news-article .related-posts h3.related-posts-title {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .news-article .related-posts ul {
    display: flex;
  }
  .news-article .related-posts ul li {
    width: calc((100% - 48px) / 3);
    margin: 0;
  }
  .news-article .related-posts ul li + li {
    margin-left: 24px;
  }
  .news-article .entry-content .table02 table .thead-sp {
    display: none;
  }
  
}

@media print, screen and (min-width: 980px) {

  .site-top .news-archive .news-header {
    justify-content: space-between;
  }
  .site-top .news-archive .news-header h1 {
    width: 4em;
  }
  .news-header {
    align-items: center;
  }
  .news-header .tab-nav {
    flex-wrap: nowrap;
    padding: 0;
  }
  .news-header .tab-nav li {
    margin-top: 0;
  }
  .news-header .tab-nav li .toggle {
    font-size: 1.4rem;
  }
  .news-archive .archive-list {
    justify-content: flex-start;
  }
  .news-archive .archive-list li {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .news-archive .archive-list li:nth-child(3n) {
    margin-right: 0;
  }
  .news-archive .archive-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
  }
  
  /*page-style */
  
}[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
