body {
	margin: 0;
}

.wrapper {
	width: 100%;
	max-width: 569px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 29px;
}

.page_title {
	width: 100%;
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 48px;
	line-height: 58px;
	color: #F82900;
	font-weight: bold;
}

.page_date {
	font-size: 24px;
	line-height: 29px;
	font-family: sans-serif;
}

.teaser_list {
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-top: 26px;
	margin-bottom: 0;
	border: 1px solid #484848;
}

.teaser_list_item {
	background-color: #FFEED3;
}

.teaser_list_item:not(:last-child) {
	border-bottom: 1px solid #484848;
}

.teaser_list_item:nth-child(2n) {
	background-color: #fff;
}

.teaser_list_item a {
	display: block;
	position: relative;
	padding: 20px 20px 20px 240px;
	box-sizing: border-box;
	min-height: 240px;
	color: inherit;
	text-decoration: none;
}

.teaser_list_item img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.teaser_list_item h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: sans-serif;
	font-weight: 400;
	font-size: 27px;
}

footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #484848;
	margin-top: 20px;
	box-sizing: border-box;
}

footer p {
	line-height: 26px;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

@media all and (max-width: 590px) {
	.page_title {
		font-size: 35px;
	}

	header {
		height: 80px;
		padding-bottom: 0;
		padding-top: 15px;
	}

	.page_date {
		font-size: 21px;
	}

	.teaser_list_item a {
		padding: 10px 10px 10px 170px;
		min-height: 170px;
	}

	.teaser_list_item img {
		top: 10px;
		left: 10px;
		width: 150px;
		height: 150px;
	}

	.teaser_list_item h2 {
		font-size: 23px;
	}

	footer p {
		line-height: 26px;
		font-size: 16px;
	}
}

@media all and (max-width: 430px) {
	.page_title {
		font-size: 26px;
		line-height: 1.4;
	}

	.page_date {
		font-size: 18px;
	}

	.logo img {
		width: 170px;
	}

	.teaser_list_item img {
		top: 10px;
		left: 10px;
		width: 100px;
		height: 100px;
	}

	.teaser_list_item a {
		padding: 10px 10px 10px 120px;
		min-height: 120px;
	}

	.teaser_list_item h2 {
		font-size: 17px;
	}
}
