* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;

	-ms-overflow-style: none;
	scrollbar-width: none;
}

.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	-ms-overflow-style: none;
	/* Edge */
	scrollbar-width: none;
	/* Firefox */
}

.page::-webkit-scrollbar {
	display: none;
	/* Chrome,Safari */
}



section {
	width: 100%;
}

.top-section {
	position: relative;
	height: 302px;
	overflow: hidden;
}

.top-section-inner {
	position: relative;
	padding: 130px 118px 40px 118px;
	z-index: 2;
}

.pankuzu-unit {
	color: #151515;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0%;

}
.pankuzu-unit a {
	color: #151515;
	text-decoration: none;
}
.pankuzu-list {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
}

.pankuzu-separator {
	position: relative;
	width: 24px;
	height: 18px;
}

.pankuzu-separator img {
	margin: 0 auto;
	width: 10px;
	height: 16px;
	display: block;
}

.top-title {
	color: #151515;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 40px;
	line-height: 145%;
	letter-spacing: 0;
}

.top-title-sub {
	color: #151515;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
}

.main-section {
	padding: 80px 220px;
}

.message-area {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.message-title {
	border: 1px solid #D7D7D7;
	padding: 16px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
	color: #151515;
	background-color: #F5F5F5;
	margin-bottom: 40px;
}

.message-body {
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 180%;
	letter-spacing: 0%;
}


@media screen and (max-width: 1024px) {

	.top-section {
		height: auto;
	}

	.top-section-inner {
		padding: 104px 24px 40px 24px;
	}

	.top-title-sub {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
	}

	.top-title {
		font-family: Noto Sans JP;
		font-weight: 500;
		font-style: Medium;
		font-size: 32px;
		leading-trim: NONE;
		line-height: 160%;
		letter-spacing: 0%;
	}

	.main-section {
		padding: 56px 24px;
	}

	.message-title {
		font-family: Noto Sans JP;
		font-weight: 700;
		font-style: Bold;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;

		margin-bottom: 24px;
	}

	.message-body {
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 180%;
		letter-spacing: 0%;
	}



}

