/*
Theme Name: Lightning[メインテーマ]
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


.loop-item-works:first-child{
  grid-area: 1 / 1 / 3 / 3;
}

li{
	list-style:none;
}
@media screen and (min-width: 1000px) {
  .wideSize.container{
    width: 100% !important;
    max-width: 1260px !important;
  }
}



.blog-archive-top .blog-category-links li {
  /* カード形式スタイル */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}
.blog-archive-top .blog-category-links li a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.blog-archive-top .blog-category-links li:hover {
  border-color: #aaa;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.blog-archive-top .blog-category-links li a {
  padding: 2rem !important;
  background: #f0f0f0 !important;
}
