.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;
}
}


.section-how-to-buy .how-to-buy-cards-container .how-to-buy-card .how-to-buy-copy {
    display: block;
}

/* Abbreviation - Ignore punctuation */
.l-p {
	position: absolute;
}

.l-rp {
	position: static;
}

@media only screen and (max-width: 1068px) {
	.m-p {
		position: absolute;
	}
}

@media only screen and (max-width: 1068px) {
	.m-rp {
		position: static;
	}
}

@media only screen and (max-width: 734px) {
	.s-p {
		position: absolute;
	}
}

@media only screen and (max-width: 734px) {
    
	.s-rp {
		position: static;
	}
}


.lstStory {
    overflow: hidden;
    padding-block-end: 0;
    position: relative;
}