@charset "utf-8";
.flyer__lists {
	width:960px;
	margin:0 auto;
	padding-bottom:60px;
}
.flyer__list {
	margin-bottom:60px;
}
.flyer__list dt {
	background:#c81515;
	color:#FFF;
	font-weight: 700;
	text-align: center;
	font-size:20px;
	padding:0 10px;
	word-break: break-all;
	line-height:1.5;
	margin-bottom:30px;
}
.flyer__list dd {
	position: relative;
}
.flyer__list dd img {
	max-width: 100%;
	height:auto;
}
@media screen and (max-width: 768px) {
	.flyer__lists {
		width:100%;
		margin:0 auto;
		padding-bottom:8vw;
	}
	.flyer__list {
		margin-bottom:10vw;
	}
	.flyer__list dt {
		font-size:1.3rem;
		padding:0 4vw;
		margin-bottom:4vw;
	}
}

.flyer__lists p {
	font-size:16px;
	line-height:2;
	margin-bottom:2em;
	letter-spacing:0.075em;
}
@media screen and (max-width:768px){
	.flyer__lists p {
		font-size:1.2rem;
		padding:15px;
	}
}