@charset "utf-8";
/* ===================================================================
CSS
 file name  :  assessments2.css
=================================================================== */
.assessments{
	padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
	.assessments{
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.assessments{
		padding-bottom: 80px;
	}
}
.sell_btn_wrap{
	margin-top: 70px;
    background: #FFF4E8;
    text-align: center;
    padding: 50px;
}
.sell_btn_wrap p{
    font-size: 2.0rem;
    font-weight: 600;
}
.sell_btn_wrap a.btn{
    max-width: 460px;
    margin: 10px auto auto;
    background: #E75B31;
	border: 1px solid #E75B31;
    font-size: 2.0rem;
	padding: 1em 1em;
}
@media print, screen and (min-width: 769px) {
	.sell_btn_wrap a.btn:hover{
		border: 1px solid #E7A831;
		background: #E7A831;
	}
}
@media screen and (max-width: 768px) {
    .sell_btn_wrap{
        margin-top: 30px;
        padding: 30px 20px;
    }
    .sell_btn_wrap p{
        font-size: 1.4rem;
    }
    .sell_btn_wrap a.btn{
        max-width: 380px;
        font-size: 1.4rem;
    }
}

/* =====================================
売却について
======================================== */
.as_main{
	margin: 80px auto auto;
	padding: 0 40px;
	max-width: 1160px;
}
.assessments .as_box{
	margin: 100px auto auto;
	padding: 0 40px;
	max-width: 1160px;
}
.assessments h2.subtitle{
	color: #202466;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}
.assessments h2.subtitle span{
	font-size: 2.6rem;
}
.assessments h2.subtitle span.nayami{
    color: #BE2D1B;
}
.assessments h2.subtitle span.chukai{
    padding: 0 0.7em;
    margin-right: 10px;
    background: #64A884;
    color: #FFF;
}
.assessments h2.subtitle span.kaitori{
    padding: 0 0.7em;
    margin-right: 10px;
    background: #4C7CAF;
    color: #FFF;
}
.assessments h3.subtitle{
    margin: 50px auto auto;
    border: 1px solid #202466;
	color: #202466;
	font-size: 1.8rem;
	font-weight: 500;
    text-align: center;
    padding: 0.5em;
}
.assessments h3.subtitle_free_service{
    margin: 50px auto auto;
	font-size: 2.4rem;
	color: #202466;
	font-weight: 500;
    text-align: center;
    background: #E5ECF6;
}
.assessments_read{
	margin-top: 50px;
}
@media print, screen and (min-width: 769px) {
    ul.problem_list{
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 50px auto auto;
    }
    ul.problem_list li{
        width: 30%;
        padding: 40px 30px
    }
    ul.problem_list li p{
        text-align: center;
    }
    ul.problem_list li .image{
        margin-top: 20px;
    }
}
ul.problem_list li{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
ul.problem_list li p{
    font-weight: bold;
}
@media print, screen and (min-width: 481px) {
    .ck_image_wrap{
        display: flex;
        justify-content: space-between;
        margin: 30px auto auto;
    }
    .ck_image_wrap > div{
        width: 48%;
    }
}
.ck_text{
    margin-top: 30px;
}
.free_service_wrap{
    margin-top: 30px;
    padding: 50px;
    background: #DDE3F4 url("../images/assessments/bg_service.jpg") no-repeat top center;
    background-size: 100% auto;
}
.free_service_lead{
    margin-top: 30px;
    font-size: 1.8rem;
    text-align: center;
}
@media print, screen and (min-width: 481px) {
    ul.free_service_list{
        display: flex;
        flex-wrap: wrap;
        margin: -30px auto auto -3%;
    }
    ul.free_service_list li{
        width: 22%;
        margin: 30px auto 0 3%;
    }
}
ul.free_service_list li{
    background: #FFF;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
}
ul.free_service_list li .free_service_num{
	color: #202466;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2;
    margin-bottom: 20px;
}
ul.free_service_list li .free_service_num span{
	font-size: 2.6rem;
	display: block;
	font-family: Arial, Helvetica, "sans-serif";
}
ul.free_service_list li.last{
    background: #C99E4C;
    color: #FFF;
    font-weight: 600;
}
ul.free_service_list li.last .last_price span{
    font-size: 5.6rem;
    line-height: 1.4;
}
@media print, screen and (min-width: 481px) {
    .page_link_wrap{
        margin: 70px auto auto;
        display: flex;
        justify-content: space-around;
    }
    .page_link_wrap > div{
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
	.as_main{
		margin: 50px auto auto;
		padding: 0 0;
	}
	.assessments .as_box{
		margin: 70px auto auto;
		padding: 0 20px;
	}
	.assessments h2.subtitle{
		font-size: 1.4rem;
		background-size: 50px auto;
	}
	.assessments h2.subtitle span{
		font-size: 1.8rem;
	}
    .assessments h3.subtitle{
        margin: 30px auto auto;
        font-size: 1.2rem;
    }
    .assessments h3.subtitle_free_service{
        margin: 30px auto auto;
        font-size: 1.4rem;
    }
    .assessments_read{
        margin-top: 20px;
    }
    ul.problem_list{
        max-width: 480px;
        margin: auto;
    }
    ul.problem_list li{
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        margin: 20px auto auto;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 20px;
    }
    ul.problem_list li .image{
        width: 50%;
        padding-right: 20px;
    }
    ul.problem_list li .text{
        width: 50%;
    }
    .ck_image_wrap{
        margin: 20px auto auto;
    }
    .ck_text{
        margin-top: 20px;
    }
    .free_service_wrap{
        margin-top: 20px;
        padding: 20px;
    }
    .free_service_lead{
        margin-top: 20px;
        font-size: 1.2rem;
    }
    ul.free_service_list{
        margin: -20px auto auto -3%;
    }
    ul.free_service_list li{
        width: 47%;
        margin: 20px auto 0 3%;
        padding: 20px 10px;
    }
    ul.free_service_list li .free_service_num{
        font-size: 1.0rem;
        margin-bottom: 10px;
    }
    ul.free_service_list li .free_service_num span{
        font-size: 2.0rem;
    }
    ul.free_service_list li.last .last_price span{
        font-size: 4.8rem;
    }
}
@media screen and (max-width: 480px) {
    .as_main{
		margin: 30px auto auto;
	}
	.assessments .as_box{
		margin: 40px auto auto;
	}
    .assessments h3.subtitle{
        margin: 30px auto auto;
        font-size: 1.2rem;
    }
    .ck_image_wrap{
        margin: 0px auto auto;
        max-width: 420px;
    }
    .ck_image_wrap > div{
        margin: 20px auto auto;
    }
    ul.free_service_list{
        margin: -20px auto auto;
        max-width: 275px;
    }
    ul.free_service_list li{
        width: 100%;
        margin: 20px auto auto;
        padding: 20px 10px;
    }
    .page_link_wrap{
        margin: auto;
        padding: 20px 0 30px 0;
    }
    .page_link_wrap > div{
        margin: 20px auto auto;
        width: 300px;
    }
}
/* =====================================
売却の流れ
======================================== */
.sell_flow_box{
	margin: 70px auto auto;
	padding: 0 40px;
	max-width: 1160px;
}
.sell_flow_box2{
	margin: 70px auto auto;
	padding: 0 40px;
	max-width: 1160px;
}
.sell_flow_btn_wrap{
    display: flex;
    justify-content: space-between;
}
.sell_flow_btn_wrap > div{
    width: 48%;
}
.sell_flow_btn_wrap a.sell_flow_btn{
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    padding: 0.5em 1em;
    font-size: 2.0rem;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
}
.sell_flow_btn_wrap a.sell_flow_btn.chukai{
    background-color: #64A884;
}
.sell_flow_btn_wrap a.sell_flow_btn.kaitori{
    background-color: #4C7CAF;
}
.sell_flow_btn_wrap a.sell_flow_btn span{
    background: url("../images/assessments/icon_sellflow_btn.png") no-repeat right center;
    background-size: 28px auto;
    padding-right: 36px;
}
@media print, screen and (min-width: 769px) {
    .sell_flow_btn_wrap a.sell_flow_btn.chukai:hover{
        background-color: #1D834D
    }
    .sell_flow_btn_wrap a.sell_flow_btn.kaitori:hover{
        background-color: #0051A7
    }
}
.flow_chukai_wrap,
.flow_kaitori_wrap{
    margin: 70px auto auto;
    background: #F7F7F7;
    padding: 50px;
}
h2.title_sell_flow{
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
}
h2.title_sell_flow.chukai{
    color: #64A884;
}
h2.title_sell_flow.kaitori{
    color: #4C7CAF;
}
ul.sell_flow_list > li{
    background: #FFF;
    padding: 40px 50px;
    position: relative;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
    margin-top: 30px;
}
ul.sell_flow_list.chukai > li{
    border-top: 3px solid #64A884
}
ul.sell_flow_list.kaitori > li{
    border-top: 3px solid #4C7CAF
}
ul.sell_flow_list > li:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #FFF;
}
ul.sell_flow_list > li:last-child:before{
    content: none;
}
ul.sell_flow_list > li h3{
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.2;
}
ul.sell_flow_list > li h3 .step{
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 1em;
}
ul.sell_flow_list.chukai > li h3 .step{
    color: #64A884;
}
ul.sell_flow_list.kaitori > li h3 .step{
    color: #4C7CAF;
}
ul.sell_flow_list > li h3 .step .step_num{
    font-size: 2.6rem;
    margin-left: 0.2em;
	font-family: Arial, Helvetica, "sans-serif";
}
@media print, screen and (min-width: 769px) {
    ul.sell_flow_list > li .step_wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    ul.sell_flow_list > li .step_wrap .step_text{
        width: 59%;
    }
    ul.sell_flow_list > li .step_wrap .step_image{
        width: 36%;
    }
}
ul.sell_flow_list > li .step_wrap .step_text ul{
    padding-left: 1.5em;
}
ul.sell_flow_list > li .step_wrap .step_text ul li{
    list-style-type: disc;
}
@media screen and (max-width: 768px) {
    .sell_flow_box{
        margin: 30px auto auto;
        padding: 0 20px;
    }
    .sell_flow_box2{
        margin: 30px auto auto;
        padding: 0 0;
    }
    .sell_flow_btn_wrap a.sell_flow_btn{
        font-size: 1.4rem;
    }
    .sell_flow_btn_wrap a.sell_flow_btn span{
        background-size: 16px auto;
        padding-right: 22px;
    }
    .flow_chukai_wrap,
    .flow_kaitori_wrap{
        margin: 30px auto auto;
        padding: 20px;
    }
    h2.title_sell_flow{
        font-size: 1.4rem;
    }
    ul.sell_flow_list{
        max-width: 480px;
        margin: auto;
    }
    ul.sell_flow_list > li{
        padding: 20px 20px;
        margin-top: 20px;
    }
    ul.sell_flow_list.chukai > li{
        border-top: 2px solid #64A884
    }
    ul.sell_flow_list.kaitori > li{
        border-top: 2px solid #4C7CAF
    }
    ul.sell_flow_list > li:before{
        margin-left: -12px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
    }
    ul.sell_flow_list > li h3{
        font-size: 1.4rem;
    }
    ul.sell_flow_list > li h3 .step{
        font-size: 1.0rem;
    }
    ul.sell_flow_list > li h3 .step .step_num{
        font-size: 2.0rem;
    }
    ul.sell_flow_list > li .step_wrap .step_text{
        margin-top: 20px;
    }
    ul.sell_flow_list > li .step_wrap .step_image{
        margin-top: 20px;
    }
}



@media screen and (max-width: 480px) {
    .sell_flow_btn_wrap a.sell_flow_btn{
        padding: 0.5em 1em;
    }
    .sell_flow_btn_wrap a.sell_flow_btn{
        background: url("../images/assessments/icon_sellflow_btn.png") no-repeat right 20px center;
        background-size: 16px auto;
        padding-right: 22px;
    }
    .sell_flow_btn_wrap a.sell_flow_btn span{
        background: none;
        padding-right: 0;
        line-height: 1.4;
    }
}

@media screen and (min-width: 481px) {
    .sell_flow_btn_wrap a.sell_flow_btn .sp_br{
        display: none;
    }
}
/* =====================================
WALLMATEの強み
======================================== */
h2.subtitle_strength{
    color: #202466;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
}
h3.subtitle_strength{
    margin-top: 50px;
    background: #E5ECF6;
    padding: 0.5em;
    color: #202466;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
}
p.strength_text{
    margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
    .strength_ad_image_wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .strength_ad_image_wrap > div{
        width: 48%;
    }
}
.strength_ad_image_wrap > div p{
    font-weight: 600;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
    .strength_portal_wrap{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .strength_portal_wrap > div{
        width: 48%;
    }
}
.strength_voice_lead{
    margin-top: 50px;
    text-align: center;
}
@media print, screen and (min-width: 769px) {
    .strength_voice_list{
        display: flex;
        flex-wrap: wrap;
        max-width: 1040px;
        margin: auto;
    }
    .strength_voice_list li{
        width: 46%;
        margin: 50px 2% auto 2%;
    }
}
.strength_voice_list li .customer_info{
    margin-top: 20px;
    background: #E5ECF6;
    border-radius: 100px;
    padding: 0.2em 2em;
    display: inline-block;
}
.strength_voice_list li .customer_info span{
    font-weight: 600;
    color: #202466
}
.strength_voice_list li .customer_comment{
    margin-top: 1em;
}
@media screen and (max-width: 768px) {
    h2.subtitle_strength{
        font-size: 1.4rem;
    }
    h3.subtitle_strength{
        margin-top: 30px;
        color: #202466;
        font-size: 1.2rem;
    }
    .strength_ad_image_wrap > div{
        margin-top: 30px;
        max-width: 520px;
    }
    .strength_portal_wrap{
        margin-top: 30px;
    }
    .strength_portal_wrap .strength_portal_image{
        margin-top: 20px;
        max-width: 520px;
    }
    .strength_voice_lead{
        margin-top: 30px;
    }
    .strength_voice_list{
        max-width: 480px;
        margin: auto;
    }
    .strength_voice_list li{
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .strength_ad_image_wrap > div{
        margin-top: 20px;
    }
    p.strength_text{
        margin-top: 20px;
    }
    .strength_voice_lead{
        margin-top: 20px;
    }
}