/*
Theme Name: L&S Partners Corporate
Theme URI: https://ls-partners.co.jp/
Author: L&S Partners
Description: L&Sパートナーズのコーポレートサイト専用テーマ
Version: 1.2.25
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: ls-partners
*/

/* Keep the fixed site header below WordPress's logged-in admin bar. */
body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

.policy-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 112px;
	padding: 20px clamp(24px, 5vw, 76px);
	background: #fff;
}

.policy-header img {
	display: block;
	width: auto;
	max-width: 170px;
	max-height: 72px;
}

.policy-header a:last-child {
	color: #0b3858;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.policy-main {
	padding: 82px 24px 110px;
	color: #173f5c;
	background: #f2f5f7;
}

.policy-content {
	width: min(820px, 100%);
	margin: 0 auto;
	padding: clamp(32px, 6vw, 72px);
	background: #fff;
}

.policy-content h1 {
	margin: 0 0 48px;
	color: #073e68;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.35;
}

.policy-content h2 {
	margin: 42px 0 14px;
	color: #073e68;
	font-size: 20px;
	line-height: 1.6;
}

.policy-content p {
	margin: 0 0 18px;
	color: #50697b;
	font-size: 15px;
	line-height: 2;
}

.policy-content .policy-note {
	margin-top: 42px;
	font-size: 13px;
}

@media (max-width: 560px) {
	.policy-header {
		min-height: 88px;
	}

	.policy-header img {
		max-width: 140px;
		max-height: 60px;
	}

	.policy-main {
		padding: 48px 16px 72px;
	}
}
