.md {
    position: relative;
    padding-top: .9rem;
    box-sizing: border-box;
    min-height: 8.75rem;
    background: url(../img/md/md-bg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: .65rem;
}

.md::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3.88rem;
    height: .24rem;
    background: url(../img/md/md-line.jpg) center no-repeat;
    background-size: 100%;
}

.md .md-tit {
    margin-bottom: .5rem;
    padding-top: .5rem;
    background: url(../img/md/md-txt.png) top center no-repeat;
    background-size: 3.95rem .82rem;
    font-size: .68rem;
    line-height: 1em;
    font-family: 'myfont_b';
    color: #000000;
    text-align: center;
}

.md-cont {
    width: 16rem;
    margin: 0 auto;
    height: 100%;
}

.md-cont img {
    width: 9.48rem;
    height: 5rem;
}