@charset "utf-8";

body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.l-header *,
.l-footer * {
    font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
    .ui-wrap {
        width: 100%;
    }
#backtop {
    margin-left: 980px;
}

/*-------------------------------------------------------------------------
header-service
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.header-service {
    height: 27px;
    border-bottom: 1px solid #e60012;
}
.header-service_inner,
.header-info,
.header-nav {
    width: 950px;
    margin: 0 auto;
}
    .header-service__left {
        float: left;
    }
    .header-service__right {
        float: right
    }

/* 要素
--------------------------- */
.header-service__text {
    line-height: 27px;
    font-size: 12px;
    color    : #1b1b1b;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-cnt {
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
}
    .header-cnt li {
        float: left;
        font-size: 0;
        background-repeat  : no-repeat;
        background-position: 0 center;
        line-height: 1;
    }
    .header-cnt li:first-child {
        margin: 0 13px 0 0;
    }
    .header-cnt__history {
        padding: 0 0 0 17px;
        background-image: url("/images/icn_head_clock.gif");
    }
    .header-cnt__favorite {
        padding: 0 0 0 12px;
        background-image: url("/images/icn_head_check.gif");
    }
        .header-cnt span {
            font-size: 12px;
        }
        .header-cnt a {
            font-size  : 18px;
            font-weight: bold;
            color      : #1b1b1b;
        }
.header__update {
    margin: 7px 0 0 13px;
    line-height: 1;
    float: right;
    font-size: 13px;
    font-weight: bold;
    color      : #1b1b1b;
}

/*-------------------------------------------------------------------------
header-info 
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.header-info {
    overflow: hidden;
    padding: 0 0 23px;
}
    .header-info__left {
        float: left;
    }
    .header-info__right {
        float: right;
        width: 376px;
    }

/* 要素
--------------------------- */
.header__logo {
    margin: 10px 0 0;
}
.header-tel {
    overflow: hidden;
    margin: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
    .header-tel li {
        float: left;
        margin: 0 8px 4px 0;
    }
        .header-tel dl {
            display: flex;
        }
            .header-tel dt {
                line-height: 26px;
                background-color: #e60012;
                font-size: 12px;
                color: #fff;
                margin: 0px 8px 0px 0;
                padding: 0px 3px 0 5px;
                display: flex;
                align-items: center;
                letter-spacing: 0.2em;
                font-weight: 700;
                justify-content: center;
            }
            .header-tel dd {
                font-size  : 29px;
                font-weight: bold;
                color      : #1b1b1b;
                line-height: 1;
            }

/*-------------------------------------------------------------------------
ナビゲーション
-------------------------------------------------------------------------*/

.header-nav {
    overflow: hidden;
    margin-bottom: 11px;
}
    .header-nav li {
        float: left;
        width: 188px;
        border-right: 1px dashed #e60012;
    }
    .header-nav li:first-child {
        border-left: 1px dashed #e60012;
    }
        .header-nav a {
            display: block;
            height: 35px;
            text-align: center;
            font-size: 15px;
            color: #1b1b1b;
        }
        .header-nav a:hover {
            opacity: .7;
            text-decoration: none;
        }
        .header-nav li:first-child a {
            line-height: 35px;
            font-size  : 18px;
            font-weight: bold;
            color      : #e60012;
        }
            .header-nav span {
                display: block;
                font-size: 10px;
                color: #e60012;
                margin: 3px 0 0;
            }

            .header-info__right .header-credit {
                width: 368px;
            }