html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}

.wysiwyg--column h2{
  color: #222222;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #767676;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.wysiwyg--column h3{
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.wysiwyg--column a {
  color: #222222;
  text-decoration: underline;
}
.wysiwyg--column__button{
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  background: #222222;
  border-radius: 8px;
  padding: 12px 15px;
}
.wysiwyg--column img {
  width: 100%;
}
.wysiwyg--column em,
.wysiwyg--column i {
  font-style: italic;
}
.wysiwyg--column strong,
.wysiwyg--column b {
  font-weight: 900;
}
.wysiwyg--column pre,
.wysiwyg--column code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg--column u {
  text-decoration: underline;
}
.wysiwyg--column del {
  text-decoration: line-through;
}
.wysiwyg--column ol,
.wysiwyg--column ul {
  padding-left: 20px;
}
.wysiwyg--column ol {
  list-style: decimal;
}
.wysiwyg--column ul {
  list-style: disc;
}
.wysiwyg--column li{
  color: #222222;
}
.wysiwyg--column blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg--column blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg--column blockquote p::before {
  content: "“";
}
.wysiwyg--column blockquote p::after {
  content: "”";
}
.wysiwyg--column table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 16px;
  line-height: 1.6;
}

.wysiwyg--column th,
.wysiwyg--column td {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #d9d9d9;
  padding: 16px 20px;
  vertical-align: top;
}

.wysiwyg--column th {
  width: 30%;
  background: #f7f7f7;
  font-weight: 700;
  text-align: left;
}

.wysiwyg--column td {
  background: #ffffff;
}

.wysiwyg--column tr:first-child th,
.wysiwyg--column tr:first-child td {
  border-top: 2px solid #222;
}

.wysiwyg--column tr:last-child th,
.wysiwyg--column tr:last-child td {
  border-bottom: 2px solid #222;
}

@media only screen and (max-width: 767px){
  .wysiwyg--column h2{
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .wysiwyg--column h3{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .wysiwyg--column__button{
    display: inline-flex;
    font-size: 14px;
    border-radius: 4px;
    padding: 12px 15px;
    margin-top: 20px;
  }

  .wysiwyg--column table {
    width: 100%;
    margin: 32px 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .wysiwyg--column th,
  .wysiwyg--column td {
    font-size: 12px;
    padding: 16px 20px;
    vertical-align: top;
  }

}

.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #222222;
  font-size: 18px;
  line-height: 1;
}
.page-numbers li span.current {
  background: #222222;
  color: #ffffff;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .page-numbers li span.current {
    font-size: 18px;
  }
}

.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  color: #222222 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  color: #222222 !important;
  text-align: center;
}
.navigation__item--next {
  color: #222222 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  color: #222222 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}