@charset "utf-8";

.studydeskday-enactment {
	background: var(--studydeskday-enactment-back);
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
}

.studydeskday-enactment dt {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.studydeskday-enactment dt::after {
	content: "";
	background: var(--studydeskday-enactment-bcolor);
	height: 3px;
	width: 30%;
	display: block;
	margin: 15px auto;
	z-index: 10;

}

.studydeskday-discript {
	width: 100%;
	max-width: 1000px;
}

.studydeskday-discript h4 {
	position: relative;
	font-size: 2.2rem;
	z-index: 10;
	margin-bottom: 0;
	padding: 15px 0 10px 20px;
	font-weight: bold;
	text-shadow: 2px 2px #dbdbdb;
}

.studydeskday-discript h4::before {
	content: "";
	position: absolute;
	background: #7faab3;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	z-index: -10;
}

.studydeskday-discript-comment {
	display: flex;
	padding: 50px;
	margin: -10px 0px 0 50px;
	background: #e0e9ef;
	z-index: 0;
	gap: 50px;
}

@media screen and (max-width: 768px) {
	.studydeskday-discript-comment {
		display: block;
		padding: 20px
	}



}
