
#contents .news a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #fff;
}
.news ul {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
    margin: 50px 0;
}
.news li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
    padding: 15px 0;

}
/*
.news li:last-child {
    border-bottom: none;
}
*/
.news .thumb {
	width: 190px;
	height: 130px;
    padding-right: 20px;
}
.news .blog-conts {
	width: calc(100% - 210px);
	text-align: left;
}

.news i {
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    white-space: nowrap;
}
.news span {
	padding: 2px 5px;
	font-size: 0.7rem;
	margin-left: 0.5rem;
    width: 6rem;
    display: inline-block;
    text-align: center;
    line-height: 1.2rem;
    letter-spacing: 2px;
    font-weight: bold;
}
#contents .news a {
	color: black;
}
.cat {
    display: inline-block;
    width: 100%;
}
.news .takamatsu {
	background: #bbd05f;
}
.news .tokushima {
	background: #94cceb;
}
.news .fukuyama {
	background: #f9c274;
}
.news .all {
	background: #d5d5d6;
}
.news .covid-19 {
    background: #f3aab8;

}
#contents a.img-box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border: 1px solid #ddd
}
.blog-conts div.title_sp {
    display: none;
}
.title_pc {
    font-size: 1rem;
}
@media (max-width : 540px) {
    #contents a.img-box {
        height: 81%;
    }

    .news .thumb {
        padding-right: 14px;
        margin-bottom: -13px;
    }

    .heading{
        display: block;
    }
    .news_head{
        width: 100%;
    }
    .news {
        width: 100%;
    }
    .news span {
        width: 5rem;
        margin: 0 0 0 3px;
        padding: 0px;
        letter-spacing: 0;
        font-size: 70%;
    }
    .news i {
        /* font-size: 0.85rem; */
        margin-bottom: 5px;
        display: block;
        font-size: 72%;
        white-space: normal;
    }
	.news ul {
		width: 90%;
		margin: 0px auto;
	}
    .news .thumb {
        /* width: 174px;
        height: 174px; */
        width: 160px;
        height: 159px;
    }
    .news .blog-conts {
        width: calc(100% - 90px);
        /*height: 4.8rem;
        overflow-y: hidden;*/
    }
    body .news .blog-conts em {
        font-style: normal;
        font-weight: normal;
    }
    .blog-conts div.title_pc {
        display: none;
    }
    .blog-conts div.title_sp {
        display: block;
        font-size: 80%;
    }

    .news li{
        padding: 15px 0 0px 0;
    }
}