/* ----------------------------------------
recruit
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:100%;
    height:auto;
}

.recruit3{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3 img{
    max-width:94%;
}

.recruit4{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:100%;
    height:auto;
}

.recruit3_side{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3_side img{
    max-width:94%;
}

.recruit4_side{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}



/* ----------------------------------------
sitemap
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- */


/* ----------------------------------------
en  /* for mobile landscape */
---------------------------------------- */

	#main_container { width: 295px !important; padding: 8px; margin: 0 auto;}
	#main_container .container { width: 295px !important; padding: 8px; }
    .en_cont{ width: 295px !important; padding: 8px; margin: 0 auto;}
	#main_container header { width: 295px; padding: 8px;  }
	.header_top_cont {position: static; }
	.header_top_cont .container {  padding-top: 2px;  padding-bottom: 8px; }
.header_top_cont_spacer { min-height: 5px; }
	.single_inside_content h2 {font-size: 16px; margin: 2.0em 0 10px; font-weight: bold;}
    .single_inside_content strong{font-weight: bolder;}
    .single_inside_content p {margin: 10px 0;}
    .single_inside_content ul li {list-style-type: disc; margin-left: 10%;}
	
	.logo {  margin-top: 8px; margin-bottom: 8px; max-width: 290px; height: inherit; }
	.logo_cont{text-align: center;}
	.header_social { float: none; text-align: center; padding: 15px; margin-right: 40px; }
	.header_social img { float: none;  }
	.header_menu ul li { font-size: 13px; margin-left: 2px;}	
.header_menu ul li ul li { width: 160px; font-size: 12px; margin: 0; padding: 3px 0; border-top: 1px solid #efefef; }
	
	
	#content { width: 290px; }
	.home_wide_box { width: 290px; float: none; }
	.home_wide_box img { width: 290px; height: 290px; border-radius: 400px; text-align: center; }	
	
	.home_tall_box { width: 290px; float: none; margin-right: 0; }
	.home_tall_box img, .home_tall_box iframe { width: 290px; height: 290px; border-radius: 400px; text-align: center;}	
	.home_tall_box_last { margin-right: 0; }
	
	
	
	.home_post_box { margin-right: 0px; float: none; width: 290px; }
	.home_post_box img { width: 290px; height: 290px; margin-bottom: 10px; margin-right: 10px;}	
	.home_post_box_last { margin-right: 0; }	
	.home_tall_box h3, .home_wide_box h3, .home_post_box h3{
        margin: 0px 0;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        font-weight: bold !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        color: #666;
        padding: 23px 10px;
    }

	#content_left { float: none; width: 290px; padding-left: 0px; }
	.single_inside_content img { max-width: 290px; height: inherit; }
	.single_inside_content iframe { width: 290px; height: 162px; }
	.blog_box img , .blog_box iframe{ width: 290px; height: 290px; border-radius: 400px; text-align: center;}	
	#commentform textarea { max-width: 280px; }
	
    p.single_title { font-size: 18px; font-family: 'Lato', sans-serif; font-style: normal; font-weight: normal; }
    #content_home { margin: 0 0 2.0em; font-size: 14px; line-height: 1.5;}
    #content_home h2 { font-size: 18px; margin: 10px 0 10px; font-weight: bold;}
    #content_home .en_h2_s{ font-size: 16px; margin: 2.0em 0 10px; font-weight: bold;}
    #content_left h3 { font-size: 14px; margin: 2.0em 0 10px; font-weight: bold;}
    letter-spacing: 3px; text-transform: uppercase; margin: 0 0 15px; }
    #commentform input[type=submit] { background-color: #161616; color: #fff; border: 1px solid #6E6E6E; padding: 3px 5px; }
	.next_prev_cont { padding: 15px 0; }
    .next_prev_cont .left { float: left; width: 45%; }
    .next_prev_cont .left a { display: block; background: url('../en/img/post_prev.png') no-repeat; background-position: top left; padding-left: 25px; min-height: 30px; }
    .next_prev_cont .right { float: right; width: 45%; text-align: right; }
    .next_prev_cont .right a { display: block; background: url('../en/img/post_next.png') no-repeat; background-position: top right; padding-right: 25px;  min-height: 30px; }

    
    #sidebar { display: none; }


/* en
---------------------------------------- */





/* ----------------------------------------
kanri
---------------------------------------- */
.k_tl{
    & p{
        color: #000000;
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
    }
    & h3{
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        line-height: 1;
        margin: 14px 0 0 0;
    }
}

.k_main_img{
    position: relative;
    width: 100%;
    height: 100px;
    &::before{
        content: "";
        background-image: url(../kanri/img/main_bg_sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100px;
    }
}
.k_main_wrap{
    margin: 5px auto 0;
    width: 90%;
}
.k_main_tl{
    color: #000000;
    font-size: 27px;
    font-weight: bold;
    margin: 30px 0 20px;
    line-height: 1.7;
    & span{
        font-size: 16px;
        font-weight: bold;
        display: block;
    }
}
.k_main_txt{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.k_main_nav{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;    
    & li a{
        display: block;
        width: 28.5vw;
        border-radius: 12px;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 19px 0;
        color: #000000;
        font-size: 11px;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        position: relative;
        &::before{
            content: "";
            width: 5px;
            height: 5px;
            border-top: 2px solid #000000;
            border-right: 2px solid #000000;
            -webkit-transform: rotate(45deg);
            transform: translateY(-25%) rotate(135deg);
            position: absolute;
            top: 3px;
            bottom: 0;
            margin: auto;
            right: 2vw;
        }
    }
}
.k_se_wrap{
    width: 90%;
    margin: 70px auto 0;
    & ul{
        margin-top: 50px;
        & li{
            width: 100%;
            display: block;
            border-radius: 12px;
            box-sizing: border-box;
            box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
            &:not(:last-child){
                margin-bottom: 25px;
            }
            & img{
                display: block;
                width: 100%;
            }
        }
    }
}
.k_se_box{
    padding: 22px 6% 25px;
    box-sizing: border-box;
    & h4{
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        margin: 0 0 16px 0;
    }
    & p{
        color: #222222;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
    }
}

.k_di_wrap{
    width: 100%;
    background-color: #f5f5f7;
    padding: 60px 0;
    margin-top: 70px;
    .k_di_inner{
        width: 90%;
        margin: 0 auto;
    }
}
.k_di_tl{
    margin-top: 40px;
    border-bottom: 1px solid #000000;
    width: fit-content;
    padding-bottom: 15px;
    p{
        color: #000000;
        font-size: 19px;
        font-weight: bold;
        line-height: 1;
    }
}
.k_di_po_box{
    margin: 30px 0;
    & li{
        width: 100%;
        display: block;
        padding: 20px 6% 25px;
        border-radius: 12px;
        box-sizing: border-box;
        box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        &:first-child{
            margin-bottom: 20px;
        }
    }
}
.k_di_po{
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.k_di_po_tl{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 23px;
}
.k_di_po_txt{
    color: #222222;
    font-size: 14px;
    line-height: 1.5;
}
.k_di_con{
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px ;
    & a{
        display: block;
        border-radius: 12px;
    }
    & img{
        display: block;
        border-radius: 12px 12px 0 0;
    }
}
.k_di_con_box{
    width: 100%;
    display: block;
    padding: 24px 6% 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
    position: relative;
    .fa-clone{
        color: #dddddd;
        font-size: 26px;
        position: absolute;
        bottom: 18px;
        right: 4%;
    }
}
.k_di_inq{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 20px;
}
.k_di_tel{
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
    .fa-phone{
        color: #000000;
        font-size: 28px;
        margin-right: 10px;
    }
}
.k_di_sho{
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7;
}

.k_ow_wrap{
    width: 90%;
    margin: 50px auto 100px;

}
.k_ow_con{
    margin-top: 40px;
    & li:not(:last-child){
        margin-bottom: 20px;
    }
    & li a{
        width: 100%;
        display: block;
        padding: 30px 5% 35px;
        border-radius: 12px;
        box-sizing: border-box;
        box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        .fa-clone{
            color: #dddddd;
            font-size: 26px;
            position: absolute;
            bottom: 14px;
            right: 5%;
        }
    }
}
.k_ow_tl{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 18px 0;
}
.k_ow_txt{
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.k_com_wrap{
    width: 85%;
    margin: 0 auto 100px;
    & h3{
        color: #000000;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin: 0 0 50px 0;
    }
}
.k_com_box{
    & li{
        width: 100%;
        display: flex;
        align-items: flex-start;
        &:not(:last-child){
            margin-bottom: 25px;
        }
    }
}
.k_com_l{
    width: 25%;
    margin-right: 25px;
    & p{
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }
}
.k_com_r{
    width: 75%;
    & p{
        color: #222222;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
    }
}


/* kanri
---------------------------------------- */




/* ----------------------------------------
sale
---------------------------------------- */





.s_tl{
    & p{
        color: #000000;
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        font-family: "Outfit", Noto Sans JP, AppleGothic, sans-serif;
    }
    & h2{
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        line-height: 1.4;
        margin: 14px 0 0 0;
    }
}
/*--メイン--*/

.s_main_img{
    position: relative;
    width: 100%;
    height: 100px;
    &::before{
        content: "";
        background-image: url(../sale/img/main_bg_sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 100px;
    }
}
.s_main_wrap{
    margin: 10px auto 0;
    width: 90%;
}
.s_main_tl{
    color: #000000;
    font-size: 27px;
    font-weight: bold;
    margin: 30px 0 20px;
    line-height: 1;
}
.s_main_txt{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.s_main_nav{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    & li a{
        display: block;
        width: 28.5vw;
        border-radius: 12px;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        padding: 19px 0;
        color: #000000;
        font-size: 11px;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        position: relative;
        &::after{
            content: "";
            width: 4px;
            height: 4px;
            border-top: 2px solid #000000;
            border-right: 2px solid #000000;
            -webkit-transform: rotate(45deg);
            transform: translateY(-25%) rotate(135deg);
            position: absolute;
            top: 3px;
            bottom: 0;
            margin: auto;
            right: 1vw;
        }
    }
    li:nth-child(5) a {
        &::after{
            right: 0.3vw !important;
        }
    }
}

/*--売却カテゴリー--*/

.s_category{
    width: 90% !important;
    margin: 70px auto 0 !important;
    background-image: none !important;
    background-color: #ffffff;
    margin: 0 auto !important;
}
.s_category .sa_top_please_tit{
    color: #000000 !important;
}
.s_cate_tl{
    margin-top: 40px;
    border-bottom: 1px solid #000000;
    width: fit-content;
    padding-bottom: 15px;
    & p{
        color: #000000;
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
    }
}
.s_category ul{
    width: 100% !important;
    margin: 50px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0 !important;
    padding: 0;
}

.s_category ul li {
    width: 48% !important;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    position: relative;
    pointer-events: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.s_category ul li h3{
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
    color: #000000;
}
.s_category ul li p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
    padding: 0 !important;
}
.s_category ul li img{
height: 44px;
    display: block;
    margin: 0 auto;
}
.s_more_btn a{
    width: 80%;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 26px 0;
    border-radius: 12px;
    box-sizing: border-box;
    background-color: #0092d8;
    text-align: center;
    margin: 60px auto 0;
    position: relative;
    &::before{
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
        right: 3.5vw;
    }
}

/*--Reason--*/
.s_reason_wrap{
    background-color: #f5f5f7;
}
.s_reason_inner{
    width: 90%;
    padding: 50px 0;
    margin: 0 auto;
}
.s_tl_r{
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 20px;
}
.s_reason_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 13px 0;
    margin: 30px 0 0 0;
}

.s_reason_box li {
    width: 48%;
    display: block;
    padding: 18px 5% 18px 8% !important;
    background-color: #ffffff;
    border-radius: 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.s_reason_box .s_di_po{
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}
.s_reason_box .s_di_po_tl{
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px 0 8px !important;
}
.s_reason_box h3{
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    & span{
        background: linear-gradient(transparent 60%, #fff000 60%);
        font-weight: bold;
    }
}




/*--成功実績--*/

.s_result_wrap{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    .s_tl_flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.s_re_more{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding-right: 20px;
    position: relative;
    &::before{
        content: '';
        width: 7px;
        height: 7px;
        border-top: 2px solid #000000;
        border-right: 2px solid #000000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        bottom: 0;
        margin: auto;
        right: 0;
    }
}

.s_result_wrap .sale2_list_title {
    display: flex;
    margin: 60px 0 0;
    font-weight: bold;
    justify-content: center;
    width:100%;

    .sale2_l_ti {
    color: #fff;
    border: 1px solid #ccc;
    padding: 18px 15px;
    box-sizing: border-box;
    background: #000000;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: normal;
    width: 40%;
    }
}

.sale_result_ma {

    >ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 245px;

    li {
        overflow: hidden;
        border-bottom: 1px solid #eee;
        border-right: solid 1px #eee;

        >a {
        display: block;
        text-decoration: none;
        display: flex;
        width: 100%;

        .sale2_l_item {
            border: 1px solid #dcdcdc;
            padding: 18px 10px;
            box-sizing: border-box;
            width: 34%;
            text-align: center;
            border-right: none;
            font-size: 3.4vw;
            line-height: 1.3;
            float: left;
            border-top: none;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        }
    }
    }
}

.s_result_wrap iframe {
    width: 100%;
    height: 245px;
}


/*--不動産売却の流れ--*/
.s_flow_wrap{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px;
}
.s_flow_wrap .sa_top_flow_block {
    & ul {
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;

            & li {
                width: 100%;

                &:nth-child(2) .ti {
                    background-color: #eaeaea;
                }

                &:nth-child(3) .ti {
                    background-color: #dedede;
                }

                &:nth-child(4) .ti {
                    background-color: #d3d3d3;
                }

                &:nth-child(5) .ti {
                    background-color: #c7c7c7;
                }

                &:nth-child(6) .ti {
                    background-color: #bababa;
                }

                &:nth-child(7) .ti {
                    background-color: #aeaeae;
                }

                &:nth-child(8) .ti {
                    background-color: #9f9f9f;
                }

                .ti {
                    background-color: #f5f5f7;
                    line-height: 1;
                    display: flex;
                    align-items: center;
                    box-sizing: border-box;
                    padding: 20px 20px 20px 35px; /* 左側に凹みの分の余白を作る */
                    /* 矢印の形に切り抜き */
                    clip-path: polygon(
                        calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 
                        0% 100%, 15px 50%, 0% 0%
                    );

                    & span {
                        background-color: #fff;
                        padding: 5px;
                        margin-right: 10px;
                        border-radius: 3px;
                        font-size: clamp(8px, 2vw, 10px);
                        font-weight: bold;
                        font-family: Century Gothic, sans-serif;
                        display: inline;
                        height: 10px;
                        line-height: 1;
                    }

                    h3 {
                        display: inline-block;
                        margin: 0;
                        font-size: 18px;
                    }
                }

                .txt {
                    padding: 20px 30px;
                    box-sizing: border-box;
                    margin: 10px 0 20px;
                    border-right: 1px dashed #ccc;
                    border-left: 1px dashed #ccc;

                    p.orange {
                    font-size:  18px;
                    color: #000000;
                    font-weight: bold;
                    margin: 0 0 10px;
                    }

                    p {
                    font-size: clamp(11px, 3.2vw, 13px);
                    line-height: 23px;
                    }
                }
            }
    }
}



/*--Difference--*/

.s_difference_wrap{
    background-image: none !important;
    background-color: #f5f5f7 !important;
    padding: 50px 0;
}

.s_difference_inner{
    width: 90%;
    margin: 0 auto;
}


.s_difference_wrap .sa_top_df_block{
  width: 100%;
  margin-top: 30px;

 .sa_top_df_box {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
 }

 .sa_top_df_box h3 {
  background-color: #0e6e98;
  margin: 0;
  text-align: center;
  line-height: 65px;
  color: #fff;
 }

 .s_t_df_box.kaitori_box h3 {
  background-color: #c63e3e;
 }

 .sa_top_df_box img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
 }

 .tokucho {
  padding: 0 20px;
  margin-bottom: 30px;
 }

 .tokucho li {
  margin-bottom: 10px;
  display: flex;
 }

 .tokucho li span {
  display: inline-block;
  width: 20%;
  line-height: 30px;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #eee;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: bold;
 }

 .tokucho li p {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 80%;
 }

 .merit {
  padding: 0 20px;
  margin-bottom: 30px;
 }

 .merit p {
  font-size: 15px;
  color: #c63e3e;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #c63e3e;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
 }

 .merit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../sale/img/merit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }

 .demerit {
  padding: 0 20px;
  margin-bottom: 30px;
 }

 .demerit p {
  font-size: 15px;
  color: #62a4c1;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #62a4c1;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
 }

 .demerit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../sale/img/demerit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }


}



.s_btn_flex{
    margin-top: 40px;
    & li a {
        width: 80%;
        display: block;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        padding: 30px 0;
        border-radius: 12px;
        box-sizing: border-box;
        background-color: #0092d8;
        text-align: center;
        margin: 0 auto;
        position: relative;
        &::before{
            content: "";
            width: 8px;
            height: 8px;
            border-top: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 2px;
            bottom: 0;
            margin: auto;
            right: 2.8vw;
        }

    }
    li:nth-child(2) a {
        margin-top: 15px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        color: #000000;
        &::before{
            border-top: 2px solid #000000;
            border-right: 2px solid #000000
        }
    }
}


/*--よくある質問--*/
.s_qa_wrap{
    background: #ffffff !important;
    padding: 50px 0 60px !important;
}

.s_qa_wrap .accordionbox{
    margin-top: 30px;
    .qa_list:not(:last-of-type) {
        margin-bottom: 30px !important;
    }
}
.s_qa_wrap .qa_list .title{
    padding: 22px 40px 20px 50px !important;
    color: #000000 !important;
    font-weight: bold !important;
}
.s_qa_wrap .qa_list .title::before{
    background-color: #000000 !important;
    top: 23px !important;
}


/*--売却カテゴリー--*/

.s_contents_inner{
    .s_tl{
        width: 90%;
        margin: 0 auto 145px;
    }
    & ul li {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    & ul li p::before{
        background: #000000 !important;
    }
}






/* sale
---------------------------------------- */