.boxContainerNCol .boxContainerNColBox .boxContainerNColThumb {
  height: 100px;
}

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

  .boxContainerNCol .boxContainerNColBox .boxContainerNColThumb {
    height: 150px;
  }

}

.boxContainerNColBox p:nth-of-type(1) { /* 2022.03.08 日付の文字色調整 */
  color: #7F7F7F;
}

.boxContainerNColBox p:nth-of-type(2) { /* 2022.03.08 ブログトップの説明文を非表示化 */
  display: none;
}

.boxContainerNColBox p.pagecss_quotation_source { /* 2022.05.25 記事の引用元を表示（p:nth-of-type(2)のdisplay:none;で非表示になってしまうので、p.pagecss_quotation_sourceで明示的に表示） */
  display: block;
  margin-top: 0.5rem;
  color: #e54144;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

