@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
購入前のチェックとお引き渡しまでのステップ
---------------------------------------------------------------------------------- */

/*#page_hajimete6 .mv_illust*/
#page_hajimete6 .mv_illust{
    bottom:-20px;
}

@media screen and (max-width:1100px){
    #page_hajimete6 .mv_illust{
        width:20%;
        bottom:-10px;
    }
}

@media screen and (max-width:400px){
    #page_hajimete6 .mv_illust{
        width:40%;
        bottom:0;
    }
}

/*#page_hajimete6 .hajimete_tool_wrap*/
#page_hajimete6 .hajimete_tool_title{
    text-align: center;
}

#page_hajimete6 .hajimete_tool_title p.sub{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color:#009646;
    padding:0 8px;
    width:fit-content;
    margin:0 auto;
    position: relative;
}

#page_hajimete6 .hajimete_tool_title p.sub:before, #page_hajimete6 .hajimete_tool_title p.sub:after{
    position: absolute;
    content: "";
    width:34px;
    height:2px;
    background-color: #009646;
    top:50%;
    transform: translateY(-50%);
}

#page_hajimete6 .hajimete_tool_title p.sub:before{
    left:-32px;
    transform: rotate(62deg);
}

#page_hajimete6 .hajimete_tool_title p.sub:after{
    right:-32px;
    transform: rotate(-62deg);
}
#page_hajimete6 .hajimete_tool_title h2,
#page_hajimete6 .hajimete_tool_title h3{
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
}

#page_hajimete6 .hajimete_tool_title p.tx{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0;
}

#page_hajimete6 .hajimete_tool_list{
    margin: 40px auto 0;
    max-width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page_hajimete6 .hajimete_tool_list li{
    width:340px;
    padding:30px;
}

#page_hajimete6 .hajimete_tool_img{
    background-color: white;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
    position: relative;
}

#page_hajimete6 .hajimete_tool_img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#page_hajimete6 .hajimete_tool_list li h3{
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

#page_hajimete6 .hajimete_tool_list li p{
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-top: 16px;
}

@media screen and (max-width:700px){    
    #page_hajimete6 .hajimete_tool_title p.sub{
        font-size: 18px;
        letter-spacing: inherit;
    }
    
    #page_hajimete6 .hajimete_tool_title p.sub:before, #page_hajimete6 .hajimete_tool_title p.sub:after{
        width:20px;
    }
    
    #page_hajimete6 .hajimete_tool_title p.sub:before{
        left:-18px;
        transform: rotate(60deg);
    }
    
    #page_hajimete6 .hajimete_tool_title p.sub:after{
        right:-18px;
        transform: rotate(-60deg);
    }
    
    #page_hajimete6 .hajimete_tool_title h3{
        margin-top: 10px;
        font-size: 20px;
    }
    
    #page_hajimete6 .hajimete_tool_title p.tx{
        margin-top: 10px;
        font-size: 15px;
    }
    
    #page_hajimete6 .hajimete_tool_list{
        margin: 20px auto 0;
    }
    
    #page_hajimete6 .hajimete_tool_list li{
        width:100%;
        padding:20px 0 0;
    }
    
    #page_hajimete6 .hajimete_tool_img{
        width: 100px;
        height: 100px;
    }
    
    #page_hajimete6 .hajimete_tool_img img{
        width:50%;
    }
    
    #page_hajimete6 .hajimete_tool_list li h3{
        font-size: 20px;
    }
    
    #page_hajimete6 .hajimete_tool_list li p{
        font-size: 15px;
        margin-top: 10px;
        max-width: 300px;
        margin: 0 auto;
    }
}

/*#page_hajimete6 .hajimete_summary_wrap*/
#page_hajimete6 .hajimete_summary_wrap{
    /*margin-top: 20px;*/
	margin-top: 80px;
}

#page_hajimete6 .hajimete_summary_wrap p.tx{
    margin-top: 76px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
}

#page_hajimete6 .hajimete_summary_box_wrap{
    margin: 60px auto 0;
    max-width: 1000px;
}

#page_hajimete6 .hajimete_summary_box_area{
    display: flex;
}

#page_hajimete6 .hajimete_summary_box{
    width:300px;
    padding:30px 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#page_hajimete6 .hajimete_summary_box.box1, #page_hajimete6 .hajimete_summary_box.box15{
    background-color: #FAFDF2;
}

#page_hajimete6 .hajimete_summary_box.row1-1{
    width:330px;
}

#page_hajimete6 .hajimete_summary_box.row2{
    width:620px;
}

#page_hajimete6 .hajimete_summary_box.row3{
    width:100%;
    background-color: #FAFDF2;
}

#page_hajimete6 .hajimete_summary_title{
    border-bottom: 2px solid #7DD193;
    display: flex;
    padding-bottom: 4px;
}

#page_hajimete6 .hajimete_summary_num{
    margin-right: 8px;
}

#page_hajimete6 .hajimete_summary_title h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
}


#page_hajimete6 .box13 .hajimete_summary_title h3{
    font-size: 18px;
}

#page_hajimete6 .hajimete_summary_title span{
    font-size: 13px;
    font-weight: 500;
}

#page_hajimete6 .hajimete_summary_tx p{
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
}

#page_hajimete6 .hajimete_summary_tx p span{
    color:#009646;
}

#page_hajimete6 .hajimete_summary_img{
    margin-top:18px;
    text-align: center;
}

#page_hajimete6 .box7 .hajimete_summary_img{
    margin-top:40px;
}

#page_hajimete6 .hajimete_summary_list{
    margin-top: 12px;
}

#page_hajimete6 .hajimete_summary_tx p+.hajimete_summary_list{
    margin-top: 14px;
}

#page_hajimete6 .hajimete_summary_list li{
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    margin-top: 8;
}

#page_hajimete6 .hajimete_summary_list li:first-child{
    margin-top: 0;
}

#page_hajimete6 .hajimete_summary_list li:before{
    position: absolute;
    top:0;
    left:0;
    content: "●";
    color:#7DD193;
}

#page_hajimete6 .hajimete_summary_item{
    display: flex;
}

#page_hajimete6 .hajimete_summary_item_title{
    width:25%;
}

#page_hajimete6 .hajimete_summary_item_list_wrap{
    max-width: 34%;
    margin-left: 30px;
}

#page_hajimete6 .hajimete_summary_item_list{
    margin-top: 20px;
}

#page_hajimete6 .hajimete_summary_item_list:first-child{
    margin-top: 0;
}

#page_hajimete6 .box9 .hajimete_summary_item_list:first-child{
    margin-top: 12px;
}

#page_hajimete6 .hajimete_summary_item_list dt{
    color:#009646;
    font-size: 16px;
    font-weight: 500;
}

#page_hajimete6 .hajimete_summary_item_list dd{
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    margin-top: 8;
}

#page_hajimete6 .hajimete_summary_item_list dd:before{
    position: absolute;
    top:0;
    left:0;
    content: "●";
    color:#7DD193;
}

#page_hajimete6 .hajimete_summary_arrow{
    width:30px;
    margin:auto 10px;
}

#page_hajimete6 .hajimete_summary_arrow_long{
    width:742px;
    margin:0 auto 10px;
}

@media screen and (max-width:1100px){ 
    #page_hajimete6 .hajimete_summary_num{
        width:30px;
    }
}

@media screen and (max-width:700px){ 
    #page_hajimete6 .hajimete_summary_wrap{
        margin-top: -16px;
    }
    
    #page_hajimete6 .hajimete_summary_wrap p.tx{
        margin-top: 30px;
        font-size: 15px;
    }
    
    #page_hajimete6 .hajimete_summary_box_wrap{
        margin: 40px auto 0;
    }
    
    #page_hajimete6 .hajimete_summary_box_area{
        flex-wrap: wrap;
    }
    
    #page_hajimete6 .hajimete_summary_box{
        width:100%;
    }

    #page_hajimete6 .hajimete_summary_box.row1-1{
       width:100%;
    }
    
    #page_hajimete6 .hajimete_summary_box.row2{
        width:100%;
    }
    
    #page_hajimete6 .hajimete_summary_tx p span{
        color:#009646;
    }
    
    #page_hajimete6 .hajimete_summary_img{
        margin-top:18px;
        text-align: center;
    }
    
    #page_hajimete6 .box7 .hajimete_summary_img{
        margin-top:40px;
    }
    
    #page_hajimete6 .hajimete_summary_item{
        flex-wrap: wrap;
    }
    
    #page_hajimete6 .hajimete_summary_item_title{
        width:100%;
    }
    
    #page_hajimete6 .hajimete_summary_item_list_wrap{
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    
    #page_hajimete6 .hajimete_summary_arrow{
        width:30px;
        margin:5px auto;
        transform: rotate(90deg);
    }
    
    #page_hajimete6 .hajimete_summary_arrow_long{
        width:30px;
        margin:5px auto;
        transform: rotate(90deg);
    }
}

/*#page_hajimete6 .hajimete_search_btn_wrap*/
#page_hajimete6 .hajimete_search_btn_wrap{
    margin-top: 120px;
}

#page_hajimete6 .hajimete_search_btn{
    max-width:960px;
    margin:0 auto;
}

#page_hajimete6 .hajimete_search_img{
    width:442px;
    margin:0 auto -12px;
}

#page_hajimete6 .hajimete_search_btn_link{
    display: block;
    border: 2px solid #000;
    padding:10px;
    width:100%;
    text-decoration: none;
}

#page_hajimete6 .hajimete_search_btn_link:hover .hajimete_search_btn_tx{
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#page_hajimete6 .hajimete_search_btn_tx{
    background-color: #3CB478;
    padding:30px 0;
    text-align: center;
    color:#fff;
    font-size: 28px;
    font-weight: 700;
}

@media screen and (max-width:700px){
    #page_hajimete6 .hajimete_search_btn_wrap{
        margin-top: 40px;
    }
    
    #page_hajimete6 .hajimete_search_img{
        width:210px;
        margin:0 auto -6px;
    }
    
    #page_hajimete6 .hajimete_search_btn_tx{
        padding:20px 0;
        font-size: 18px;
    }
}

/*#page_hajimete6 .hajimete_search_btn_wrap*/
#page_hajimete6 .hajimete_summary_step_box{
	margin: 80px 0;
}

#page_hajimete6 .hajimete_summary_step_box_lead{
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}

#page_hajimete6 .hajimete_summary_step_box_list{
	background-color: #f5f5f5;
	padding: 40px 20px;
	margin: 20px 0;
	display: flex;
	justify-content: center;
}

#page_hajimete6 .hajimete_summary_step_box_list_in{
	display: flex;
	margin: 0 -40px -20px 0;
}

#page_hajimete6 .hajimete_summary_step_box_list_block{
	/*width: 50%;*/
	padding: 0 40px 20px 0;
}

#page_hajimete6 .hajimete_summary_step_box_list ol{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

#page_hajimete6 .hajimete_summary_step_box_list ol li{
	width: 100%;
	list-style: none;
	margin: 0 0 15px 0;
	display: flex;
	align-items: flex-start;
	min-height: 34px;
}

#page_hajimete6 .hajimete_summary_step_box_list ol li:last-child{
	margin-bottom: 0;
}

#page_hajimete6 .hajimete_summary_step_box_list ol li figure{
	margin-right: 8px;
	line-height: 0;
	min-width:30px;
	max-width: 30px;
}

#page_hajimete6 .hajimete_summary_step_box_list ol li figure img{
	max-width: none;
}

@media screen and (max-width:1100px){ 
    #page_hajimete6 .hajimete_summary_step_box_list ol li figure{
			min-width:30px;
			max-width: 30px;
    }
}

@media screen and (max-width:700px){
	#page_hajimete6 .hajimete_summary_step_box{
		margin: 40px 0;
	}
	#page_hajimete6 .hajimete_summary_step_box_list{
		padding: 30px 20px;
	}
	#page_hajimete6 .hajimete_summary_step_box_list_in{
		flex-wrap: wrap;
	}
	#page_hajimete6 .hajimete_summary_step_box_list_block{
		width: 100%;
	}
	#page_hajimete6 .hajimete_summary_step_box_list ol li{
		width: 100%;
	}
}
