h1, h2, h3, h4, h5, .serif, p, a {
  color: #656565;
}
.line {
  margin: 60px auto 80px;
}
#cateBox h3, .blogArea .h2Ver01_2, .popularArea .h2Ver01_2 {
  font-weight: bold;
  font-size: 2rem;
  color: #656565;
  padding-bottom: 15px;
  border-bottom: 1px solid #656565;
  margin-bottom: 30px;
  line-height: 1.5;
}
.category-list {
  margin-top: 20px;
}
.blogArea, .popularArea {
  margin: 70px auto !important;
  padding: 0;
}
#cateBox li {
  width: 48%;
  height: 33px;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
}
#cateBox li a {
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #656565;
  padding: 5px;
  width: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
/*#cateBox li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 7px solid #656565;
}
#cateBox li a:hover::after {
  border-left: 7px solid #fff;
}*/
#cateBox li a:hover {
  background-color: #656565;
  color: #fff;
}
#cateBox li a.is-active {
  color: #fff;
  background-color: #656565;
}
.blogArea .blogBox {
  flex-direction: row-reverse;
}
.blogWrap .singleCol .mainImg, .blogBox .imgBox {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  display: block;
}
.term a {
  background-color: #ABB1B1;
  display: table;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 3px;
}
.blogArea .blogBox .colBox .term, .blogArea .blogBox .kindTtl {
  color: #ABB1B1;
  font-size: 1rem;
  font-weight: 700;
  display: table;
  border: 1px solid #ABB1B1;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
/*.blogArea .blogBox .kindTtl {
  color: #ABB1B1;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
}*/
.wp-pagenavi {
  display: flex;
}
.pagerArea {
  clear: both;
  border-top: solid 1px #656565;
  margin: 30px auto 0;
  padding: 35px 0 30px 0;
}
.pagerArea .pagerBox {
  margin: 0 auto;
  display: table;
}
.pagerArea .pagerBox a {
  color: #333333;
  border-radius: 30px;
  box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  background: #F8F7F3;
  text-align: center;
  padding: 10px;
  margin: 0 20px 0 0;
  display: block;
  font-size: 16px;
  line-height: 1.3;
}
.pagerArea .pagerBox .current {
  border-radius: 30px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: #A4A89B;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: 0 20px 0 0;
  line-height: 1.3;
}
.pagerArea .pagerBox a.previouspostslink {
  color: #333333;
  border-radius: 30px;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: #F8F7F3;
  text-align: center;
  background-color: #f8f7f3;
  position: relative;
  padding: 10px;
  margin: 0 20px 0 0;
}
.wp-pagenavi .pages {
  display: none;
}
#cateBox {
  margin: 0 auto 60px;
}
#cateBox h3::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 28px;
  background-image: url("../image/column/icon_list.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}
.h2Ver01_2 .icon8::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 28px;
  background-image: url("../image/column/icon_new.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
.h2Ver01_2 .icon9::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 25px;
  background-image: url("../image/column/icon_lank.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 0 10px;
}
.h2Ver01_2 .icon8, .h2Ver01_2 .icon9 {
  color: #656565;
}
.slick-initialized .slick-slide {
  padding: 0 10px;
}
.slick-initialized .slick-slide .thumb {
  margin-bottom: 10px;
}
.blogWrap h1 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.blogWrap h3, .blogWrap .blogCol .colSubTit {
  font-size: 1.6rem;
  font-weight: 600;
  color: #656565;
  margin: 20px 0 10px;
}
.blogWrap .summary {
  margin-bottom: 50px;
}
.blogWrap .bgBaige {
  padding: 30px 20px 30px 30px;
  box-sizing: border-box;
}
.blogWrap .bgBaige ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.blogWrap .bgBaige ul li:last-child {
  margin-bottom: 0;
}
.blogWrap .bgBaige ul li a {
  color: #333333;
}
.blogWrap .bgBaige ul li a:hover {
  text-decoration: underline;
}
.blogWrap .blogCol h4, #sec03 {
  margin: 50px 0 10px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #9d9d9d;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  font-weight: 500;
}
.blogWrap .blogCol h4 p{
	color: #fff;
}
.blogWrap .blogCol .articleBox {
  margin-bottom: 25px;
}
.blogWrap .blogCol .articleBox img {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  margin: 20px 0 10px;
  object-fit: cover;
}
.blogWrap .blogCol .flexboxSP .articleBox, .blogWrap .blogCol .flexboxPC .articleBox {
  width: 49%;
}
.blogWrap .hashtag {
  align-items: flex-start;
  justify-content: flex-start;
}
.blogWrap .hashtag span {
  font-weight: 700;
  color: #656565;
  font-weight: 500;
}
.blogWrap .hashtag .tagList span:after {
  content: " "
}
.blogWrap .hashtag .tagList span:last-of-type:after {
  content: ""
}
.blogWrap .single_bottom_nav {
  margin: 60px 0;
  text-align: center;
}
.blogWrap .single_bottom_nav p {
  min-width: 80px;
}
.blogWrap .single_bottom_nav p a {
  background-color: #F8F7F3;
  border-radius: 20px;
  padding: 5px 20px;
  color: #333333;
}
/*目次*/
.accordion {
  margin: 2em 0;
  border: 1px solid #656565;
  padding: 3px;
}
.accordion__summary {
  display: block;
  background: #fff; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
}
.accordion__summary::-webkit-details-marker {
  /*display: none;*/
}
.accordion__summary::after {
  content: "表示 ▼";
  font-size: 1em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #656565;
}
.accordion[open] .accordion__summary::after {
  content: "非表示 ▲";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion__text {
  margin: 0;
}
.blogWrap .singleCol .mainImg, .blogBox .imgBox {
  aspect-ratio: 1.618 / 1;
  width: 100%;
  display: block;
}
.blogWrap .mainImg {
  text-align: center;
}
.blogArea {
  /* border-bottom: 1px solid #656565;*/
  margin-bottom: 100px;
}
.production {
  text-align: right;
  margin-top: 10px;
}
.slick-prev {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 10;
}
.slick-next {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .innerSP {
    width: 95%;
    margin: auto;
  }
  .flexboxSP {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrapper {
    margin-top: 70px;
  }
  .blogArea .blogBox {
    margin: 30px 0;
  }
  .blogArea .blogBox .imgBox {
    width: 48%;
  }
  .blogArea .blogBox .colBox {
    width: 50%;
  }
  .blogArea .blogBox .colTitle {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #656565;
  }
  #keyArea.lower .txtBox .txt {
    text-align: center;
  }
  #content {
    margin-bottom: 100px;
  }
  .h2Ver01_2 a {
    justify-content: flex-start;
    align-items: center;
  }
  .blogWrap {
    margin-top: 30px;
  }
  .blogWrap h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .innerPC {
    width: 780px;
    margin: auto;
  }
  .flexboxPC {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #keyArea.lower .txtBox:before {
    background-image: url("../../images/column/key.jpg");
  }
  #content {
    width: 1100px;
    margin: 0 auto;
  }
  #cateBox li {
    width: 200px;
    height: 40px;
  }
  #cateBox li a {
    height: 100%;
    line-height: 2;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #cateBox h3, .blogArea .h2Ver01_2, .popularArea .h2Ver01_2 {
    font-size: 2.5rem;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  #cateBox {
    margin: 150px auto;
  }
  #cateBox ul {
    padding: 0 20px;
  }
  .blogArea, .popularArea {
    margin: 150px auto !important;
  }
  #catPopular ul li {
    width: 18%;
    margin-right: 2.5%;
  }
  #catPopular ul li:last-child {
    margin-right: 0;
  }
  .blogInner {
    padding: 0 20px;
    justify-content: flex-start;
  }
  .blogArea .blogBox {
    width: 32%;
    margin: 0 2% 50px 0;
  }
  .blogArea .blogBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .blogArea .blogBox .kindTtl {
    margin: 10px 0 5px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .blogArea .colBox {
    width: 100%;
    margin-top: 10px;
  }
  .blogArea .blogBox .colTitle {
    font-size: 1.8rem;
    font-weight: bold;
    position: static;
  }
  .pagerArea .pagerBox .current {
    line-height: 1.2;
  }
  .pagerArea .pagerBox a {
    line-height: 1;
  }
  .blogBox .imgBox div img {
    object-fit: cover;
    width: 450px;
    height: 278px;
  }
  .accordion__summary .h2Area {
    margin-bottom: 0;
  }
  .accordion {
    margin: 5em auto;
    width: 780px;
    padding: 10px;
  }
  .singleCol {
    width: 780px;
    margin: auto;
  }
  .blogWrap .single_bottom_nav {
    justify-content: space-between;
    width: 500px;
    margin: 60px auto;
  }
  .blogWrap .single_bottom_nav p {
    min-width: 150px;
    text-align: center;
  }
  .production {
    text-align: right;
    font-weight: bold;
    margin: 10px 0;
  }
  .blogWrap .hashtag {
    justify-content: flex-end;
  }
  .blogWrap .hashtag span {
    font-weight: 400;
  }
  .slick-slider {
    width: 95%;
    margin: 40px auto;
  }
  .h2Ver01_2 .icon9::before {
    width: 51px;
    height: 35px;
  }
  #cateBox h3::before {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0
  }
  .h2Ver01_2 .icon8::before {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0
  }
  .blogWrap {
    width: 780px !important;
    margin-top: 50px !important;
  }
  .popularArea .slick01 {
    justify-content: flex-start;
  }
  .popularArea .slick01 .term {
    margin-top: 10px;
  }
}