/*single-TOPICS
=======================================================*/
.single{
  background: #F9F9F9;
}

/*single-TOPICS
=======================================================*/
.topics-wrap{
  background: #fff;
}
.topics-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.topics-box{
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.topics-writer{
  font-size: 15px;
  margin-bottom: 10px;
}
h3.topics-ttl{
  font-size: 25px;
	font-family: "ZenOldMincho Black";
  margin-bottom: 10px;
  line-height: 1.5;
}
.topics-date{
  font-size: 15px;
  color: #C2C2C2;
}
.topics-con{
  margin-top: 50px;
  margin-bottom: 50px;
}
.topics-tag{
  display: flex;
  gap: 20px;
}
.topics-tag a{
  display: flex;
}
.topics-tag a::before{
  content: "#";
}
.topics-action{
  gap: 10px;
  display: flex;
}
.topics-action .wpulike{
  width: fit-content;
  margin-left: auto!important;
}
img.topics-action-img{
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
}
.nav-links{
  margin-top: 50px;
}
.topics-adjacent{
  margin-top: 50px;
  display: flex;
  gap:20px;
}
.topics-adjacent a{
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
  padding: 10px;
}
.topics-adjacent a svg{
  font-size: 30px;
  width: 5%;
}
.topics-adjacent a .topics-adjacent-img{
  display: block;
  object-fit: contain;
  width: 30%;
}
.topics-adjacent a .topics-adjacent-img img{
  width: 100%;
  height: 90px;
  display: block;
  object-fit: cover;
}
.topics-adjacent-box{
  width: 65%;
}
.topics-adjacent-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
}
.topics-adjacent-data{
  color: #C2C2C2;
  font-size: 13px;
}
a.topics-adjacent-prev{
  margin-right: auto;
}
a.topics-adjacent-next{
  margin-left: auto;
}

@media screen and (max-width: 768px){
  h3.topics-ttl{
    font-size: 20px;
  }
  .topics-box{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .topics-writer{
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .topics-date{
    font-size: 3vw;
  }
  img.topics-action-img{
    width: 30px;
    height: 30px;
  }
  .topics-adjacent{
    flex-wrap: wrap;
  }
  .topics-adjacent a{
    width: 100%;
  }
  .topics-adjacent a .topics-adjacent-img{
    width: 40%;
  }
  .topics-adjacent-box{
    width: 50%;
  }
  .topics-adjacent-ttl{
    font-size: 4vw;
  }
  .topics-adjacent-data{
    font-size: 3vw;
  }
  .topics-action .wpulike{
    padding: 0!important;
  }
}

/*投稿一覧
=======================================================*/
h2.contents-ttl{
  font-family: "ZenOldMincho Black";
  font-size: 55px;
  margin-bottom: 30px;
}
a.contents-box{
  display: flex;
  align-items: center;
  gap:20px;
  margin-bottom: 20px;
}
a.contents-box img{
  width: 40%;
  object-fit: cover;
}
.contents-detail{
  width: 60%;
}
.contents-detail-ttl{
  font-family: "ZenOldMincho Regular";
  font-size: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contents-detail-txt{
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 20px 0;
}
.contents-detail-data{
  color:#D9D9D9;
}

@media screen and (max-width: 768px){
  h2.contents-ttl{
    font-size: 8vw;
  }
  a.contents-box{
    gap: 10px;
  }
  a.contents-box img{
    width: 50%;
    height: 100px;
  }
  .contents-detail{
    width: 50%;
  }
  .contents-detail-ttl{
    font-size: 4.5vw;
  }
  .contents-detail-txt{
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
  .contents-detail-txt p{
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .contents-detail-data{
    font-size: 3vw;
  }
}

/*パスワード
=======================================================*/
.contents-detail-key-icon{
  color:#D9D9D9;
}
.post-password-form{
  text-align: center;
}

@media screen and (max-width: 768px){

}