@charset "UTF-8";

/* 見出し2の中央揃えの徹底 */
.page_purchase .common_section_title,
.assessment_points .common_section_title,
.assessment_tips .common_section_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.page_purchase .common_section_title *,
.assessment_points .common_section_title *,
.assessment_tips .common_section_title * {
	text-align: center !important;
}

/* FVボタンの調整 */
.page_purchase .head_sec .text_area {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}

.page_purchase .common_page_btn {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 100%;
}

.page_purchase .common_page_btn .link {
	width: calc(50% - 10px);
	max-width: 320px;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.page_purchase .common_page_btn .link {
		width: 100%;
		max-width: 100%;
	}
}

/* お悩み別の売却方法 */
.sale_method_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.sale_method_list .item {
	background: #fff;
	border: 2px solid #52a88e;
	border-radius: 8px;
	width: calc(33.333% - 14px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.sale_method_list .img_ph {
	line-height: 0;
	background-color: #eee;
	width: 100%;
	height: 180px;
}

/* 16/9から2/1に変更 */
.sale_method_list .img_ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sale_method_list .text_content {
	padding: 25px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sale_method_list .worry {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	color: #333;
	text-align: center;
}

.sale_method_list .method_name {
	font-size: 20px;
	font-weight: bold;
	color: #52a88e;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: 100%;
}

.sale_method_list .desc {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	flex: 1;
	text-align: left;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.sale_method_list .item {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 600px) {
	.sale_method_list .item {
		width: 100%;
	}
}

/* 物件種別タブ切り替えの調整 (横スクロール対応で1行に) */
.page_purchase .point_sec .tab-buttons {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #ccc;
}

.page_purchase .point_sec .tab-buttons::-webkit-scrollbar {
	display: none;
}

.page_purchase .point_sec .tab_btn {
	flex: 1 0 auto;
	padding: 15px 20px;
	font-size: 15px;
	white-space: nowrap;
	width: auto;
	border-bottom: none;
}

.page_purchase .point_sec .tab_btn.active {
	border-bottom: 3px solid #52a88e;
}

@media screen and (max-width: 768px) {
	.page_purchase .point_sec .tab_btn {
		font-size: 13px;
		padding: 12px 15px;
	}
}

/* 査定評価ポイント */
.assessment_points {
	padding: 80px 0;
	background: #fdf9ee;
}

.assessment_points .point_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.assessment_points .point_item {
	width: calc(25% - 15px);
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 25px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.assessment_points .point_item i {
	font-size: 36px;
	color: #52a88e;
	margin-bottom: 15px;
}

.assessment_points .point_item .theme {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.assessment_points .point_item .desc {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	text-align: left;
}

@media screen and (max-width: 900px) {
	.assessment_points .point_item {
		width: calc(33.333% - 14px);
	}
}

@media screen and (max-width: 768px) {
	.assessment_points .point_item {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 480px) {
	.assessment_points .point_item {
		width: 100%;
	}
}

/* 査定評価を良くするコツ */
.assessment_tips {
	padding: 80px 0;
	background: #fff;
}

.assessment_tips .tips_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
	max-width: 900px;
	margin-inline: auto;
}

.assessment_tips .tip_item {
	display: flex;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #eee;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	align-items: stretch;
}

.assessment_tips .tip_item .num {
	background: #52a88e;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Patua One', cursive;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	flex-shrink: 0;
}

.assessment_tips .tip_item .img_ph {
	width: 200px;
	flex-shrink: 0;
	background-color: #eee;
}

.assessment_tips .tip_item .img_ph img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.assessment_tips .tip_item .text_box {
	padding: 25px;
	flex: 1;
}

.assessment_tips .tip_item .theme {
	font-size: 18px;
	font-weight: bold;
	color: #d55656;
	margin-bottom: 10px;
}

.assessment_tips .tip_item .desc {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 0;
}

@media screen and (max-width: 600px) {
	.assessment_tips .tip_item {
		flex-direction: column;
	}

	.assessment_tips .tip_item .num {
		width: 100%;
		padding: 10px 0;
		font-size: 20px;
	}

	.assessment_tips .tip_item .img_ph {
		width: 100%;
		aspect-ratio: 2/1;
	}

	.assessment_tips .tip_item .text_box {
		padding: 20px;
	}
}

/* 物件種別ごとの詳細ポイント */
.page_purchase .point_sec .cont {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	align-items: flex-start;
}

.page_purchase .point_sec .cont .img {
	width: 40%;
	flex-shrink: 0;
	background-color: #eee;
	border-radius: 8px;
	overflow: hidden;
}

.page_purchase .point_sec .cont .img img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	display: block;
}

.page_purchase .point_sec .cont .text_box {
	flex: 1;
}

.page_purchase .point_sec .cont .theme {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.page_purchase .point_sec .cont .lead_text {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

/* 3カラムのポイントボックス (メリットデメリット風デザイン) */
.page_purchase .point_sec .point_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.page_purchase .point_sec .point_cards .card {
	flex: 1 1 0;
	min-width: 250px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #52a88e;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page_purchase .point_sec .point_cards .card .catch {
	background: #52a88e;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	font-family: 'Patua One', cursive, sans-serif;
	font-size: 18px;
}

.page_purchase .point_sec .point_cards .card .text_area {
	padding: 20px;
	flex: 1;
}

.page_purchase .point_sec .point_cards .card .head {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
}

.page_purchase .point_sec .point_cards .card .text {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.page_purchase .point_sec .cont {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 20px;
	}

	.page_purchase .point_sec .cont .img {
		width: 100%;
	}

	.page_purchase .point_sec .cont .theme {
		font-size: 20px;
	}

	.page_purchase .point_sec .point_cards {
		flex-direction: column;
	}

	.page_purchase .point_sec .point_cards .card {
		width: 100%;
		flex: none;
	}
}

/* 強みセクション (3x2レイアウト) */
.page_purchase .strength_sec .strength_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.page_purchase .strength_sec .strength_list li {
	width: calc(33.333% - 14px);
	background: #fff;
	border-radius: 8px;
	border: 1px solid #eee;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.page_purchase .strength_sec .strength_list li .img {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #eee;
}

.page_purchase .strength_sec .strength_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_purchase .strength_sec .strength_list li .img .en_text {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #52a88e;
	color: #fff;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Patua One', cursive;
	border-radius: 4px;
	margin: 0;
}

.page_purchase .strength_sec .strength_list li .text_box {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.page_purchase .strength_sec .strength_list li .theme {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4;
}

.page_purchase .strength_sec .strength_list li .theme .color {
	color: #52a88e;
}

.page_purchase .strength_sec .strength_list li .text {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}

@media screen and (max-width: 900px) {
	.page_purchase .strength_sec .strength_list li {
		width: calc(50% - 10px);
	}

	.sale_method_list .img_ph {
		height: 45vw;
	}

	.page_purchase .strength_sec .strength_list li .img {
		height: 50vw;
	}
}

@media screen and (max-width: 600px) {
	.page_purchase .strength_sec .strength_list li {
		width: 100%;
	}
}