.column .title{
	margin-bottom: 25px;
	font-size: 20px;
}
.text{
	font-size:  14px;
	margin-top: 10px;
}

/*過去一覧表示*/
.more-list li {
    opacity: 1;
}
.more-list li.is-hidden {
    opacity: 0;
    height: 0;
}

@media screen and (max-width: 767px){
	.l-contents {
    margin-bottom: 30px;
	}
}