#plan {
	width: 100%;
	background-color: #F9F5F0;
	padding-block: 115.16px 80px;

	@media (max-width: 768px) {
		padding: 48px 20px;
	}

	.plan-container {
		display: contents;

		@media (max-width: 768px) {
			display: block;
			padding: 24px 20px;
			width: 100%;
			background-color: #ffffff;
			display: flex;
			flex-direction: column;
			gap: 20px;
			overflow: hidden;
		}

		.plan-courses {
			display: none;

			@media (max-width: 768px) {
				display: block;
				padding-inline: 12px;
				font-size: 2rem;
				font-weight: bold;
				line-height: 1.4em;
				letter-spacing: 0;
				text-align: center;
			}

			&.hr {
				@media (max-width: 768px) {
					color: #992453;
				}
			}

			&.set {
				@media (max-width: 768px) {
					color: #992453;
				}
			}
		}

		.plan-text {
			display: none;

			@media (max-width: 768px) {
				display: block;
				font-size: 1.6rem;
				font-weight: 400;
				line-height: 1.8em;
				letter-spacing: 0;
				color: #000000;
				text-align: center;
			}
		}

		.plan-image {
			overflow-x: auto;

			img {
				@media (max-width: 768px) {
					width: 920px;
					max-width: initial;
				}
			}
		}
	}

	.attention {
		.conditions {
			list-style: disc;
			padding-inline-start: 1.8em;
			margin-top: 0;

			.conditions-list {
				list-style: disc;
				padding-inline-start: 1.8em;
				margin-top: 0;
			}
		}

		.requirements {
			display: flex;
			flex-direction: column;
			gap: 16px;
			margin-top: 14px;

			p {
				font-size: 1rem;
				font-weight: 400;
				line-height: 1em;
				letter-spacing: 0;
			}

			.requirements-list {
				display: flex;
				flex-direction: column;
				gap: 14px;
				margin-top: 0;

				li {
					font-size: 1rem;
					font-weight: 400;
					line-height: 1em;
					letter-spacing: 0;
				}
			}
		}
	}
}
.plan-image {
	width: 100%;
}
.note {
	font-size: 10px;
	line-height: 1.6;
}
.attention h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}
.attention ul {
	margin-top: 4px;
}
.attention ul li {
	font-size: 14px;
	line-height: 1.6;
}
.attention ul li a {
	display: inline;
	text-decoration: underline;
}
