#main-cap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f2f2f2;
  height: auto;
  margin: 0 auto;
}
#main-cap h2 {
  font-weight: 400;
  font-size: 1.2em;
  margin: 80px auto;
  background: #fff;
  display: block;
  padding: 60px 0;
  width: 80%;
  line-height: 2.5em;
  letter-spacing: .5em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px), (max-device-width: 600px){
#main-cap h2 {
  font-weight: 800;
  font-size: 1em;
  margin: 5vw auto 0px;
  padding: 40px 0 40px;
  width: 85%;
  line-height: 2.2em;
  letter-spacing: 0;
}
}

.inner h2 {
    font-size: 0.95rem;
    line-height: 2.0em;
}


.blog-wrapper {
  margin: 100px 0;
}
.blog-wrapper ul {
  display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
  line-height: 1.5; 
}
.blog-wrapper a { display: block; }
.blog-wrapper .img {width: 100%; height: 0; padding-bottom: 66%; position: relative;  background: #CCC; margin-bottom: .5em; }
.blog-wrapper a img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; margin: auto; }
.blog-wrapper .blog-date { display: none; }
@media screen and (max-width: 900px) {
  .blog-wrapper ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.blog-more { margin: 1em auto; }

#item-list ul li { box-shadow: 0 0 10px rgba(0,0,0,.1); }

/* 20250529 add */
#main-headline h1 { font-size: 1.2em; margin: 80px auto; }
@media screen and (max-width: 600px),(max-device-width: 600px) {
  #main-headline h1 { font-size: 1em; margin: 0; padding: 20px 0 0; line-height: 1.5;}
}