@charset "utf-8";

/*-- 
service_new_house

====================================================== --*/
#page-service_factory.lower #content_service_factory.content_base {
    max-width: 111rem;
    width: 100%;
    margin: 0 auto 6rem auto;
    padding: 8rem 7rem 0rem 7rem;
    overflow: unset;
    background-color:var(--c-white) !important;
    border-radius: 1rem;
    position: relative;
}
#lower_kv .lower_kv_title .main{
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.5;
}
#page-service_factory.lower .content_base h2 {
    background-image: url(../img/common/line_dot.png);
    text-align: center;
    padding: 0rem 2rem 1rem 2rem;
}
#page-service_factory.lower .content_base h3{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
#content_service_factory .content_body_inner{
    padding: 2.5rem 3.5rem;
    text-align: center;
}
#content_service_factory .content_body_inner .box {
    width: 790px;
    margin: 0 auto 5rem auto;
}
#content_service_factory .content_body_inner .box .text p{
    text-align: left;   
}
#content_service_factory .content_body .banner{
    width: 790px;
    height: auto;
    margin: 2.5rem auto;
    text-align: center;
}
#content_service_factory .content_body .banner p{
    margin-bottom: 2rem;
}
#content_service_factory .content_body_inner .box .fc_works_list{
    background-color: #F2EFEC;
    padding: 3rem 8rem;
}
#content_service_factory .content_body_inner .box .fc_works_list .fc_works_list_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

#content_service_factory .content_body_inner .box .fc_works_list .fc_works_list_item p:first-child{
    font-size: 2.4rem;
    margin-right: 2rem;
}
#content_service_factory .content_body_inner .box .fc_works_list .fc_works_list_item p span{
    margin-left: 2rem;
}
/* PC */
@media screen and (min-width:1001px){
    #content_service_factory .content_body_inner .box .fc_works_list{
        margin-top: 5rem;
    }

    #content_service_factory .content_body_inner .text {
        padding : 0 3rem ;
        font-size : 1.5rem ;
        font-weight: 500 ;
    }
}

/* tb sp */
@media screen and (max-width:1000px){
    #page-service_factory.lower #content_service_factory.content_base {
        padding: 5rem 0rem 0rem 0rem;
    }
    #lower_kv .lower_kv_title .main{
        font-size: 2.2rem;
    }
    #page-service_factory.lower .content_base h2{
        font-size: 2.3rem;
        padding: 0 0 1rem 0;
    }
    #page-service_factory.lower .content_base .headline_type01{
        margin-bottom: 0rem;
    }
    #page-service_factory.lower .content_base h3{
        margin-bottom: 2rem;
        line-height: 1.25;
    }
    #content_service_factory .content_body_inner .box{
        width: 100%;
        margin: 0 auto  4rem auto;
    }
    #content_service_factory .content_body_inner p{
        font-size: 1.4rem;
        line-height: 2;
    }
    #content_service_factory .content_body_inner .box .fc_works_list{
        padding: 2rem 1.7rem;
    }
    #content_service_factory .content_body_inner .box .fc_works_list .fc_works_list_item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }
    #content_service_factory .content_body_inner .box .fc_works_list .fc_works_list_item .fc_works_category {
        font-size: 1.8rem;
    }
    #content_service_factory .content_inner{
        padding: 0.5rem;
    }
    #content_service_factory .content_body_inner{
        padding: 0rem 0.5rem 4rem 0.5rem;
    }
    #content_service_factory .content_body .banner{
        width: 100%;
        margin: 2rem auto 0 auto;
    }
    
}
/*--