#contents .fonts {
  font-family:"Arial","Yu Gothic UI" !important;
  text-autospace: normal;
}

/* セロテ風ボックス */
.cstm-box-tape {
  font-family: "Yu Gothic UI", serif;
  position: relative;
  margin: 2em auto 0.5em 0.5em;
  background-color: #f5f7fa;
  width: 93%;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / .2);
  font-size: 1.2em;
}
/* タイトル（セロテ） */
.box-title {
  background-color: rgb(255 255 255 / .1);
  border-left: 2px dotted rgb(0 0 0 / .1);
  border-right: 2px dotted rgb(0 0 0 / .1);
  box-shadow: 0 0 5px rgb(0 0 0 / .12);
  transform: rotate(-5deg);
  color: #666;
  padding: 8px 11px;
  line-height: 1;
  position: absolute;
  top: -1em;
  left: 2em;
  display: inline-block;
  font-size: 0.8em;
  width: auto;
  max-width: calc(100% - 2em);
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

/* コンテンツの余白 セロテ付ける場合は上を０にする */
.cstm-box-tape .box-content {
  padding: 0.4em 1em 1em 1em ;
}

/* 段落の余白リセット */
.cstm-box-tape p {
  margin: 0;
}

/* サムネイル */
.lkc-thumbnail {
  width: 25%;
  height: auto;
  min-width: 100px;
  padding: 0;
  margin: 8px 6px 3px 15px;
}

.lkc-thumbnail-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius:6%;
  box-shadow: 0 0 5px rgb(0 0 0 / .12);
  margin-top: 8px;
}

.column:link {
  color: #000;
  text-decoration:none;
}
.column:visited {
  color: #000;
}
.column:hover {
  font-weight:normal;
}

.column_title:hover {
  color:#1157DD;
}