@charset "UTF-8";
/* -------------------------------------------------- */
/* line */
/* -------------------------------------------------- */
.pagetitHeadTxt:after {
	content: "LINE";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}


/* 導入 */
.lead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0;
}

.leadCont {
	width: 50%;
}

.leadTit {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 3rem;
	letter-spacing: 0.05em;
}
.leadTit::before,
.leadTit::after {
	content: "";
	width: 2px;
	height: 45px;
	display: inline-block;
	background-color: #1B1B1B;
}
.leadTit::before {
	margin-right: 0.6em;
	-webkit-transform: rotate(-18deg);
	        transform: rotate(-18deg);
}
.leadTit::after {
	margin-left: 0.4em;
	-webkit-transform: rotate(18deg);
	        transform: rotate(18deg);
}

.leadTit span {
	font-weight: 700;
}

.leadTxt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	text-align: center;
}

.leadStepTit {
	margin-bottom: 40px;
	color: #1CB720;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.leadStepTit span {
	font-weight: 700;
}

.leadStepList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.leadStepListItem {
	width: 135px;
	height: 135px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFFFFF;
	background-color: #1CB720;
	border-radius: 50%;
}
.leadStepListItem:not(:last-child) {
	margin-right: 20px;
}
.leadStepListItem:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	border-style: solid;
	border-width: 12px 0 12px 16px;
	border-color: transparent transparent transparent #1CB720;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.leadStepNum {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -20px;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
	color: #1CB720;
	background-color: #FFFFFF;
	border: 2px solid currentColor;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.leadStepPict {
	width: 66px;
	margin-bottom: 5px;
}

.leadStepTxt {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.leadPh {
	width: 50%;
	text-align: center;
}

.leadPh img {
	max-width: 100%;
}

/* メリット */
.meritList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

.meritList li {
	width: 27%;
}

.meritListTxt {
	margin-bottom: 30px;
	padding: 1em 0;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border: 2px solid #1CB720;
}
.meritListTxt::before,
.meritListTxt::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.meritListTxt::before {
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #1CB721 transparent transparent transparent;
}
.meritListTxt::after {
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FFFFFF transparent transparent transparent;
}

.meritListTxtSm {
	font-size: 0.8em;
}

.meritListPict {
	text-align: center;
}

.meritListPict img {
	width: 172px;
}

/* LINE査定の流れ */
#flowBody {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4rem;
	line-height: 1.57;
}

.flowStepWrap {
	background-color: #ffffff;
	border: 2px solid #1cb720;
}

.flowStepWrap:not(:last-child) {
	margin-bottom: 50px;
}

.flowStepHead {
	padding: 10px 20px;
	color: #ffffff;
	background-color: #1cb720;
	font-size: 1.9rem;
	font-weight: 700;
}

.flowStepBody {
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flowStepBodyItem:nth-child(1) {
	width: 36%;
}
.flowStepBodyItem:nth-child(2) {
	width: 60%;
}

.flowStepImgTtl {
	margin-bottom: 10px;
	font-weight: 700;
}

.flowStepImg img {
	max-width: 100%;
}

/* STEP1 友達追加 */
.flowWay {
	border: 1px solid #333333;
}
.flowWayTtl {
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.flowWayBody {
	padding: 15px 20px 20px;
}

.flowWayTxt {
	margin-bottom: 15px;
}

.flowWayImg {
	text-align: center;
}

.flowWay:nth-child(1) .flowWayImg img {
	max-width: 180px;
}

.flowWay:nth-child(2) .flowWayImg img {
	max-width: 100%;
}

.flowWay:nth-child(1) {
	border: none;
}
.flowWay:nth-child(1) .flowWayBody {
	padding: 15px 0 0;
}

/* STEP2 撮影ポイント */
.flowPoint {
	margin-top: 30px;
	padding: 40px 10px 20px;
	position: relative;
	border: 1px solid #b01c0f;
}

.flowPointTtl {
	width: 70%;
	padding: 4px;
	color: #b01c0f;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 1.6rem;
	font-weight: 700;
	border: 2px solid #b01c0f;
	border-radius: 18px;
	text-align: center;
}

.flowPointList li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flowPointList li:not(:last-child) {
	margin-bottom: 15px;
}

.flowPointNum {
	width: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
	border-right: 1px solid #e58f83;
}

.flowPointTxt {
	width: calc(100% - 40px);
	padding-left: 15px;
	letter-spacing: 0.01em;
}

/* 高額査定のポイント */
.point.contInner {
	margin-bottom: 0;
}

.pointWrap {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.pointWrap:not(:last-child) {
	margin-bottom: 70px;
}

.pointTit {
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-bottom: 2px solid #1CB720;
}

.pointList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.pointList li {
	width: 20%;
}

.pointListPh {
	margin-bottom: 20px;
	text-align: center;
}

.pointListPh img {
	max-width: 100%;
}

.pointListTxt {
	text-align: center;
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* 導入 */
	.lead {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.leadCont {
		width: 100%;
		margin-bottom: 20px;
	}

	.leadPh {
		width: 100%;
	}
	
	/* メリット */
	.meritList li {
		width: 29%;
	}

	.meritListTxt {
		font-size: 1.6rem;
	}

	/* LINE査定の流れ */
	.flowPointTtl {
		width: 90%;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* 導入 */
	.leadTit {
		font-size: 1.8rem;
	}
	.leadTit::before,
	.leadTit::after {
		height: 25px;
	}

	.leadTxt {
		font-size: 1.3rem;
	}

	.leadStepTit {
		margin-bottom: 30px;
	}

	.leadStepListItem {
		width: 100px;
		height: 100px;
	}

	.leadStepNum {
		width: 25px;
		height: 25px;
		top: -12px;
		font-size: 1.4rem;
	}

	.leadStepPict {
		width: 45px;
	}

	.leadStepTxt {
		font-size: 1.3rem;
	}
	
	/* メリット */
	.meritList li {
		width: 80%;
	}
	.meritList li:not(:last-child) {
		margin-bottom: 30px;
	}

	/* LINE査定の流れ */
	.flowStepWrap:not(:last-child) {
		margin-bottom: 40px;
	}
	
	.flowStepBody {
		padding: 30px 20px;
	}
	
	.flowStepBodyItem:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.flowStepBodyItem:nth-child(2) {
		width: 100%;
	}
	
	.flowWayTtl {
		font-size: 1.4rem;
	}
	
	.flowPoint {
		margin-top: 50px;
	}
	
	.flowPointTtl {
		top: -30px;
		border-radius: 30px;
	}

	/* 高額査定のポイント */
	.pointWrap:not(:last-child) {
		margin-bottom: 40px;
	}

	.pointList li {
		width: 48%;
	}

	.pointList li:not(:last-child) {
		margin-bottom: 20px;
	}

	.pointTit {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}

	.pointListPh {
		margin-bottom: 10px;
	}

	.pointListTxt {
		font-size: 1.4rem;
	}
}

/* -------------------------------------------------- */
/* 小さいSP */
/* -------------------------------------------------- */
@media screen and (max-width: 374px) {
	.leadStepListItem {
		width: 26.667vw;
		height: 26.667vw;
	}
	
	.leadStepPict {
		width: 12vw;
		margin-bottom: 1.333vw;
	}
}
