/* ビルサッシCSS「building」 2019.1.21 */
@charset "utf-8";

.index-title {
	border-left: 3px solid #0075c2;
	line-height: 60px;
	padding-left: 19px;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 50px;
}
#p-search__block {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.p-search__side {
	/*position: sticky;*/
	top: 0;
    align-self: flex-start;
}
.p-search__sideBlock {
	box-sizing: border-box;
	background: #f3f4f5;
	border-radius: 10px;
	padding: 10px;
	width: 193px;
}
.p-search__sideTitle {
	color: #0385cf;
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.p-search__sideTitle::before {
	content: "";
	background-image: url(../img/ico_search.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 24px;
	width: 24px;
}
.p-search__sideBox {
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.p-search__sideBox--last {
	padding-bottom: 0;
	border: none;
}
.p-search__sideCategory {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.p-search__sideCheck {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p-search__sideCheck label {
	display: flex;
	gap: 7px;
	font-size: 14px;
	font-size: 1.4rem;
}
.p-search__sideCheck input {
	background: #cdcdcd;
	border-radius: 3px;
	appearance: none;
	position: relative;
	width: 17px;
	height: 17px;
	vertical-align: -5px;
}
.p-search__sideCheck input:checked {
	background: #138cd0;
}
.p-search__sideCheck input:checked::before {
	position: absolute;
	top: 3px;
	left: 6px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
.p-search__sideCheck span {
	margin-top: -1px;
}
.p-search__main {
	width: 728px;
}
.p-search__main table {
	border: 0;
	width: 100%;
}
.p-search__main thead th {
	background: #000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 8px 12px;
	white-space: nowrap;
	width: 34px;
}
.p-search__main thead th:first-of-type {
	text-align: left;
	width: auto;
}
.p-search__main thead th:last-of-type {
	padding: 8px 20px 8px 0;
}
.p-search__main thead th span {
	font-size: 15px;
	font-size: 1.5rem;
	margin-right: 4px;
}
.p-search__main tbody tr {
	border-bottom: 1px solid #c4c4c4;
}
.p-search__main tbody tr.is-hide {
	display: none;
}
.p-search__main tbody td {
	text-align: center;
	padding: 12px 0;
	vertical-align: middle;
}
.p-search__main tbody td:first-of-type {
	padding: 12px 16px;
	text-align: left;
}
.p-search__main tbody td:last-of-type {
	padding: 12px 20px 12px 8px;
}
.p-search__main tbody td span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #4a4f54;
	font-size: 14px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.p-search__main tbody td span.fp::after {
	content: "防火";
	background: #ec0000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 10px;
}
.p-search__main tbody td p {
	color: #767676;
	font-size: 12px;
	font-size: 1.2rem;
}
.p-search__main tbody td ul {
	display: flex;
	gap: 5px;
	margin-top: 12px;
	padding-left: 0;
	list-style: none;
}
.p-search__main tbody td ul li {
	list-style: none;
	height: 44px;
	width: 44px;
}