@charset "UTF-8";

		body {
			background-color: #f8f9fa;
			color: #212529;
		}

		.site-header {
			background-color: #ffffff;
		}

		.site-title {
			font-weight: 700;
		}

		.help-section {
			max-width: 960px;
		}

		.help-section h2 {
			margin-top: 2rem;
			margin-bottom: 1rem;
			padding-left: 0.75rem;
			border-left: 5px solid #FFD317;
			font-size: 1.35rem;
			font-weight: 700;
		}

		.help-item {
			margin-bottom: 1rem;
			border: 0;
			border-radius: 1rem;
		}

		.help-number {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 2rem;
			height: 2rem;
			margin-right: 0.5rem;
			border-radius: 50%;
			background-color: #FFD317;
			color: #212529;
			font-weight: 700;
		}

		.domain-box {
			padding: 1rem;
			border: 1px solid #dee2e6;
			border-radius: 0.75rem;
			background-color: #f8f9fa;
			font-family: monospace;
			word-break: break-all;
		}

		.notice-box {
			padding: 1rem;
			border-left: 5px solid #FFD317;
			border-radius: 0.5rem;
			background-color: #fffbea;
		}

		.warning-box {
			padding: 1rem;
			border-left: 5px solid #dc3545;
			border-radius: 0.5rem;
			background-color: #fff5f5;
		}

		footer {
			background-color: #ffffff;
		}
