body{
	line-height: 1.8;
	font-size: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
	user-select: none;
}
.wrapper{
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
}
.respd{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	display: block;
	vertical-align:top;
}
header {
    width: 100%;
    background: #00243f;
	color: #fff;
	text-align: center;
	/* font-size: 0.8rem; */
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
}
#content{
	width: 100%;
	height: calc(100vh - 240px);
	padding: 40px 0 0 0;
	text-align: center;
	overflow: hidden;
	font-size: 28px;
}
footer{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00243f;
}
.buttonarea{
	display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    height: 140px;
}
.button--left{
	justify-content: flex-start;
}
.button--right{
	justify-content: flex-end;	
}
.button{
	border-radius: 5px;
	padding: 1.2em 3em;
    line-height: 1;
    font-size: 1.2em;
	background: #00243f;
	color: #fff;
	text-align: center;
}