@charset "utf-8";

.private-course-price s{
    text-decoration: none;
    font-size: 180%;
}

.private-read-txt-box {
	line-height: 2.1875em;
}

.private-course-flex {
	padding: 15px 0;
	border-bottom: 1px dotted var(--primary);
	flex-direction: column;
	align-items: unset !important;
}

.private-course-flex:first-child {
	padding: 0 0 15px;
}

.private-course-tit {
	position: relative;
}

.private-course-tit::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: -1;
    width: clamp(190px, 171.311px + 4.984vw, 267px);
    height: 60px;
    background: url(/system_panel/uploads/images/private_title-decoration.png) no-repeat center / contain;
    margin: auto;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 576px) {

    .private-read-txt-box {
		text-align: center;
		line-height: 2.1875em;
	}

	.private-course-flex {
		flex-direction: row;
		align-items: baseline !important;

	}

}

/* min-width: 576px ここまで */