@charset "UTF-8";
/*--- single ---*/
.single{
  height: auto;
  margin-top: 45px;
  width: 100%;
}
/*--- p-contents ---*/
.p-contents{
  width: 80%;
}
.p-contents-area{
  height: auto;
}
.p-contents-list{
  height: auto;
  justify-content: space-around;
}
.p-contents-list{
  margin-bottom: 30px;
  width: calc(100% - 45px);
}
.p-contents-info{
  align-items: center;
  flex-direction: row-reverse;
}
.p-contents-info-l{
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding: 10px 10px 10px 0;
  text-align: center;
}
.p-contents-info-r{
  display: flex;
  width: 100%;
}
.p-contents-meta{
  margin-bottom: 20px;
  margin-top: 5px;
}
.a-sidebar-list-cd{
  height: 100%;
}
.p-contents-img-wrap,
.a-sidebar-img-wrap{
  margin: 0 auto;
  width: 80%;
}
.p-contents-img-wrap img,
.a-sidebar-img-wrap img{
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.p-contents-txt-wrap,
.a-sidebar-txt-wrap{
  padding-top: 10px;
  text-align: left;
}
.a-sidebar-txt-ttl
{
  margin-bottom: 10px;
}
/*---  siedbar ---*/
.a-sidebar{
  width: 20%;
}
.a-sidebar-ttl{
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
  position: relative;
}
.a-sidebar-ttl::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50%;
  height: inherit;
  border-bottom: 2px solid #ED4545;
}
.a-sidebar-list{
  height: auto;
}
.a-sidebar-list li{
  margin-bottom: 30px;
}

.p-contents-postlink{
  margin-top: 50px;
}