@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
会社選びの８ヶ条  失敗しないハウスメーカーの選び方。
---------------------------------------------------------------------------------- */

@media screen and (max-width:1100px){
    #page_hajimete4 .c-pc{
        display: none;
    }
}

/*#page_hajimete4 .mv_illust*/
#page_hajimete4 .mv_illust{
    bottom:-35px;
}

@media screen and (max-width:700px){
    #page_hajimete4 .mv_illust{
        bottom:0;
    }
}

/*#page_hajimete4 .hajimete_choice_wrap*/
#page_hajimete4 .hajimete_choice_wrap{
    display: flex;
    flex-wrap: wrap;
}
  
#page_hajimete4 .hajimete_choice_box{
    width: calc(100% / 2 - 20px);
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px 60px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
  
#page_hajimete4 .hajimete_choice_box:nth-child(odd) {
    margin-right: 40px;
}

#page_hajimete4 .hajimete_choice_title{
    padding-left: 60px;
    padding-bottom:16px;
    border-bottom:2px solid #7DD193;
    margin-bottom: 16px;
    position: relative;
    display: flex;
}

#page_hajimete4 .hajimete_choice_img{
    position: absolute;
    width:48px;
    left:0;
    top:4px;
}

#page_hajimete4 .hajimete_choice_num{
    margin-right: 16px;
    margin-top: -2px;
}

#page_hajimete4 .hajimete_choice_title h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}

#page_hajimete4 .hajimete_choice_box p{
    font-size: 16px;
    letter-spacing: 0.04em;
}

#page_hajimete4 .hajimete_choice_box p.att{
    margin-top: 10px;
    font-size: 12px;
}

@media screen and (max-width:1100px){
    #page_hajimete4 .hajimete_choice_box{
        padding:40px 20px;
    }

    #page_hajimete4 .hajimete_choice_num{
       width:30px;
    }
    
    #page_hajimete4 .hajimete_choice_title h3{
        width: 80%;
    }
}

@media screen and (max-width:700px){     
    #page_hajimete4 .hajimete_choice_box{
        width:100%;
        margin-bottom: 20px;
        padding:20px;
    }
      
    #page_hajimete4 .hajimete_choice_box:nth-child(odd) {
        margin-right: 0px;
    }
    
    #page_hajimete4 .hajimete_choice_title{
        padding-left: 40px;
        padding-bottom:4px;
        margin-bottom: 10px;
    }
    
    #page_hajimete4 .hajimete_choice_img{
        width:32px;
        top:0;
    }

    #page_hajimete4 .hajimete_choice_box:first-child .hajimete_choice_num{
        max-width: 15px;
        margin-top: -6px;
    }
    
    #page_hajimete4 .hajimete_choice_num{
        margin-right: 8px;
        max-width: 20px;
        margin-top: -4px;
        width:auto;
    }
    
    #page_hajimete4 .hajimete_choice_title h3{
        font-size: 20px;
        width:auto;
    }
    
    #page_hajimete4 .hajimete_choice_box p{
        font-size: 15px;
    }
}