@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
	background: url("/file/img/contents/sell-methods/ninbai/pagettl_ninbai_pc.jpg") no-repeat;
	background-size: cover;
}
.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/ninbai//pagettl_ninbai_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;
	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: 15px;
	margin-right: 26px;
	margin-bottom: 11px;
}
#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{
	margin-bottom: 5.5vw;
}
#sell-methods .point dl{
	margin-bottom: 2.67vw;
}
#sell-methods .point dl dt{
	font-size: 3.73vw;
	margin-bottom: 1.8vw;
}
#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 .block .btn a{
	height: 13.33vw;
	padding: 0 0 0 5.33vw;
}
#sell-methods .block .img{
	width: 100%;
	height: auto;
	margin-bottom: 1.87vw;	
}
}
/*------------------------
任意売却のメリット・デメリット
------------------------*/
#merit{
	background-image: url("/file/img/common/bg-check.jpg");
}
#merit .wrapper{
	border-radius: 10px;
}
#merit .merit{
	background-color: var(--bg-orange);
}
#merit .demerit{
	background-color: #e1ecf3;
}
#merit .wrapper h2{
    line-height: 1;
    font-weight: 700;
}
#merit .merit h2{
    border-bottom: 2px solid var(--orange2);
}
#merit .demerit h2{
    border-bottom: 2px solid #0f3c99;
}
#merit .merit h2 span{
	color: var(--orange2);
}
#merit .demerit h2 span{
	color: #0f3c99;
}
#merit .wrapper .item{
    background: #fff;
	border-radius: 10px;
}
#merit .wrapper .img{
	border-radius: 10px;
}
#merit .wrapper .img img{ 
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#merit .wrapper .txt h3{
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
}
#merit .wrapper .txt p {
	text-align: justify;
}
#merit .wrapper .txt h3::before{
	content: '';
	background: var(--orange2);
	width: 7px;
	border-radius: 5px;
	display: block;
	margin-right: 7px;
}
#merit .merit .txt h3::before{
	background: var(--orange2);
}
#merit .demerit .txt h3::before{
	background: #0f3c99;
}
#merit .demerit li span{
    color: #fff;
    background: #0f3c99;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 3px;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#merit .inner{
	padding: 60px 0 70px;
}
#merit .wrapper{
	padding: 40px;
}
#merit .merit{
	margin-bottom: 40px;
}
#merit .wrapper h2{
	font-size: 26px;
    padding-bottom: 13px;
    margin-bottom: 30px;
}
#merit .wrapper h2 span{
	font-size: 30px;
}
#merit .wrapper .item{
    padding: 20px;
}
#merit .wrapper .item:not(:last-child){
	margin-bottom: 18px;
}
#merit .wrapper .img{
	width: 248px;
	height: 155px;
	margin-right: 20px;
}
#merit .wrapper .txt{
	padding-top: 3px;
	flex: 1;
}
#merit .wrapper .txt h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#merit .wrapper .txt h3::before{
	width: 7px;
	height: 20px;
	border-radius: 5px;
	margin-right: 7px;
}
#merit .wrapper .txt p{
	font-size: 16px;
    line-height: 1.6;
}
#merit .demerit .point .txt p:first-of-type,#merit .demerit .point .txt ol{
	margin-bottom: 5px;
}
#merit .demerit li span{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	padding-top: 2px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#merit .inner{
	padding: 10.67vw 4vw 10vw;
}
#merit .wrapper{
	padding: 6vw 4vw;
}
#merit .merit{
	margin-bottom: 40px;
}
#merit .wrapper h2{
	font-size: 5.87vw;
	padding-bottom: 2.67vw;
	margin-bottom: 5.33vw;
}
#merit .wrapper h2 span{
	font-size: 6.93vw;
}
#merit .wrapper .item{
    padding: 4vw;
	flex-direction: column;
}
#merit .wrapper .item:not(:last-child){
	margin-bottom: 18px;
}
#merit .wrapper .img{
	width: 100%;
    height: 42.67vw;
    margin-bottom: 3vw;
}
#merit .wrapper .txt{
	padding-top: 3px;
	flex: 1;
}
#merit .wrapper .txt h3{
	font-size: 4.8vw;
	margin-bottom: 3vw;
	align-items: baseline;
	line-height: 1.3;
}
#merit .wrapper .txt h3::before{
	width: 7px;
	height: 4.53vw;
	border-radius: 2px;
	margin-right: 1.6vw;
}
#merit .wrapper .txt p{
    font-size: 3.73vw;
	line-height: 1.6;
}
#merit .demerit .point .txt p:first-of-type,#merit .demerit .point .txt ol{
	margin-bottom: 1.33vw;
}
#merit .demerit li{
	font-size: 3.73vw;
	font-weight: 600;
	margin-bottom: 1vw;
}
#merit .demerit li span{
	width: 5.87vw;
	height: 5.87vw;
	padding-top: 0.53vw;
	margin-right: 1.33vw;
}
}
/*------------------------
★仲介売却の流れ
------------------------*/
#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);
}
}
/*------------------------
不動産会社との媒介契約は専任媒介契約がおすすめ
------------------------*/
#contract .ttl-box h2 span{
	color: var(--orange1);
}
#contract table {
	border-collapse: collapse;
	color: #333;
}
/* セル内余白 */
#contract table th,
#contract table td {
	vertical-align: top;
    word-wrap: break-word;
}
/* === ヘッダー行（thead） === */
#contract table thead th {
	text-align: center;
	font-weight: bold;
}
#contract table thead th:first-child {
	background-color: transparent;
	border-bottom: 2px solid #aaa;
}
#contract table thead th.sennin{
	background-color: var(--orange1);
    color: #fff;
    position: relative;
}
#contract table thead th.sennin::before{
	content: '';
    background: var(--orange1);
    border-radius: 10px 10px 0 0;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#contract table thead th{
	background-color: #333;
	color: #fff;
}
#contract table thead th:not(.sennin):not(:last-child){
	border-right: 1px solid #fff;
}
/* === テーブル本体（tbody） === */
#contract table tbody th {
	background-color: #f7f5ef;
    font-weight: normal;
    vertical-align: middle;
}
#contract table tbody td {
	background-color: #fff;
	text-align: left;
}
#contract table tbody th{
	border-left: #aaa 3px solid;
}
#contract table tbody tr:last-of-type th{
	border-bottom: #aaa 3px solid;
}
#contract table tbody tr td{
	border-right: #aaa 1px solid;
}
#contract table tbody tr td:last-of-type{
	border-right: #aaa 3px solid;
}
#contract table tbody tr th,
#contract table tbody tr td {
	border-bottom: #aaa 1px solid;
}
#contract table tbody tr:last-child th,
#contract table tbody tr:last-child td {
	border-bottom: #aaa 3px solid;
}
#contract table tbody tr td:first-of-type{
	border-right: 3px solid var(--orange1);
	border-left: 3px solid var(--orange1);
}
#contract table tbody tr.last td:first-of-type{
	border-bottom: 3px solid var(--orange1);
}
#contract table tbody td ul {
	padding: 0;
	list-style: disc;
	line-height: 1.5;
}
#contract table .image {
    text-align: center;
    width: 100%;
}
#contract table .image img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#contract table .t-center td{
	text-align: center;
}
#contract table td span.yes {
	color:#fe401b;
	-webkit-text-stroke: 2px #fe401b;
	text-stroke: 2px #fe401b;
}
#contract table td span.no {
	-webkit-text-stroke: 2px var(--txtcolor);
	text-stroke: 2px var(--txtcolor);
}
#contract table td span.note,#contract table td span.note{
	display: block;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
#contract .inner{
	padding: 60px 0 70px;
}
#contract .ttl-box{
	margin-bottom: 50px;
}
#contract .ttl-box h2{
	font-size: 26px;
}
#contract .ttl-box h2 span{
	font-size: 30px;
}
/* セル内余白 */
#contract table {
	width: 100%;
	table-layout: fixed;
}
#contract table th,
#contract table td {
	padding: 20px;
}
/* === ヘッダー行（thead） === */
#contract table thead th {
	font-size: 16px;
}
#contract table thead th.sennin{
    padding-top: 12px;
    font-size: 20px;
}
#contract table thead th.sennin::before{
    width: 300px;
    height: 15px;
    top: -15px;
}
/* === テーブル本体（tbody） === */
#contract table tbody th {
    width: 20%;
}
#contract table tbody td {
	font-size: 14px;
}
#contract table tbody td ul {
	margin: 4px 0 0 16px;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
#contract table .image {
    margin-bottom: 8px;
    height: 150px;
}
#contract table td span.yes {
	font-size: 24px;
}
#contract table td span.no {
	font-size: 25px;
}
#contract table td span.note,#contract table td span.note{
	font-size: 13px;
}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
#contract .inner{
    padding: 10.67vw 0vw 12.27vw;
}
#contract .ttl-box{
    margin-bottom: 6vw;

}
#contract .ttl-box h2{
	font-size: 5.33vw;
}
#contract .ttl-box h2 span{
    font-size: 6.2vw;
}
#contract .table-wrap{
	overflow-x: scroll;
    padding: 0 4vw 0;
}
#contract table{
	white-space: nowrap;
}
#contract table th,
#contract table td {
	padding: 4vw;
}
/* === ヘッダー行（thead） === */
#contract table thead th {
	font-size: 4.27vw;
}
#contract table thead th.sennin{
	padding-top: 3.2vw;
	font-size: 4.8vw;
}
#contract table thead th.sennin::before{
    width: 80vw;
    height: 4vw;
    top: -4vw;
}
/* === テーブル本体（tbody） === */
#contract table tbody tr th, #contract table tbody tr td {
    font-size: 3.73vw;
}
#contract table tbody td ul {
	margin: 1.07vw 0 0 4.27vw;
	padding: 0;
	line-height: 1.5;
}
#contract table .image {
    margin-bottom: 2.13vw;
    height: 150px;
}
#contract table td span.yes {
	font-size: 6.4vw;
}
#contract table td span.no {
	font-size: 6.67vw;
}
#contract table td span.note,#contract table td span.note{
	font-size: 3.47vw;
}
#contract .ttl-box{
    padding: 0 4vw;
}
#contract span.scroll{
	padding: 0 4vw 0;
	font-size: 3.5vw;
	line-height: 1;
	margin-bottom: 2vw;
}
}
/*------------------------
★よくある質問
------------------------*/
#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;
}
}
