section {
    margin-bottom: 60px;
}

figure {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sc-about--number .number-chart .chart-container {
    position: relative;
    text-align: center;
}

.sc-about--number .number-chart .chart-container canvas {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}

.sc-about--number .number-chart .chart-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 0;
    min-height: auto;
}
.sc-about--number .number-chart .chart-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 0;
    min-height: auto;
}
.sc-about--number .number-col {
    color: #073C64;
    padding: 50px 15px;
}
.sc-about--number .number-col {
    color: #073C64;
    padding: 50px 15px;
}
.sc-about--number .number-chart .figure-key {
    max-width: 300px;
    margin: 20px auto 0;
}

.sc-about--number .number-line {
    width: 50px;
    height: 4px;
    background-color: #FDCB2C;
    display: inline-block;
    margin: 10px auto;
}

.sc-about--number .number-chart .figure-key-list {
    list-style-type: none;
    padding: 0;
    font-family: "Circular Std";
    color: #76797D;
    font-size: 16px;
}

.sc-about--number .number-chart .figure-key-list li {
    position: relative;
    padding-right: 50px;
}

.sc-about--number .number-chart .figure-key-list .shape-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 999px;
}