@charset "utf-8";

#main {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

#tokudai-panel.company-bingo-page {
	color: #243342;
	font-size: 14px;
	line-height: 1.8;
	padding: 0 10px 28px;
	box-sizing: border-box;
}

#tokudai-panel .breadcrumb {
	margin: 0 0 10px;
	font-size: 11px;
	line-height: 1.6;
}

#tokudai-panel .breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .breadcrumb li {
	float: left;
	margin-right: 4px;
}

#tokudai-panel p {
	margin: 0 0 1em;
}

#tokudai-panel a {
	color: #135db2;
	text-decoration: none;
}

#tokudai-panel a:hover {
	text-decoration: none;
}

#tokudai-panel .company-hero {
	margin: 0 0 20px;
	padding: 14px 12px 16px;
	border: 1px solid #dbe7f5;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

#tokudai-panel .company-hero__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #e8f2ff;
	color: #0e5cb0;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .06em;
}

#tokudai-panel h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	margin: 0;
	min-height: 0;
	padding: 14px 12px;
	border-radius: 14px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.5;
	color: #fff;
	background: linear-gradient(135deg, #103a6f 0%, #1f6cc4 100%);
	box-shadow: 0 8px 18px rgba(18, 62, 118, .14);
	box-sizing: border-box;
}

#tokudai-panel h2 img {
	position: static;
	flex: 0 0 42px;
	width: 42px;
	max-width: 42px;
	height: auto;
	display: block;
}

#tokudai-panel h2 span {
	flex: 1 1 auto;
	display: block;
	padding-top: 1px;
	color: #fff;
}

#tokudai-panel .company-hero__lead {
	margin: 14px 0 12px;
	font-size: 14px;
}

#tokudai-panel .company-hero__points {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

#tokudai-panel .company-hero__points li {
	float: none;
	position: relative;
	margin: 0 0 8px;
	padding: 10px 12px 10px 34px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #d8e6f5;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	box-shadow: 0 4px 10px rgba(19, 55, 98, .04);
}

#tokudai-panel .company-hero__points li:last-child {
	margin-bottom: 0;
}

#tokudai-panel .company-hero__points li:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #f28b2d;
	box-shadow: 0 0 0 4px rgba(242, 139, 45, .16);
}

#tokudai-panel .company-hero__cta {
	margin-top: 14px;
}

#tokudai-panel .company-btn {
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 10px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px 12px rgba(16, 58, 111, .08);
}

#tokudai-panel .company-btn--primary {
	background: linear-gradient(180deg, #f59b43 0%, #f28b2d 100%);
	color: #fff;
	border: none;
	box-shadow: 0 8px 18px rgba(242, 139, 45, .22);
}

#tokudai-panel .company-btn--secondary {
	background: #fff;
	color: #135db2;
	border: 1px solid #cfe0f2;
}

#tokudai-panel .company-btn:last-child {
	margin-bottom: 0;
}

#tokudai-panel .company-anchor {
	margin: 0 0 20px;
}

#tokudai-panel .company-anchor ul {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}

#tokudai-panel .company-anchor li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 4px;
	margin-bottom: 8px;
}

#tokudai-panel .company-anchor li:last-child:nth-child(odd) {
	width: 100%;
}

#tokudai-panel .company-anchor a {
	display: block;
	padding: 12px 8px;
	border-radius: 12px;
	background: #f3f8ff;
	border: 1px solid #d7e5f7;
	color: #23415f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#tokudai-panel .company-section {
	margin: 0 0 20px;
	padding: 18px 14px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e1eaf5;
}

#tokudai-panel .company-section--soft {
	background: #f8fbff;
}

#tokudai-panel .company-section--dark {
	background: linear-gradient(180deg, #123868 0%, #0e2747 100%);
	border-color: #123868;
	color: #fff;
}

#tokudai-panel .company-section__head {
	margin: 0 0 16px;
}

#tokudai-panel .company-section__head h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.5;
	color: #17375d;
}

#tokudai-panel .company-section__head--light h3,
#tokudai-panel .company-section__head--light p {
	color: #fff;
}

#tokudai-panel .company-section__label {
	margin: 0 0 6px;
	color: #1d67bc;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .12em;
}

#tokudai-panel .company-section__head--light .company-section__label {
	color: #9dc9ff;
}

#tokudai-panel .company-search-grid,
#tokudai-panel .company-scene-grid,
#tokudai-panel .company-tips {
	margin: 0;
}

#tokudai-panel .company-card,
#tokudai-panel .company-scene,
#tokudai-panel .company-tip {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 12px;
	padding: 16px 14px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #dce7f5;
	box-shadow: 0 8px 18px rgba(19, 55, 98, .05);
	min-height: 0;
}

#tokudai-panel .company-card h4,
#tokudai-panel .company-scene h4,
#tokudai-panel .company-tip h4,
#tokudai-panel .company-guidebox h4,
#tokudai-panel .company-flow h4 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.5;
	color: #17375d;
	font-weight: bold;
}

#tokudai-panel .company-card__meta {
	margin: 10px 0 12px;
	color: #5f7893;
	font-size: 12px;
	font-weight: bold;
}

#tokudai-panel .company-card a {
	display: block;
	padding: 10px 12px;
	border-radius: 999px;
	background: #edf5ff;
	font-weight: bold;
	text-align: center;
}

#tokudai-panel .company-guidebox {
	margin-top: 4px;
	padding: 16px 14px;
	border-radius: 16px;
	background: #eff6ff;
	border: 1px solid #d5e3f7;
}

#tokudai-panel .company-guidebox ul {
	margin: 0;
	padding-left: 18px;
}

#tokudai-panel .ranking-list {
	margin-top: 14px;
}

#tokudai-panel .ranking-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .ranking-list li {
	margin: 0 0 12px;
}

#tokudai-panel .ranking-list li:last-child {
	margin-bottom: 0;
}

#tokudai-panel .ranking-list li a {
	position: relative;
	display: block;
	padding: 12px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
	color: #243342;
	text-decoration: none;
}

#tokudai-panel .ranking-list .thumb {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding-left: 0;
}

#tokudai-panel .ranking-list .thumb img {
	display: block;
	width: 78%;
	max-width: 220px;
	margin: 0 auto;
	height: auto;
	border-radius: 12px;
	border: 1px solid #d9e5f3;
	background: #fff;
}

#tokudai-panel .ranking-list .item-no {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 36px;
	height: 36px;
	margin-left: -118px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f8b62d 0%, #f28b2d 100%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
	z-index: 2;
}

#tokudai-panel .ranking-list li:nth-child(2) .item-no {
	background: linear-gradient(135deg, #8ea5bf 0%, #6f87a5 100%);
}

#tokudai-panel .ranking-list li:nth-child(3) .item-no {
	background: linear-gradient(135deg, #c98c55 0%, #a96d3d 100%);
}

#tokudai-panel .ranking-list .txt {
	display: block;
	text-align: left;
}

#tokudai-panel .ranking-list .item-name {
	display: block;
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.55;
	color: #17375d;
}

#tokudai-panel .ranking-list .item-desc {
	display: block;
	font-size: 12px;
	line-height: 1.7;
	color: #5f7893;
}

#tokudai-panel .company-flow {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .company-flow li {
	float: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 12px;
	padding: 16px 14px;
	border-radius: 16px;
	background: #f7fbff;
	border: 1px solid #dce9f6;
	min-height: 0;
}

#tokudai-panel .company-flow__step {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #123b70;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
}

#tokudai-panel .company-bottom-links {
	margin-top: 8px;
}

#tokudai-panel .company-bottom-links a {
	display: block;
	float: none;
	margin: 0 0 10px;
	padding: 12px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #c9dbf0;
	font-weight: bold;
	text-align: center;
}

#tokudai-panel .clearfix:after,
#tokudai-panel .company-hero__points:after,
#tokudai-panel .company-hero__cta:after,
#tokudai-panel .company-anchor ul:after,
#tokudai-panel .company-search-grid:after,
#tokudai-panel .company-scene-grid:after,
#tokudai-panel .company-tips:after,
#tokudai-panel .company-flow:after,
#tokudai-panel .company-bottom-links:after,
#tokudai-panel .breadcrumb ul:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 374px) {
	#tokudai-panel.company-bingo-page {
		padding-left: 10px;
		padding-right: 10px;
	}

	#tokudai-panel h2 {
		gap: 8px;
		padding: 12px 10px;
		font-size: 17px;
	}

	#tokudai-panel h2 img {
		flex-basis: 38px;
		width: 38px;
		max-width: 38px;
	}

	#tokudai-panel .company-section__head h3 {
		font-size: 20px;
	}

	#tokudai-panel .company-card h4,
	#tokudai-panel .company-scene h4,
	#tokudai-panel .company-tip h4,
	#tokudai-panel .company-guidebox h4,
	#tokudai-panel .company-flow h4 {
		font-size: 17px;
	}

	#tokudai-panel .company-anchor li {
		width: 100%;
		padding: 0;
	}

	#tokudai-panel .ranking-list .thumb img {
		width: 82%;
	}

	#tokudai-panel .ranking-list .item-no {
		margin-left: -104px;
	}
}