@charset "utf-8";

/* --------------------- pc ------------------------------ */

.list-thumb.pc.ranking {
  min-height: initial;
}

.list-thumb.pc.ranking li div.right .right-center h2.title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
}

#comment-main-block{
  margin:0 10px;
}
#comment-main-block > div{
  min-height:500px;
}

.comment-article-title {
  padding: 1em .8em 18px;
  width: 880px;
  margin: 0 auto 28px;
  border-bottom: solid 1px #ddd;
  font-size: 1.6rem;
}
.comment-article-title a{
  display:block;
  font-size:20px;
  font-weight:normal;
  color:#2379ca;
  position:relative;
  padding-left:25px;
  line-height:1.15;
  border-style:none !important;
}
.comment-article-title a::before{
  content:"";
  display:block;
  position:absolute;
  top:4px;
  left:0;
  width:17px;
  height:17px;
  border-left:solid 3px #2379ca;
  border-bottom:solid 3px #2379ca;
  transform:rotate(45deg);
  line-height:1;
}

#article-body-outer.comment .article-body{
  margin:0 auto;
  padding:0;
  width:750px;
}
#article-body-outer.comment .vertical-sns-bar{
  position: absolute;
}

.back-to-article.comment{
  min-height: 0px;
  width:750px;
  margin:48px auto 40px;
  box-sizing:border-box;
}
.back-to-article.comment a{
  display:block;
  border: 2px solid #AEAEAE;
  width:auto;
  height:auto;
  line-height:1.15;
  box-sizing:border-box;
  text-align:center;
  color:#AEAEAE;
  font-size:16px;
  text-decoration:none;
  margin:0 auto;
}