@charset "utf-8";

/*-------------------------------------------------------
物件買取
--------------------------------------------------------*/
.contents .contentsHeader {
	background-color: #e2e9ee;
}
.contents .contentsHeader img {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.contents .contentsHeader {
		height: auto;
	}
	.contents .contentsHeader img {
		width: 100%;
		height: auto;
	}

}



/* 買取とは？ */
section#about {
	padding: 60px 0;
}
section#about .wrap_about{
	display: flex;
	justify-content: space-between;
}
section#about .wrap_about h3{
	color: #009944;
	font-size: 1.3em;
	text-align: center;
}
section#about .wrap_about p{
	color: #116234;
	margin: 5px 0 20px;
	text-align: center;
}
section#about .wrap_about img{
	border-radius: 5px;
}

@media screen and (max-width: 640px){

	section#about .wrap_about{
		flex-direction: column;
	}
	section#about .wrap_about div{
		margin-bottom: 30px;
	}
	section#about .wrap_about img{
		width: 100%;
	}
}


/*買取はこんな人に最適！*/
section#optimum {
	padding: 60px 0;
	background-color: #f4f9e8;
}
section#optimum h3{
	color: #009944;
	font-size: 1.3em;
}
h2.optimum p{
	width: 300px;
}
h2.optimum:after {
	left: 324px;
	width: calc(100% - 324px);
}
section#optimum img.optimum_image{
	margin: 20px 0;
}

@media screen and (max-width: 640px){
	h2.optimum p{
		width: auto;
	}
	h2.optimum:after {
		height: 0px;
	}
	section#optimum img.optimum_image{
		width: 100%;
	}

}




/* 査定 */
section#assessment {
	padding: 60px 0;
}
h2.assessment p{
	width: 400px;
}
h2.assessment:after {
	left: 424px;
	width: calc(100% - 424px);
}
.profile_wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.profile_wrap img{
	border-radius: 10px;
	margin-right: 30px;
}
.profile_wrap p.name{
	color: #009944;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 5px;
}
.profile_wrap h3{
	color: #009944;
	font-size: 1.3em;
	margin-bottom: 20px;
}
.profile_wrap dl.profile_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profile_wrap dl.profile_detail dd{
	width: 48%;
	margin-bottom: 20px;
}
.profile_wrap dl.profile_detail dd:last-child{
	width: 100%;
}
.profile_wrap dl.profile_detail dd:last-child p{
	background-color: #ffffff;
	border: 1px solid #009944;
	border-radius: 5px;
	padding: 20px;
}
.profile_wrap dl.profile_detail dd p.title{
	background-color: #009944;
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	margin-bottom: 10px;
}

/* 実績を見るボタン */
a.btn_performance{
	background-color: #007d3e;
	border-radius: 5px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	padding: 16px 10px;
	width: 200px;
	margin: 30px auto;
	display: block;
}
a.btn_performance i{
	margin-left: 20px;
}
a.btn_performance:hover{
	background-color: #329f68;
}

@media screen and (max-width: 640px){
	h2.assessment p{
		width: auto;
	}
	h2.assessment:after {
		height: 0px;
	}
	section#assessment .profile_wrap img{
		width: 60%;
		margin: 0 auto;
	}
	.profile_wrap dl.profile_detail dd{
		width: 100%;
		margin-bottom: 20px;
	}


}



/* 買取の流れ */
section#purchase_flow {
	padding: 60px 0;
	background-color: #f4f9e8;
}
.contents h2.flow p{
	width: 230px;
}
.contents h2.flow:after {
	left: 254px;
	width: calc(100% - 254px);
}
/* 詳しくはお問合せくださいボタン */
a.btn_inquiry{
	background-color: #007d3e;
	border-radius: 5px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	padding: 16px 10px;
	width: 250px;
	margin: 30px auto;
	display: block;
}
a.btn_inquiry i{
	margin-left: 20px;
}
a.btn_inquiry:hover{
	background-color: #329f68;
}
@media screen and (max-width: 640px){
	.contents h2.flow p{
		width: auto;
	}
	.contents h2.flow:after {
		height: 0px;
	}
	.profile_wrap {
		flex-direction: column;
		justify-content: center;
	}
}
