* {
	box-sizing: border-box;
}
h1 {
	font-size: 16px;
}

.wrapper {
	width: 100%;
}

.header img {
	width: 100%;
}

.content {
	display: flex;
}

.content .text_area,
.content .img_area {
	width: 50%;
	padding: 35px;
}

.content .img_area img {
	width: 100%;
}

.content .text_area dl dt {
	font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}