/* 前往報名 */
.floatBtn_info {
	position: fixed;
	bottom: 1em;
	right: 2em;
	z-index: 998;
}
.floatBtn_info > button {
	font-size: large;
	padding: 1em;
	width: 6em;
	height: 6em;
	line-height: 1.5em;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 5px rgb(0 0 0 / 24%);
}
.floatBtn_info > button {
	background-color: #E24565;
	color: #FFF;
}
@media screen and (max-width: 1024px) {
	.floatBtn_info {
		bottom: 1em;
		right: 0em;
		display: flex;
		flex-direction: column;
	}
	.floatBtn_info>button {
		width: 2em;
		height: auto;
		padding: 0.5em;
		border-radius: unset;
	}
}


.page.infopage {
}


.page.infopage > div > div > div > div.blockTitle > h2 {
	font-weight: 600;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	margin-top: 35px;
	margin-bottom: 10px;
}
.page.infopage > div > div > div > div.blockContent {
	border-radius: 10px;
	background-color: #ededed;
	padding: 25px 5%;
	height: 100%;
	overflow: auto;
	display: flex;
	align-items: center;
}
.page.infopage > div > div > div > div.blockContent * {
	letter-spacing: 2px;
	line-height: 2em;
}
.page.infopage > div > div > div > div.blockContent > div {
	max-height: 100%;
}