/* ビルサッシCSS「building」 2019.1.21 */
@charset "utf-8";

.mb20 {
	margin-bottom: 0px;
}
#index-building {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	margin: 0;
	padding: 0;
}
#index-building li {
	list-style: none;
}
#index-building li a {
	position: relative;
	display: block;
	color: #000;
	transition: 0.3s all;
	height: 333px;
	width: 300px;
}
#index-building li a:hover {
	opacity: 0.6;
}
#index-building li span {
	display: block;
	position: absolute;
	top: 235px;
	left: 0;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	width: 100%;
}
#index-building li i {
	display: block;
	position: absolute;
	top: 270px;
	left: 0;
	color: #999;
	text-align: center;
	font-style: normal;
	font-size: 13px;
	font-size: 1.3rem;
	width: 100%;
}

.index-title {
	border-left: 3px solid #0075c2;
	line-height: 60px;
	padding-left: 19px;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 50px;
}
.index-category h2 {
	background: #0075c2;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 35px;
	height: 35px;
	padding: 0 16px;
	margin-bottom: 20px;
}
.index-category__type01,
.index-category__type02 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 50px;
	padding: 0;
}
.index-category__type01 li,
.index-category__type02 li {
	box-sizing: border-box;
	list-style: none;
	background: #e4eaee;
	width: 460px;
}
.index-category__type01 li.index-category__none,
.index-category__type02 li.index-category__none {
	background: none;
}
.index-category__type01 li a,
.index-category__type02 li a {
	display: flex;
	transition: 0.3s all;
	padding: 15px 20px;
}
.index-category__type01 li a {
	align-items: center;
	gap: 26px;
}
.index-category__type02 li a {
	align-items: flex-end;
	gap: 21px;
}
.index-category__type01 li a:hover,
.index-category__type02 li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.index-category__type01 li i {
	width: 114px;
}
.index-category__type02 li i {
	box-sizing: border-box;
	background-image: url(../img/index_taikei_18.png);
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 17px;
	font-size: 1.6rem;
	font-weight: bold;
	font-style: normal;
	padding-top: 16px;
	padding-left: 10px;
	height: 47px;
	width: 116px;
}
.index-category__type02 li i.index-category__row2 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	padding-top: 12px;
}
.index-category__type01 li span {
	color: #0075c2;
	font-size: 22px;
	font-size: 2.2rem;
}
.index-category__type02 li span {
	color: #0075c2;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
}

.taikei-table h2 {
	background: #0075c2;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 35px;
	height: 35px;
	padding: 0 16px;
	margin-bottom: 20px;
}