#cpDetailDL{
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 15%;
    width: 70%;
    border-bottom: 1px solid #ccc;

}

#cpDetailDL dt,
#cpDetailDL dd{
    text-align: left;
    border-top: 1px solid #ccc;
    padding: 1rem 0;
    margin: 0;
}

#cpDetailDL dt{
    flex: 0 0 20%;
    white-space: nowrap;
    text-align: left;
}

#cpDetailDL dd{
    flex: 0 0 80%;
}

#linksRow,
#historyRow{
    margin-top: 8rem;
}

#historyUL{
    margin: 4rem 23%;
    padding: 0;
}

#historyUL li{
    list-style-type: none;
    line-height: 2.25;
    text-align: left;
}

#ask{
    margin: 4rem 15%;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.5rem;
    border:1px solid #ccc;
}

@media screen and (max-width: 768px) {
    #historyUL{
        padding: 0;
        margin: 1rem auto;
        border-bottom: 1px dotted #cfcfcf;
    }
    #historyUL li{
        line-height: 1.25;
        padding: 1rem 0;
        border-top: 1px dotted #cfcfcf;
    }
    
       #historyUL,
    #ceoGreet{
        font-size: 0.9rem;
        line-height: 1.6;
    }
    #cpDetailDL {
        margin: 3rem 0%;
        width: 100%;
        font-size: 0.9rem;
    }
    #cpDetailDL dt{ padding-right: 2%; }
    #cpDetailDL dd{
        flex: 0 0 78%;
   
    }
    #mapRow,
    #historyRow{
        margin-top: 4rem;
    }
    #ask {
    margin: 2rem 5%;
    }
}