@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
	background: url("/file/img/contents/sell-methods/kaitori/pagettl_kaitori_pc.jpg") no-repeat;
	background-size: cover;
	background-position-x: center;
}
.img img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}

/*--------sp--------*/
@media screen and (max-width:767px) {
	#top-ttl {
	background: url("/file/img/contents/sell-methods/kaitori/pagettl_kaitori_pc.jpg") no-repeat;
	background-size: cover;
	background-position: top;
}
}
/*------------------------
★説明
------------------------*/
/*--------共通--------*/
#sell-methods .block{
	border-radius: 10px;
}
#sell-methods .flex-box .txt{
	flex: 1;
}
#sell-methods .block h3{
	line-height: 1;
	font-weight: 700;
	display: flex;
	align-items: end;
}
#sell-methods .block h3 span.sub{
	display: inline-block;
	color: var(--green);
}
#sell-methods .point h4{
	border-radius: 5px;
	line-height: 1;
	font-weight: 600;
}
#sell-methods .point h4{
	background: #f0f0f0;
}
#sell-methods .flex-box p{
	text-align: justify;
	margin-bottom: 20px;
}
#sell-methods .point dl dt{
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	font-weight: 600;
	line-height: 1;
}
#sell-methods .point dl dt::before{
	display: block;
	content: '';
}
#sell-methods .recommend dl dt::before{
	background: url("/file/img/contents/sell-methods/method-check-o.svg") no-repeat;
	background-position: center;
	background-size: contain;
}
#sell-methods .attention dl dt::before{
	background: url("/file/img/contents/sell-methods/method-check-blue.svg") no-repeat;
	background-position: center;
	background-size: contain;
}
#sell-methods .block .btn a{
	justify-content: left;
}
#sell-methods .block .img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#sell-methods .inner{
	padding: 65px 0 50px;
}
#sell-methods .flex-box .txt{
	flex: 1;
	margin-right: 35px;
}
#sell-methods .block h3{
	font-size: 34px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	border-bottom: 3px solid var(--green);
}
#sell-methods .block h3 span.toha{
	font-size: 28px;
}
#sell-methods .block h3 span.sub{
	margin-left: 12px;
	font-size: 17px;
}
#sell-methods .point h4{
	font-size: 19px;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#sell-methods .flex-box p{
	margin-bottom: 20px;
}
#sell-methods .point dl{
	margin-bottom: 20px;
}
#sell-methods .point dl dt{
	font-size: 17px;
	margin-right: 20px;
	margin-bottom: 7px;
}
#sell-methods .point dl dt::before{
	width: 19px;
	height: 19px;
	margin-right: 4px;
}
#sell-methods .block .btn a{
	width: 360px;
	height: 60px;
	font-size: 18px;
	margin-left: 0;
	padding: 0 10px 0 30px;
}
#sell-methods .block .btn a::before {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	flex-shrink: 0;
	right: 6px;
	transform: scale(1);
	transition: 0.3s ease;
    }
#sell-methods .block .btn a:hover::before {
	transform: scale(.8);
    }
#sell-methods .block .btn a::after {
	width: 14px;
	height: 14px;
	right: 19px;
	transform: scale(1);
	transition: 0.3s ease;
    }
#sell-methods .block .btn a:hover::after {
	transform: scale(.8);
    }
#sell-methods .block .img{
	width: 526px;
	height: 322px;
	margin-bottom: 30px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#sell-methods .inner{
	padding: 10.67vw 4vw 10vw;
}
#sell-methods .ttl-box p.lead{
	text-align: left;
}
#sell-methods .flex-box{
	flex-direction: column;
}
#sell-methods .block h3{
	font-size: 5.87vw;
	padding-bottom: 2.67vw;
	margin-bottom: 4vw;
	border-bottom: 2px solid var(--green);
}
#sell-methods .block h3 span.toha{
	font-size: 4vw;
}
#sell-methods .block h3 span.sub{
	margin-left: 2.67vw;
	font-size: 3.2vw;
}
#sell-methods .point h4{
	font-size: 4.8vw;
	border-radius: 5px;
	padding: 2.4vw 4vw;
	margin-bottom: 2vw;
}
#sell-methods .flex-box p{
	margin-bottom: 4vw;
	font-size: 3.73vw;
}
#sell-methods .point dl{
	margin-bottom: 2.67vw;
}
#sell-methods .point dl dt{
	font-size: 4.27vw;
	margin-bottom: 1.6vw;
}
#sell-methods .point dl dt::before{
	width: 4.8vw;
	height: 4.8vw;
	margin-right: 5px;
}
#sell-methods .point dl dd{
	margin-right: 5.33vw;
	margin-bottom: 1.6vw;
	font-size: 3.73vw;
}
#sell-methods .attention{
	margin-bottom: 5.33vw;
}
#sell-methods .block .btn a{
	height: 13.33vw;
	padding: 0 0 0 5.33vw;
}
#sell-methods .block .img{
	width: 100%;
	height: auto;
	margin-bottom: 1.87vw;	
}
}
/*------------------------
仲介売却と直接買取の違い
------------------------*/
#difference{
	background: var(--bg-green);
}
/* table */
#difference table .row-header th{
	color: #fff;
	text-align: center;
	background: #3c3c3c;
}
#difference table .row-header th:not(:last-child){
	border-right: 1px solid #fff;
}
#difference table .row-value th{
	background: #f0f0f0;
	border-left: 2px solid #aaaaaa;
}
#difference table .last th,#difference table .last td{
	border-bottom: 2px solid #aaaaaa;
}
#difference table .row-value td{
	background: #fff;
}
#difference table .row-value td:not(:last-child){
	border-right: 1px solid #aaaaaa;
}
#difference table .row-value td:last-child{
	border-right: 2px solid #aaaaaa;
}
#difference table .row-value td li{
	list-style: disc;
	list-style-position: inside;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#difference .inner{
	padding: 60px 100px 70px;
}
#difference table{
	width: 100%;
	display: table;
}
/* table */
#difference table .row-header th{
	font-size: 20px;
	padding: 10px 0;
}
#difference table .row-value th,#difference table .row-value td{
	padding: 13px 15px;
}
#difference table .row-value th,#difference table .row-value td{
	border-bottom: 1px solid #aaaaaa;
}
/* differenceのみ指定 */
#difference table thead th:nth-child(1),
#difference table tbody th:nth-child(1) {
	width: 24%;
}
#difference table thead th:nth-child(2),
#difference table tbody td:nth-child(2) {
	width: 38%;
}
#difference table thead th:nth-child(3),
#difference table tbody td:nth-child(3) {
	width: 38%;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#difference .inner{
    padding: 10.67vw 4vw 12.27vw;
}
/* table */
#difference table th,#difference table td{
	font-size: 3.73vw;
	padding: 4vw 0;
}
#difference table .row-value th,#difference table .row-value td{
	padding: 2.4vw 4vw;
    text-align: center;
}
#difference .row-value td:last-child,#difference .row-value th{
	border-right: 2px solid #aaaaaa;
}
#difference .row-value td:first-child,#difference .row-value th{
	border-left: 2px solid #aaaaaa;
}
#difference tbody .last td{
	vertical-align: baseline;
}
}
/*------------------------
直接買取のポイント
------------------------*/
#point .box{
	background: var(--bg-orange);
	border-radius: 10px;
	text-align: center;
}
#point .box h3{
    line-height: 1;
    font-weight: 600;
}
#point .box .flex-box{
	justify-content: center;
	align-items: center;
}
#point .box span.point-num{
    background: #3c3c3c;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    line-height: 1;
}
#point .box img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#point .inner{
	padding: 50px 100px 60px;
}
#point .inner > .flex-box{
	flex-wrap: wrap;
}
#point .box{
	width: 314px;
	padding: 20px;
}
#point .box:nth-child(-n+3){
	margin-bottom: 25px;
}
#point .box:not(:nth-child(3)){
	margin-right: 29px;
}
#point .box h3{
	font-size: 20px;
}
#point .box .flex-box{
	margin-bottom: 10px;
}
#point .box span.point-num{
	font-size: 12px;
	padding: 5px 9px;
	margin-right: 7px;
}
#point .box span.point-num .num{
	font-size: 18px;
    padding-left: 2px;
	font-weight: bold;
	padding-top: 4px;
}
#point .box img{
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#point .inner{
	padding: 10.67vw 4vw 10vw;
}
#point .inner > .flex-box{
	flex-wrap: wrap;
}
#point .box{
	width: 100%;
	padding: 4vw;
}
#point .box:not(:last-child){
	margin-bottom: 4vw;
}
#point .box h3{
	font-size: 5.33vw;
}
#point .box .flex-box{
    margin-bottom: 2.67vw;
}
#point .box span.point-num{
	font-size: 2.93vw;
	padding: 1.33vw 2.67vw 1.87vw;
	margin-right: 7px;
	line-height: 1;
}
#point .box span.point-num .num{
	font-size: 4.8vw;
	padding-left: 2px;
	font-weight: 600;
	padding-top: 0.8vw;
}
#point .box img{
	width: 18.67vw;
	height: 18.67vw;
	margin-bottom: 2.67vw;
}
#point .box p{
	font-size: 3.73vw;
}
}

/*------------------------
★仲介売却の流れ
------------------------*/
#flow{
	background: var(--bg-beige);
}
#flow .flow-box{
	background: #fff;
	border-radius: 10px;
}
#flow .flow-box:not(.flow1){
	position: relative;
}
#flow .flow-box:not(.flow1)::before{
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #3c3c3c;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#flow .flow-box .img{
	height: auto;
}
#flow .flow-box .img img{
	object-fit: cover;
	border-radius: 7px;
}
#flow .flow-box .txt h3{
	line-height: 1;
	font-weight: 700;
	align-items: center;
}
#flow .flow-box .txt p{
	text-align: justify;
}
#flow .flow-box .txt .flow-ttl span{
	background: var(--green);
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	display: flex;
    justify-content: center;
    align-items: center;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#flow .inner{
	padding: 60px 100px 70px;
}
#flow .flow-box{
	margin-bottom: 38px;
	padding: 20px;
}
#flow .flow-box:not(.flow1)::before{
	height: calc(60px / 2 * tan(35deg));
	width: 41px;
	top: -28px;
}
#flow .flow-box .flow-ttl {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#flow .flow-box .img{
	width: 160px;
	margin-right: 20px;
}
#flow .flow-box .txt{
	flex: 1;
}
#flow .flow-box .txt h3{
	font-size: 24px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#flow .flow-box .txt .flow-ttl span{
	width: 40px;
	height: 40px;
	padding-top: 3px;
	margin-right: 10px;
	font-size: 20px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#flow .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#flow .flow-box{
	margin-bottom: 8vw;
	padding: 4vw;
	flex-direction: column;
}
#flow .flow-box:not(.flow1)::before{
	height: calc(13.87vw / 2 * tan(30deg));
	width: 8.53vw;
	top: -6.13vw;
}
#flow .more-flows .flow-box:first-of-type{
	position: relative;
}
#flow .more-flows .flow-box:first-of-type::before{
	content: '';
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #3c3c3c;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#flow .flow-box .img{
	width: 100%;
	height: 45.33vw;
	margin-bottom: 2.67vw;
}
#flow .flow-box .flow-ttl {
	display: flex;
    align-items: flex-start;
    margin-bottom: 2.67vw;
}
#flow .flow-box .txt h3{
	font-size: 5.33vw;
    margin-bottom: 2.13vw;
    line-height: 1.5;
}
#flow .flow-box .txt p{
	font-size: 3.73vw;
}
#flow .flow-box .txt .flow-ttl span{
	width: 9.6vw;
	height: 9.6vw;
	padding-top: 1vw;
	margin-right: 2.13vw;
	font-size: 4.8vw;
}
/* 04移行続きを見るボタン */
#flow .more-flows {
	display: none;
}
#flow .more-btn{
	text-align: center;
	margin-top: -2.67vw;
}
#flow .more-btn button{
	background: var(--green);
	width: 53.33vw;
	padding: 2.67vw;
	margin: 0 auto;
	position: relative;
	color: #fff;
	border-radius: 50px;
	font-size: 4vw;
}
#flow .more-btn button::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4vw;
	margin: auto 0;
	width: 1.07vw;
	height: 1.07vw;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	transition: transform 0.2s;
}
#flow .more-btn button.open::after {
transform: rotate(315deg);
}
}
/*------------------------
★よくある質問
------------------------*/
#faq{
	background: var(--bg-green);
}
#faq .item{
	background: #fff;
	border-radius: 10px;
}
#faq .item:last-of-type{
	margin-bottom: 0;
}
#faq .item .q-box{
	align-items: flex-start;
	position: relative;
}
.faq-list .q-box::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
	transition: all .3s ease 0s;
}
.faq-list .q-box.on::before {
	transform: translateY(-50%) rotate(-270deg);
}
.faq-list .q-box::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #3c3c3c;
}
#faq .item .q-box h3{
	line-height: 1;
	flex: 1;
}
#faq .item .a-box{
	border-top: #e0e0e0 2px solid;
	align-items: flex-start;
}
#faq .item .a-box p{
	line-height: 1.6;
	flex: 1;
}
#faq .item .ef{
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
}
#faq .item .q-box .ef{
	background: #3c3c3c;
	color: #fff;
}
#faq .item .a-box .ef{
	background: #f2f0a1;
	color: #3c3c3c;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#faq .inner{
	padding: 60px 0 110px;
}
#faq .item{
	padding: 0 20px 0 20px;
	margin-bottom: 15px;
}
#faq .item .q-box{
	padding: 20px 0 20px 0;
	transition: 0.3s all;
	cursor: pointer;
}
#faq .item .q-box:hover{
	opacity: 0.8;
}
.faq-list .q-box::before {
	right: 32px;
	top: 50%;
	width: 2px;
	height: 25px;
}
.faq-list .q-box::after {
	right: 20px;
	top: 50%;
	width: 25px;
	height: 2px;
}
#faq .item .q-box h3{
	padding-top: 10px;
}
#faq .item .a-box{
	padding: 20px 0 20px 0;
}
#faq .item .a-box p{
	line-height: 1.6;
	flex: 1;
	padding-top: 10px;
}
#faq .item .ef{
	width: 40px;
	height: 40px;
	margin-right: 7px;
	padding-top: 6px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#faq .inner{
	padding: 10.67vw 4vw 12.27vw;
}
#faq .item{
	padding: 4vw;
	margin-bottom: 3.2vw;
}
#faq .item .q-box {
	width: 74.67vw;
}
.faq-list .q-box::before {
	right: -6.53vw;
	top: 50%;
	width: 2px;
	height: 5.33vw;
}
.faq-list .q-box::after {
	right: -8.93vw;
	top: 50%;
	width: 5.33vw;
	height: 2px;	
}
#faq .item .q-box h3{
	line-height: 1.5;
	font-size: 3.73vw;
	text-align: justify;
}
#faq .item .a-box{
	margin-top: 4vw;
	padding-top: 4vw;
}
#faq .item .a-box p{
	line-height: 1.5;
	font-size: 3.73vw;
	text-align: justify;
}
#faq .item .ef{
	width: 9.07vw;
	height: 9.07vw;
	margin-right: 1.87vw;
	padding-top: 0.8vw;
}
}
