.inner {
    padding: 1rem;
}

#outline {
    margin-top: 2rem;
}

#outline h2 {
    margin: 0;
}

#outline h2 span {
    display: block;
    font-size: .9rem;
}

#outline table {
    font-size: .9rem;
    width: 100%;
    margin-top: 1rem;
}

#outline table th,
#outline table td {
    padding: 1rem;
    display: block;
    width: 100%;
}

#outline table th {
    font-weight: normal;
    color: #777;
    text-align: left;
    padding-bottom: 0;
}

#outline table tr:not(:last-child) td {
    border-bottom: 1px solid #AAA;
}


@media screen and (min-width:1024px) {
    #outline {
        display: flex;
    }

    #outline h2 {
        width: 250px;
        padding-top: 2rem;
    }

    .outline-inner {
        flex: 1;
    }

    #outline table th,
    #outline table td {
        display: table-cell;
        width: auto;
        vertical-align: top;
        padding: 1.5rem 1rem;
    }

    #outline table tr:not(:last-child) th {
        width: 10rem;
        border-bottom: 1px solid #AAA;
    }
}

.icon-map {
    width: 1rem;
    height: 1rem;
    background: url(../img/map.svg) no-repeat center center/contain;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: text-bottom;
}

#company-info ul,
#outline ul {
    margin-left: 2.5rem;
}

#outline ul li:not(:last-child) {
    margin-bottom: .5rem;
}

#company-info ul li {
    margin-top: .5rem;
}

#company-info h3,
#enkaku h3 {
    font-size: 1.15rem;
    font-weight: bold;
    border-bottom: 1px solid #AAA;
    padding: 1rem 0;
}

#company-info dl, #enkaku dl {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
}

#company-info dl {
    justify-content: space-between;
}

#company-info dl:not(:last-child),
#enkaku dl:not(:last-child) {
    border-bottom: 1px dotted #AAA;
}

#company-info dl dt {
    margin-right: 1rem;
}

#enkaku dt {
    color: #999;
    width: 15rem;
    vertical-align: top;
}

.signature {
    text-align: right;
}

.signature span {
    display: block;
    font-size: .7rem;
}

.signature em {
    font-size: .8rem;
}