@charset "utf-8";
/* 上部市区町村 */
.p-cityward__container {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.p-cityward__inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 2em;
}
.p-cityward__inner:last-child {
	margin-bottom: 0em;
}
.p-cityward__title {
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #f5f4f2;
}
.p-cityward__body {
	display: grid;
	grid-template-columns: 1fr 6fr;
}
.p-cityward__heading {
	margin: 0;
	padding: 0;
}
.p-cityward__listContainer {
	margin: 0;
	padding: 0;
}
.p-cityward__list {
	display: inline-grid;
	display: -ms-inline-grid;
	display: -moz-inline-grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0.5em;
	width: 100%;
}
.p-cityward__list li {
	margin-bottom: 0.57em;
	line-height: 1.4;
}
.p-cityward__list li a {
	line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
	.p-cityward__body {
		grid-template-columns: 1fr 9fr;
	}
	.p-cityward__list {
		grid-template-columns: repeat(5, 1fr);
	}
}

/* 公示価格とはモーダル */
.c-p-relative {
	position: relative;
}
.p-research_data-tip {
	width: 100%;
	height: auto;
	margin: 0 auto 1em;
}
.p-research_data-tip__title {
	display: flex;
	align-items: center;
	justify-content: end;
	cursor: pointer;
}
.p-research_data-tip__icon {
	margin-right: 0.25em;
	padding: 2px;
	font-size: calc(100% - 2px);
	line-height: 1;
	text-align: center;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
}
.p-research_data-tip__icon[title] {
	text-decoration: none;
	border-bottom: 1px solid;
}
.p-research_data-tip__body {
	display: none;
	position: absolute;
	top: -6em;
	right: 0.5em;
	width: 100%;
	padding: 1em;
	text-align: start;
	border: 1px solid #999;
	background-color: #fff;
	z-index: 2;
}
.p-research_data-tip__text {
	position: relative;
	font-size: 14px;
}
.p-research_data-tip__close {
	position: absolute;
	top: -2em;
	right: -1.6em;
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.p-research_data-tip__close::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 0.5px);
	display: block;
	width: 1px;
	height: 12px;
	background-color: #999;
	rotate: 45deg;
}
.p-research_data-tip__close::after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: calc(50% - 1px);
	display: block;
	width: 1px;
	height: 12px;
	background-color: #999;
	rotate: -45deg;
}
@media print, screen and (min-width: 768px) {
	.p-research_data-tip {
		position: absolute;
		top: 3.5em;
		right: 3em;
		margin-bottom: 0;
	}
	.p-research_data-tip__body {
		top: -10em;
		right: -3em;
		max-width: 320px;
	}
}

/* 不動産売却体験談タブパネル */
.tab-nav--experience {
	border-bottom: none !important;
}
.tab-nav__item--experience {
	width: calc(96% / 4);
	margin-bottom: -1.5px;
	border: 2px solid #1777c2 !important;
	background-color: #fff !important;
}
.tab-nav__item--experience:not(.on):hover {
	background-color: #d8ecfe !important;
	color: #1777C2;
}
.tab-nav__item--experience.on {
	background-color: #1777c2 !important;
}
.tab-panel__wrapper {
	padding: 2em;
	border: 2px solid #1777c2;
	background-color: #d8ecfe;
}
@media print, screen and (min-width: 768px) {
	.tab-nav--experience {
		max-width: 640px;
	}
}
/* 体験談カード */
.p-experienceCard {
	position: relative;
	margin-bottom: 2em;
	padding: 1.5em;
	border-radius: 8px;
	background-color: #fff;
}
@media print, screen and (min-width: 768px) {
	.p-experienceCard {
		padding: 2em;
	}
}

.p-experienceCard__img {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 24%;
	margin-right: 2em;
}
.p-experienceCard__img img {
	width: 100%;
	height: auto;
}
.p-experienceCard__age {
	color: #1777c2;
}
@media print, screen and (min-width: 768px) {
	.p-experienceCard__img {
		width: 80px;
		margin-right: 2em;
		margin-bottom: 1em;
	}
}

.p-experienceCard__assessment {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	column-gap: 0.5em;
	padding: 1.2em 0;
}
.p-experienceCard__assessmentCategory {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #1777c2;
}
.p-experienceCard__assessmentTitle {
	padding: 1px 4px;
	color: #fff;
	background-color: #1777c2;
}
.p-experienceCard__assessmentItem {
	font-size: 15px;
	font-weight: bold;
}
.p-experienceCard__assessmentItem span {
	font-size: 18px;
}
@media print, screen and (min-width: 768px) {
	.p-experienceCard__assessment {
		padding: 0;
	}
	.p-experienceCard__assessmentCategory {
		display: inline-block;
		width: auto;
		margin-right: 1em;
		font-size: 18px;
	}
	.p-experienceCard__assessmentTitle {
		padding: 2px 8px;
	}
	.p-experienceCard__assessmentItem {
		font-size: 18px;
	}
	.p-experienceCard__assessmentItem span {
		font-size: 20px;
	}
}

.p-hr {
	clear: both;
	display: block;
	width: 100%;
	margin: 1em 0;
	border-color: #1777c2;
}
@media print, screen and (min-width: 768px) {
	.p-hr {
		clear: none;
		width: calc(100% - 80px - 2em);
		margin-left: calc(80px + 2em);
	}
}

.p-experienceCard__detailed {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	column-gap: 0.5em;
}
.p-experienceCard__detailedList {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 15px;
}
.p-experienceCard__detailedTitle {
	padding: 2px 4px;
	background-color: #eee;
}
.p-experienceCard__text {
	clear: both;
}
@media print, screen and (min-width: 768px) {
	.p-experienceCard__detailed {
		clear: none;
		column-gap: 1.5em;
	}
	.p-experienceCard__img {
		width: 80px;
		margin-right: 2em;
		margin-bottom: 1em;
	}
}

/*-続きをみるの設定----------------*/
.p-experienceCard__text {
	clear: both;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*開く前に見せたい行数*/
}
.p-experienceCard:has(:checked) .p-experienceCard__text {
  display: block;
}
.p-readMoreContainer {
	position: absolute;
	left: 0;
	bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
	width: 100%;
	height: auto;
  margin-top: 0.5rem;
	padding: 1em;
	padding-top: 2em;
	font-size: 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5));
  transition: color 0.2s;
}
.p-readMoreContainer:hover {
  color: #217dc5;
  cursor: pointer;
}
.p-experienceCard:has(:checked) .p-readMoreContainer {
  display: none;
}
.p-readMore {
  display: none;
}
.iconArrow--downward {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #1777c2;
}
.iconArrow--downward::after {
	position: absolute;
	content: "";
	top: 2px;
	left: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	rotate: 45deg;
}
@media print, screen and (min-width: 768px){
	.p-experienceCard__text {
		overflow: unset;
		text-overflow: unset;
		-webkit-text-overflow: unset;
		-o-text-overflow: unset;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
	}
  .p-readMoreContainer {
		display: none;
  }
}