/*footer部分*/
footer{
    margin:0;
    padding:0;
    border:0;
}

/*背景色*/
.footer_contact {
    clear: both;
}

/*文字列範囲指定*/
.footer_contact > .inner {
    color: #fff;
    padding: 1rem 0;
    text-align:center;
}

.footer_contact > .inner > dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.footer_contact > .inner > dl > dt {
    font-size: 160%;
    clear: both;
    color: #00008b;
}

.footer_contact > .inner > dl > dd {
    font-size: 100%;
    margin-inline-start:0;
    color:#000000;
}

/* secom webステッカー追加 */
.footer_contact > .inner > dl > #certificate {
    margin-left: auto;
    margin-right: auto;
}

.footer_nav {
    width: 98%;
    margin: .5rem auto 1rem;
    overflow: hidden;
}

#footerul{
    list-style: none;
}

.footer_nav > ul {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-block-start: 0;
    margin-block-end: 0;
}

.footer_nav > ul li {
    display: table-cell;
}

.footer_nav > ul li a {
    color: #333;
    line-height: 1;
    display: inline-block;
    text-decoration: underline;
    padding: 0 1rem;
    border-left: 1px solid #333;
}

.footer_nav #copyright {
    font-size: 100%;
    text-align:center;
}