@charset "utf-8";

.page-ttl {
	padding-top: 58px;
}
.page-contents-wrap{
	padding-top: 50px;
}
.page-contents-wrap .title{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.page-contents-wrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
div.close{
	text-align: center;
}
div.close button{
	width: 300px;
	margin: 30px auto 0;
	position: relative;
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
	border-radius: 30px;
	height: 46px;
	padding-bottom: 2px;
}