@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  ページタイトル
**************************************************
--------------------------------------------------*/
/* SP */
@media screen and (max-width: 767px) {
	.sub_page .mv.dot .mv_text .heading_01 .main {
		font-size: 2.3rem;
	}
}

/*--------------------------------------------------
**************************************************
  毎月1回、岐阜県の最新売却相場
**************************************************
--------------------------------------------------*/
.contents_01 {
	margin-top: 120px;
}

.contents_01 .text_1_1 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}

.contents_01 .list {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 50px;
}

.contents_01 .list li {
	max-width: 300px;
	width: 100%;
	padding: 24px;
	background: var(--blue-extra-light);
	border-radius: 32px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}

.contents_01 .text_1_2 {
	margin-top: 40px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}

.contents_01 .visual_1 {
	display: block;
	max-width: 145px;
	width: 27%;
	margin: 32px auto 0;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_01 {
		margin-top: 64px;
	}

	.contents_01 .text_1_1 {
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.contents_01 .list {
		flex-direction: column;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 40px;
	}

	.contents_01 .list li {
		max-width: none;
		border-radius: 24px;
		font-size: 1.5rem;
	}

	.contents_01 .text_1_2 {
		margin-top: 24px;
		font-size: 2.2rem;
		line-height: 1.7;
	}

	.contents_01 .visual_1 {
		margin-top: 10px;
	}
}


/*--------------------------------------------------
**************************************************
  こんな方におすすめ
**************************************************
--------------------------------------------------*/
.recommend {
	max-width: 1378px;
	margin-top: 170px;
}

.recommend .list {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 88px;
}

.recommend .list li {
	position: relative;
	max-width: 326px;
	width: 100%;
	padding: 80px 10px 88px;
	border-radius: 16px;
	box-shadow: 0px 0px 40px 0px #0000001A;
}

.recommend .list li img {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.recommend .list li h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
	color: var(--blue-dark);
}

.recommend .list li p {
	margin-top: 24px;
	padding: 0 27px;
	font-weight: 500;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.recommend {
		margin-top: 80px;
	}

	.recommend .list {
		flex-direction: column;
		justify-content: flex-start;
		gap: 56px;
		margin-top: 54px;
	}

	.recommend .list li {
		max-width: none;
		padding: 40px 10px 32px;
	}

	.recommend .list li img {
		top: -35px;
		width: auto;
		height: 70px;
	}

	.recommend .list li:first-child img {
		height: 60px;
	}

	.recommend .list li p {
		margin-top: 16px;
		padding: 0 10px;
		line-height: 1.75;
	}
}


/*--------------------------------------------------
**************************************************
  お届け内容
**************************************************
--------------------------------------------------*/
.contents_03 {
	min-height: 855px;
	margin-top: 160px;
}

.contents_03 .check_list {
	position: relative;
	margin-top: 23px;
}

.contents_03 .check_list img {
	position: absolute;
	top: 0;
	left: 52%;
	transform: translateX(-50%);
	z-index: 1;
}

.contents_03 .check_list ul li {
	position: absolute;
	z-index: 2;
	display: inline-block;
	padding: 40px;
	background: var(--white);
	border-radius: 24px;
	box-shadow: 0px 0px 40px 0px #00000026;
}

.contents_03 .check_list ul li:nth-child(1) {
	top: 130px;
	left: 0;
}

.contents_03 .check_list ul li:nth-child(2) {
	top: 360px;
	left: 0;
}

.contents_03 .check_list ul li:nth-child(3) {
	top: 570px;
	left: 0;
}

.contents_03 .check_list ul li:nth-child(4) {
	top: 130px;
	right: 0;
}

.contents_03 .check_list ul li:nth-child(5) {
	top: 350px;
	right: 0;
}

.contents_03 .check_list ul li h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	color: var(--blue-dark);
}

.contents_03 .check_list ul li p {
	margin-top: 24px;
	text-align: center;
	font-weight: 500;
	line-height: 1.75;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_03 {
		min-height: auto;
		margin-top: 80px;
	}

	.contents_03 .check_list {
		margin-top: 27px;
	}

	.contents_03 .check_list img {
		position: static;
		transform: translateX(5%);
		z-index: 0;
		display: block;
		width: 70%;
		margin: auto;
	}

	.contents_03 .check_list ul li {
		position: relative;
		inset: 0 !important;
		z-index: 0;
		display: block;
		width: 100%;
		margin-top: 24px;
		padding: 0 0 0 30px;
		border-radius: 0;
		box-shadow: none;
	}

	.contents_03 .check_list ul li::before {
		content: '';
		position: absolute;
		top: 4px;
		left: 0;
		display: block;
		width: 22px;
		height: 22px;
		background: url(../imgs/other/check_01_sp.png) no-repeat left top / cover;
	}

	.contents_03 .check_list ul li h3 {
		text-align: left;
		font-size: 1.7rem;
	}

	.contents_03 .check_list ul li p {
		margin-top: 10px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}


/*--------------------------------------------------
**************************************************
  安心の運用体制
**************************************************
--------------------------------------------------*/
.operation {
	margin-top: 120px;
}

.operation .list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 64px;
}

.operation .list li {
	max-width: 540px;
	width: 100%;
	padding: 40px 20px;
	background: #f2f2f2;
	border-radius: 16px;
}

.operation .list li h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--blue-dark);
}

.operation .list li p {
	margin-top: 24px;
	text-align: center;
	font-weight: 500;
	line-height: 1.75;
}

/* SP */
@media screen and (max-width: 767px) {
	.operation {
		margin-top: 80px;
	}

	.operation .list {
		flex-direction: column;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 24px;
	}

	.operation .list li {
		padding: 32px 10px;
	}

	.operation .list li h3 {
		font-size: 2.0rem;
	}
}


/*--------------------------------------------------
**************************************************
  登録はかんたん！下記ボタンを押すだけ！
**************************************************
--------------------------------------------------*/
.contents_05 {
	position: relative;
	width: 100%;
	margin: 80px 0 250px;
	padding: 120px 0 200px;
	background: #156AC7;
	color: var(--white);
}

.contents_05 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
}

.contents_05 .line_btn {
	margin-top: 64px;
	text-align: center;
}

.contents_05 .list_edit_dots {
	max-width: 520px;
	width: 100%;
	margin: 40px auto 0;
}

.contents_05 .list_edit_dots li:not(:first-child) {
	margin-top: 5px;
}

.contents_05 .list_edit_dots li::before {
	background: var(--white);
}

.contents_05 .image_box {
	position: absolute;
	top: 470px;
	left: 50%;
	transform: translateX(-50%);
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_05 {
		margin: 40px 0 0;
		padding: 40px 0 120px;
	}

	.contents_05 h2 {
		font-size: 2.4rem;
	}

	.contents_05 .line_btn {
		margin-top: 24px;
	}

	.contents_05 .list_edit_dots {
		margin-top: 24px;
	}

	.contents_05 .list_edit_dots li:not(:first-child) {
		margin-top: 10px;
	}

	.contents_05 .image_box {
		top: 370px;
		width: 90%;
	}
}

