@charset "UTF-8";
/*====================================
コンテンツ
=====================================*/
.front-page_contents_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.front-page_contents_list li {
	padding: 2px;
}
.front-page_contents_list li img {
	max-width: 100%;
	height: auto;
}
.front-page_contents_list li,
.front-page_contents_list li img {
	border-radius: 4px;
}
	/*====================================
	コンテンツ 769px以上
	=====================================*/
	@media screen and (min-width: 769px) {
	}
	/*====================================
	コンテンツ 768px以下
	=====================================*/
	@media screen and (max-width: 768px) {
		.front-page_contents_list li+li {
			margin-top: 1rem;
		}
	}
	/*====================================
	コンテンツ 560px以下
	=====================================*/
	@media screen and (max-width: 560px) {
	}