@charset "UTF-8";

/*
 * Ported from wp-content/themes/swell_child/assets/site-pages.css,
 * scoped to only the public-information-page subset of that shared
 * homepage/information stylesheet -- the front page already has its own
 * complete, independently-implemented home.css and is not touched here.
 * The source's SWELL-fighting rule (.hd-home-page/.hd-site-information-page
 * #breadcrumb, #sidebar { display:none; }) is excluded -- this theme has
 * no SWELL wrapper elements to fight, and its own breadcrumb
 * (hdtheme_render_breadcrumb(), site.css's .hd-breadcrumb*) is an
 * entirely different, already-independent element the source's hidden
 * #breadcrumb was never related to. The source's .launch-links (a
 * repeated in-article footer nav to the same four information pages) and
 * .contact-setup-note ("form is being set up" placeholder, no longer
 * accurate now that Contact Form 7 is live) are also excluded -- see
 * page-templates/site-information.php's own docblock for why.
 *
 * CSS custom properties are retargeted to this theme's own tokens
 * (--c-main/--c-dark/--c-border/--c-border-strong become
 * --hd-c-main/--hd-c-dark/--hd-c-border/--hd-c-border-strong; defined in
 * style.css), the same retargeting entity-pages.css/sale-index.css/
 * home.css/work-pages.css already use. The 900px SP breakpoint is
 * unchanged from the source (already this theme's own common boundary,
 * no retargeting needed).
 */

.hd-info-page {
	padding: 24px 14px 70px;
	color: #333;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.7;
}

.info-page {
	width: min(100%, 880px);
	margin: 0 auto;
	padding: 0 28px 36px;
	background: #fff;
}

.info-head {
	padding: 18px 0 24px;
	border-bottom: 1px solid var(--hd-c-border);
}

.info-head h1 {
	margin: 0;
	font-size: 23px;
	font-weight: 900;
}

.info-head p {
	margin: 6px 0 0;
	color: #555;
	font-size: 13px;
}

.info-content {
	padding: 28px 0 18px;
	font-size: 15px;
}

.info-content h2 {
	margin: 2em 0 0.55em;
	padding-left: 12px;
	border-left: 4px solid var(--hd-c-main);
	font-size: 18px;
	font-weight: 900;
}

.info-content h2:first-child {
	margin-top: 0;
}

.info-content p {
	margin: 0 0 1.15em;
}

.info-content .wpcf7 {
	max-width: 680px;
	margin-top: 28px;
}

.info-content .wpcf7-form > p {
	margin: 0 0 20px;
}

.info-content .wpcf7-form label {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.info-content .wpcf7-form .required {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 6px;
	border-radius: 3px;
	background: #d94645;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.6;
	vertical-align: 1px;
}

.info-content .wpcf7-form-control-wrap {
	display: block;
	margin-top: 7px;
}

.info-content .wpcf7-form input[type="text"],
.info-content .wpcf7-form input[type="email"],
.info-content .wpcf7-form select,
.info-content .wpcf7-form textarea {
	width: 100%;
	max-width: none;
	border: 1px solid #aebbb5;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font: inherit;
	font-weight: 400;
	box-shadow: inset 0 1px 2px rgba(44, 94, 71, 0.05);
	transition: border-color 0.15s, box-shadow 0.15s;
}

.info-content .wpcf7-form input[type="text"],
.info-content .wpcf7-form input[type="email"],
.info-content .wpcf7-form select {
	min-height: 44px;
	padding: 9px 11px;
}

.info-content .wpcf7-form textarea {
	min-height: 210px;
	padding: 11px;
	resize: vertical;
}

.info-content .wpcf7-form input[type="text"]:focus,
.info-content .wpcf7-form input[type="email"]:focus,
.info-content .wpcf7-form select:focus,
.info-content .wpcf7-form textarea:focus {
	border-color: var(--hd-c-main);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(95, 169, 138, 0.18);
}

.info-content .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.info-content .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13.5px;
	font-weight: 400;
}

.info-content .wpcf7-acceptance input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--hd-c-main);
}

.info-content .wpcf7-acceptance a {
	color: var(--hd-c-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.info-content .wpcf7-turnstile {
	margin: 2px 0 16px;
}

.info-content .wpcf7-form input[type="submit"] {
	min-width: 190px;
	min-height: 46px;
	padding: 11px 24px;
	border: 0;
	border-radius: 7px;
	background: var(--hd-c-main);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	cursor: pointer;
	transition: background 0.15s, opacity 0.15s;
}

.info-content .wpcf7-form input[type="submit"]:hover:not(:disabled) {
	background: var(--hd-c-dark);
}

.info-content .wpcf7-form input[type="submit"]:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.info-content .wpcf7-spinner {
	margin: 0 0 0 12px;
	vertical-align: middle;
}

.info-content .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #b42318;
	font-size: 12.5px;
	font-weight: 600;
}

.info-content .wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 12px 14px !important;
	border-width: 1px !important;
	border-radius: 7px;
	font-size: 13.5px;
}

@media (max-width: 900px) {
	.hd-info-page {
		padding: 0 0 50px;
	}

	.info-page {
		padding: 0 16px 30px;
	}

	.info-head h1 {
		font-size: 21px;
	}

	.info-content {
		font-size: 14.5px;
	}

	.info-content h2 {
		font-size: 17px;
	}

	.info-content .wpcf7 {
		max-width: none;
		margin-top: 24px;
	}

	.info-content .wpcf7-form input[type="submit"] {
		width: 100%;
	}
}
