@charset "utf-8";

#tokudai-panel.osg-sp-page {
	color: #333;
}

#tokudai-panel.osg-sp-page img {
	max-width: 100%;
	height: auto;
}

#tokudai-panel.osg-sp-page .breadcrumb {
	display: none;
}

#tokudai-panel.osg-sp-page .tokudai-panel-inner {
	padding: 18px 12px 36px;
}

#tokudai-panel.osg-sp-page h2 {
	position: relative;
	margin: 12px 0 0;
	padding: 14px 14px 14px 88px;
	border-radius: 16px;
	min-height: 86px;
	background: linear-gradient(135deg, #222 0%, #3b3b3b 100%);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

#tokudai-panel.osg-sp-page h2 img {
	position: absolute;
	left: 12px;
	bottom: 0;
	width: 64px;
}

#tokudai-panel.osg-sp-page h2 span {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.35;
}

#tokudai-panel.osg-sp-page h3 {
	margin: 0 0 18px;
	padding: 0 0 10px;
	border-bottom: 3px solid #333;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.45;
}

#tokudai-panel.osg-sp-page h4 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

#tokudai-panel.osg-sp-page p,
#tokudai-panel.osg-sp-page li {
	font-size: 14px;
	line-height: 1.8;
}

#tokudai-panel.osg-sp-page .osg-hero {
	padding: 0 12px 6px;
}

#tokudai-panel.osg-sp-page .osg-lead {
	margin: 14px 0 0;
	padding: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fbfbfc;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}

#tokudai-panel.osg-sp-page .osg-anchor {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 16px 0 0;
}

#tokudai-panel.osg-sp-page .osg-anchor a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 8px;
	border: 1px solid #d6d9e0;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

#tokudai-panel.osg-sp-page .osg-points,
#tokudai-panel.osg-sp-page .osg-flow,
#tokudai-panel.osg-sp-page .osg-shortcut,
#tokudai-panel.osg-sp-page .osg-ranking,
#tokudai-panel.osg-sp-page .osg-faq,
#tokudai-panel.osg-sp-page .osg-cta {
	margin-top: 34px;
}

#tokudai-panel.osg-sp-page .osg-point-grid,
#tokudai-panel.osg-sp-page .osg-faq-grid {
	display: block;
}

#tokudai-panel.osg-sp-page .osg-point-card,
#tokudai-panel.osg-sp-page .osg-faq-card {
	width: 100%;
	box-sizing: border-box;
	padding: 18px 16px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

#tokudai-panel.osg-sp-page .osg-point-card+.osg-point-card,
#tokudai-panel.osg-sp-page .osg-faq-card+.osg-faq-card {
	margin-top: 12px;
}

#tokudai-panel.osg-sp-page .osg-point-label {
	margin: 0 0 8px;
	color: #000AD3;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .08em;
}

#tokudai-panel.osg-sp-page .osg-point-card h4,
#tokudai-panel.osg-sp-page .osg-faq-card h4 {
	margin: 0 0 8px;
	font-size: 17px;
}

#tokudai-panel.osg-sp-page .osg-point-card p:last-child,
#tokudai-panel.osg-sp-page .osg-faq-card p {
	margin: 0;
}

#tokudai-panel.osg-sp-page .osg-flow-list {
	display: block;
}

#tokudai-panel.osg-sp-page .osg-flow-item {
	display: block;
	padding: 18px 16px;
	border-radius: 18px;
	background: #f7f8fb;
	border: 1px solid #e8ebf2;
}

#tokudai-panel.osg-sp-page .osg-flow-item+.osg-flow-item {
	margin-top: 12px;
}

#tokudai-panel.osg-sp-page .osg-flow-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	padding: 6px 12px;
	margin-bottom: 12px;
	border-radius: 999px;
	background: #000AD3;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .06em;
	box-sizing: border-box;
}

#tokudai-panel.osg-sp-page .osg-flow-body h4 {
	margin: 0 0 6px;
	font-size: 17px;
}

#tokudai-panel.osg-sp-page .osg-flow-body p {
	margin: 0;
}

#tokudai-panel.osg-sp-page .detail-search__inner {
	padding: 18px 14px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

#tokudai-panel.osg-sp-page .detail-search__head {
	margin-bottom: 14px;
}

#tokudai-panel.osg-sp-page .detail-search__title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

#tokudai-panel.osg-sp-page .detail-search__sub {
	margin: 0;
	color: #666;
	font-size: 13px;
}

#tokudai-panel.osg-sp-page .detail-search__grid {
	display: block;
}

#tokudai-panel.osg-sp-page .field+.field,
#tokudai-panel.osg-sp-page .field+.actions,
#tokudai-panel.osg-sp-page .field--toggle {
	margin-top: 14px;
}

#tokudai-panel.osg-sp-page .field__label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}

#tokudai-panel.osg-sp-page .search-box ul {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel.osg-sp-page .search-box li {
	font-size: 13px;
}

#tokudai-panel.osg-sp-page .search-box .minprice,
#tokudai-panel.osg-sp-page .search-box .maxprice {
	flex: 1 1 0;
}

#tokudai-panel.osg-sp-page input[type="text"],
#tokudai-panel.osg-sp-page select {
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

#tokudai-panel.osg-sp-page .toggle {
	display: flex;
	align-items: center;
	gap: 10px;
}

#tokudai-panel.osg-sp-page .toggle input {
	position: absolute;
	opacity: 0;
}

#tokudai-panel.osg-sp-page .toggle__ui {
	position: relative;
	flex: 0 0 44px;
	width: 44px;
	height: 24px;
	border-radius: 999px;
	background: #cbd5e1;
	transition: .2s ease;
}

#tokudai-panel.osg-sp-page .toggle__ui:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	transition: .2s ease;
}

#tokudai-panel.osg-sp-page .toggle input:checked+.toggle__ui {
	background: #000AD3;
}

#tokudai-panel.osg-sp-page .toggle input:checked+.toggle__ui:before {
	transform: translateX(20px);
}

#tokudai-panel.osg-sp-page .toggle__text {
	font-size: 13px;
	line-height: 1.5;
}

#tokudai-panel.osg-sp-page .actions {
	text-align: left;
}

#tokudai-panel.osg-sp-page .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 12px;
	background: #000AD3;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 10px 20px rgba(0, 10, 211, 0.18);
}

#tokudai-panel.osg-sp-page .btn__icon {
	margin-right: 6px;
}

#tokudai-panel.osg-sp-page .section .section-box {
	padding: 0;
}

#tokudai-panel.osg-sp-page .osg-ranking .section-box+.section-box {
	margin-top: 16px;
}

#tokudai-panel.osg-sp-page .osg-rank-card {
	display: block;
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

#tokudai-panel.osg-sp-page .section .img {
	float: none;
	width: 100%;
	margin: 0 0 14px;
}

#tokudai-panel.osg-sp-page .section .img img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	border-radius: 14px;
}

#tokudai-panel.osg-sp-page .section .txt {
	float: none;
	width: auto;
}

#tokudai-panel.osg-sp-page .osg-rank-no {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.2;
}

#tokudai-panel.osg-sp-page .osg-ranking h4 {
	margin: 0 0 10px;
	font-size: 18px;
}

#tokudai-panel.osg-sp-page .osg-ranking .txt p {
	margin: 0;
}

#tokudai-panel.osg-sp-page .osg-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
}

#tokudai-panel.osg-sp-page .osg-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #374151;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

#tokudai-panel.osg-sp-page .page {
	margin: 16px 0 0;
	border-radius: 12px;
	background: #000AD3;
	box-shadow: 0 10px 20px rgba(0, 10, 211, 0.18);
}

#tokudai-panel.osg-sp-page .page a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 14px;
	text-decoration: none;
}

#tokudai-panel.osg-sp-page .page span {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#tokudai-panel.osg-sp-page .osg-check-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel.osg-sp-page .osg-check-list li {
	position: relative;
	margin: 0 0 8px;
	padding-left: 22px;
}

#tokudai-panel.osg-sp-page .osg-check-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000AD3;
}

#tokudai-panel.osg-sp-page .osg-cta-inner {
	padding: 20px 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, #111827 0%, #1f3abf 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
}

#tokudai-panel.osg-sp-page .osg-cta-label {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
	opacity: .85;
}

#tokudai-panel.osg-sp-page .osg-cta h3 {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 22px;
}

#tokudai-panel.osg-sp-page .osg-cta-text p:last-child {
	margin: 0;
}

#tokudai-panel.osg-sp-page .osg-cta-btn {
	margin-top: 14px;
}

#tokudai-panel.osg-sp-page .osg-cta-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 16px;
	border-radius: 12px;
	background: #fff;
	color: #000AD3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}