/* Pricing section based on the supplied 2026-08-21 layout. */
#home_price.ai-price-section {
	background: #ffffff;
	border-top: 1px solid #e5ecf5;
	color: #0b2f56;
	overflow: hidden;
	padding: 88px 24px 104px;
}

#home_price .ai-price-section__inner {
	max-width: 1120px;
}

#home_price .ai-price-hero {
	align-items: end;
	display: grid;
	grid-template-columns: minmax(230px, 260px) minmax(620px, 1fr) minmax(230px, 260px);
	min-height: 286px;
	position: relative;
}

#home_price .ai-price-section__heading {
	align-self: start;
	margin: 0 auto;
	max-width: 650px;
	padding: 0 8px 32px;
	text-align: center;
	z-index: 2;
}

#home_price .ai-price-section__heading::before {
	display: none;
}

#home_price .ai-price-section__eyebrow {
	align-items: center;
	color: #175fc9;
	display: flex;
	font-size: 14px;
	gap: 14px;
	justify-content: center;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
}

#home_price .ai-price-section__eyebrow::before,
#home_price .ai-price-section__eyebrow::after {
	background: #8db8f3;
	content: "";
	height: 1px;
	width: 34px;
}

#home_price h2 {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 20px;
}

#home_price .ai-price-title-main,
#home_price .ai-price-title-amount {
	display: block;
}

#home_price .ai-price-title-main > span {
	display: inline;
}

#home_price .ai-price-title-amount {
	color: #175fc9;
	font-size: 34px;
	margin-top: 4px;
}

#home_price .ai-price-title-amount strong {
	font-family: Roboto, "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
}

#home_price .ai-price-section__heading > p:not(.ai-price-section__eyebrow) {
	color: #405a72;
	font-size: 15px;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 620px;
}

#home_price .ai-price-hero__visual {
	align-self: end;
	height: 258px;
	margin: 0;
	position: relative;
	z-index: 1;
}

#home_price .ai-price-hero__visual > img:first-child {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

#home_price .ai-price-hero__visual--left > img:first-child {
	object-position: left bottom;
}

#home_price .ai-price-hero__visual--right > img:first-child {
	object-position: right bottom;
}

#home_price .ai-price-hero__icon {
	height: auto;
	position: absolute;
	width: 72px;
}

#home_price .ai-price-hero__icon--phone {
	left: -2px;
	top: 2px;
}

#home_price .ai-price-hero__icon--clock {
	right: 0;
	top: -18px;
	width: 66px;
}

#home_price .ai-price-plan {
	background: #ffffff;
	border: 1px solid #b9cff0;
	border-radius: 6px;
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	margin: 0;
	overflow: hidden;
}

#home_price .ai-price-plan__head {
	background: linear-gradient(135deg, #123e88 0%, #175fc9 100%);
	color: #ffffff;
	justify-content: center;
	padding: 28px 30px;
}

#home_price .ai-price-plan__head .ai-price-plan__label {
	align-self: flex-start;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	padding: 6px 10px;
}

#home_price .ai-price-plan__head h3 {
	font-size: 23px;
	letter-spacing: 0;
	margin: 0 0 18px;
}

#home_price .ai-price-plan__head p {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 19px;
	font-weight: 600;
	gap: 4px;
	line-height: 1.2;
}

#home_price .ai-price-plan__head p > span {
	color: #ffffff;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0;
	margin: 0;
}

#home_price .ai-price-plan__head strong {
	display: inline;
	font-size: 39px;
	line-height: 1;
}

#home_price .ai-price-plan__head small {
	color: #ffffff;
	flex-basis: 100%;
	font-size: 12px;
	margin-top: 7px;
}

#home_price .ai-price-plan dl {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

#home_price .ai-price-plan dl > div {
	align-items: center;
	border-bottom: 1px solid #d4e0f1;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px 142px minmax(0, 1fr);
	padding: 20px 26px;
}

#home_price .ai-price-plan dl > div:last-child {
	border-bottom: 0;
}

#home_price .ai-price-plan dl img {
	display: block;
	height: 50px;
	object-fit: contain;
	width: 50px;
}

#home_price .ai-price-plan dt {
	border-right: 1px solid #d4e0f1;
	font-size: 15px;
	line-height: 1.6;
	padding: 8px 18px 8px 0;
}

#home_price .ai-price-plan dd {
	color: #183b66;
	font-size: 14px;
	line-height: 1.8;
}

#home_price .ai-price-plan dd strong {
	font-size: 16px;
	font-weight: 600;
}

#home_price .ai-price-plan dd small {
	color: #405a72;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 3px;
}

#home_price .ai-price-lower {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.95fr);
	margin-top: 24px;
}

#home_price .ai-price-options > h3 {
	align-items: center;
	color: #0b2f56;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0 0 12px;
}

#home_price .ai-price-options__symbol {
	align-items: center;
	border: 1px solid #3c82e6;
	color: #175fc9;
	display: inline-flex;
	font-size: 18px;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

#home_price .ai-price-table-wrap {
	border: 1px solid #b9cff0;
	border-radius: 6px;
	margin: 0;
	overflow: hidden;
}

#home_price .ai-price-table {
	font-size: 14px;
	line-height: 1.55;
}

#home_price .ai-price-table th,
#home_price .ai-price-table td {
	border-color: #d4e0f1;
	padding: 13px 16px;
	vertical-align: middle;
}

#home_price .ai-price-table th {
	background: #f5f8fd;
	color: #175fc9;
	font-size: 12px;
}

#home_price .ai-price-table th:first-child {
	width: 44%;
}

#home_price .ai-price-table th:nth-child(2) {
	width: 22%;
}

#home_price .ai-price-table td:first-child {
	align-items: center;
	display: flex;
	gap: 12px;
}

#home_price .ai-price-table td:first-child img {
	display: block;
	flex: 0 0 38px;
	height: 38px;
	object-fit: contain;
	width: 38px;
}

#home_price .ai-price-table td:nth-child(2) {
	font-size: 16px;
}

#home_price .ai-price-table .ai-price-option-note {
	color: #6c7e91;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2px;
}

#home_price .ai-price-table td:nth-child(3) {
	color: #405a72;
	font-size: 13px;
}

#home_price .ai-price-usage {
	border: 1px solid #b9cff0;
	border-radius: 6px;
	margin: 40px 0 0;
	padding: 14px;
}

#home_price .ai-price-usage > h3 {
	border: 0;
	color: #0b2f56;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0;
}

#home_price .ai-price-usage__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
}

#home_price .ai-price-usage__grid div {
	align-items: center;
	background: #fffafa;
	border: 1px solid #efc9c9;
	border-radius: 4px;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 0;
	padding: 11px 13px;
}

@media (min-width: 901px) {
	#home_price .ai-price-table thead tr {
		height: 46px;
	}

	#home_price .ai-price-table tbody tr {
		height: 65px;
	}

	#home_price .ai-price-usage__grid div {
		height: 65px;
	}

	#home_price .ai-price-usage__grid div:last-child strong {
		font-size: 15px;
		line-height: 1.2;
	}

	#home_price .ai-price-usage__grid div:last-child small {
		font-size: 9px;
	}
}

#home_price .ai-price-usage__grid div + div {
	border-left: 0;
	border-top: 1px solid #efc9c9;
}

#home_price .ai-price-usage__grid span {
	color: #173b66;
	font-size: 12px;
	font-weight: 600;
	grid-row: 1 / span 2;
	line-height: 1.5;
	margin: 0;
}

#home_price .ai-price-usage__grid em {
	color: #c62828;
	font-style: normal;
}

#home_price .ai-price-usage__grid strong {
	color: #c62828;
	font-size: 18px;
	line-height: 1.35;
	white-space: nowrap;
}

#home_price .ai-price-usage__grid small {
	color: #6c7e91;
	font-size: 10px;
	margin: 0;
}

#home_price .ai-price-total {
	align-items: center;
	background: #f6f9fe;
	border: 1px solid #b9cff0;
	border-radius: 6px;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 24px;
	min-height: 72px;
	padding: 13px 24px;
}

#home_price .ai-price-total img {
	display: block;
	height: 42px;
	object-fit: contain;
	width: 42px;
}

#home_price .ai-price-total > span {
	color: #175fc9;
	font-size: 15px;
	font-weight: 700;
}

#home_price .ai-price-total p {
	color: #175fc9;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

#home_price .ai-price-total p strong {
	font-family: Roboto, "Noto Sans JP", sans-serif;
	font-size: 29px;
	font-weight: 700;
}

#home_price .ai-price-total small {
	color: #405a72;
	font-size: 11px;
}

#home_price .ai-price-discount {
	background: #f6f9fe;
	border-top: 3px solid #175fc9;
	display: grid;
	gap: 8px 28px;
	grid-template-columns: 250px minmax(0, 1fr);
	margin-top: 20px;
	padding: 24px 28px;
}

#home_price .ai-price-discount__heading {
	align-items: center;
	display: flex;
	gap: 12px;
}

#home_price .ai-price-discount__heading > span {
	align-items: center;
	border: 1px solid #3c82e6;
	color: #175fc9;
	display: inline-flex;
	font-size: 18px;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

#home_price .ai-price-discount h3 {
	color: #0b2f56;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

#home_price .ai-price-discount > p {
	color: #183b66;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

#home_price .ai-price-discount > p strong {
	color: #175fc9;
	font-weight: 700;
}

#home_price .ai-price-discount > small {
	color: #61758c;
	display: block;
	font-size: 11px;
	grid-column: 2;
	line-height: 1.7;
}

#home_price .ai-price-notes {
	color: #61758c;
	font-size: 11px;
	line-height: 1.7;
	margin-top: 14px;
}

#home_price .ai-price-notes p {
	margin: 0;
}

#home_price .ai-price-notes p + p {
	margin-top: 3px;
}

@media (max-width: 1024px) {
	#home_price .ai-price-hero {
		grid-template-columns: 190px minmax(520px, 1fr) 190px;
		min-height: 272px;
	}

	#home_price .ai-price-hero__visual {
		height: 220px;
	}

	#home_price .ai-price-hero__icon {
		width: 58px;
	}

	#home_price .ai-price-hero__icon--clock {
		width: 54px;
	}

	#home_price h2 {
		font-size: 31px;
	}

	#home_price .ai-price-title-amount {
		font-size: 30px;
	}

	#home_price .ai-price-plan {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	#home_price .ai-price-plan dl > div {
		gap: 14px;
		grid-template-columns: 48px 122px minmax(0, 1fr);
		padding: 18px 20px;
	}
}

@media (max-width: 900px) {
	#home_price.ai-price-section {
		padding-top: 76px;
	}

	#home_price .ai-price-hero {
		display: block;
		min-height: 0;
	}

	#home_price .ai-price-hero__visual {
		display: none;
	}

	#home_price .ai-price-section__heading {
		margin-bottom: 38px;
		padding-bottom: 0;
	}

	#home_price .ai-price-plan {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	#home_price .ai-price-plan__head {
		padding: 24px;
	}

	#home_price .ai-price-plan__head strong {
		font-size: 34px;
	}

	#home_price .ai-price-plan dl > div {
		grid-template-columns: 42px 105px minmax(0, 1fr);
		padding: 16px 18px;
	}

	#home_price .ai-price-plan dl img {
		height: 40px;
		width: 40px;
	}

	#home_price .ai-price-plan dt,
	#home_price .ai-price-plan dd {
		font-size: 13px;
	}

	#home_price .ai-price-lower {
		grid-template-columns: 1fr;
	}

	#home_price .ai-price-usage {
		margin-top: 0;
	}

	#home_price .ai-price-usage__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#home_price .ai-price-usage__grid div {
		align-content: start;
		display: block;
		padding: 14px;
	}

	#home_price .ai-price-usage__grid div + div {
		border-left: 1px solid #efc9c9;
		border-top: 1px solid #efc9c9;
	}

	#home_price .ai-price-usage__grid span {
		margin-bottom: 8px;
	}

	#home_price .ai-price-usage__grid small {
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	#home_price.ai-price-section {
		padding: 0 16px 88px;
	}

	#home_price .ai-price-hero {
		background: #f6f9fe;
		border-bottom: 1px solid #dbe6f4;
		margin: 0 -16px 24px;
		padding: 40px 18px 32px;
	}

	#home_price .ai-price-section__heading {
		margin: 0 auto;
		max-width: 520px;
		text-align: center;
	}

	#home_price .ai-price-section__eyebrow {
		font-size: 11px;
		margin-bottom: 13px;
	}

	#home_price h2 {
		font-size: 25px !important;
		line-height: 1.45 !important;
		margin-bottom: 15px;
	}

	#home_price .ai-price-title-main > span {
		display: block;
	}

	#home_price .ai-price-title-amount {
		font-size: 24px;
	}

	#home_price .ai-price-section__heading > p:not(.ai-price-section__eyebrow) {
		font-size: 13px;
		line-height: 1.75;
		max-width: 380px;
	}

	#home_price .ai-price-plan {
		grid-template-columns: 1fr;
	}

	#home_price .ai-price-plan__head {
		padding: 24px 22px;
	}

	#home_price .ai-price-plan__head h3 {
		font-size: 21px;
		margin-bottom: 14px;
	}

	#home_price .ai-price-plan__head p {
		font-size: 17px;
	}

	#home_price .ai-price-plan__head strong {
		font-size: 34px;
	}

	#home_price .ai-price-plan dl > div {
		align-items: start;
		gap: 4px 12px;
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 17px 18px;
	}

	#home_price .ai-price-plan dl img {
		grid-row: 1 / span 2;
	}

	#home_price .ai-price-plan dt {
		border: 0;
		font-size: 13px;
		padding: 0;
	}

	#home_price .ai-price-plan dd {
		font-size: 12px;
		line-height: 1.75;
	}

	#home_price .ai-price-pc-only {
		display: none;
	}

	#home_price .ai-price-lower {
		gap: 20px;
		margin-top: 22px;
	}

	#home_price .ai-price-options > h3 {
		font-size: 14px;
	}

	#home_price .ai-price-table {
		display: table;
		font-size: 13px;
		width: 100%;
	}

	#home_price .ai-price-table thead {
		display: table-header-group;
	}

	#home_price .ai-price-table tbody {
		display: table-row-group;
	}

	#home_price .ai-price-table tr {
		display: table-row;
		padding: 0;
	}

	#home_price .ai-price-table th,
	#home_price .ai-price-table td,
	#home_price .ai-price-table td + td {
		border-bottom: 1px solid #d4e0f1;
		display: table-cell;
		padding: 11px 10px;
		position: static;
		width: auto;
	}

	#home_price .ai-price-table th + th,
	#home_price .ai-price-table td + td {
		border-left: 1px solid #d4e0f1;
	}

	#home_price .ai-price-table td::before {
		display: none;
	}

	#home_price .ai-price-table th:first-child {
		width: 48%;
	}

	#home_price .ai-price-table th:nth-child(2) {
		width: 27%;
	}

	#home_price .ai-price-table th:nth-child(3) {
		width: 25%;
	}

	#home_price .ai-price-table td:first-child {
		display: table-cell;
		font-size: 12px;
	}

	#home_price .ai-price-table td:first-child img {
		display: none;
	}

	#home_price .ai-price-table td:nth-child(2) {
		font-size: 13px;
		white-space: nowrap;
	}

	#home_price .ai-price-table td:nth-child(3) {
		font-size: 10px;
		line-height: 1.5;
	}

	#home_price .ai-price-usage {
		padding: 14px;
	}

	#home_price .ai-price-usage__grid {
		grid-template-columns: 1fr;
	}

	#home_price .ai-price-usage__grid div {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 11px 12px;
	}

	#home_price .ai-price-usage__grid div + div {
		border-left: 0;
		border-top: 1px solid #efc9c9;
	}

	#home_price .ai-price-usage__grid span {
		margin: 0;
	}

	#home_price .ai-price-usage__grid strong {
		font-size: 16px;
	}

	#home_price .ai-price-total {
		align-items: flex-start;
		gap: 4px 10px;
		justify-content: flex-start;
		padding: 15px 16px;
	}

	#home_price .ai-price-total img {
		grid-row: 1 / span 3;
		height: 38px;
		width: 38px;
	}

	#home_price .ai-price-total {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr);
	}

	#home_price .ai-price-total > span {
		font-size: 12px;
	}

	#home_price .ai-price-total p {
		font-size: 13px;
	}

	#home_price .ai-price-total p strong {
		font-size: 24px;
	}

	#home_price .ai-price-total small {
		font-size: 10px;
	}

	#home_price .ai-price-discount {
		gap: 12px;
		grid-template-columns: 1fr;
		padding: 20px 18px;
	}

	#home_price .ai-price-discount > p {
		font-size: 13px;
	}

	#home_price .ai-price-discount > small {
		font-size: 10px;
		grid-column: 1;
	}

	#home_price .ai-price-notes {
		font-size: 10px;
	}
}

@media (max-width: 390px) {
	#home_price h2 {
		font-size: 22px !important;
	}

	#home_price .ai-price-title-amount {
		font-size: 22px;
	}

	#home_price .ai-price-table th,
	#home_price .ai-price-table td,
	#home_price .ai-price-table td + td {
		padding-left: 6px;
		padding-right: 6px;
	}

	#home_price .ai-price-table td:nth-child(2) {
		font-size: 12px;
		white-space: nowrap !important;
	}

	#home_price .ai-price-table-wrap .ai-status-badge {
		font-size: 10px;
		min-height: 24px;
		padding: 0 6px;
	}
}
