/****************************************************************************************/
h1 {
	margin-bottom: 56px;
}
/****************************************************************************************/
#list .list li a {
	padding-top: 10px;
	padding-bottom: 9px;
	display: flex;
	align-items: center;
}

#list .list .image {
	height: calc(100vw * 0.25);
	width: calc(100vw * 0.25);
}
#list .list .no-image svg {
	width: 70%;
}

#list .list .text {
	margin-left: 10px;
}

#list .list .text .title {
	margin-top: 8px;
}
#list .list .text .content {
	display: none;
}
/****************************************************************************************/
