@charset "utf-8";

/*===========================================================
任意売却
===========================================================*/

.voluntary-sale01-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
	padding: 13rem 0 0;
}

.voluntary-sale01-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
}

.voluntary-sale01-title-box {
    text-align: center;
}

.voluntary-sale01-point-text {
	display: none;
}

.voluntary-sale01-area01 {
    margin: 6rem 0 0;
    display: flex;
    align-items: stretch;
}

.voluntary-sale01-text-area01 {
    margin: 0 2rem;
    padding: 6rem 4.5rem 7rem;
    border-radius: 0.5rem;
}

.voluntary-sale01-text-area01 .title02 {
    text-align: center;
}

.voluntary-sale01-text-box01 {
    margin: 3rem 0 0 0;
}

.voluntary-sale01-text-area02 {
    margin: 5rem 0 0 0;
    border: 1px solid var(--gray);
}

.voluntary-sale01-text-item01 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 2.2rem 5rem;
    color: var(--orange);
    background: var(
    --light-orange01);
}

.voluntary-sale01-text-item02 {
    padding: 2.5rem 5rem 3rem;
}

.voluntary-sale01-text-flex {
    display: flex;
	align-items: stretch;
}

.voluntary-sale01-text-flex .flex-1 {
    flex: 1;
}

.voluntary-sale01-radius01 {
	border-right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
}

.voluntary-sale01-radius02 {
	border-radius: 0 0.5rem 0.5rem 0;
}

.voluntary-sale01-area02-text02 {
	line-height: 1.6666em;
}
.voluntary-sale01-area02 {
    margin: 6rem 0 0;
    text-align: center;
}

.voluntary-sale01-area02 .title02 {
	font-size: 3.5rem;
}

.voluntary-sale01-area02-text01 {
    display: inline;
    background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.voluntary-sale01-area02-text02 {
	margin: 1rem 0 0;
}


.voluntary-sale01-area02-text02 span {
	font-weight: 700;
	color: var(--orange);
}

/*--------------------------------*/

.voluntary-sale-main-title-box {
	max-width: 111.8rem;
}


.commmon-first-sub-title02 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.commmon-first-main-title02 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--orange);
}

.voluntary-sale02-container {
    max-width: 142rem;
    width: 100%;
    margin: 15rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

.common-secound-main-title02:first-of-type {
    margin: 0 0 0.7%;
}

.voluntary-sale02-block {
    width: 100%;
    padding: 4.5rem 3rem;
    background: var(--white);
    border-top: 0.5rem solid var(--orange);
    border-radius: 0.5rem;
    overflow: hidden;
}


.voluntary-sale02-title-box {
    text-align: center;
}

.voluntary-sale02-title {
	font-size: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--orange);
}

.voluntary-sale02-img-box {
    margin: 2.5rem 0 0 0;
    width: 100%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.voluntary-sale02-text-box {
    margin: 3rem 0 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}
	
	.voluntary-sale02-title {
		font-size: 2.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	.voluntary-sale01-wrapper {
		padding: 8rem 0 0;
	}

	.commmon-first-sub-title02 {
		font-size: 1.6rem;
	}

	.commmon-first-main-title02 {
		font-size: 2.2rem;
	}

	.voluntary-sale02-title {
		font-size: 2.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	.voluntary-sale01-wrapper {
		padding: 6rem 0 0;
	}

	.voluntary-sale01-point-text {
		margin: 4rem 0 0;
		display: block;
	}

	.voluntary-sale01-area01 {
		margin: 0;
		overflow-x: auto;
	}

	.voluntary-sale01-block {
		min-width: 46rem;
	}
	

	/*-----------------------------------*/

	.voluntary-sale02-container {
        margin: 6rem auto 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

	.voluntary-sale-main-title-box {
		max-width: 58rem;
	}

	.voluntary-sale02-title {
		font-size: 2rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	.commmon-first-sub-title02 {
		font-size: 1.3rem;
	}

	.commmon-first-main-title02 {
		font-size: 1.9rem;
	}

	.voluntary-sale-main-title-box {
        max-width: 40rem;
    }

	.voluntary-sale01-area02-text01 {
		font-size: 2rem;
	}

	.voluntary-sale01-area02-text02 {
		font-size: 1.2rem;
	}

	.voluntary-sale01-area02 .title02 {
		font-size: 2rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

	.voluntary-sale01-area02-text01 {
		font-size: 1.8rem;
	}

	.voluntary-sale01-area02-text02 {
		font-size: 1rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */