

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/* ▼ 画像のみにアニメーションを適用する */
a img {
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

.caution {
  background: url(../img/caution.svg);
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 8px; }

strong {
  font-weight: 600; }

em {
  font-weight: 600;
  background:var(--sub-color); }

.bg-white {
  background: var(--white);
  padding: 20px 16px 24px;}

.links li a {
  border-bottom: 1px solid;
  margin: 0 0 8px 0;
  display: inline-block; }

.links li .description {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 16px 8px;
  line-height: 1.55; }

.mincho {
  font-family: 'Zen Old Mincho', serif; }

.filterDiv {
  display: none; }

.show {
  display: block; }

.pagination,
.single .contents__main .pagination {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .pagination a,
  .single .contents__main .pagination a {
    font-size: 13px;
    margin: 12px 8px 0 0;
    padding: 4px 12px;
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
    display: inline-block; }
    @media screen and (max-width: 769px) {
      .nav-links a,
      .pagination a,
      .single .contents__main .pagination a {
        font-size: 11px; } }
  .pagination .current,
  .single .contents__main .pagination .current {
    font-size: 13px;
    margin: 12px 8px 0 0;
    padding: 4px 12px;
    background: var(--text-color);
    border: 1px solid var(--white);
    color: var(--white); }
    @media screen and (max-width: 769px) {
      .pagination .current,
      .single .contents__main .pagination .current {
        font-size: 11px; } }

.page-numbers.dots {
  display: block;
  margin: 12px 8px 0 0; }

.single .contents__main input[type="password" i] {
  margin: 12px 4px 0 0;
  padding: 8px;
  background: var(--white);
  color: #4f4f4f;
  border: 1px solid var(--light-color);
  display: inline-block;
  font-size: 13px;
  width: 148px; }

.single .contents__main input[type="submit" i] {
  margin: 12px 8px 0 0;
  padding: 6px 24px;
  background: #4f4f4f;
  color: var(--white);
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  display: inline-block;
  font-size: 13px; }

.single .contents__main blockquote.wp-block-quote {
  padding: 16px;
  background: var(--white);
  color: #666; }
  .single .contents__main blockquote.wp-block-quote p {
    margin: 0 auto; }
  .single .contents__main blockquote.wp-block-quote cite {
    font-size: 11px;
    color: var(--link-color); }

.single .contents__main ul li {
  list-style: inside;
  font-size: 14px; }

.single .contents__main a {
  color: var(--link-color); }

.password-txt {display: inline-block;}

.single .password-txt {
  display: block;
  width: max-content;
  margin: 0 auto; }

.cards__txt--thumb:has(> .passwd-img)::before {
  content: "";
  display: block;
  position: absolute;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3; }
  @media screen and (max-width: 769px) {
    .cards__txt--thumb:has(> .passwd-img)::before {
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px); } }

.cards__txt--thumb:has(> .passwd-img)::after {
  content: "\f084";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  height: 100%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px; }
  @media screen and (max-width: 769px) {
    .cards__txt--thumb:has(> .passwd-img)::after {
      font-size: 18px; } }

.contents {
  margin: 0 0 60px; }
  .contents__wrap {
    margin: 0 0 100px 0; }
    @media screen and (max-width: 769px) {
      .contents__wrap {
        margin: 0 0 80px 0; } }
  .contents__main {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 0.02rem;
    font-weight: 400; }
    .contents__main img {
      width: 100%;
      margin: 0 0 16px; }
    .contents__main p {
      margin: 0 0 16px; }
      @media screen and (max-width: 769px) {
        .contents__main p {
          font-size: 14px;
          font-weight: 400; }
      .contents__main p.page-subtitle {
        font-family:var(--titlefont);
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: -1.5rem;
    }
     }
    .contents__main h2 {
      font-size: 24px;
      font-weight: 600;
      margin: 25px 5px 16px 5px;
      padding: 0 0 0 12px;
      line-height: 1.9; }
      @media screen and (max-width: 769px) {
        .contents__main h2 {
          font-size: 22px;
          line-height: 1.9; } }
    .contents__main h3 {
      font-size: 18px;
      font-weight: 600;
      margin: 30px 0 16px; }
      @media screen and (max-width: 769px) {
        .contents__main h3 {
          font-size: 18px;
          line-height: 1.55; } }
    .contents__main h4 {
      font-size: 18px;
      font-weight: 400;
      margin: 20 0 10px;
      border-bottom: 1px dotted;
      padding: 0 0 4px 0; }
      @media screen and (max-width: 769px) {
        .contents__main h4 {
          font-size: 16px;
          line-height: 1.55; } }

.single .contents__main {
  margin: 0 auto 40px;
  border-bottom: 1px solid var(--light-color);
  padding: 0 0 40px; }
