@charset "utf-8";
/* concern_result */
.progress_box { width: 100%; text-align: center; }
.icon_congrats { display: inline-block; width: 68px; height: 68px; background: url(../../image/icon/icon_congrats.svg) no-repeat center center; background-size: contain; }
.icon_running { display: inline-block; width: 68px; height: 68px; background: url(../../image/icon/icon_running.webp) no-repeat center center; background-size: contain; }
.running_box { display: flex; align-items: end; justify-content: center; }
.running_box p::before { width: 74px; height: 5px; background: url(../../image/icon/icon_running_line.svg) no-repeat center center; background-size: contain; vertical-align: 4px; content: ''; display: inline-block; margin-right: 6px; }
.running_box p { font-size: 16px; font-weight: 700; color: var(--gray-03); line-height: 24px; }
.running_box p::after { width: 24px; height: 24px; background: url(../../image/icon/icon_flag.webp) no-repeat center center; background-size: contain; vertical-align: -5px; content: ''; display: inline-block; }