/* ============================
	system css
============================ */

#st-catch { margin-bottom:10px; text-align:center; font-size:220%; line-height:140%; color:#EA2C3A; font-weight:700; font-feature-settings: "palt"; }
#st-lead { margin-bottom:30px; text-align:center; font-size:140%; line-height:160%; font-weight:700; }

.st-dgm { position:relative; width:100%; height:0; margin-bottom:20px;  border-radius:20px; background-color:#efefef; }
.st-dgm p { position:absolute; display:block; left:0; top:0; width:100%; height:100%; border-radius:20px; background-position:center center; background-repeat:no-repeat; background-size:cover; text-indent:-9999px; }
#st-dgm-qualify-m,
#st-dgm-qualify-f { padding-top:calc(1000% / 900 * 100); }
#st-dgm-final-m,
#st-dgm-final-f { padding-top:calc(1600% / 900 * 100); margin-bottom:0; }

/* ---- Media Queries ---- */

@media all and (max-width: 767px) {

#st-catch { font-size:160%; }
#st-lead { margin-bottom:20px; text-align:center; font-size:100%; line-height:160%; font-weight:700; }

.st-dgm,
.st-dgm p { border-radius:10px; }

}
