/****************************************************************************************/
h1 {
	margin-bottom: 106px;
}
/****************************************************************************************/
#list .list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#list .list li {
	width: 24%;
	display: inline-block;
}
/****************************************************************************************/
#list .list li:nth-child(n+5) {
	margin-top: 50px;
}

#list .list li a {
	padding: 10px 10px 9px 10px;
	display: block;
}

#list .list .image {
	height: calc(100vw * 0.1338);
	max-height: 174px;
}
#list .list .no-image svg {
	width: 48%;
}

#list .list .text .content {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

#list .list .text .date {
	margin-top: 8px;
}
#list .list .text .title {
	margin-top: 7px;
}
/****************************************************************************************/
