/* ---------------------------------------------------
	common
------------------------------------------------------ */
.site-main {
  background: #fff;
}

.page-title {
  background: url(../img/news/fv.jpg) center;
  background-size: cover;
}

.news-sec {
  padding: 130px 0 150px;
}
.news-sec .container::after {
  content: "";
  display: block;
  clear: both;
}

.news-body {
  float: right;
  width: 71.63%;
  max-width: 871px;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #f8f5f0;
  border: none;
  line-height: 60px;
  text-align: center;
}
@media (any-hover: hover) {
  .wp-pagenavi a:hover {
    background: #c43730;
    color: #fff;
    opacity: 1;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 122px;
}

@media (max-width: 810px) {
  .news-sec {
    padding: 50px 0 80px;
  }
  .news-body {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .wp-pagenavi {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 53px;
    height: 53px;
    line-height: 53px;
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 106px;
  }
}
/* ---------------------------------------------------
		sidebar
------------------------------------------------------ */
.sidebar {
  float: left;
  width: 21.8%;
  max-width: 265px;
  line-height: 1.5;
}
.sidebar ul {
  border-top: 1px solid #212121;
}
.sidebar ul li {
  border-bottom: 1px solid #f2f2f2;
}
.sidebar ul li a {
  position: relative;
  display: block;
  padding: 16px 0;
}
.sidebar ul li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/common/icon_arrow02_black.svg) no-repeat;
  background-size: 100%;
}
.sidebar ul li a.current {
  color: #c43730;
  font-weight: bold;
}

@media (max-width: 810px) {
  .sidebar {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
/* ---------------------------------------------------
		archive
------------------------------------------------------ */
.archive {
  padding: 0 0 80px;
}

.archive-list {
  margin-top: -30px;
}
.archive-list .list-item {
  border-bottom: 1px solid #f2f2f2;
  letter-spacing: 0.03em;
}
.archive-list .list-item a {
  display: flex;
  padding: 27px 0;
  justify-content: space-between;
  align-items: center;
}
.archive-list .list-item .time {
  width: 166px;
  font-weight: 500;
}
.archive-list .list-item .cat {
  display: block;
  width: 131px;
  color: #696969;
  border: 1px solid #c43730;
  border-radius: 4px;
  font-size: 1.3rem;
  text-align: center;
}
.archive-list .list-item .title {
  width: calc(100% - 166px - 131px - 30px);
  margin-left: auto;
}

.page-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  font-size: 2rem;
  line-height: 1;
}
.page-navi .page-numbers {
  position: relative;
  display: inline-block;
  padding: 1px 5px;
  color: #9B9B9B;
  vertical-align: middle;
}
.page-navi .page-numbers.current {
  color: #333;
  font-weight: bold;
}
.page-navi .page-numbers.next, .page-navi .page-numbers.prev {
  width: 16px;
  height: 16px;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
}
.page-navi .page-numbers.next::after, .page-navi .page-numbers.prev::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.page-navi .page-numbers.prev {
  transform: rotate(-180deg);
}

@media (max-width: 1000px) {
  .archive-list .list-item a {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .archive-list .list-item .title {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 810px) {
  .archive {
    padding-bottom: 20px;
  }
  .archive-list {
    margin-top: -20px;
  }
  .archive-list .list-item a {
    padding: 20px 0;
  }
  .archive-list .list-item .time {
    width: 120px;
    font-size: 1.4rem;
  }
  .archive-list .list-item .cat {
    width: 118px;
    font-size: 1.2rem;
  }
  .archive-list .list-item .title {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
.single {
  padding: 0 0 80px;
}
.single article {
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
  line-height: 1.2;
}
.entry-header .entry-meta .time {
  display: inline-block;
  margin-right: 24px;
  font-size: 1.6rem;
  color: #222;
  font-weight: 500;
}
.entry-header .entry-meta .cat {
  display: inline-block;
  min-width: 131px;
  padding: 4px 8px;
  border: 1px solid #c43730;
  border-radius: 4px;
  color: #696969;
  font-size: 1.3rem;
  text-align: center;
}
.entry-header .entry-title {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.84;
  letter-spacing: 0.02em;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  line-height: 1;
}
.entry-footer .footer-btn a {
  display: inline-block;
  color: #c43730;
  font-weight: bold;
}
.entry-footer .footer-btn a .icon {
  margin-right: 16px;
}
.entry-footer .footer-sns {
  gap: 16px;
}
.entry-footer .footer-sns .sns-list {
  gap: 16px;
}
.entry-footer .footer-sns .sns-list a:focus {
  outline: none;
}

@media (max-width: 810px) {
  .entry-header .entry-meta {
    margin-bottom: 16px;
  }
  .entry-header .entry-meta .time {
    font-size: 1.4rem;
    margin-right: 16px;
  }
  .entry-header .entry-meta .cat {
    min-width: 110px;
    font-size: 1.2rem;
  }
  .entry-header .entry-title {
    font-size: 2.8rem;
  }
  .entry-footer {
    padding: 24px 0;
    border-bottom: none;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry-content {
  margin: 48px 0;
  /* gutenberg */
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content p {
  display: block;
  margin: 1em 0 2em;
  line-height: 2.1;
}
.entry-content a {
  color: #c43730;
  text-decoration: underline;
}
.entry-content div {
  margin: 28px 0;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content strong span {
  font-weight: bold;
}
.entry-content em {
  font-style: italic;
}
.entry-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.entry-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry-content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry-content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-right {
  text-align: right;
}
.entry-content h1 {
  margin: 2em auto 1em;
  padding: 0;
  color: #c43730;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: left;
}
.entry-content h2 {
  position: relative;
  max-width: 100%;
  margin: 2em auto 1em;
  padding-left: 24px;
  border-left: 11px solid #c43730;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.73;
  text-align: left;
}
.entry-content h3 {
  position: relative;
  margin: 2em auto 1em;
  padding-bottom: 0.75em;
  border-bottom: 2px dotted #c43730;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.85;
}
.entry-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 1em;
  height: 0;
  margin-top: 0.25em;
  border-top: 1px solid #c43730;
}
.entry-content h4 {
  position: relative;
  margin: 2em auto 1.5em;
  padding-left: 36px;
  color: #222;
  font-size: 1.125em;
  font-weight: bold;
}
.entry-content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  display: block;
  width: 24px;
  height: 0;
  border-top: 5px solid #c43730;
}
.entry-content h5 {
  margin: 1em auto;
  color: #c43730;
  font-weight: bold;
}
.entry-content h5:after {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  border-top: 1px solid;
}
.entry-content h6 {
  margin-bottom: 0.5em;
  color: #222;
  font-size: 0.875em;
  font-weight: bold;
}
.entry-content table {
  margin: 1em 0;
}
.entry-content table th,
.entry-content table td {
  padding: 22px 20px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  line-height: 2.1;
  letter-spacing: 0;
}
.entry-content table p {
  margin: 0;
}
.entry-content ul {
  margin: 2em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol {
  margin: 2em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry-content code,
.entry-content kbd,
.entry-content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry-content sub,
.entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content sub {
  bottom: -0.25em;
}
.entry-content sup {
  top: -0.5em;
}
.entry-content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry-content progress {
  vertical-align: baseline;
}
.entry-content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content mark,
.entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content big {
  font-size: 125%;
}
.entry-content details {
  display: block;
}
.entry-content summary {
  display: list-item;
}
.entry-content template {
  display: none;
}
.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
  font-style: italic;
}
.entry-content blockquote {
  padding: 0 1em;
  background: #fff;
  border-left: 4px solid #ddd;
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
.entry-content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry-content .wp-caption-text {
  text-align: center;
}
.entry-content .gallery {
  margin-bottom: 1.5em;
}
.entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-caption {
  display: block;
}
.entry-content .wp-block-gallery {
  padding-left: 0;
  list-style: none;
}
.entry-content .wp-block-gallery li {
  list-style: none;
}
.entry-content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 810px) {
  .entry-content h1 {
    font-size: 2.8rem;
  }
  .entry-content h2 {
    padding-left: 24px;
    border-left-width: 9px;
    font-size: 2.2rem;
  }
  .entry-content h3 {
    font-size: 1.8rem;
  }
  .entry-content h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    display: block;
    width: 1em;
    height: 0;
    margin-top: 0.25em;
    border-top: 1px solid #c43730;
  }
  .entry-content h4 {
    font-size: 1.4rem;
  }
  .entry-content table {
    max-width: 100%;
    width: 100% !important;
  }
}