@charset "utf-8";
/* CSS Document */

.notice-frame {
	border: 2px solid var(--s);
	border-radius: 10px;
	padding: 25px 30px;
}

.notice-frame h4 {
	margin-bottom: 10px;
}

.notice-frame p {
	margin: 0;
}

.notice-frame.--alert {
	border: 3px solid #C63F3F;
	background-color: #FDF6F6;
	padding: 0;
	overflow: hidden;
}

.notice-frame.--alert .notice-frame__head {
	background-color: #C63F3F;
	color: #fff;
	padding: 16px 30px;
}

.notice-frame.--alert .notice-frame__head h4 {
	margin: 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.notice-frame.--alert .notice-frame__lead {
	margin-top: 6px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.notice-frame.--alert .notice-frame__list {
	margin: 0;
	padding: 22px 30px 26px;
	list-style: none;
}

.notice-frame.--alert .notice-frame__list li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 14px;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 500;
}

.notice-frame.--alert .notice-frame__list li:last-child {
	margin-bottom: 0;
}

.notice-frame.--alert .notice-frame__list li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color: #C63F3F;
}

.notice-frame.--alert .notice-frame__list li.--emphasis {
	background-color: #fff;
	border: 1px solid #E8A0A0;
	border-radius: 6px;
	padding: 14px 16px;
	font-weight: 700;
	color: #8B1F1F;
}

.notice-frame.--alert .notice-frame__list li.--emphasis::before {
	content: none;
}

.workspace .ltr .info dl {
	display: block;
}
.workspace .ltr .info dl dt {
	width: 100%;
}
.workspace .ltr .info dl dd {
	width: 100%;
	border-left: none;
	border-top: 1px solid #999;
	padding: 25px 0 0 0;
	margin: 5px 0 0 0;
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.workspace .ltr .info dl dd span {
	font-size: 1.4rem;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

@media screen and (max-width: 800px) {
	.notice-frame {
		padding: 20px;
	}
	.notice-frame.--alert {
		padding: 0;
	}
	.notice-frame.--alert .notice-frame__head {
		padding: 14px 20px;
	}
	.notice-frame.--alert .notice-frame__list {
		padding: 18px 20px 22px;
	}
	.workspace .ltr .info dl dd {
		padding: 15px 0 0 0;
		font-size: 1.6rem;
	}
}
