@charset "utf-8";
/* CSS Document */

body,
section,
div,
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

.wrapper {
	width: 100%;
}
img {
	width: 100%;
}
/*.button {
	display: flex;
	flex-wrap: wrap;
	justify-content: between;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	font-weight: bold;
}
.btnBox {
	width: 50%;
}
.btn__next {
	text-align: right;
}*/










