@charset "utf-8";

/***************************************************************
Block Pattern Style
****************************************************************/
/* card */
.leago-pattern-card {
	margin-right: auto;
	margin-left: auto;
	max-width: 320px;
	background-color: #f0f0f0;
	box-shadow: 0 2px 4px 0 #d9d9d9;
	overflow: hidden;
	border-radius: 8px;
}
.widget_home:nth-child(2n+1) .leago-pattern-card {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 #d9d9d9;
}
.leago-pattern-card > :last-child {
	padding: 8px 1em 16px;
	width: 100%;
}
.leago-pattern-card figure {
	height: 168px;
}
/* card-title */
.leago-pattern-card > :last-child > * > :first-child {
	margin-bottom: 4px;
}
/* card-image */
.leago-pattern-card img {
	border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 1024px) {

}
