.iriya-service-database-page {
	color: #30211f;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	margin: 0;
	min-width: 0;
}

body.iriya-fortune-service-search-page-view {
	background:
		linear-gradient(180deg, #fffafd 0%, #fff7fb 42%, #fff 100%);
}

body.iriya-fortune-service-search-page-view #content {
	padding: 30px 0 64px;
}

body.iriya-fortune-service-search-page-view #content-in {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1240px);
	justify-content: center;
	width: min(1240px, calc(100% - 32px));
}

body.iriya-fortune-service-search-page-view .main,
body.iriya-fortune-service-search-page-view .content {
	background: transparent;
	min-width: 0;
}

body.iriya-fortune-service-search-page-view .main {
	border: 0;
	padding: 0;
	width: auto;
}

body.iriya-fortune-service-search-page-view #sidebar {
	display: none;
}

.iriya-service-database-hero {
	background: linear-gradient(135deg, #fff0f6 0%, #fff8ea 54%, #eef8f6 100%);
	border: 1px solid rgba(126, 72, 155, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(82, 58, 118, 0.1);
	padding: 54px clamp(20px, 4vw, 48px) 46px;
	text-align: center;
}

.iriya-service-database-hero__kicker {
	color: #8a5d8f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.iriya-service-database-hero h1 {
	border: 0;
	background: transparent;
	color: #3a2f43;
	font-size: 34px;
	line-height: 1.35;
	margin: 0 0 18px;
	padding: 0;
	letter-spacing: 0;
}

.iriya-service-database-hero h1::before,
.iriya-service-database-hero h1::after {
	display: none;
	content: none;
}

.iriya-service-database-hero p {
	font-size: 16px;
	line-height: 2;
	margin: 0 auto;
	max-width: 760px;
}

.iriya-service-database-hero__mobile-break {
	display: none;
}

.iriya-service-database-alert {
	border: 1px solid rgba(154, 112, 191, 0.16);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 245, 250, 0.95) 100%);
	color: #665d6d;
	font-size: 13px;
	line-height: 1.85;
	margin: 0;
	padding: 14px 18px;
}

.iriya-service-database-alert p {
	margin: 0;
}

.iriya-service-database-section {
	background: #fff;
	border: 1px solid rgba(92, 63, 105, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(69, 48, 78, 0.07);
	margin: 22px 0 0;
	padding: 28px;
}

.iriya-service-database-section h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 0;
	color: #2f2150;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
}

.iriya-service-database-section h2::before,
.iriya-service-database-section h2::after {
	content: "";
	display: block;
	width: min(120px, 22vw);
	height: 1px;
}

.iriya-service-database-section h2::before {
	background: linear-gradient(90deg, transparent 0%, rgba(211, 171, 87, 0.8) 42%, rgba(155, 104, 190, 0.8) 100%);
}

.iriya-service-database-section h2::after {
	background: linear-gradient(90deg, rgba(155, 104, 190, 0.8) 0%, rgba(211, 171, 87, 0.8) 58%, transparent 100%);
}

.iriya-service-database-title-text {
	display: inline-block;
}

.iriya-service-database-title-break {
	display: none;
}

.iriya-service-database-notice {
	border: 1px solid #d9b9b9;
	border-radius: 6px;
	background: #fff7f7;
	padding: 12px 14px;
}

.iriya-service-database-guide {
	border: 1px solid rgba(92, 63, 105, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(69, 48, 78, 0.07);
	margin: 32px 0 0;
	padding: 30px 28px;
}

.iriya-service-database-guide h2 {
	border: 0;
	background: transparent;
	color: #2f2150;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 22px;
	padding: 0;
	text-align: center;
	letter-spacing: 0;
}

.iriya-service-database-guide h2::before,
.iriya-service-database-guide h2::after {
	display: none;
	content: none;
}

.iriya-service-database-guide__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.iriya-service-database-guide__grid section {
	border: 1px solid rgba(154, 112, 191, 0.14);
	border-radius: 8px;
	background: linear-gradient(135deg, #fff 0%, #f8f5fa 100%);
	padding: 18px;
}

.iriya-service-database-guide__grid h3 {
	border: 0;
	background: transparent;
	color: #4c336b;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: 0;
}

.iriya-service-database-guide__grid h3::before,
.iriya-service-database-guide__grid h3::after {
	display: none;
	content: none;
}

.iriya-service-database-guide__grid p {
	color: #5e5566;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}

.iriya-service-database-alert--bottom {
	margin-top: 18px;
}

@media screen and (max-width: 1023px) {
	body.iriya-fortune-service-search-page-view #content-in {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media screen and (max-width: 600px) {
	body.iriya-fortune-service-search-page-view #content {
		padding-top: 18px;
	}

	body.iriya-fortune-service-search-page-view #content-in {
		width: min(100% - 20px, 920px);
	}

	.iriya-service-database-hero {
		padding: 34px 18px 30px;
	}

	.iriya-service-database-hero h1 {
		font-size: 18px;
	}

	.iriya-service-database-hero p {
		font-size: 11px;
	}

	.iriya-service-database-hero__mobile-break {
		display: inline;
	}

	.iriya-service-database-section {
		padding: 18px 14px;
	}

	.iriya-service-database-title-break {
		display: inline;
	}

	.iriya-service-database-alert {
		padding: 12px 14px;
	}

	.iriya-service-database-guide {
		padding: 22px 14px;
	}

	.iriya-service-database-guide h2 {
		font-size: 21px;
	}

	.iriya-service-database-guide__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
