/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

.note { color: #DA5858; }

/* ページ上部画像とタイトル（作家名など）設定 */
.cg_freespace_01 .introduce {
    padding: 0 0 2%;
}
.cg_freespace_01 .introduce dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.cg_freespace_01 .introduce dt figure {
    width: 100%;
    margin: 2% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 253px;
    overflow: hidden;
}
.cg_freespace_01 .introduce dt figure img {
  width: unset;
  height: 100%;
}