@charset "UTF-8";
/* ----------------------------------------------------------------------------------
初めての家探しが成功するページ。
---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------
現地見学のポイントを知ろう！ ~モデルハウスから更地まで~
---------------------------------------------------------------------------------- */

/*#page_hajimete5 .mv_illust*/
#page_hajimete5 .mv_illust{
    bottom:-40px;
}

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

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

/*#page_hajimete5 .hajimete_check_wrap*/
#page_hajimete5 .hajimete_check_wrap{
    margin-top: 40px;
}

#page_hajimete5 .hajimete_check_box{
    background-color: #fafdf2;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding:60px;
    margin-top: 60px;
    height:635px;
    counter-reset: rank 0;
}

#page_hajimete5 .hajimete_check_box:first-child{
    margin-top: 0;
}

#page_hajimete5 .hajimete_check_box h3{
    color: #009646;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

#page_hajimete5 .hajimete_check_box p{
    margin:20px auto 0;
    font-size: 16px;
    letter-spacing: 0;
    max-width: 677px;
}

#page_hajimete5 .hajimete_check_img{
    margin:0 auto;
    text-align: center;
    height:340px;
    position: relative;
}

#page_hajimete5 .hajimete_check_img img{
    position: absolute;
    padding: 50px 0 20px;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

#page_hajimete5 .hajimete_check_list{
    display: flex;
}

#page_hajimete5 .hajimete_check_list li{
    width:33%;
    margin-right: 30px;
    padding-left: 68px;
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
}

#page_hajimete5 .hajimete_check_list li:last-child{
    margin-right: 0;
}

#page_hajimete5 .hajimete_check_list li::before{
    position: absolute;
    top:2px;
    left: 0;
    counter-increment: rank;
    content:counter(rank);
    width:56px;
    height:56px;
    background-color: #3CB478;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:1100px){
    #page_hajimete5 .hajimete_check_box{
        height:auto;
    }
}

@media screen and (max-width:700px){    
    #page_hajimete5 .hajimete_check_box{
        padding:20px;
        margin-top: 20px;
        height:auto;
    }
    
    #page_hajimete5 .hajimete_check_box h3{
        font-size: 20px;
    }
    
    #page_hajimete5 .hajimete_check_box p{
        margin:10px auto 0;
        font-size: 15px;
    }
    
    #page_hajimete5 .hajimete_check_img{
        height:auto;
    }
    
    #page_hajimete5 .hajimete_check_img img{
        position:static;
        padding:20px 0;
        width:60%;
        transform: translate(0);
    }
    
    #page_hajimete5 .hajimete_check_list{
        flex-wrap:wrap;
    }
    
    #page_hajimete5 .hajimete_check_list li{
        width:100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding-left: 32px;
        font-size: 15px;
    }
    
    #page_hajimete5 .hajimete_check_list li:last-child{
        margin: 0;
    }
    
    #page_hajimete5 .hajimete_check_list li::before{
        width:26px;
        height:26px;
        font-size: 14px;
        border-radius: 4px;
    }
}

/*#page_hajimete5 .hajimete_qa_wrap*/
#page_hajimete5 .hajimete_qa_wrap{
    margin-top: 100px;
}

#page_hajimete5 .hajimete_qa_area{
    background-color: #7DD193;
    padding:212px 60px 60px;
}

#page_hajimete5 .hajimete_qa_box{
    background-color: #fff;
    border: 2px solid #1a1311;
    padding:30px 60px 60px;
    position: relative;
}

#page_hajimete5 .hajimete_qa_img{
    position: absolute;
    top:-134px;
    left:50%;
    transform: translateX(-50%);
    width: 422px;
}

#page_hajimete5 .hajimete_qa_box p.sub{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color:#009646;
    padding:0 80px;
    width: fit-content;
    margin:0 auto;
    position: relative;
}

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

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

#page_hajimete5 .hajimete_qa_box p.sub:after{
    right:-32px;
    transform: rotate(-62deg);
}

#page_hajimete5 .hajimete_qa_item_wrap{
    margin-top: 20px;
}

#page_hajimete5 .hajimete_qa_item{
    margin-top: 40px;
}

#page_hajimete5 .hajimete_qa_item:first-child{
    margin-top: 0;
}

#page_hajimete5 .hajimete_qa_item h3{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#page_hajimete5 .hajimete_qa_item_box_wrap{
    max-width: 720px;
    margin:20px auto 0;
    padding:54px 0;
    position: relative;
}

#page_hajimete5 .hajimete_qa_item_box_wrap.answer{
    margin-top: -20px;
}

#page_hajimete5 .hajimete_qa_item_box{
    max-width: 648px;
    padding:20px 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}


#page_hajimete5 .hajimete_qa_item_box_img{
    position:absolute;
    z-index: 2;
    top:50%;
    transform: translateY(-50%);
}

#page_hajimete5 .hajimete_qa_item_box p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.6;
    position: relative;
    padding-left: 62px;
}

#page_hajimete5 .hajimete_qa_item_box p:before{
    position: absolute;
    left:0;
    top: -10px;
    font-family:'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 700;
}

#page_hajimete5  .question .hajimete_qa_item_box{
    color: #fff;
    background-color: #3CB478;
    margin-left:72px;
}


#page_hajimete5 .question .hajimete_qa_item_box_img{
    left:0;
}

#page_hajimete5 .question .hajimete_qa_item_box p:before{
    content:"Q :";
}

#page_hajimete5  .answer .hajimete_qa_item_box{
    color: inherit;
    background-color: #fff;
    margin-right:72px;
}

#page_hajimete5 .answer .hajimete_qa_item_box_img{
    right:0;
}

#page_hajimete5 .answer .hajimete_qa_item_box p:before{
    content:"A :";
    color:#3CB478;
}

@media screen and (max-width:700px){
    #page_hajimete5 .hajimete_qa_wrap{
        margin: 40px -20px 0;
    }
    
    #page_hajimete5 .hajimete_qa_area{
        padding:80px 20px 20px;
    }
    
    #page_hajimete5 .hajimete_qa_box{
        padding:20px;
    }
    
    #page_hajimete5 .hajimete_qa_img{
        top: -67px;
        width: 210px;
    }
    
    #page_hajimete5 .hajimete_qa_box p.sub{
        font-size: 19px;
        padding:0 20px;
    }
    
    #page_hajimete5 .hajimete_qa_box p.sub:before, #page_hajimete5 .hajimete_qa_box p.sub:after{
        width:20px;
    }
    
    #page_hajimete5 .hajimete_qa_box p.sub:before{
        left:-18px;
        transform: rotate(60deg);
    }
    
    #page_hajimete5 .hajimete_qa_box p.sub:after{
        right:-18px;
        transform: rotate(-60deg);
    }
    
    #page_hajimete5 .hajimete_qa_item_wrap{
        margin-top: 20px;
    }
    
    #page_hajimete5 .hajimete_qa_item{
        margin-top: 40px;
    }
    
    #page_hajimete5 .hajimete_qa_item:first-child{
        margin-top: 0;
    }
    
    #page_hajimete5 .hajimete_qa_item h3{
        font-size: 18px;
    }
    
    #page_hajimete5 .hajimete_qa_item_box_wrap{
        margin:20px auto 0;
        padding:0;
    }
    
    #page_hajimete5 .hajimete_qa_item_box_wrap.answer{
        margin-top: 20px;
    }
    
    #page_hajimete5 .hajimete_qa_item_box{
        padding:20px;
        border-radius: 8px;
    }
    
    
    #page_hajimete5 .hajimete_qa_item_box_img{
        max-width: 60px;
    }
    
    #page_hajimete5 .hajimete_qa_item_box p{
        font-size: 15px;
        padding-left: 35px;
    }
    
    #page_hajimete5 .hajimete_qa_item_box p:before{
        top: -4px;
        font-size: 20px;
    }
}