@charset "utf-8";

/* = mod-heading.css
----------------------------------------------- *
* 機能       ：ヘッダー
* 設置       ：top
----------------------------------------------- */
.mod-heading {
    margin-bottom: 20px;
}
.mod-heading .heading {
    border-radius: 5px;
    background: #f7f7f7 url(/iezukuri/img/default/common/bg/heading-base_town.png) no-repeat right bottom;
    background: url(/iezukuri/img/default/common/bg/heading-base_town.png) no-repeat, linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    background-position: right -69px bottom 1px;
    min-height: 70px;
}
.mod-heading .heading .text {
    display: inline-block;
    margin-top: -17px;
    padding: 38px 120px 13px 95px;
    font-size: 36px; /* for IE8 */
    font-size: 3.6rem;
    min-height: 36px;
    background: url(/iezukuri/img/default/common/bg/homeskun_72x124.png) no-repeat 18px 0;
}
.mod-heading .heading .key {
    color: #ed6103;
    font-size: 35px; /* for IE8 */
    font-size: 3.5rem;
}
.mod-heading .heading .follow {
    font-size: 22px; /* for IE8 */
    font-size: 2.2rem;
}
.mod-heading .heading .keyText {
    margin: -18px 10px 0;
    padding-bottom: 7px;
    color: #747474;
    text-align: right;
    text-shadow: -1px 0px 0 #fff, 1px 0px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
    font-size: 11px; /* for IE8 */
    font-size: 1.1rem;
}
