@charset "utf-8";
* {
	font-family: "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;
}
body {
	margin: 0;
}
.cojp-links__header {
	background-color: #cdeeff;
	padding: 10px;
	margin-bottom: 70px;
}
.cojp-links__header-text {
	background-color: #fff;
	width: fit-content;
	padding: 5px 15px;
	margin: 0 auto;
	font-weight: 700;
	border-radius: 50px 50px 50px 50px;
}
.cojp-links__header-title {
	text-align: center;
	font-size: 25px;
	margin: 10px 0 0;
}
.title_ielove {
	color: #0861C7;
}
h2.title_aboutus, h2.title_ielove {
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 15px;
	font-size: 35px;
}
h2.title_aboutus::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 950px;
	border-bottom: 3px solid #333;
	transform: translate(-50%);
}
h2.title_ielove::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 950px;
	border-bottom: 3px solid #0861C7;
	transform: translate(-50%);
}
.aboutus {
	width: auto;
	margin: 0 auto;
	max-width: 950px;
}
.aboutus ul {
	padding: 0;
	display: flex;
	align-items: stretch;
	flex-direction: row;
}
.aboutus li {
	list-style: none;
	background-color: #cdeeff;
	border-radius: 4px;
	padding: 5px;
	font-weight: 700;
	font-size: 15px;
}
.aboutus_name {
	display: flex;
	align-items: stretch;
	margin-right: 5px;
	flex-basis: 35%;
	justify-content: center;
}
.aboutus_address {
	display: flex;
	align-items: stretch;
	margin: 0 5px;
	flex-basis: 50%;
	justify-content: center;
}
.aboutus_tel {
	display: flex;
	align-items: stretch;
	margin-left: 5px;
	flex-basis: 15%;
	justify-content: center;
}
.companyhp {
	border: solid 1px #757575;
	border-radius: 8px;
	margin-bottom: 30px;
	padding: 15px 30px;
}
.companyhp.ielove {
	border-color: #0861c7;
}
.aboutus__title {
	text-align: center;
	margin: 0;
}
.companyhp a {
	font-size: 15px;
	font-weight: normal;
	color: #0000ee;
}
.guidance_box {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.guidance_img {
	margin: 0;
	flex-basis: 13%;
}
.img_icon {
	max-width: 100%;
	padding-top: 15px;
}
.guidance_txt {
	flex-basis: 87%;
	font-size: 15px;
}
.companyhp.ielove:last-child {
	margin-bottom: 80px;
}
footer {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.guidance_box {
		width: 100%;
		text-align: center;
		display: block;
	}
	h2.title_ielove::before {
		width: 350px;
	}
	h2.title_aboutus::before {
		width: 350px;
	}
	.companyhp {
		margin: 0 10px 30px 10px;
	}
	.aboutus ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		text-align: center;
	}
	.aboutus_name {
		display: flex;
		align-items: stretch;
		margin: 0 10px;
		flex-basis: 35%;
		justify-content: center;
	}
	.aboutus_address {
		display: flex;
		margin: 10px;
		flex-basis: 50%;
		align-items: stretch;
		justify-content: center;
	}
	.aboutus_tel {
		display: flex;
		align-items: stretch;
		margin: 0 10px;
		flex-basis: 15%;
		justify-content: center;
	}
}
@media screen and (max-width: 414px) {
	h2.title_ielove::before {
		width: 340px;
	}
	.aboutus {
		max-width: 340px;
	}
	h2.title_aboutus::before {
		width: 340px;
	}
}

/* いえらぶポータルの物件 */
.cojp-links__header {
	padding: 16px;
	text-align: center;
}
.cojp-links {
	padding: 16px 8px;
	margin: 0 0 32px 0;
}
.bkn-section-pref {
	margin: 0 0 32px 0;
}
.bkn-head__ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bkn-ttl {
	font-size: 18px;
}
.bkn-history-link {
	color: #0861c7;
}
.bkn__slide {
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 0 16px;
}
.bkn-list__items {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 0 0;
}
.bkn-list__items:last-child {
	margin: 0;
}
.bkn-list__link {
	display: block;
	position: relative;
	width: 234px;
}
.ui-box {
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 4px rgba(0,0,0,.2);
	overflow: hidden;
}
.ui-blur-img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.ui-blur-img img {
	height: 100%;
	max-height: 170px;
	object-fit: contain;
}
.bkn-list__bottom {
	padding: 9px 9px 8px 9px;
}
.bkn-list__name-link {
	text-decoration: none;
}
.bkn-list__name {
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	font-size: 15px;
}
.bkn-list__price {
	color: #ff6363;
	margin: 0 0 -3px;
	font-size: 15px;
}
.bkn-list__price-num {
	font-size: 18px;
	font-weight: bold;
	color: inherit;
}
.result-panel__management__price {
	color: #3a3a3a;
	font-weight: initial;
	line-height: 1.2;
	font-size: 14px;
}
.bkn-list__floor {
	margin: 0 0 7px;
	font-size: 15px;
}
.bkn-list__block {
	display: flex;
	margin: 5px 0 0;
}
.bkn-list__icn {
	width: 14px;
	height: 16px;
	fill: #626262;
}
.bkn-list__text {
	width: calc(100% - 14px);
	color: #626262;
	white-space: normal;
	font-size: 15px;
	margin: 0;
}

.eyecatch_img {
	width: auto;
	margin: 0 auto;
	max-width: 950px;
}
.eyecatch_img img {
	width: 100%;
	min-width: 100%;
	display: block;
}
.eyecatch_txtbox {
	width: auto;
	margin: 0 auto;
	max-width: 950px;
}
p.eyecatch_txt {
	margin: 0 25px 80px 25px;
}

@media screen and (max-width: 768px) {
	.eyecatch_img {
		margin: 0 10px;
	}
}

@media screen and (max-width: 414px) {
	.eyecatch_img {
		margin: 0 10px;
	}
}
