@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2026-, PROACTIVE Inc. All rights reserved.

=======================================*/

/*  Program  */
.prog-detail dt {
	position: relative;
	padding-left: 2rem;
}

.prog-detail dt::before {
	content: "";
	position: absolute;
	background-color: #f3ea82;
	width: 1.5rem;
	height: 0.5rem;
	top: 32%;
	left: 0;
	border-radius: 4px 0;
}
.prog-detail dd {
	margin-left: 2rem;
}
