@charset "UTF-8";
/* 一覧 */
.topics_list{
  margin-bottom:40px;
}
.pagenate{
  display: flex;
  font-family: Montserrat;
  gap:25px;
  justify-content: center;
  font-weight: bold;
}
.pagenate a{
  color: #7B7B7B;
}
.pagenate a.p_current{
  pointer-events: none;
  color: var(--c-blue01);
}
.read{
  position: relative;
  color: #7B7B7B;
  &:after{
    position:absolute;
    content:"…";
    bottom:5px;
    left:-4px;
  }
}
/* 一覧 end*/

/* 記事ページ */
.post_sub{
  font-family:Montserrat;
  display: flex;
  font-size:14px;
  gap:20px;
  margin-bottom:10px;
}
.post_new{
  color:var(--c-blue01);
}
.post_ttl{
  line-height: 1.8;
  font-size: 24px;
  padding-bottom:10px;
  border-bottom: dotted 0.5px;
  border-width: medium;
  border-color: #4B4B4B44;
  margin-bottom:30px;
}
.post_desc{
  line-height: 1.8;
  font-size: 14px;
  margin-bottom:40px;
}
.post_desc a{
  color:#0000FF;
}

@media screen and (max-width: 1024px) {

}
