table#makebanner {
    width:1200px !important;
  }

.column {
    font-family: 'Noto Sans JP', sans-serif;
}

.ttl {
    margin: 50px 0;
    /* text-align: center; */
}

.cl-ttl {
    position: relative;
    padding-top: 30px;
    font-size: 26px;
    border-bottom: 3px solid rgb(128 143 153);
}

.cl-ttl span {
    position: relative;
    z-index: 2;
}

.cl-ttl::before {
    content: attr(data-en);
    position: absolute;
    top: 9px;
    left: 0;
    color: rgba(5,62,98,0.2);
    font-size: 40px;
    text-transform: uppercase;
    z-index: 1;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.contents {
    width: 32%;
    height: 10%;
    box-shadow: 10px 5px 10px #d5d5d5;
    border: solid 1px #cfcfcf;
}

.contents:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}

a:hover{
    text-decoration: none;
}

.container img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

p {
    margin: 5px;
}

li {
    width: 100%;
}

.tx-ttl {
    padding: 5px 10px 10px 10px;
    border-bottom: solid 1px gray;
    font-size: 17px;
    color: black;
    font-weight: bold;
}

.tx-date {
    color: gray;
    padding: 5px;
}

.tx-content {
    color: gray;
    padding: 5px;
}

.category {
    margin: 10px 15px;
}

.hashtag {
    padding: 5px 5px;
    color: #999;
    font-style: italic;
    border: solid 1px #999;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    margin: 0px;
}

.hashtag:hover{
    transform: translate3d(0, 5px, 0);
    cursor: pointer;
}

/* カテゴリ分け */
.search-list {
    margin: 20px 20px 30px;
    text-align: center;
}

.search-list__item {
    color: #333333;
    font-size: 16px;
    border-radius: none;
    border: solid 1px #cfcfcf;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    width: 180px;
    height: 50px;
}

.search-list__item:hover {
    transform: translate3d(0, 5px, 0);
}

.search-list__item.is-active {
    background-color: #333333;
    color: #fff;
}

.entry-list {
    margin-top: 2%;
}

.entry-list__item.is-hide {
    display: none;
}