/*============================
MV
============================*/
#mv {
	background-image: url(../img/store/mv_pc.jpg);
}

/*============================
イントロ
============================*/
#introduction {
	margin-bottom: 0.50rem;
}

#introduction .sec_title span {
	color: #E86573;
	border-bottom: 3px solid #E86573;
}

#introduction .intro_upperbox {
	padding: 0.30rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#introduction .intro_upperbox .ph_wrap {
	width: 100%;
	max-width: 4.70rem;
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#introduction .intro_upperbox .ph_wrap {
		width: 100%;
		max-width: initial;
		margin-bottom: 0.20rem;
	}
}

#introduction .intro_upperbox .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#introduction .intro_upperbox .textbox {
	width: 100%;
	/* max-width: 4.40rem; */
	max-width: calc(100% - 5.00rem);
}
@media screen and (max-width: 599px) {
	#introduction .intro_upperbox .textbox {
		max-width: initial;
	}
}

#introduction .intro_upperbox .textbox .title {
	font-size: 0.22rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#introduction .intro_upperbox .textbox .title {
		font-size: 0.18rem;
		font-weight: 700;
		padding-bottom: 0.15rem;
	}
}


#introduction .intro_upperbox .textbox .text {
	font-size: 0.16rem;
	line-height: 1.65;
	padding-bottom: 0.20rem;
	letter-spacing: 0.05em;
	text-align: justify;
}
@media screen and (max-width: 599px) {
	#introduction .intro_upperbox .textbox .text {
		font-size: 0.14rem;
	}
}

/* ボタン */
#introduction .intro_upperbox .textbox .btn {
	width: 2.00rem;
}
@media screen and (max-width: 599px) {
	#introduction .intro_upperbox .textbox .btn {
		margin: auto;
	}
}

#introduction .intro_upperbox .textbox .btn a {
	display: block;
	line-height: 0;
	padding: 0.20rem;
	position: relative;
	border:1px solid #E86573;
	border-radius: 0.20rem;
	font-size: 0.14rem;
	font-weight: 700;
	text-decoration: none;
	color: #E86573;
}

#introduction .intro_upperbox .textbox .btn a:hover {
	background-color: #E86573;
	color: #FFF;
}

#introduction .intro_upperbox .textbox .btn a::after {
	content: "";
	width: 0.07rem;
	height: 0.10rem;
	background-image: url(/img/common/btn_arrow_pink.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top:50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#introduction .intro_upperbox .textbox .btn a:hover::after {
	right: 0.10rem;
	background-image: url(/img/common/btn_arrow_white.svg);
}

/* 必要な書類 */
#introduction .required_wrap {
	background-color: #FDEFF1;
	padding: 0.30rem;
	border-radius: 0.10rem;
}

#introduction .required_wrap .title {
	font-size: 0.22rem;
	font-weight: 700;
	color: #E86573;
	position: relative;
}
@media screen and (max-width: 599px) {
	#introduction .required_wrap .title {
		font-size: 0.18rem;
		text-align: center;
	}
}

#introduction .required_wrap .title span {
	display: inline-block;
	padding-right: 0.10rem;
	position: relative;
	z-index: 1;
	background-color: #FDEFF1
}

#introduction .required_wrap .title::after {
	content: "";
	width: 100%;
	height: 1px;
	background-image: url(/img/common/dot_border_pink.png);
	background-position: right center;
	background-repeat: repeat-x;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 0;
}

#introduction .required_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	padding: 0.15rem 0;
}
@media screen and (max-width: 599px) {
	#introduction .required_wrap .text {
		font-size: 0.14rem;
	}
}

#introduction .required_wrap .list {
	background-color: #FFF;
	border-radius: 0.06rem;
	padding: 0.15rem;
	display: flex;
	flex-wrap: wrap;
}

#introduction .required_wrap .list .detail {
	font-size: 0.16rem;
	font-weight: 700;
	padding-right: 0.40rem;
	list-style: 1;
}
@media screen and (max-width: 599px) {
	#introduction .required_wrap .list .detail {
		font-size: 0.14rem;
		margin-bottom: 0.15rem;
	}
}

#introduction .required_wrap .list .detail::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	display: inline-block;
	background-image: url(/img/common/icon_check_pink.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.01rem;
}

/*============================
買取の流れ
============================*/
#flow .flow_title {
	background-color: #E86573;
	border-top-left-radius: 0.10rem;
	border-top-right-radius: 0.10rem;
	font-size: 0.30rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 0.20rem 0;
}
@media screen and (max-width: 599px) {
	#flow .flow_title {
		font-size: 0.22rem;
		padding: 0.15rem 0;
	}
}

#flow .flow_title span::before {
	content: "";
	width: 0.50rem;
	height: 0.30rem;
	display: inline-block;
	background-image: url(/img/store/flow_title_img.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}
@media screen and (max-width: 599px) {
	#flow .flow_title span::before {
		content: "";
		width: 0.30rem;
		height: 0.20rem;
		top: 0.02rem;
	}
}

#flow .flow_list_wrap {
	background-color: #FDEFF1;
	padding: 0.06rem 0.34rem 0.34rem;
	border-bottom-left-radius: 0.10rem;
	border-bottom-right-radius: 0.10rem;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap {
		padding: 0.06rem 0.15rem 0.15rem;
	}
}

#flow .flow_list_wrap .flow_list {
	padding-bottom: 0.34rem;
}

#flow .flow_list_wrap .flow_list .detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #E86573;
	padding: 0.28rem 0;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail {
		position: relative;
	}
}

#flow .flow_list_wrap .flow_list .detail .icon {
	width: 1.70rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail .icon {
		position: absolute;
		top: 0.15rem;
		right: 0;
		width: 0.40rem;
	}
}

#flow .flow_list_wrap .flow_list .detail .textbox {
	width: calc(100% - 1.70rem);
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail .textbox {
		width: 100%;
	}
}

#flow .flow_list_wrap .flow_list .detail .textbox .title {
	font-size: 0.22rem;
	font-weight: 700;
	color: #E86573;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail .textbox .title {
		font-size: 0.18rem;
	}
}

#flow .flow_list_wrap .flow_list .detail .textbox .title span {
	display: inline-block;
	margin-right: 0.06rem;
	width: 0.28rem;
	height: 0.28rem;
	line-height: 0.28rem;
	background-color: #E86573;
	border-radius: 0.28rem;
	color: #FFF;
	font-size: 0.18rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	position: relative;
	top: -0.02rem;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail .textbox .title span {
		width: 0.2rem;
		height: 0.2rem;
		line-height: 0.2rem;
		border-radius: 0.2rem;
		font-size: 0.14rem;
		top: -0.01rem;
	}
}

#flow .flow_list_wrap .flow_list .detail .textbox .text {
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .flow_list .detail .textbox .text {
		font-size: 0.14rem;
	}
}

#flow .flow_list_wrap .flow_list .detail .textbox .btn {
	width: 2.00rem;
	padding-top: 0.10rem;
}

#flow .flow_list_wrap .flow_list .detail .textbox .btn a {
	display: block;
	line-height: 0;
	padding: 0.15rem;
	position: relative;
	border:1px solid #E86573;
	border-radius: 0.20rem;
	font-size: 0.14rem;
	font-weight: 700;
	text-decoration: none;
	color: #E86573;
	background-color: #FFF;
}

#flow .flow_list_wrap .flow_list .detail .textbox .btn a:hover {
	background-color: #E86573;
	color: #FFF;
}

#flow .flow_list_wrap .flow_list .detail .textbox .btn a::after {
	content: "";
	width: 0.07rem;
	height: 0.10rem;
	background-image: url(/img/common/btn_arrow_pink.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top:50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#flow .flow_list_wrap .flow_list .detail .textbox .btn a:hover::after {
	right: 0.10rem;
	background-image: url(/img/common/btn_arrow_white.svg);
}

/* 下部のボタン */
#flow .flow_list_wrap .btn_wrap {
width: 100%;
max-width: 7.40rem;
margin: auto;
}

#flow .flow_list_wrap .btn_wrap .btn_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#flow .flow_list_wrap .btn_wrap .btn_list .btn {
	width: 100%;
	max-width: 3.50rem;
	text-align: center;
}

#flow .flow_list_wrap .btn_wrap .btn_list .btn a::after {
	content: "";
	width: 0.07rem;
	height: 0.10rem;
	background-image: url(/img/common/btn_arrow_pink.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top:50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

#flow .flow_list_wrap .btn_wrap .btn_list .btn a:hover::after {
	right: 0.10rem;
}

#flow .flow_list_wrap .btn_wrap .btn_list .btn a:hover {
opacity: 0.7;
}

/* TELボタン */
#flow .flow_list_wrap .btn_wrap .btn_list .btn.tel a {
	display: block;
	height: 0.60rem;
	border: 1px solid #E86573;
	background-color: #FFF;
	border-radius: 0.60rem;
	position: relative;
}
@media screen and (max-width: 599px) {
	#flow .flow_list_wrap .btn_wrap .btn_list .btn.tel a {
		margin-bottom: 0.20rem;
	}	
}

#flow .flow_list_wrap .btn_wrap .btn_list .btn.tel a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* テキストリンク */
#flow .flow_list_wrap .btn_wrap .btn_list .btn.link a {
	display: block;
	line-height: 0;
	padding: 0.30rem 0;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #E86573;
	text-decoration: none;
	border-radius: 0.60rem;
	position: relative;
	border: 1px solid #E86573;
	background-color: #FFF;
}