@charset "UTF-8";
/* CSS Document */

/* 集合住宅タイトル */
.apmh_title img{
    width: 30px;
    margin-right: 14px;
}
.apmh_title{
    color: #005bac;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 50px;
}
@media screen and (max-width:767px){
    .apmh_title img{
        width: 18px;
        margin-right: 10px;
    }
    .apmh_title{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
    }
}

/* 戸建住宅タイトル */
.kodate_title img{
    width: 41px;
    margin-right: 10px;
}
.kodate_title{
    color: #005bac;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 50px;
}
@media screen and (max-width:767px){
    .kodate_title img{
        width: 25px;
    }
    .kodate_title{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 30px;
    }
}

/* ページタイトル */
.page_title{
    color: #000;
    text-align: center;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 60px;
}
@media screen and (max-width:767px){
    .page_title{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

/* ブロックタイトル */
.block_title{
    font-size: 20px;
    line-height: 1em;
    padding: 7px 0 7px 14px;
    border-left: 5px solid #fccf00;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media screen and (max-width:767px){
    .block_title{
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px;
        border-left: 4px solid #fccf00;
        margin-bottom: 20px;
    }
}
