.cnt-wrap {
    overflow: visible;
}
.cnt-wrap p {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
article {
    width: 98%;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    margin: 20px 0 40px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
article > dl {
    width: 20%;
    float: left;
    font-size: 1.3rem;
    padding: 15px;
    line-height: 1.6;
    border-right: 1px solid #eee;
    height: 228px;
}
article > dl > dt, .cnt-wrap h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 700;
    color: #24a8d8;
}
article > dl > dd {
    margin-top: 10px;
}
article > dl > dd > ul > li > span {
    display: block;
    text-indent: 9px;
}
article > dl > dd > ul > li > ul > li > span {
    display: block;
    text-indent: 13px;
}
table {
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.8;
     -webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
    margin: 20px auto 40px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
table th {
    padding: 10px;
}
table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
table td:first-of-type {
    width: 20%;
    text-align: center;
}
table td:nth-of-type(2) {
    width: 80%;
}
table td > span {
    display: block;
}