

@media (min-width: 576px) {
	.agree-modal .modal-dialog {
		max-width: 680px;
	}
}


.agree-modal .part-title {
	font-size: 30px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.05em;
	max-width: 380px;
}
.agree-modal .modal-footer {
	display: flex;
	justify-content: center;
}
.agree-modal .modal-body {
	max-height: 60vh;
	padding: 16px 16px 16px 40px;
}

.agree-modal-toggle {
	text-decoration: underline!important;
}