/*
Theme Name: BizContents School LP
Theme URI: https://lp.bizcontents.info/
Author: Shining Ray Inc.
Author URI: https://lp.bizcontents.info/
Description: AI画像販売・中古PC販売 1年間実践スクール専用の軽量ランディングページテーマです。
Version: 1.0.9
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: bizcontents-school-lp
*/

:root {
	--bcslp-content-width: 860px;
	--bcslp-page-pad: clamp(20px, 4vw, 48px);
	--bcslp-ink: #172033;
	--bcslp-muted: #5f6878;
	--bcslp-line: #d9dee8;
	--bcslp-surface: #ffffff;
	--bcslp-surface-soft: #f5f7fa;
	--bcslp-link: #24466e;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--bcslp-ink);
	background: var(--bcslp-surface-soft);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.75;
}

a {
	color: var(--bcslp-link);
	text-underline-offset: 0.18em;
}

img {
	max-width: 100%;
	height: auto;
}

.bcslp-content,
.bcslp-message {
	width: min(100% - (var(--bcslp-page-pad) * 2), var(--bcslp-content-width));
	margin-inline: auto;
	padding-block: clamp(48px, 8vw, 96px);
}

.bcslp-entry,
.school-lp-legal {
	overflow-wrap: anywhere;
}

.bcslp-entry {
	padding: clamp(24px, 5vw, 52px);
	border: 1px solid var(--bcslp-line);
	border-radius: 16px;
	background: var(--bcslp-surface);
}

.bcslp-entry__title {
	margin-top: 0;
	line-height: 1.35;
}

.school-lp-legal-nav {
	margin: 28px 0;
	padding: 18px 20px;
	border: 1px solid var(--bcslp-line);
	border-radius: 12px;
	background: var(--bcslp-surface-soft);
}

.school-lp-legal-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.school-lp-legal__back {
	display: inline-block;
	margin-top: 32px;
	font-weight: 700;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	box-shadow: 0 0 0 2px #2271b1;
}

@media (max-width: 600px) {
	.bcslp-entry {
		padding: 22px 18px;
		border-radius: 10px;
	}
}
