.content .main-content.company-place > section > dl > dd > dl {
    top: 4em;
}

.content .main-content.company-index > section.about > dl > dd {
    padding-left: 10em;
}

.content .main-content.company-place > section.headoffice > dl > dd {
    height: 20.5em;
}
.content .main-content.company-place > section.headoffice > dl > dd > dl > dd:nth-of-type(n+2):nth-of-type(-n+5) {
    padding-bottom: 1.43em;
}

.content .main-content.company-place > section.office > dl > dd {
    height: 18em;
}
.content .main-content.company-place > section.office > dl > dd > dl {
    top: 2em;
}

@media screen and (max-width: 768px) {
    .content .main-content.company-place > section > dl > dd > dl {
        top: 1em;
    }
    .content .main-content.company-index > section.about > dl > dd {
        padding-left: 1em;
    }
    .content .main-content.company-place > section.headoffice > dl > dd {
        height: 30em;
    }
    .content .main-content.company-place > section.headoffice > dl > dd > dl > dd:nth-of-type(n+2):nth-of-type(-n+5) {
        padding-bottom: .3em;
    }
    .content .main-content.company-place > section.office > dl > dd {
        height: 21.5em;
    }
    .content .main-content.company-place > section.office > dl > dd > dl {
        top: 0;
    }
}