@charset "utf-8";

.l-page * {
    font-family: "メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
    font-size: 14px;
    color    : #000;
    line-height: 1.5;
    box-sizing: border-box;
}
.umin {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page__body {
    background-color: #fff;
}

/* CONTACT
--------------------------- */
.contact-us {
    width: 694px;
    background-color: #414143;
    margin: auto;
    padding: 20px 40px;
    overflow: hidden;
}
    .contact-us__title {
        text-align: center;
        margin: 0 0 21px;
        font-size  : 22px;
        font-weight: bold;
        color      : #fff;
    }
    .contact-us__info {
        float: left;
    }
        .contact-us__info__tel {
            padding: 0 0 0 44px;
            background: url("/images/icn_freedial_bg_white.gif") no-repeat 0 0 ;    
            font-size  : 30px;
            font-weight: bold;
            color      : #fff;
            line-height: 1;
        }
        .contact-us__info__text {
            font-size: 12px;
            color: #fff;
        }
    .contact-us__btn {
        float: right;
    }
        .contact-us__btn a {
            display: block;
            width: 300px;
            height: 61px;
            line-height: 61px;
            text-align: center;
            font-size  : 16px;
            font-weight: bold;
            color      : #414143;
            background-color: #fff;
            border-bottom: 3px solid #aaa;
        }
        .contact-us__btn a:hover {
            text-decoration: none;
            opacity: .8;
        }































