.ly_pageTeazer {
  background: #ddeed1;
	border-radius:3rem;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin:0 2rem 2rem;
}
@media print, screen and (max-width: 48.000em) {
  .ly_pageTeazer {
    height: 360px;
  }
}
@media screen and (max-width: 40em) {
  .ly_pageTeazer {
    height: 300px;
  }
}
.ly_pageTeazer .pagettl {
  transform: translateY(-50%) translateX(-45%);
  top: 45%;left: 50%;
  position: absolute;
}
.ly_pageTeazer .pagettl h2 {
  text-align:center;
  margin: 0;
  line-height: 1;
  font-size: 2rem;color: var(--green);
  font-weight: 600;
  letter-spacing: 2px;
}
.ly_pageTeazer .pagettl h2 .en {
  color: var(--lgreen);
  display: block;
  margin: 0 0 1rem;
  font-size: 8rem;
  letter-spacing: 1.5px;
}
@media print, screen and (max-width: 40.000em) {
  .ly_pageTeazer .pagettl h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .ly_pageTeazer .pagettl h2 .en {
    font-size: 0.875rem;
  }
}
.bl-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start; /* 左寄せ */
  padding: 0;
  list-style: none;
}
.bl-page-links li {
  margin: 0;
  position: relative;
}
.bl-page-links a {
  display: inline-block;
  padding: 0.65rem 2rem 0.65rem 1rem;
    border:solid 1px #ddd;
  border-color: var(--green);
  
  text-decoration: none;
  
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease;
}
.bl-page-links li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;border-color: var(--green);
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
  border-
}
.bl-page-links--4cols, .bl-page-links--3cols, .bl-page-links--2cols {
  justify-content: space-between;
}
.bl-page-links--4cols li {
  flex-basis: 23%;
}
.bl-page-links--3cols li {
  flex-basis: 31%;
}
@media print, screen and (max-width: 431px) {
  .bl-page-links--4cols li, .bl-page-links--3cols li {
    flex-basis: 48%;
  }
}
.bl-page-links--2cols li {
  flex-basis: 48%;
}
.bl-page-links--4cols li a, .bl-page-links--3cols li a, .bl-page-links--2cols li a {
  display: block;
  width: 100%;
  padding: 1rem;
}
.post__content {max-width:900px;margin:0 auto;}
.post__meta {margin:0 auto 1rem;}
.post__meta--category {
  background-color: #fff;
  color: var(--lgreen);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.post__sidebar .wp-block-heading{
	background: #ddeed1;
	border-radius:0.5rem;
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  font-weight: 500;
  margin-bottom: 0.65rem;
  padding: 0.85rem 1.25rem;
  
}
.post__sidebar .widget {
  margin: 0 0 3rem;
}
.post__sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post__sidebar .widget ul li a {
  padding: 0.35rem 0;
  font-size: 0.75rem;
  text-decoration: underline;
  display: block;
}
.post__sidebar .widget ul li a:hover {
  text-decoration: none;
}