@charset "Shift_JIS";
/* RESET
--------------------------------------------------*/
html {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}
html * {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
form, input, textarea {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
p {
	margin: 0;
}
img {
	vertical-align: bottom;
	width: 100%;
}
/* ========================================
   ヘッダー
   ======================================== */
header {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #000;
	padding: 1.5rem 2rem 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
header h1 {
	width: min(70.533333333vw, 529px);
	line-height: 0;
}
/* ========================================
   共通法的文書スタイル
   (プライバシーポリシー、利用規約、特定商取引法)
   ======================================== */
/* リセット & ベーススタイル */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	line-height: 1.8;
	color: #333;
	background-color: #f7edda;
	font-size: 16px;
}

@media (max-width: 750px) {
	body {
		font-size: 15px;
		line-height: 1.75;
	}
}

/* メインコンテナ - 750px幅に固定 */
.legalPage {
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.container {
	padding: 3.5rem 3rem;
}

@media (max-width: 750px) {
	.container {
		padding: 2rem 1.5rem;
	}
}

/* タイポグラフィ */
.pageTitle {
	font-size: 2rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
	border-bottom: 3px solid #e5822a;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.pageTitle {
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding-bottom: 1rem;
		border-bottom-width: 2px;
	}
}

.section {
	margin-bottom: 3.5rem;
}

@media (max-width: 750px) {
	.section {
		margin-bottom: 2.5rem;
	}
}

.section:last-child {
	margin-bottom: 0;
}

.legalPage h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #e5822a;
	margin-bottom: 1.5rem;
	padding-left: 0.75rem;
	border-left: 4px solid #e5822a;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.legalPage h2 {
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
		padding-left: 0.6rem;
		border-left-width: 3px;
	}
}

.legalPage h3 {
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
	margin-top: 2rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}

@media (max-width: 750px) {
	.legalPage h3 {
		font-size: 1.1rem;
		margin-top: 1.5rem;
		margin-bottom: 0.875rem;
	}
}

.legalPage h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #555;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	line-height: 1.5;
}

@media (max-width: 750px) {
	.legalPage h4 {
		font-size: 1rem;
		margin-top: 1.25rem;
		margin-bottom: 0.625rem;
	}
}

.legalPage p {
	margin-bottom: 1rem;
	line-height: 1.8;
}

@media (max-width: 750px) {
	.legalPage p {
		margin-bottom: 0.875rem;
		line-height: 1.75;
	}
}

.legalPage p:last-child {
	margin-bottom: 0;
}

/* 利用規約用スタイル */
.chapterTitle {
	font-size: 1.65rem;
	font-weight: 700;
	color: #e5822a;
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
	background: linear-gradient(to right, #fdf0e5 0%, #ffffff 100%);
	border-left: 5px solid #e5822a;
	line-height: 1.4;
}

@media (max-width: 750px) {
	.chapterTitle {
		font-size: 1.35rem;
		margin-bottom: 1.5rem;
		padding: 0.875rem 1rem;
		border-left-width: 4px;
	}
}

.article {
	margin-bottom: 2.5rem;
}

@media (max-width: 750px) {
	.article {
		margin-bottom: 2rem;
	}
}

.article:last-child {
	margin-bottom: 0;
}

.articleTitle {
	font-size: 1.25rem;
	font-weight: 600;
	color: #e5822a;
	margin-bottom: 1rem;
	line-height: 1.5;
}

@media (max-width: 750px) {
	.articleTitle {
		font-size: 1.1rem;
		margin-bottom: 0.875rem;
	}
}

.subTitle {
	font-size: 1.1rem;
	font-weight: 600;
	color: #555;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	padding-left: 0.5rem;
	border-left: 3px solid #999;
	line-height: 1.5;
}

@media (max-width: 750px) {
	.subTitle {
		font-size: 1rem;
		margin-top: 1.25rem;
		margin-bottom: 0.625rem;
		padding-left: 0.4rem;
		border-left-width: 2px;
	}
}

.enactDate {
	text-align: right;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 14px;
}

@media (max-width: 750px) {
	.enactDate {
		margin-top: 2rem;
		padding-top: 1rem;
		font-size: 13px;
	}
}

/* リスト - ::beforeを使った確実な方法 */
.legalPage ul {
	margin: 1.25rem 0;
	padding-left: 0;
	list-style: none;
}

@media (max-width: 750px) {
	.legalPage ul {
		margin: 1rem 0;
	}
}

.legalPage ul li {
	margin-bottom: 0.5rem;
	line-height: 1.8;
	position: relative;
	padding-left: 2rem;
}

@media (max-width: 750px) {
	.legalPage ul li {
		padding-left: 1.5rem;
		line-height: 1.75;
		margin-bottom: 0.625rem;
	}
}

.legalPage ul li::before {
	content: "\2022";
	color: #e5822a;
	font-weight: bold;
	position: absolute;
	left: 1em;
}

@media (max-width: 750px) {
	.legalPage ul li::before {
		left: 0.3em;
		font-size: 1.1em;
	}
}

.legalPage ol {
	margin: 1.25rem 0;
	padding-left: 0;
	list-style: none;
	counter-reset: item;
}

@media (max-width: 750px) {
	.legalPage ol {
		margin: 1rem 0;
	}
}

.legalPage ol li {
	margin-bottom: 0.5rem;
	line-height: 1.8;
	position: relative;
	padding-left: 2rem;
	counter-increment: item;
}

@media (max-width: 750px) {
	.legalPage ol li {
		padding-left: 1.75rem;
		line-height: 1.75;
		margin-bottom: 0.625rem;
	}
}

.legalPage ol li::before {
	content: counter(item) ".";
	color: #e5822a;
	font-weight: 600;
	position: absolute;
	left: 1em;
}

@media (max-width: 750px) {
	.legalPage ol li::before {
		font-size: 0.95em;
	}
}

/* 定義リスト */
.defList {
	margin: 1.5rem 0;
}

@media (max-width: 750px) {
	.defList {
		margin: 1.25rem 0;
	}
}

.defList dt {
	font-weight: 600;
	color: #e5822a;
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

@media (max-width: 750px) {
	.defList dt {
		margin-top: 0.875rem;
		font-size: 0.95em;
	}
}

.defList dt:first-child {
	margin-top: 0;
}

.defList dd {
	margin-left: 1.5rem;
	margin-bottom: 0.75rem;
	line-height: 1.8;
}

@media (max-width: 750px) {
	.defList dd {
		margin-left: 1rem;
		margin-bottom: 0.625rem;
		line-height: 1.75;
	}
}

/* 特商法用の情報リスト */
.infoList {
	margin: 1.5rem 0;
	background-color: #f8f9fa;
	padding: 1.75rem;
	border-radius: 6px;
}

@media (max-width: 750px) {
	.infoList {
		margin: 1.25rem 0;
		padding: 1.25rem 1rem;
		border-radius: 4px;
	}
}

.infoList dt {
	font-weight: 600;
	color: #e5822a;
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

@media (max-width: 750px) {
	.infoList dt {
		margin-top: 0.875rem;
		font-size: 0.95em;
	}
}

.infoList dt:first-child {
	margin-top: 0;
}

.infoList dd {
	margin-left: 0;
	margin-bottom: 0.75rem;
	line-height: 1.8;
	padding-left: 1rem;
}

@media (max-width: 750px) {
	.infoList dd {
		padding-left: 0.5rem;
		margin-bottom: 0.625rem;
		line-height: 1.75;
	}
}

.infoList dd:last-child {
	margin-bottom: 0;
}

.infoList dd ul {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

/* テーブル */
.infoTable {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
	font-size: 15px;
	overflow-x: auto;
	display: block;
}

@media (max-width: 750px) {
	.infoTable {
		margin: 1.25rem 0;
		font-size: 14px;
	}
}

.infoTable thead {
	background-color: #e5822a;
	color: #fff;
}

.infoTable th, .infoTable td {
	padding: 1rem;
	text-align: left;
	border: 1px solid #ddd;
	line-height: 1.6;
}

@media (max-width: 750px) {
	.infoTable th, .infoTable td {
		padding: 0.75rem 0.5rem;
		font-size: 14px;
		line-height: 1.5;
	}
}

.infoTable th {
	font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 750px) {
	.infoTable th {
		font-size: 13px;
	}
}

.infoTable tbody tr:nth-child(even) {
	background-color: #f8f9fa;
}

.infoTable tbody tr:hover {
	background-color: #e9ecef;
}

/* 注記 */
.note {
	background-color: #fff3cd;
	border-left: 4px solid #ffc107;
	padding: 1rem;
	margin: 1.25rem 0;
	font-size: 14px;
	line-height: 1.7;
	border-radius: 4px;
}

@media (max-width: 750px) {
	.note {
		padding: 0.875rem;
		margin: 1rem 0;
		font-size: 13px;
		border-left-width: 3px;
		line-height: 1.65;
	}
}

/* お問い合わせ情報 */
.contactInfo {
	background-color: #f8f9fa;
	padding: 1.75rem;
	border-radius: 6px;
	margin-top: 1.5rem;
}

@media (max-width: 750px) {
	.contactInfo {
		padding: 1.25rem 1rem;
		border-radius: 4px;
		margin-top: 1.25rem;
	}
}

.contactInfo dt {
	font-weight: 600;
	color: #e5822a;
	margin-top: 0.75rem;
	margin-bottom: 0.25rem;
}

@media (max-width: 750px) {
	.contactInfo dt {
		margin-top: 0.625rem;
		font-size: 0.95em;
	}
}

.contactInfo dt:first-child {
	margin-top: 0;
}

.contactInfo dd {
	margin-left: 1.5rem;
	margin-bottom: 0.5rem;
	line-height: 1.7;
}

@media (max-width: 750px) {
	.contactInfo dd {
		margin-left: 1rem;
		margin-bottom: 0.4rem;
		line-height: 1.65;
	}
}

.contactInfo a {
	color: #e5822a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.contactInfo a:hover {
	border-bottom-color: #e5822a;
}

/* リンク */
a {
	color: #e5822a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* アクセシビリティ */
a:focus, button:focus {
	outline: 2px solid #e5822a;
	outline-offset: 2px;
}

/* ========================================
   フッター
   ======================================== */
footer {
	max-width: 750px;
	margin: 0 auto;
	padding: 2rem 3rem 1.5rem;
	text-align: center;
}

@media (max-width: 750px) {
	footer {
		padding: 1.5rem 1.5rem 1rem;
	}
}

footer nav {
	margin-bottom: 1rem;
}

footer nav a {
	display: inline-block;
	margin: 0 0.75rem;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.2s ease;
}

@media (max-width: 750px) {
	footer nav a {
		display: block;
		margin: 0.5rem 0;
		font-size: 12px;
	}
}

footer nav a:hover {
	color: #e5822a;
	text-decoration: underline;
}

footer small {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 1.6;
}

@media (max-width: 750px) {
	footer small {
		font-size: 10px;
	}
}