@media (max-width: 767px) { 
    main {
        margin: 80px 0 30px;
        color: #868e93;
    }
    dl.text {
        overflow: hidden;
        zoom: 1;
    }
    dl {
        display: flex;
        flex-wrap: wrap;
    }
    dl dt {
        width: 20%;
        margin-bottom: 20px;
        margin-right: 5%;
        font-weight: bold;
        font-size: 12px;
    }
    dl dd {
        width: 75%;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .work {
        font-size: 10px;
        margin-bottom: 0;
    }
    .name {
        font-size: 12px;
        margin-bottom: 16px;
    }
}