/* ===================================================================
CSS
 file name  :  sell2.css
=================================================================== */
/* =====================================
売却相談
======================================== */
@media screen and (min-width: 641px) {
    .pc_none{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .sp_none{
        display: none;
    }
}
.sell_main{
    background: url("../images/sell/new_bg_main.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 30px;
    text-align: center;
}
.sell_main img{
    width: 100%;
    max-width: 692px;
    margin: auto;
}
.sell_comment{
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
.sell_comment strong{
    font-size: 22px;
    background:linear-gradient(transparent 60%, #FFF35D 60%);
}
.sell_lead_box{
    margin-top: 50px;
    background: #EBF5FF;
    padding: 30px;
    text-align: center;
}
.sell_lead_box .sell_lead_title{
    font-size: 36px;
    font-weight: bold;
    color: #3059A3;
}
.sell_lead_box .sell_lead{
    font-size: 18px;
    font-weight: bold;
    color: #102F6A;
}
h3.sell_subtitle{
    font-size: 24px;
    text-align: center;
    color: #102F6A;
    font-weight: bold;
    margin: 80px auto 60px auto;
}
h3.sell_subtitle span{
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.sell_number_text strong{
    color: #EA3323;
}
.sell_number_text strong span{
    font-size: 24px;
}
.sell_potal_lead{
    margin-top: 60px;
}
.sell_portal{
    margin-top: 20px;
    background: #EBF5FF;
    padding: 30px;
}
.sell_portal h4{
    text-align: center;
    font-weight: bold;
    color: #102F68;
    font-size: 18px;
}
@media screen and (min-width: 641px) {
    .sell_portal .sell_portal_wrap{
        display: flex;
        justify-content: space-between;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice{
        width: 48%;
    }
    .sell_portal .sell_portal_wrap .sell_portal_bknnum{
        width: 23%;
    }
}
.sell_portal .sell_portal_wrap .sell_portal_voice,
.sell_portal .sell_portal_wrap .sell_portal_bknnum{
    box-sizing: border-box;
    margin-top: 20px;
    background: #FFF;
    padding: 30px 20px;
    text-align: center;
}
.sell_portal .sell_portal_wrap .sell_portal_voice img,
.sell_portal .sell_portal_wrap .sell_portal_bknnum img{
    height: 50px;
    width: auto;
}
.sell_portal .sell_portal_wrap .sell_portal_voice .voice_text,
.sell_portal .sell_portal_wrap .sell_portal_bknnum .voice_num_text{
    font-size: 18px;
    font-weight: bold;
}
.sell_portal .sell_portal_wrap .sell_portal_voice .voice_text span,
.sell_portal .sell_portal_wrap .sell_portal_bknnum .voice_num_text span{
    color: #EA3323;
    font-size: 36px;
}
.sell_portal .sell_portal_wrap .sell_portal_voice .voice_num_text{
    font-size: 18px;
}
.sell_portal .sell_portal_wrap .sell_portal_voice .voice_num_text span{
    color: #EA3323;
}
.sell_portal .sub_attention{
    font-size: 12px;
    margin-top: 1em;
}
.sell_portal .sub_attention.title{
    text-align: center;
    margin-top: 0;
}
.new_sell_btn .btn{
	width:800px;
	margin:60px auto auto auto;
	font-size:24px;
	background:#00306D;
	padding:10px 0;
}
.new_sell_cp{
    margin-top: 60px;
}
.new_sell_cp img{
    width: 100%;
}
h4.sell_page_subtitle{
	border-top:3px solid #00306C;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	color:#00306C;
	padding:10px 20px;
	font-weight:bold;
	margin-top:50px;
    font-size: 18px;
}
.sell_so_text{
    margin-top: 30px;
}
.sell_so_text strong.red{
    color: #EA3323;
}
@media screen and (min-width: 641px) {
    ul.sell_so_list{
        border: 1px solid #3059A3;
        margin: 10px auto;
        padding: 30px 40px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }
    ul.sell_so_list li{
        width: 50%;
    }
}
ul.sell_so_list li{
    box-sizing: border-box;
    background: url("../images/sell/new_check.png") no-repeat top 4px left;
    background-size: 20px auto;
    padding-left: 40px;
    margin-bottom: 0.5em;
}
ul.new_sell_voice{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.new_sell_voice li{
    width: 23%;
    margin-left: 2%;
    font-size: 14px;
}
ul.new_sell_voice li a{
    text-decoration: none;
}
ul.new_sell_voice li a:hover{
    color: #333;
}
ul.new_sell_voice li .photo img{
    width: 100%;
}
ul.new_sell_voice li .date_wrap{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
ul.new_sell_voice li .date_wrap .date{
    color: #777777
}
ul.new_sell_voice li .date_wrap .icon_sell{
    color: #3059A3;
    border: 1px solid #3059A3;
    border-radius: 30px;
    padding: 0.1em 0.5em;
}
ul.new_sell_voice li .date_wrap .icon_buy{
    color: #3C8300;
    border: 1px solid #3C8300;
    border-radius: 30px;
    padding: 0.1em 0.5em;
    margin-left: 5px;
}
ul.new_sell_voice li .customer{
    font-weight: bold;
}
ul.new_sell_voice li .comment{
    border-top: 1px solid #3059A3;
    margin-top: 15px;
    padding-top: 15px;
}
ul.new_sell_step_list{
    max-width: 850px;
    margin: auto;
}
ul.new_sell_step_list li{
    display: flex;
    margin-bottom: 30px;
}
ul.new_sell_step_list li:last-child{
    margin-bottom: 0;
}
ul.new_sell_step_list li .step{
    width: 100px;
}
ul.new_sell_step_list li .step img{
    width: 100%;
}
ul.new_sell_step_list li .text{
    width: calc(100% - 100px);
    padding-left: 50px;
}
ul.new_sell_step_list li .text h4{
    color: #102F68;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}

ul.new_sell_flow_list{
    max-width: 850px;
    margin: auto;
}
ul.new_sell_flow_list li{
    display: flex;
    margin-bottom: 30px;
}
ul.new_sell_flow_list li .flow{
    width: 100px;
}
ul.new_sell_flow_list li .flow img{
    width: 100%;
}
ul.new_sell_flow_list li .text{
    width: calc(100% - 100px);
    padding-left: 50px;
}
ul.new_sell_flow_list li .text h4{
    color: #102F68;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.new_sell_flow_attention{
    max-width: 850px;
    margin: auto;
}
@media screen and (min-width: 641px) {
    .new_sell_campaign{
        display: flex;
        justify-content: space-between;
    }
    .new_sell_campaign .image{
        width: 50%;
        padding-right: 30px;
    }
    .new_sell_campaign .text{
        width: 50%;
        padding-left: 30px;
    }
}
.new_sell_campaign .image img{
    width: 100%;
}
.new_sell_campaign .text .campaign_attention{
    margin-top: 2em;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
    .sp_box{
        padding: 0 20px;
    }
    .sell_main{
        border-radius: 0;
        padding: 30px 20px;
    }
    .sell_main img{
        max-width: 335px;
    }
    .sell_comment{
        margin-top: 30px;
        font-size: 12px;
    }
    .sell_comment strong{
        font-size: 14px;
    }
    .sell_lead_box{
        margin-top: 30px;
        padding: 20px;
    }
    .sell_lead_box .sell_lead_title{
        font-size: 18px;
    }
    .sell_lead_box .sell_lead{
        font-size: 12px;
    }
    h3.sell_subtitle{
        font-size: 14px;
        margin: 50px auto 30px auto;
    }
    h3.sell_subtitle span{
        font-size: 12px;
    }
    .sell_number_text{
        font-size: 12px;
    }
    .sell_number_text strong span{
        font-size: 16px;
    }
    .sell_potal_lead{
        margin-top: 30px;
        font-size: 12px;
    }
    .sell_portal{
        margin-top: 10px;
        padding: 15px 20px;
    }
    .sell_portal h4{
        font-size: 14px;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice,
    .sell_portal .sell_portal_wrap .sell_portal_bknnum{
        margin-top: 10px;
        padding: 20px 20px;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice img,
    .sell_portal .sell_portal_wrap .sell_portal_bknnum img{
        height: 30px;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice .voice_text,
    .sell_portal .sell_portal_wrap .sell_portal_bknnum .voice_num_text{
        font-size: 14px;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice .voice_text span,
    .sell_portal .sell_portal_wrap .sell_portal_bknnum .voice_num_text span{
        font-size: 24px;
    }
    .sell_portal .sell_portal_wrap .sell_portal_voice .voice_num_text{
        font-size: 12px;
    }
    .sell_portal .sub_attention{
        font-size: 10px;
    }
    .new_sell_btn .btn{
        width:100%;
        margin:30px auto auto auto;
        font-size:14px;
        padding:10px 0;
    }
    .new_sell_cp{
        max-width: 335px;
        margin: 30px auto auto;
    }
    h4.sell_page_subtitle{
        margin-top:20px;
        font-size: 12px;
    }
    .sell_so_text{
        margin-top: 20px;
        font-size: 12px;
    }
    ul.sell_so_list{
        border: 1px solid #3059A3;
        margin: 10px auto;
        padding: 10px 10px;
        font-size: 12px;
    }
    ul.sell_so_list li{
        background: url("../images/sell/new_check.png") no-repeat top 2px left;
        background-size: 16px auto;
        padding-left: 25px;
    }
    ul.new_sell_voice li{
        width: 48%;
        font-size: 12px;
    }
    ul.new_sell_voice li:nth-child(odd){
        margin-left: 0;
        margin-right: 2%
    }
    ul.new_sell_voice li:nth-child(even){
        margin-left: 2%;
    }
    ul.new_sell_voice li .comment{
        margin-top: 10px;
        padding-top: 10px;
    }
    ul.new_sell_step_list li{
        margin-bottom: 15px;
        font-size: 12px;
    }
    ul.new_sell_step_list li .step{
        width: 50px;
    }
    ul.new_sell_step_list li .text{
        width: calc(100% - 50px);
        padding-left: 20px;
    }
    ul.new_sell_step_list li .text h4{
        font-size: 12px;
    }
    ul.new_sell_flow_list li{
        margin-bottom: 15px;
        font-size: 12px;
    }
    ul.new_sell_flow_list li .flow{
        width: 50px;
    }
    ul.new_sell_flow_list li .text{
        width: calc(100% - 50px);
        padding-left: 20px;
    }
    ul.new_sell_flow_list li .text h4{
        font-size: 12px;
    }
    .new_sell_flow_attention{
        font-size: 12px;
    }
    .new_sell_campaign .image{
        max-width: 335px;
        margin: auto;
    }
    .new_sell_campaign .image img{
        width: 100%;
    }
    .new_sell_campaign .text{
        margin-top: 10px;
        font-size: 12px;
    }
    .new_sell_campaign .text .campaign_attention{
        font-size: 10px;
    }
}
.sell_movie{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.sell_movie a{
    display: block;
    width: 48%;
}
.sell_movie a img{
    width: 100%;
}
@media screen and (max-width: 640px) {
.sell_movie a{
    margin-bottom: 10px;
    width: 100%;
}
}