/*###########################################################################################*/
/*###########################################################################################*/

/* TOP */

/*###########################################################################################*/
/*###########################################################################################*/

/* 見出し */
.catch{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 3rem 0 1rem;
}

/* list-disc */

.list-disc{
	background: #f0f0f0;
	padding: 2rem 3rem;
}
.list-disc .item{
	font-size: 1.6;
	line-height: 2;
}
.list-disc .item::before {
	position: relative;
	top: 0;
	left: -1rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	border-radius: 100%;
	background: #333;
}

/* .table-figure */

.table-figure{
	margin: 4rem auto;
}
.table-figure .title{
	background: #c2a200;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	border: 2px solid #fff;
	padding: 2rem;
	text-align: center;
}
.table-figure .value{
	border: 2px solid #c2a200;
	font-size: 1.1rem;
	text-align: center;
	vertical-align: middle;
	padding: 2rem 1rem;
}
@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.table-figure .title{
		padding: 2rem 4rem;
	}
	.table-figure .value{
		padding: 2rem;
	}
}

/*###########################################################################################*/
/* guide01.html（購入をお考えのお客様） */
/*###########################################################################################*/

/* *_point */

.guide-buy .wrap-point{
	background-image: linear-gradient(0deg, transparent 31px, #dadada 32px),
	linear-gradient(90deg, transparent 31px, #dadada 32px);
	background-size: 32px 32px;
	padding: 4rem 0 2rem 2rem;
	border: 1px solid #dadada;
}
.guide-buy .list-point {
	list-style: none;
}
.guide-buy .list-point .item {
	padding-left: 4rem;
	font-size: 1.8rem;
	background: url(/common/img/guide/icon_green_check.png) left 0 top -1rem no-repeat;
	background-size: 3rem auto;
	padding-bottom: 3rem;
	font-weight: bold;
}

/* list-photo */

.guide-buy .list-photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3rem 0 5rem;
}
.guide-buy .list-photo .item{
	width: 30%;
}

/* wrap-lead */

.guide-buy .wrap-lead{
	border: 2px solid #005c00;
	margin-bottom: 3rem;
}
.guide-buy .wrap-lead .index{
	background: #005c00;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 2rem;
}
.guide-buy .wrap-lead .text{
	padding: 2rem;
}

@media screen and (max-width:767px) {
	/* 幅767px以下に適用されるCSS（SP） */

	.guide-buy .mainvisual img{
		height: 300px;
		object-position: 35%;
	}
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.guide-buy .wrap-lead{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.guide-buy .wrap-lead .index{
		width: 20%;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.guide-buy .wrap-lead .index{
		width: 14%;
	}
}


/*###########################################################################################*/
/* guide03.html（お住まいご売却の流れ） */
/*###########################################################################################*/

/* list-step */

.list-step{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-step .item{
	width: 33%;
	background: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-step .wrap-text{
	padding: 1rem;
	text-align: center;
}
.list-step .wrap-text .title{
	font-weight: bold;
	margin-top: 1rem;
}
.list-step .num{
	position: relative;
	width: 36px;
	height: 40px;
	line-height: 1;
	padding-top: 1.3rem;
	letter-spacing: -0.2rem;
	color: #fff;
	background: #005c00;
	margin: auto;
}

.list-step .num::before,
.list-step .num::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.list-step .num::before{
	left: -36px;
	border-top: 20px solid transparent;
	border-right: 12px solid #005c00;
	border-bottom: 20px solid transparent;
}
.list-step .num::after{
	left: 36px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 12px solid #005c00;
}

@media (max-width: 767px) {
	/* 幅767px以下に適用されるCSS（SP） */

	.list-step.inner{
		padding: 0;
	}
}

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレットサイズ以上）*/

	.list-step .num {
		padding-top: 0.6rem;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.list-step .num {
		padding-top: 1rem;
	}

	.list-step .item{
		width: 15%;
	}
	.list-step .item .thumbnail{
		width: 150px;
	}
}

@media all and (-ms-high-contrast: none) {
	/* IEハック */
	.list-step .num {
		padding-top: 0.5rem;
		line-height: 2;
	}
}

/* 売出価格と売却方法 図説 */

.figure-price{
	padding: 2rem;
	background: #dddddd;
	margin: 3rem 0;
}
.figure-price .top{
	color: #005c00;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
}
.figure-price .circle{
	border-radius: 50%;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	width: 26%;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	/* 幅767px以下に適用されるCSS（SP） */

	.figure-price .circle {
		height: 8rem;
		font-size: 1.4rem;
	}
}

.figure-price .list-bottom{
	background: #e2d387;
	justify-content: space-between;
	padding: 2rem;
	position: relative;
	margin-top: 4rem;
}
.figure-price .list-bottom::after{
	content: '';
	border-right: 1.6rem solid transparent;
	border-bottom: 2.6025rem solid #e2d387;
	border-left: 1.6rem solid transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -2.6rem;
	width: 0;
	height: 0;
}
.figure-price .list-bottom .item{
	margin-top: 3rem;
}
.figure-price .list-bottom .bg{
	background: #fff;
}
.figure-price .list-bottom .title{
	background: #c2a200;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	padding: 1rem 0;
}
.figure-price .wrap-text{
	padding: 1rem;
}
.figure-price .mark-line{
	border-bottom: 1rem solid #005c00;
	width: 2rem;
}
.figure-price .mark-doubleline{
	border-bottom: 2rem double #005c00;
	width: 2rem;
}

@media (min-width: 992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.figure-price .circle{
		width: 140px;
		height: 140px;
	}
	.figure-price .mark-line,
	.figure-price .mark-doubleline{
		width: 3rem;
	}
	.figure-price .top{
		width: 90%;
	}
	.figure-price .list-bottom{
		display: flex;
	}
	.figure-price .list-bottom .item{
		margin-top: 0;
		width: 30%;
	}
	.figure-price .list-bottom .half {
		display: flex;
	}
	.figure-price .list-bottom .half .item{
		width: 100%;
	}
}

/* cv-area */
.cv-area{
	background: #f0f0f0;
	padding: 4rem 2rem;
}
.cv-area .wrap-btn {
	margin: 2rem 0 0;
}
.cv-area .catch{
	margin: 0 0 1rem;
}
.section.bg-gray .cv-area{
	background: #ddd;
}

.step2 .table-figure .title{
	padding: 0.6rem;
}

/* list-sell-active */

.list-sell-active{
}
.list-sell-active .item{
	background: #ddd;
	padding: 2rem;
	margin-top: 2rem;
}

/* wrap-flow */

.wrap-flow{
	background: #f0f0f0;
	padding: 2rem;
	margin: 1rem 0 3rem;
}
.wrap-flow:first-of-type{
	margin-top: 3rem;
}
.flow-arrow{
	border-top: 2rem solid #c2a200;
	border-right: 2.5rem solid transparent;
	border-bottom: 2rem solid transparent;
	border-left: 2.5rem solid transparent;
	margin: auto;
	width: 0;
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.step2 .table-figure .title{
		padding: 2rem;
	}

	/* list-sell-active */

	.list-sell-active{
		display: flex;
		justify-content: space-between;
	}
	.list-sell-active .item{
		width: 30%;
		margin-top: 0;
	}
}
/*###########################################################################################*/
/* guide04.html（買取（下取り）プラン） */
/*###########################################################################################*/
/* body */
.pc04{
	display: block;
}

@media (max-width: 991px) {
	/* 幅991px以下に適用されるCSS（SP・TB） */

	.guide04-main .section.girl,
	.guide04-main .bg-girl.inner{
		padding: 0;
	}
}

.flex-content{
	display: inline-flex;
	justify-content: center;
}
.position-r{
	position: relative;
}
.circle{
    border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.most{
    font-weight: bold;
	font-size: 12rem;
	line-height: 0.5;
}
.bg-yellow{
	background-color: #e2d387;
}
.bg-gold{
    background-color: #c2a200;
    padding: 1rem;
    font-weight: bold;
    text-align: left;
    width: 90%;
}
.op-img{
	opacity: 0.5;
}
/* main-image */
.bg-girl{
	text-align: center;
}
.main-item1{
	background-image: url("/common/img/guide/guide04_main.png");
	width: 100%;
	background-size: cover;
	background-position: center;
	padding: 1rem 1rem 0 1rem;
	position: relative;
	overflow: hidden;
}
.outline{
	text-align: left;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
	-2px 2px 0 #FFF, 2px -2px 0 #FFF,
	0px 2px 0 #FFF,  0-2px 0 #FFF,
	-2px 0 0 #FFF, 2px 0 0 #FFF;
}

.main-item1 .flex-content{
	align-items: flex-end;
}
.main-item1 .flex-item {
    width: 25%;
    margin: 0 1rem 1rem 0;
	padding: 1rem;
}
.comment-img{
	position: absolute;
	max-width: 35%;
	left: 32%;
	top: 4.5rem;
	z-index: 999;
}
.headicon{
	width: 40%;
    margin: 0 auto;
}
.girl-img{
	width: 50%;
	z-index: 999;
}
.main-item2 .circle {
    width: 8rem;
    height: 8rem;
    background-color: #fff;
    margin: 1rem;
}
/* all-topics */
.topics{
	text-align: center;
	z-index: -100;
    margin: 0 auto;
	padding: 0;
}
.topics .catch{
	margin: 0;
}
.topics .circle{
	color: #fff;
	background-color: #c2a200;
	width: 6rem;
	height: 6rem;
}
.topics li{
	margin: 3rem 0 0;
}
.guide04-icon{
	width: 8rem;
	margin: 1rem;
}
/* example */
.example{
	padding: 5rem;
}
.redcomment{
	position: relative;
	display: inline-block;
	background-color: #cb3e33;
	color: #fff;
	padding: 2rem;
	margin: 2rem;
}
.redcomment::before{
	content: "";
	border: 15px solid transparent;
	border-right: 15px solid #cb3e33;
	position: absolute;
	top: 50%;
	right: 100%;
}
.fffcomment{
	background-color: #fff;
	padding: 2rem;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.fffcomment .circle{
    position: absolute;
    left: -25%;
	top: -25%;
    z-index: 999;
}
.ex-arrow{
    position: absolute;
    height: 14rem;
    top: -40%;
    left: 45%;
	z-index: 0;
}
.down .ex-arrow{
	transform: scale(-1);
}
.unnece{
	color: #cb3e33;
    position: absolute;
    top: -5%;
    left: 18%;
}
.unnece-mid .unnece{
    font-size: 6rem;
    top: -2.5rem;
    left: 0.5rem;
    line-height: 0;
}
.arcarrow{
	position: absolute;
    left: -1rem;
    top: 10rem;
    width: 4.5rem;
}
.pc-ab::before{
    content: " ";
    display: block;
    width: 2rem;
    height: 35rem;
    border-left: dotted 4px #000;
    border-bottom: dotted 4px #000;
    position: absolute;
    top: -25rem;
    left: -2rem;
}
/* point-list */
.guide04-main .section.point-list{
	padding: 5rem 0;
}
.point-img{
	background-color: #ddd;
	margin: 1rem;
}
.point-list span{
	color: #cb3e33;
	font-weight: bold;
}
.li-text{
	text-align: left;
	padding: 0 2rem;
	font-size: 1.6rem;
}
.a-mini{
	width: 5rem;
}
@media screen and (max-width:375px) {
	/*iPhone6以下*/
	.headline{
		font-size: 2.4rem;
	}
	.outline{
		font-size: 2.4rem;
	}
	.main-item1 .flex-item{
		margin: 0 0.5rem 1rem 0;
		padding: 0.5rem;
	}
}
@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */
	/* body */
	.pc04{
		display: none;
	}
	.pc-flex{
		display: flex;
		justify-content: space-between;
	}
	.outline{
		font-size: 5rem;
    padding: 1rem 3rem 0;
	}
	.guide04-main .section{
		padding: 5rem 0;
	}
	/* main-img */
	.bg-girl{
		height: 32rem;
	}
	.main-item1 .flex-content{
		display: flex;
		align-items: flex-start;
	}
	.main-item1 .flex-item{
		margin: 3rem 1rem 0 0;
		padding: 2rem;
	}
	.girl-img{
		max-width: 28rem;
	}
	.comment-img{
		max-width: 16rem;
		left: 62rem;
	}
	.main-item2 .flex-content{
		display: inline-block;
		margin-top: 3rem;
	}
	.main-item2{
		width: 40%;
	}
	.main-item2 .pc-center{
		margin: 0 auto;
	}
	.main-item2 .circle{
		width: 12rem;
		height: 12rem;
	}
	.main-item2 .pc-float{
		float: left;
	}
	/* topics */

	.example{
		width: 48%;
		margin: 0;
	}
	/* point-list */
	.point-img{
		width: 40%;
		margin: 2rem;
	}
	.bg-gold{
		width: 40%;
	}
	.pc-ab{
		position: absolute;
		top: -48rem;
		left: -30%;
		box-shadow: 0px 0px 10px 1px #aaa;
	}
	.pc-ab::before{
		display: none;
	}
}