/* カスタム CSS をここに入力してください */
/* 2019-02-06 Add Start */
.ranking-img {
  width: 60px;
	height: 60px;
	float:left;
	overflow: hidden;
	margin-bottom: .5em;
}

li.sga-ranking-list {
	margin-bottom: 1em;
}

ol.sga-ranking li {
clear: both;
}
ol.sga-ranking .ranking-img {
margin-right: 5px;
}
/* 2019-02-06 Add End */
/* 2022-02-02 Add Start */
/* 関連記事の表示において、改行位置を整える */
body #jp-relatedposts .jp-relatedposts-items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.4005%;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: none;
  width: 46.5994%;
  margin-right: 3.4005%;
  margin-bottom: 24px;
  padding-right: 0;
}

body #jp-relatedposts .jp-relatedposts-post-thumbs > .jp-relatedposts-post-a {
  display: block;
  margin-bottom: 8px;
}

/* Base font size = 16px -> min-width: 48em = min-width: 768px */
@media only screen and (min-width: 48em) {
  body #jp-relatedposts .jp-relatedposts-items {
    margin-right: -2.1072%;
  }

  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 31.226%;
    margin-right: 2.1072%;
  }
}
/* 2022-02-02 Add End */
