.section-rescue {
    padding-top: 0;
}

.beforeQuo {
    position: relative;
}
.beforeQuo:before {
    content: "「";
    position: absolute;
    top: -5px;
    left: -0.7em;
    display: block;
}


/* glance three up tile headcopy size fix */
.glance-three-up .stat-unit {
    font-size: 0.8em;
}
@media only screen and (min-width: 1069px) {
    .glance-three-up .stat-value {
        font-size: 50px;
    }
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .glance-three-up .stat-value {
        font-size: 43px;
    }
}

.glance-three-up .stat-unit.stat-header {
    font-size: 28px;
    color: #86868b;
}

@media (max-width:1068px) {
    .glance-three-up .stat-unit.stat-header {
    font-size: 19px;
}
}