/* page-policy */
.page-policy {
	background-color: transparent !important;
	min-height: 100vh;
	padding: 0 !important;
}

.page-policy .policy-section {
	width: 100%;
	display: flex !important;
	justify-content: center !important;
	align-items: flex-start !important;
	padding: 100px 0px 96px 0px !important;
	background-color: #fff7e5 !important;
}

/* このページ内の文字は基本すべて通常の太さにする（ブラウザ標準の太字も上書き） */
.page-policy strong,
.page-policy b {
	font-weight: 400;
}

.page-policy .policy-container {
	width: 100%;
	height: auto;
	max-width: 1470px;
	margin: 0 auto !important;
	box-sizing: border-box !important;
	background-color: transparent !important;
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
}

.page-policy .policy-header-section {
	width: 100%;
	height: auto;
	max-width: 1470px;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 100px 0px !important;
}

.policy-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.policy-content-section {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
}

.policy-content-section p {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 1.6;
}

.policy-content-section h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	color: #333333;
}

.policy-content-section h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	color: #333333;
}

.policy-content-section a {
	color: #0066cc;
	text-decoration: underline;
}

.policy-content-section a:hover {
	color: #004499;
}

.policy-spacer {
	width: 100%;
	height: 16px;
	max-width: 780px;
	margin: 10px 0 10px 0;
	box-sizing: border-box;
}

.policy-line {
	background: #fad74a;
	height: 56px;
	width: 8px;
	max-width: 100%;
	flex: none;
}

.policy-title {
	color: #333333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 40px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0 0 0 16px;
	text-align: left;
	width: auto;
	max-width: 100%;
}

.policy-content {
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0 10px 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
}

.policy-content p {
	margin: 0 0 1.5em 0;
	font-size: 16px;
	line-height: 1.6;
}

.policy-content h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 2em 0 1em 0;
	color: #333333;
}

.policy-content h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 2em 0 1em 0;
	color: #333333;
}

.policy-content a {
	color: #0066cc;
	text-decoration: underline;
}

.policy-content a:hover {
	color: #004499;
}

/* レスポンシブ対応 - タブレット（840px以下） */
@media screen and (max-width: 840px) {
	.page-policy .policy-section {
		padding: 80px 0px 60px 0px;
	}

	.page-policy .policy-container {
		width: 100% !important;
	}

	.page-policy .policy-header-section {
		width: 100% !important;
		padding: 80px 20px !important;
	}

	.policy-content-section {
		width: 100%;
		padding: 0 20px;
	}

	.policy-spacer {
		width: 100%;
	}

	.policy-title {
		font-size: 32px;
	}
}

/* レスポンシブ対応 - スマホ（540px以下） */
@media screen and (max-width: 540px) {
	.page-policy .policy-section {
		padding: 64px 0px 40px 0px;
	}

	.page-policy .policy-header-section {
		padding: 64px 16px !important;
		min-height: auto !important;
	}

	.policy-header {
		gap: 12px;
	}

	.policy-line {
		height: 40px;
		width: 6px;
	}

	.policy-title {
		font-size: 24px;
		margin: 0;
		text-align: center;
	}

	.policy-content-section {
		width: 100%;
		padding: 0 16px;
		font-size: 14px;
	}

	.policy-content-section p {
		font-size: 14px;
		line-height: 1.8;
		margin: 8px 0;
	}

	.policy-content-section h3 {
		font-size: 14px;
		margin: 1.5em 0 0.8em 0;
	}

	.policy-content-section h4 {
		font-size: 14px;
		margin: 1.5em 0 0.8em 0;
	}

	.policy-spacer {
		width: 100%;
		height: 12px;
		margin: 8px 0;
	}
}