div.ccm-page {

div.ccm-block-page-list-wrapper {
    position: relative;
    margin-top: 30px;
}

div.ccm-block-page-list-wrapper div.ccm-block-page-list-header h5 {
    text-transform: capitalize;
}

div.ccm-block-page-list-page-entry-horizontal {
    display: table;
    width: 100%;
}

div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    display: table;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 1rem;
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 5px 5px;
    border: 1px solid #CFD1D2
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 10px 5px 10px 5px;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

form.ccm-block-page-list-sort-options {
    display: flex;
    justify-content: flex-end;
}

form.ccm-block-page-list-sort-options select {
    width: auto;
}

div.ccm-page p {
    margin-bottom: 0px;
}

/* dd beforeの取り消し 効かない */
/* dd::before */
.no_before::before {
   content: none !important;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

}