/* お知らせ・イベント等（一覧アーカイブ・該当カテゴリの記事）— 操作性・視認性の補助 */

.ly_about.ly_info .ly_inner_info > h1.el_heading {
  margin-block-end: clamp(1.5rem, 4.2vw, 2.35rem);
}

.blogList_guide {
  font-size: clamp(1.0625rem, 2.8vw, 1.3125rem);
  line-height: 1.8;
  color: #222;
  background: #f4f7f4;
  border: 3px solid #0a5121;
  border-radius: 10px;
  padding: 1.1rem 1.35rem;
  margin: 0 0 2.25rem;
}

.blogList_guide_lead {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #111;
}

.blogList_guide_em {
  display: inline;
  font-weight: 800;
  color: #0a5121;
}

.blogList_guide_sub {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.95em;
  font-weight: 600;
  color: #444;
  line-height: 1.65;
}

.blogList_guide_sub--sp {
  display: none;
}

@media only screen and (max-width: 1081px) {
  .blogList_guide_sub--pc {
    display: none;
  }

  .blogList_guide_sub--sp {
    display: block;
  }
}

.blogList > li a.blogList_itemLink {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #111;
  border: 3px solid #ddd;
  border-radius: 10px;
  padding: 0.85rem;
  margin: 0;
  background: #fff;
  -webkit-tap-highlight-color: rgba(10, 81, 33, 0.15);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.blogList > li a.blogList_itemLink:hover {
  border-color: #0a5121;
  box-shadow: 0 6px 20px rgba(10, 81, 33, 0.12);
  background: #fafcfa;
  color: #111;
}

.blogList > li a.blogList_itemLink:focus {
  outline: none;
}

.blogList > li a.blogList_itemLink:focus-visible {
  border-color: #0a5121;
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px #c9a227;
  background: #fafcfa;
  color: #111;
}

.blogList > li a.blogList_itemLink .photoBox {
  margin-bottom: 1rem;
}

.blogList > li a.blogList_itemLink .txtBox p.ttl {
  -webkit-line-clamp: 3;
  line-height: 1.55;
  font-weight: 600;
}

.blogList > li a.blogList_itemLink .blogList_openBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  /* 日本語グリフは行ボックス内でやや下に寄るため、上パディングをやや詰めて外枠の中央に近づける */
  padding: 0.48rem 1.35rem 0.78rem;
  box-sizing: border-box;
  min-height: 52px;
  width: 100%;
  font-size: clamp(1.18rem, 3.1vw, 1.32rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0a5121;
  border-radius: 8px;
}

.blogList > li a.blogList_itemLink .blogList_openBtn_row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  line-height: 1;
  /* 行ボックス上側の見かけの余白を打ち消し、緑の領域の縦方向の中央付近に載せる */
  transform: translateY(-0.07em);
}

.blogList > li a.blogList_itemLink .blogList_openBtn_label {
  line-height: 1;
}

.blogList > li a.blogList_itemLink .blogList_openBtn_icon {
  flex-shrink: 0;
  line-height: 1;
  font-weight: 700;
  opacity: 0.95;
}

.blogList > li a.blogList_itemLink:hover .blogList_openBtn,
.blogList > li a.blogList_itemLink:focus-visible .blogList_openBtn {
  background: #0c6b2a;
}

.blogList_guide--single {
  margin: 2.25rem 0 1.35rem;
}

.ly_info--oshiraseUx .nav_below {
  max-width: min(100%, 520px);
  gap: 0.35rem 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0.25rem;
}

.ly_info--oshiraseUx .nav_below li {
  width: auto;
  flex: 1 1 30%;
  min-width: 5.5rem;
}

.ly_info--oshiraseUx .nav_below li a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  font-size: clamp(0.95rem, 2.4vw, 1.05rem);
  font-weight: 700;
  border: 3px solid #ddd;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: rgba(10, 81, 33, 0.15);
}

.ly_info--oshiraseUx .nav_below li a:hover {
  border-color: #0a5121;
  background: #fafcfa;
  box-shadow: 0 4px 14px rgba(10, 81, 33, 0.1);
}

.ly_info--oshiraseUx .nav_below li a:focus-visible {
  outline: none;
  border-color: #0a5121;
  box-shadow: 0 0 0 4px #fff, 0 0 0 7px #c9a227;
}

.ly_info--oshiraseUx .nav_below li.previous a,
.ly_info--oshiraseUx .nav_below li.next a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ly_info--oshiraseUx .nav_below li.previous a:before,
.ly_info--oshiraseUx .nav_below li.next a:before {
  display: none;
}

@media only screen and (max-width: 440px) {
  .blogList_guide {
    padding: 1rem 1.1rem;
  }

  .ly_info--oshiraseUx .nav_below li {
    flex: 1 1 100%;
    min-width: 0;
  }
}
