@charset "utf-8";
#contents .articleMain figure {
  margin: 30px auto;
}
#contents .articleMain .aligncenter,
#contents .articleMain .wp-block-image {
  max-width: 634px;
  margin: 30px auto;
}
#contents .articleMain .aligncenter img,
#contents .articleMain .wp-block-image img {
  width: 100%;
  height: auto;
}
#contents .articleMain .wp-element-caption {
  text-align: left;
  font-size: 12px;
  margin: 5px 0 0 0;
}
#contents .articleMain .wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#newsColumn .entry p.img,
#sec7 .entry p.img {
  aspect-ratio: 300 / 190;
  overflow: hidden;
}
#newsColumn .entry p.img img,
#sec7 .entry p.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#contents .ranking .list .item .rankingImg img {
  width: auto;
  height: auto;
}
#contents .pagination li.disabled,
#contents .pagination li.active {
  pointer-events: none;
}
#sec4 .news li span.cat.pressrelease,
#newsTopics .news li span.cat.pressrelease {
	background: #5776b8;
}
#sec4 .news li span.cat.system,
#newsTopics .news li span.cat.system {
	background: #8c8c8c;
}
#sec4 .news li span.cat.event,
#newsTopics .news li span.cat.event {
	background: #d9a300;
}
#contents .tag1 a.special_tsukuroots,
#contents .tag1 a.special_porepore {
  color: #ffe200;
  background-color: #333;
}
#contents .list .item p.body {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ranking .list {
  counter-reset: num;
}
.ranking .list .item {
  counter-increment: num;
}
.ranking .list .item .no:after {
  content: counter(num);
}
.list_flex {
  display: flex;
  flex-wrap: wrap;
}
#contents .pagination li a {
  display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
}
input.ck_omake_set {
  display: none;
}
#modalContent #keywordSearch input[type="text"] {
  width: 100%;
  max-width: 550px;
}
#contents .list .item .img img,
#contents .recommended .list .item .recommendedImg img {
  width: auto;
}
#contents .ranking .list .item .rankingImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents .search .list .item .img a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
/* #contents .search .list .item .img,
#contents .search .ranking .list .item .rankingImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .search .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
} */
/* #sec1 #recommend .recommendList .item .recommendImg img,
#contents .list .item .img img,
#contents .recommended .list .item .recommendedImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
} */


/* ページャー */
#contents .pagination {
	position: relative;
	font-size: 0;
	margin: 30px 0;
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#contents .pagination .page-numbers {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
	width: 34px;
  height: 34px;
	border-radius: 34px;
	font-size: 16px;
	margin: 0;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	overflow: hidden;
}
#contents .pagination .page-numbers.current {
	color: #fff;
	background: #333;
	border-color: #333;
}
#contents .pagination .page-numbers.dots {
  pointer-events: none;
  border: none;
  width: auto;
}
#contents .pagination .disabled {
  cursor: not-allowed;
  color: #ccc;
}
#contents .pagination li {
  margin: 0;
}
.sssm-login-form {
  display: none!important;
}
#login .renewal_txt {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.5em;
  padding: .8em;
  border: 1px solid red;
  background: #fff7f7;
}
#login .renewal_txt h2 {
  color: red;
  text-align: center;
  margin: 0 0 .5em;
}
#login .renewal_txt p {
  font-weight: bold;
  font-size: 14px;
}
#login .renewal_txt a {
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
}







/* ========================================================================================================
   768px以上
   ========================================================================================================*/
@media screen and (min-width: 768px) {
  #contents .genreTitle .box h1 {
    padding: 0 8px;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .list_flex {
    flex-direction: column;
  }
  #contents .pagination {
    gap: 5px;
  }
  #contents .pagination .page-numbers {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    font-size: 14px;
  }
}