@charset "UTF-8";

/*-------------
micro clearfx
-------------*/
.cf:before,
.cf:after {
    content: "";
    display: table
}
.cf:after {
    clear: both
}

/* For IE 6/7 */
.cf {
    zoom: 1
}


figure {
    margin: 0;
}
img {
    vertical-align: bottom;
}

/*---------------------------------
  共通　パーツ
---------------------------------*/
/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
	.s-recent_report .s-content__inner {
		padding: 44px 32px;
	}
}
/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
	.s-recent_report .s-content__inner {
		margin: 0;
	}
}


/*---------------------------------
  共通
---------------------------------*/
/*メイン見出し*/
.s-headline-sab {
	display: block;
	font-size: 20px;
	line-height: 1.6;
}

/*下余白リセット*/
.mb0 {
	margin-bottom: 0 !important;
}

/*余白*/
.mt64 {
	margin-top: 64px;
}

/*青背景*/
.s-bg_blue {
	background-color: #f4f9ff;
}

/*グレー背景*/
.s-bg_gray {
	background-color: #f6f6f6;
}

/* 右矢印アイコン */
.s-livableicon-right_arrow:after {
	content: '\EA0A';
}
[class^=s-livableicon-right_]:after,
[class*='s-livableicon-right_']:after {
	font-family: livable;
	vertical-align: -.2em;
	margin-right: 8px
}
.s-right_icon {
	padding-right: 0.5em;
	display: inline-block;
}
.s-right_icon:after {
	position: absolute;
	margin: 0;
	font-size: inherit;
	line-height: 1.9;
	padding-left: 8px;
}
.u-align-right .s-livableicon-right_arrow {
	margin-right: 16px;
	line-height: 1.8;
}

/*タブ切り替えエリア*/
.s-searchbox .s-tit {
	font-size: 20px;
	color: #1e50a2;
	font-weight: bold;
	margin-bottom: 24px;
}
.s-searchbox-list {
	display: flex;
	margin: 16px 0 24px;
	flex-wrap: wrap;
}
.s-searchbox-item {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}
.s-searchbox-item input {
	display:none;
}
.s-searchbox-item_label {
	display: block;
	padding: 10px 0;
	font-weight: bold;
	width: 120px;
	text-align: center;
	color: #1e50a2;
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
	cursor: pointer;
	cursor: hand;
	transition: ease 0.2s;
}
.s-searchbox-item_label:hover {
	background-color: #8fa8d1;
	color: #fff;
}
.s-searchbox-item input.selected + .s-searchbox-item_label,
.s-searchbox-item_label.s-active {
	background-color: #1e50a2;
	color: #fff;
}
.s-searchbox_wrap {
	padding: 32px 24px;
}

#fudosan_market_report .s-fudosan_market_report-list-item {
	display: none;
	background-color: #fff;
	padding: 32px;
}
#fudosan_market_report .s-fudosan_market_report-list-item:first-child {
	display: block;
}
.s-fudosan_market_report-list-tit {
	margin: 48px 0;
	font-size: 32px;
	color: #1e50a2;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #1e50a2;
}
.s-news_listtit {
	font-weight: bold;
	margin-top: 0px;
}
.s-news_listtit:before {
	background-color: #1e50a2;
}
.s-fudosan_market_report-list_notes {
	margin-top: 64px;
}

/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
	/* 矢印アイコン */
	.u-align-right .a-text:first-child {
		margin-right: 25px;
	}

	/* pcのみ2カラム */
	.s-pconly-2clm {
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.s-pconly-2clm .s-2clm__item {
		width: 48%;
	}
}
/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
	/* 矢印アイコン */
	.u-align-right .a-text {
		display: block;
	}

	/* pcのみ2カラム */
	.s-pconly-2clm .s-2clm__item {
		width: 100%;
	}
	.s-pconly-2clm .s-2clm__item:first-child {
		margin-bottom: 16px;
	}
}

/* 不動産市況レポート一覧ページ 記事 */
.s-article_wrap {
	margin-top: 64px;
}
.s-article_inner {
	margin-bottom: 48px;
}
.s-article__tit {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 4px solid #000;
	padding: 1rem 0;
	margin-bottom: 32px;
}
.s-article__h2 {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	border-left: 4px solid #5081a5;
	padding: 0 1rem;
	margin-bottom: 32px;
}
.s-article__h3 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin: 32px 0;
}
.s-article__p {
	margin-bottom: 16px;
}
.s-article__img {
	text-align: center;
	margin-bottom: 16px;
}
.s-article__img img {
	width: 100%;
}
.s-article__list {
	padding: 0 1.5rem;
	margin-bottom: 10px;
}
.s-article__list .s-list__item {
	list-style:none;
	padding-left: 1em;
	padding-bottom: 8px;
	text-indent: -1em;
}
.s-article__list .s-list__item:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	content: '';
	background: #000;
	margin-right: 10px;
}
.s-article__list_num {
	padding: 0 1.5rem;
	counter-reset: number;
	list-style-type: none;
	margin-bottom: 10px;
}
.s-article__list_num .s-list__item {
	list-style: none;
	padding-left: 1.2em;
	padding-bottom: 8px;
	text-indent: -1.2em;
}
.s-article__list_num .s-list__item:before {
	counter-increment: number;
	content: counter(number) ".";
	margin-right: 5px;
}
.s-article-author {
	padding: 32px;
	background-color: #f1f3f4;
	border-radius: 18px;
}
.s-article-author__tit {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 16px;
}
.s-article__table {
	margin: 0 auto;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
	color: #444;
	font-size: 13px;
}
.s-article__table .t-ctr {
	text-align: center;
}
.s-article__table thead th {
	background: #aaa;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.s-article__table th {
	padding: 10px;
	text-align: left;
	border: 1px solid #888;
	background: #f4f9ff;
}
.s-article__table td {
	padding: 10px;
	width: 70%;
	border: 1px solid #888;
}
.s-article__table th,
.s-article__table td {
	line-height: 1.3;
}
.s-article__table.s-column2 th,
.s-article__table.s-column2 td {
	width: 50%;
}
.s-article__table.s-column3 th,
.s-article__table.s-column3 td {
	width: 33.33333%;
}
.s-article__table.s-column202405 td {
	width: 25%;
}
.s-article__table.s-column202503 th:nth-child(1),
.s-article__table.s-column202503 td:nth-child(1) {
	width: 15%;
}
.s-article__table.s-column202503 th:nth-child(2),
.s-article__table.s-column202503 td:nth-child(2) {
	width: 15%;
}
.s-article__table.s-column202503 th:nth-child(3),
.s-article__table.s-column202503 td:nth-child(3) {
	width: 35%;
}
.s-article__table.s-column202503 th:nth-child(4),
.s-article__table.s-column202503 td:nth-child(4) {
	width: 35%;
}
.s-article__box_wrap {
	margin-bottom: 16px;
	padding: 16px;
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
	.s-article_wrap {
		margin-top: 48px;
	}
	.s-article_inner {
		margin-bottom: 32px;
	}
	.s-article__tit {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.s-article__h2 {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.s-article__h3 {
		margin: 24px 0;
		font-size: 16px;
	}
	.s-article-author {
		padding: 24px;
	}
	.s-article-author__tit {
		margin-bottom: 10px;
	}
	.s-scroll .s-article__table {
	width: 600px;
	}
}


/*---------------------------------
  詳細ページ　レポート
---------------------------------*/
.s-report-cnt {
	margin-top: 64px;
}
.s-report-cnt:nth-of-type(1) {
	margin-top: 4px;
}

.s-report-cnt__info {

}
.s-report-cnt__info .s-tit {
	position: relative;
	padding: 11px 0px 11px 68px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 32px;
}
.s-report-cnt__info .s-tit:before {
	display: block;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
}
.s-manshon .s-report-cnt__info .s-tit:before {
	background-image: url(/assets/images/original/shiritai-column-fudosan_market_report-manshon_icon.png);
}
.s-ikkodate .s-report-cnt__info .s-tit:before {
	background-image: url(/assets/images/original/shiritai-column-fudosan_market_report-ikkodate_icon.png);
}
.s-tochi .s-report-cnt__info .s-tit:before {
	background-image: url(/assets/images/original/shiritai-column-fudosan_market_report-tochi_icon.png);
}
.s-report-cnt__info .s-property__info {
	margin-bottom: 16px;
}
.s-report-cnt__info .s-property__info:last-child {
	/*margin-bottom: 0;*/
}
.s-report-cnt__info .s-property__info-tit {
	font-weight: bold;
	padding-right: 16px;
	display: table-cell;
	vertical-align: sub;
}
.s-report-cnt__info .s-property__info-cnt {
	font-weight: bold;
	display: table-cell;
	vertical-align: sub;
}
.s-report-cnt__info .s-property__info-cnt .s-value {
	font-size: 40px;
	font-family: "Droid Sans";
}
.s-property__info:nth-of-type(2n) {
	margin-bottom: 32px;
}
.s-property__info:nth-of-type(2n) .s-property__info-tit {
	font-size: 14px;
	color: #777;
}
.s-property__info:nth-of-type(2n) .s-property__info-cnt .s-value {
	font-size: 24px;
}

.s-manshon .s-property__info:nth-child(1) .s-property__info-cnt,
.s-manshon .s-property__info:nth-child(2) .s-property__info-cnt {
	color: #f79646;
}
.s-ikkodate .s-property__info:nth-child(1) .s-property__info-cnt,
.s-ikkodate .s-property__info:nth-child(2) .s-property__info-cnt {
	color: #29bdf2;
}
.s-tochi .s-property__info:nth-child(1) .s-property__info-cnt,
.s-tochi .s-property__info:nth-child(2) .s-property__info-cnt {
	color: #00b050;
}
.s-property__info:nth-child(3) .s-property__info-cnt,
.s-property__info:nth-child(4) .s-property__info-cnt {
	color: #e34563;
}

.s-report-cnt__img_wrap {
	display: block;
	position: relative;
	padding: 32px 0px 0px 32px;
}
.s-report-cnt__img_wrap:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f4f9ff;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	left: 0;
	top: 0;
}
.s-report-cnt__img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 32px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
}


.s-area-summary {
	margin-top: 48px;
}
.s-area-summary__tit {
	font-size: 22px;font-weight: bold;margin-bottom: 16px;
}
.s-area-summary__leadtxt {
	color: #e34563;font-weight: bold;
}
.s-area-summary__txt {

}

.s-report-cnt__detailtxt {
	margin-top: 24px;
}

.s-area-information {
	margin-top: 32px;
}
.s-area-information__item {
	margin-bottom: 32px;
}
.s-area-information__item-tit {
	font-weight: bold;
	margin-bottom: 8px;
}
.s-area-information__item-txt {
	margin-bottom: 16px;
}

.s-report-news-list {

}
.s-report-news-list .s-news__text {
	flex: 1;
}
.s-report-news-list .s-news__date .s-tilde:after {
    content: "";
    display: block;
    background: #999;
    width: 1px;
    height: 1em;
    color: #fff;
    margin: 6px auto;
}
.s-report-news-list .s-s-tb_center {
	align-items: center;
}

/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
	.s-pconly-2clm .s-report-cnt__info {
		width: 300px;
	}
	.s-pconly-2clm .s-report-cnt__img_wrap {
		width: 816px;
	}

}
/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
	.s-report-cnt__img_wrap {
		padding: 12px 0px 0px 12px;
	}
	.s-report-cnt__img_wrap:after {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}
	.s-report-cnt__img {
		padding: 8px;
	}

	.s-report-news-list .s-news__date .s-tilde:after {
		display: inline-block;
		width: 8px;
		height: 1px;
		margin: 5px 8px;
	}

}

