.secHead .headerh2 {
	padding-top: 11px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: none;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
	background: #e4f1d7;
	text-shadow: none;
}

.secHead .headerh2 > span {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 3px solid #61aa12;
	border-radius: 1px;
	font-size: 12px;
}

.secHead .headerh2 .h2_subtext {
	display: inline;
	margin-left: 0;
	border-left: none;
	font-size: 10px;
	font-weight: normal;
}

.secHead .headerh2 .h2_subtext-totalnumber {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	color: #f60;
	font-size: 13px;
	font-weight: bold;
}

.actionBox {
	padding-bottom: 10px;
}

.actionBox .actionBox_contents {
	padding: 10px;
	border-top: 2px solid #dad8d1;
	border-bottom: 2px solid #dad8d1;
	background: #f1f0e8;
}

.actionBox .actionBox_contents-object {
	text-align: center;
}

.actionBox .actionBox_contents-text_wrap {
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}

.actionBox .actionBox_contents-text {
	line-height: 1.5;
	font-size: 13px;
}

.actionBox .actionBox-link {
	margin: 15px 6px 0 0;
}

.actionBox .actionBox-link .actionBox-link-text {
	text-align: right;
}

.actionBox .actionBox-link .actionBox-link-text .actionBox-link-text a {
	display: inline-block;
	vertical-align: middle;
}

.actionBox .actionBox-link .actionBox-link-text .smp-bk_list-icon,
.actionBox .actionBox-link .actionBox-link-text .actionBox-select .selectWrapper::before,
.actionBox .actionBox-select .actionBox-link .actionBox-link-text .selectWrapper::before,
.actionBox .actionBox-link .actionBox-link-text .howtobtn .btn::after,
.howtobtn .actionBox .actionBox-link .actionBox-link-text .btn::after {
	position: relative;
	top: -1px;
}

.actionBox .actionBox-link + .actionBox-select {
	margin-top: 8px;
}

.actionBox .actionBox-select {
	margin-right: 6px;
	text-align: right;
}

.actionBox .actionBox-select .actionBox-select-caption {
	display: inline-block;
	font-size: 12px;
	margin-right: 3px;
}

.actionBox .actionBox-select .selectWrapper {
	position: relative;
}

.actionBox .actionBox-select .selectWrapper::before {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
}

.actionBox .actionBox-select .sortSelect {
	-webkit-appearance: none;
	appearance: none;
	width: 135px;
	height: 28px;
	padding-left: 7px;
	border: solid 1px #999;
	border-radius: 4px;
	outline: none;
	background-image: linear-gradient(to top, rgba(14, 5, 10, 0.11), rgba(255, 255, 255, 0.11));
	-webkit-tap-highlight-color: rgba(206, 242, 184, 0.5);
	background-color: rgb(248, 248, 248);
}

.breadcrumb {
	margin: 10px 0 15px 0;
}

.breadcrumb .breadcrumb-inner {
	padding: 0 9px;
}

.breadcrumb .breadcrumb-inner .breadcrumb-list {
	list-style: none;
}

.breadcrumb .breadcrumb-inner .breadcrumb-list > li {
	display: inline-block;
	font-size: 10px;
	line-height: 23px;
}

.externalbox {
	padding: 10px 15px 5px;
	background: #e5f3d9;
}

.externalbox .externalbox-header {
	margin-top: 15px;
}

.externalbox .externalbox-header:first-child {
	margin-top: 0;
}

.externalbox .externalbox-header .externalbox-header-title {
	display: inline-block;
	margin-left: 4px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.externalbox .externalbox-body {
	margin-top: 5px;
	color: #333;
	font-size: 12px;
	line-height: 2;
}

.bottomaction {
	display: block;
	left: 0;
	bottom: -65px;
	width: 100%;
	padding: 9px;
	background-color: rgba(76, 76, 76, 0.7);
	z-index: 9999;
	box-sizing: border-box;
	transition: bottom 0.2s ease-out;
}

.bottomaction.is-fixed {
	position: fixed;
}

.bottomaction.is-visible {
	bottom: 0;
}

.btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.btn .btn-text--sm {
	font-size: 10px;
}

.btn.btn-default {
	border: 1px solid #c5c5c5;
	color: #333;
	background: #fff;
	-webkit-box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
	box-shadow: rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
}

.btn.btn-orange {
	border: 1px solid #f77c00;
	border-bottom: 2px solid #e15f00;
	color: #fff;
	background: #f77c00;
}

.btn.btn-orange.ui-hover {
	background: #f36100;
	border: 1px solid #f36100;
	border-bottom: 2px solid #c95602;
}

.btn.btn-pink {
	border: 1px solid #f4434b;
	border-bottom: 2px solid #d0030f;
	color: #fff;
	background: #f4434b;
}

.btn.btn-blue {
	border: 1px solid #068bf1;
	border-bottom: 2px solid #0b6cba;
	color: #fff;
	background: #068bf1;
}

.btn.btn-blue.ui-hover {
	background-color: #0675f1;
	border: 1px solid #0675f1;
	border-bottom: 2px solid #07589a;
}

.btn.btn-bordered {
	border: solid 2px #61aa12;
	color: #333;
	background: #fff;
	-webkit-box-shadow: #d8d8d8 0 -2px 0 inset;
	box-shadow: #d8d8d8 0 -2px 0 inset;
}

.btn.btn-bordered.ui-hover {
	background-color: #e1e1e1;
}

.btn.btn-bordered--narrow {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: solid 1px #61aa12;
	color: #333;
	font-size: 13px;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: #d8d8d8 0 -2px 0 inset;
	box-shadow: #d8d8d8 0 -2px 0 inset;
}

.btn.is-loading {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
	border: none;
	background-color: #ebebed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.is-loading::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
	background: no-repeat url(https://asset01.suumo.jp/sp/img/baikyaku/list/loading.gif?id=20251204a9a2df4acc9);
	background-size: 30px 30px;
}

.listview {
	padding: 8px 6px;
	background-color: #e3e3e5;
}

.listview > li {
	position: relative;
	width: 100%;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
	overflow: visible;
}

.listview > li + li {
	margin-top: 8px;
}

.l-listview_head {
	padding-bottom: 5px;
	background: #e3e3e5;
}

.listview_head {
	position: relative;
	padding: 10px;
	background: #f77c00;
}

.listview_head::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #f77c00 transparent transparent transparent;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}

.listview_head .listview_head-text {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.listview_head .listview_head-note {
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}

.companyinfo .companyinfo-head {
	display: table;
	width: 100%;
	color: #333;
	background-color: transparent;
	box-sizing: border-box;
}

.companyinfo .companyinfo-head .companyinfo-checkbox {
	display: table-cell;
	width: 37px;
	min-height: 37px;
	padding: 0;
	border-top-left-radius: 3px;
	border-right: none;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}

.companyinfo .companyinfo-head .companyinfo-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	border: none;
	vertical-align: middle;
	outline: none;
}

.companyinfo .companyinfo-head .companyinfo-checkbox + .companyinfo-ttl {
	padding-left: 0;
}

.companyinfo .companyinfo-head .companyinfo-ttl {
	display: table-cell;
	width: auto;
	padding: 10px;
	border-top-right-radius: 3px;
	background: #fff;
}

.companyinfo .companyinfo-head .companyinfo-ttl h3 {
	border-radius: 0 3px 0 0/0 3px 0 0;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	word-break: break-all;
}

.companyinfo .companyinfo-head.is-checked .companyinfo-checkbox,
.companyinfo .companyinfo-head.is-checked .companyinfo-ttl {
	background: #e4f1d7;
}

.companyinfo .companyinfo-body {
	position: relative;
	border-top: 1px solid #e2e2e2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #fff;
}

.companyinfo .companyinfo-items {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: none;
	border-collapse: collapse;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}

.companyinfo .companyinfo-items .companyinfo-items-image {
	position: relative;
	display: table-cell;
	width: 125px;
	padding: 10px 5px;
	vertical-align: top;
	background-color: transparent;
	box-sizing: border-box;
}

.companyinfo .companyinfo-items .companyinfo-items-image .companyinfo-items-imageouter {
	position: relative;
	width: 115px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #f5f5f5;
	overflow: hidden;
	box-sizing: border-box;
}

.companyinfo .companyinfo-items .companyinfo-items-image .companyinfo-items-imageouter > img {
	position: absolute;
}

.companyinfo .companyinfo-items .companyinfo-items-data {
	display: table-cell;
	width: auto;
	padding: 10px 5px 10px 0;
	vertical-align: top;
	box-sizing: border-box;
}

.companyinfo .companyinfo-loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	background: url(https://asset01.suumo.jp/sp/img/baikyaku/list/loader.png?id=20251204a9a2df4acc9) center center no-repeat;
	background-size: 20px 20px;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.item-basic {
	display: table;
	width: 100%;
}

.item-basic + .info-item {
	margin-top: 2px;
}

.item-basic > dt {
	display: table-cell;
	width: 3em;
	vertical-align: top;
	color: #999;
	font-weight: normal;
	line-height: 1.3;
}

.item-basic > dd {
	display: table-cell;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.3;
}

.item-result {
	display: table;
	width: 100%;
	margin-top: 12px;
}

.item-result + .item-result {
	margin-top: 0;
}

.item-result > dt {
	display: table-cell;
	width: 6em;
	vertical-align: middle;
	line-height: 1.3;
}

.item-result > dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.3;
}

.item-result > dd > strong {
	display: inline-block;
	margin-right: 3px;
	color: #f77c00;
	font-size: 15px;
}

.howtobtn {
	padding: 0 6px;
	background: #e3e3e5;
}

.howtobtn .howtobtn-icon {
	margin-right: 5px;
}

.howtobtn .btn::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

.count {
	padding-top: 4px;
	background-color: #e3e3e5;
	border-bottom: 2px solid #81bb41;
}

.count p {
	padding: 6px;
}

.readmore {
	padding: 10px 5px 0 5px;
}

.noresult .noresult-head .noresult-ttl {
	padding: 20px 10px 0;
	font-size: 15px;
	line-height: 1.4;
}

.noresult .noresult-head .noresult-count {
	padding-left: 5px;
	padding-right: 5px;
}

.noresult .noresult-body {
	padding: 10px;
}

.noresult .noresult-desc {
	line-height: 1.4;
}

.noresult .noresult-btn {
	margin-top: 30px;
}

.smp-bk_list-checkbox,
.companyinfo .companyinfo-head .companyinfo-checkbox input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	background: url('https://asset01.suumo.jp/sp/img/baikyaku/list/sprite/checkBox.png?id=20251204a9a2df4acc9') no-repeat;
	-moz-background-size: 22px, 66px;
	-o-background-size: 22px, 66px;
	-webkit-background-size: 22px, 66px;
	background-size: 22px, 66px;
}

.smp-bk_list-checkbox--check_disabled {
	width: 22px;
	height: 22px;
	background-position: 0 0;
}

.smp-bk_list-checkbox--check_off,
.companyinfo .companyinfo-head .companyinfo-checkbox input[type="checkbox"] {
	width: 22px;
	height: 22px;
	background-position: 0 -22px;
}

.smp-bk_list-checkbox--check_on,
.companyinfo .companyinfo-head .companyinfo-checkbox input[type="checkbox"]:checked {
	width: 22px;
	height: 22px;
	background-position: 0 -44px;
}

.smp-bk_list-icon,
.actionBox .actionBox-select .selectWrapper::before,
.howtobtn .btn::after {
	display: inline-block;
	vertical-align: middle;
	background: url('https://asset01.suumo.jp/sp/img/baikyaku/list/sprite/listIcon.png?id=20251204a9a2df4acc9') no-repeat;
	-moz-background-size: 26px, 99px;
	-o-background-size: 26px, 99px;
	-webkit-background-size: 26px, 99px;
	background-size: 26px, 99px;
}

.smp-bk_list-icon--arrow-down,
.actionBox .actionBox-select .selectWrapper::before {
	width: 12px;
	height: 8px;
	background-position: 0 0;
}

.smp-bk_list-icon--arrow-right-green,
.howtobtn .btn::after {
	width: 8px;
	height: 13px;
	background-position: 0 -8px;
}

.smp-bk_list-icon--dummy {
	width: 12px;
	height: 12px;
	background-position: 0 -21px;
}

.smp-bk_list-icon--loupe {
	width: 12px;
	height: 12px;
	background-position: 0 -33px;
}

.smp-bk_list-icon--mail {
	width: 26px;
	height: 18px;
	background-position: 0 -45px;
}

.smp-bk_list-icon--question--lg {
	width: 22px;
	height: 22px;
	background-position: 0 -63px;
}

.smp-bk_list-icon--question {
	width: 14px;
	height: 14px;
	background-position: 0 -85px;
}
