@charset "utf-8";
html {
	scroll-padding-top: 140px;
}
.page-title {
	background-image: url(/img/web/area/tokyo/area_bg.jpg);
}
.content__area-ttl {
	margin-bottom: 20px;
}
.content__area-txt {
	font-size: 17px;
	padding: 0 20px;
}
.l_toc {
	background-color: #f2f4fa;
	border-top: 10px solid var(--color-red);
	padding: 1.9rem;
	margin: 3rem 0;
}

.toc_ttl {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.toc-list {
	font-size: 1rem;
	line-height: 1.5rem;
	padding-bottom: 1.9rem;
}

.toc-list li {
	padding-top: 1.3rem;
	font-weight: 500;
}

.toc-list a {
	text-decoration: none !important;
	display: flex;
	color: #000;
	font-size: 18px;
}

.toc-list li span {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	display: inline-block;
	padding-top: 2px;
	padding-right:0;
	white-space: nowrap;
}

.toc-list li ul {
	padding-bottom: 20px;
}

.toc-list li.lv_h3 {
	padding-top: 10px;
	padding-left: 35px;
}

.toc-list li.lv_h4 {
	padding-left: 70px;
	padding-top: .5rem;
}
.column__body h2 {
	background-color: #f0f0f0;
	font-weight: 700;
	font-size: 24px;
	line-height: 2.5rem;
	border-left: 5px solid var(--color-red);
	padding-left: 10px;
	margin-top: 4rem;
	margin-bottom: 50px;
	display: flex;
}
.column__body .numbers {
	margin-right: 1rem;
	font-size: 1.65rem;
	line-height: 2.5rem;
	width: 1.4rem;
	font-weight: bold;
}
.column__body h3, .column__body h4 {
	font-size: 20px;
	line-height: 2.5rem;
	border-bottom: 1px solid #404040;
	margin-top: 1.9rem;
	margin-bottom: 0.9rem;
	display: flex;
	font-weight: 500;
}
.column__body h3 .numbers {
	font-size: 1.3rem;
	line-height: 2.5rem;
	width: 3rem;
}
.area__content {
	padding: 0 40px;
	margin-bottom: 60px;
}
.area__content-item {
	display: flex;
	gap: 0 40px;
}
.area__content-thumb {
	flex: 1;
	text-align: center;
}
.area__content-txt {
	flex: 1;
	font-size: 17px;
	line-height: initial;
}
.column__body .area__content-ttl {
	border-bottom: none;
	background: #fbcbcb;
	justify-content: center;
	border-radius: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
.compare-table {
	width: 100%;
	border: 1px solid #cfcece;
	table-layout: fixed;
	max-width: 1050px;
	margin-inline: auto;
}
.compare-table tr {
	border-bottom: 2px solid #cfcece;
}
.compare-table td {
	border-right: 1px solid #cfcece;
	text-align: center;
	padding: 15px;
	font-size: 18px;
}
.compare-table-area {
	background: #fceeee;
	font-weight: 600;
}
.compare-table-cate {
	background: #f4f4f4;
	font-weight: 600;
}
.area__history {
	background: #fceeee;
	padding: 40px;
	margin-top: 80px;
}
.area__history .area__history-ttl {
	margin-top: 0;
	margin-bottom: 20px;
	background: transparent;
	border-left: 0;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.area__compare {
	margin-bottom: 40px;
}
.area__compare .area__compare-ttl {
	margin-bottom: 50px;
}

@media (max-width: 800px) {
html {
	scroll-padding-top: 70px;
}
.inner {
	padding: 60px 20px 0;
}
.column__body h2 {
	font-size: 20px;
	padding: 5px 10px;
	line-height: initial;
}
.column__body .numbers {
	font-size: 20px;
	line-height: initial;
}
.content__area-txt {
	padding: 0 10px;
}
.area__content {
	padding: 0 0px;
}
.area__content-item {
	gap: 20px;
	flex-direction: column;
}
.area__content-txt {
	font-size: 16px;
	line-height: revert;
}
.column__body .area__content-ttl {
	font-size: 20px;
}
.area__history {
	padding: 40px 20px;
	margin-top: 80px;
}
.area__compare {
	margin-bottom: 0;
}
.compare-table-box {
	overflow-x: scroll;
}
.compare-table {
	width: auto;
	border: 1px solid #cfcece;
	table-layout: fixed;
	max-width: 1050px;
	margin-inline: auto;
	border-collapse: collapse;
	white-space: nowrap;
}
.halfblock.inner {
	padding: 0 20px 40px 20px;
	margin-bottom: 40px;
}
}