a {
  color: #333;
}

/* 図鑑詳細ページ */
.zukan__box {
  padding: 0 0 3rem;
  font-size: 16px;

  letter-spacing: 2px;
  color: #282828;
  font-family: 'Karla', "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .zukan__box {
    padding-bottom: 0;

  }    
}

.zukan__box--text {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .zukan__box--text {
    padding-bottom: 4rem;
  }    
}

.zukan__title {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 0 1rem;
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .zukan__title {
    text-align: left;
    margin: 0 0 2rem;
  }    
}

.zukan__title span {
  display: block;
  font-size: 1.6rem;
  color: #515151;
}
@media screen and (max-width: 768px) {
  .zukan__title span {
    text-align: center;
  }    
}
.zukan__image {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .zukan__image {
    margin-bottom: 2rem;
  }    
}
.zukan__image img {
  width: 100%;
}

.zukan__ads {
  text-align: center;
}

.zukan__sns {
  margin-bottom: 8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .zukan__sns {
    margin-bottom: 2rem;
  }    
}

.zukan__table {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 16px;
}
.zukan__table a{ color:var(--color_link); }
@media screen and (max-width: 768px) {
  .zukan__table {
    margin-bottom: 6rem;
}
}
.zukan__table th {
  background: #f7f7f7;
  text-align: left;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .zukan__table th {
    width: 40%;
  }    
}

.zukan__table td {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .zukan__table td {
    width: 560%;
  }    
}

.zukan__title-sub {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}


.zukan__title-sub2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.post-thumb-news {
  height: 225px;
  overflow: hidden;
}

.zukan__tag {
  margin-bottom: 5rem;
}
.zukan__tag--item {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.zukan__tag--item a {
    padding: 0.4rem 1rem 0.5rem;
    background: #EEEEEE;
    border-radius: 5px;
}
.zukan__tag--item a:hover {
  opacity: .7;
}

.zukan-top__list {
  display: flex;
  justify-content: flex-start;
  gap : 16px;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .zukan-top__list {
    width: 95%;
    margin: 0 auto 2rem;
    gap : 0;
  }    
}

.zukan-top__item {
  width: 31%;
  margin: 0 0 3rem 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .zukan-top__item {
    margin-right: .5vw;
  }

}
@media screen and (max-width: 768px) {
  .zukan-top__item {
    width: 47%;
    margin: 0 0 2rem;
  }
  .zukan-top__item:nth-child(odd) {
    margin-right: 3vw;
  }
}

.zukan-top__item-title {
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .zukan-top__item-title {
    font-size: 13px !important;
  }
}

.zukan-top__item-image {
  height: 200px;
}
.zukan-top__item-image:hover {
  opacity: .7;
}

.zukan-top__item-image img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  object-fit: cover;
  height: 180px !important;
}
@media screen and (max-width: 768px) {
  .zukan-top__item-image img {
    height: 140px !important;
  }

}

.side__tag--title {
  margin-bottom: 1rem;
}
.side__tag--title2 {
  font-weight: bold;
  font-size: 1.3rem;
}
.side__tag {
  font-size: 1.2rem;
  font-weight: normal;
}
.side__tag--item {
  display: inline-block;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.side__tag--item::before {
  content: "・";
}

.zukan__splink--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 2rem;
}
.zukan__splink--item {
  width: 47%;
  margin-bottom: .7rem;
}
.zukan__splink--item:nth-child(odd) {
  margin-right: 1vw;
}
.zukan__splink--item a {
  display: block;
  background: #eee;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: .5rem 0;
}
.zukan__splink--item a:hover {
  opacity: .7;
}
.ruby-sidebar-sticky {
  position: relative !important;
  top : 0 !important;
}
.zukan-top__more {
  display: none;
}
.zukan-top__more a {
  background: #f4f4f4;
  display: block;
  width: 200px;
  padding: 1rem;
  margin: 0 0 2rem auto;
  text-align: center;
  font-weight: bold;
}
.zukan__more {
 
}
.zukan__more a {
  background: #f4f4f4;
  display: block;
  width: 200px;
  padding: 1rem;
  margin: 0 0 2rem auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .zukan__more a {
    width: 95%;
    margin: 0 auto;
  }
}
.zukan__more a:hover {
  opacity: .7;
}
.single-post-cat-info .cat-info-el  {
  margin-right: 4px;
    padding: 0 5px;
    background-color: #111;
    color: #fff;
    vertical-align: middle;
    line-height: 16px;
}
.single-post-cat-info .cat-info-el:before {
  display: none;
}

.c-pageTitle {
  margin-bottom: 3rem;
}

.-sidebar-on .l-content {

}

.ruby-page-wrap {
  display: flex;
  gap : 60px;
}
@media screen and (max-width: 768px) {
  .ruby-page-wrap {
    display: block;
  }
}
.c-postThumb__figure:before {
  display: none;
}

.l-articleBottom__section .c-postThumb__figure:before {
  display: block;
}

.c-postThumb__figure img {
  vertical-align: bottom;
}


/* blog column */

.sidebar-bottom {
  width: 100% !important;
}

.sidebar-bottom li,
.side__tag li {
  font-size: .9em;
}

.block-title  {
  margin-bottom: 2rem;
}

.widget_custom_html,
.sb-widget-banner-single {
  margin-bottom: 2rem;
}


.sidebar-category .sidebar-inner {
    padding: 30px 20px 40px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fafafa;
    margin-bottom: 20px;
}

.side__tag--title2 {
    font-weight: bold;
    font-size: 13px ;
    margin-bottom: 10px;
}
.side__tag {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}
.side__tag--item {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}
.side__tag--item::before {
    content: "・";
}

.promo-wrap {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.promo-el {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-single-wrap {
    display: block;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

.banner-image-wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.banner-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.banner-content-wrap {
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.banner-content-wrap h4 {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    white-space: nowrap;
}

.banner-single-wrap:hover .banner-image-wrap,
.banner-single-wrap:focus .banner-image-wrap {
    opacity: .7;
}

.zukan__splink--list {
  width: 100%;
  padding-bottom: 20px !important;
}

.zukan__splink--item,
.zukan-top__list,
.zukan-top__item {
  list-style: none;
}

.post_content h2 {
  background: none;
  color: #000;
}

.post_content h2::before {
  display: none;
}

.zukan__splink--list {
  padding-left: 0 !important;
}

.zukan_set {
  margin-bottom: 2.5rem;
}
.zukan_set_title {
  font-size: 1.4em;
  margin-bottom: 1em;
  padding: 0 0 0 40px;
  line-height: 1.4;
}
.zukan_set_title--01 {
  background: transparent url("/wp-content/uploads/2023/11/dog.png") no-repeat left center;
  background-size: 30px;
}

#profileTxtSet a {
  color: #195edd;
}
