/**************************************************
 * 物件・会社を探す
 **************************************************/
.otherType {
	display: none;
}

.otherType-title {
	padding: 23px 0 13px 12px;
}

.otherType-title > span {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	position: relative;
}

.otherType-title > span::before {
	content: "";
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #6fba2c;
}

.otherType .list {
	width: 100%;
	border-top: 1px solid #e7eaeb;
	padding-bottom: 1px;
}

.otherType .list li {
	display: block;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #e7eaeb;
}

.otherType .list li a {
	position: relative;
	display: block;
	color: #333;
	padding: 16.5px 38px 16.5px 16px;
	font-size: 13px;
}

.otherType .list li a.ui-hover {
	background-color: #e7eaeb;
}

.otherType .list.col2 li {
	float: left;
	width: 50%;
}

.otherType .list.col2::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.otherType .list.col2 li:nth-child(even) {
	border-right: 1px solid #e7eaeb;
}

.otherType .list li.col1 {
	width: 100%;
	border-right: none;
}

.otherType .list li:last-child {
	border: none;
}

/* 右矢印アイコン */
.otherType .iconArrowRight li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/arrow_gray.png?id=20250701a8d6aa0a2b3);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0 0;
	top: 50%;
	transform: translate(0, -50%);
	right: 16px;
}

.otherType .topLink {
	padding: 20px 12px 10px;
}

.otherType .topLink:active {
	opacity: 0.5;
}

.otherType .topLink a {
	display: inline-block;
	font-weight: bold;
	color: #0a6ac0;
	position: relative;
	padding-left: 18px;
}

.otherType .topLink a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(https://asset01.suumo.jp/sp/img/my/common/arrow_blue.png?id=20250701a8d6aa0a2b3);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0 0;
	top: -1px;
	left: 0;
}
