@charset "UTF-8";
/*----------------------------------------------------
    Introduction
----------------------------------------------------*/

/* Sec01
---------------------------*/
section [id^="business"] {
    padding-top: 80px;
    margin-top: -80px;
}

#sec01{
    padding-top: 2rem;
    padding-bottom: 6rem;
}
#sec01 .cont01 {
    margin-bottom: 8rem;
}
#sec01 .ttl_sub_01{
    margin-bottom: 1rem;
}
#sec01 .ttl_sub_01 span{
    font-size: 32px;
}
#sec01 .ttl_sub_02 {
    margin-top: 4rem;
}
#sec01 .wrap_detail .item {
    margin-top: 1rem;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec01{
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    #sec01 .cont01 {
        margin-bottom: 4rem;
    }
    #sec01 .ttl_sub_01 span{
        font-size: 20px;
        padding: .2rem .6rem;
        line-height: 2.2;
    }
    #sec01 .ttl_sub_02 {
        margin-top: 1rem;
    }
}
@media screen and (max-width:767px) {
    #sec01{
        padding-top: 0;
        padding-bottom: 4rem;
    }
    #sec01 .cont01 {
        margin-bottom: 3rem;
    }
    #sec01 .ttl_sub_01 span{
        font-size: 18px;
    }
    #sec01 .ttl_sub_02 {
        margin-top: 2rem;
    }
}

/* Sec02
---------------------------*/
#sec02{
    padding-top: 4rem;
    padding-bottom: 6rem;
}
#sec02 .ttl_main_01{
    margin-bottom: 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
    #sec02{
        padding-bottom: 4rem;
    }
}
@media screen and (max-width:767px) {
    #sec02{
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
}
