@charset "UTF-8";

/* PC
@media (min-width: 745px) {
*/

	/* Quill Editor Styles */
	.ql-toolbar.ql-snow .ql-formats {
		margin-right: 8px;
	}
	button.ql-header::before {
		content: 'H';
		color: black; 
	}
	button.ql-header {
		font-weight: bold;
		font-size: 17px !important;
	}
	.ql-header {
		color: #003d94;
		font-size: 21px !important;
		margin: 0.5em 0;
	}
	.ql-header::after {
		content: '\A';
		white-space: pre;
	}
	.ql-header::before {
		color: #003d94;
		content: '◼︎';
	}
	button.ql-s-bold::before {
		content: 'B';
	}
	button.ql-s-bold {
		font-size: 17px;
		font-weight: bold;
		color: black; 
	}
	.ql-s-bold {
		color: #003d94;
		font-size: 16px;
	}
	button.ql-s-under::before {
		content: 'U';
	}
	button.ql-s-under {
		font-size: 17px;
		font-weight: bold;
		color: black; 
	}
	.ql-s-under {
		color: #000000;
		font-size: 16px;
	}
    .quill-content,
	#quill-editor{
		font-size: 16px;
	}

	/* Quill Content Display Styles for Confirmation Page */
	.quill-content .ql-header {
		font-size: 21px;
		font-weight: bold;
		margin: 0.5em 0;
		display: block;
		color: #003d94;
	}
	.quill-content .ql-header::before {
		color: #003d94;
		content: '◼︎';
		margin-right: 0.5em;
	}
	.quill-content .ql-s-bold {
		font-weight: bold;
		display: inline;
		margin: 0.2em 0;
		color: #003d94;
		font-size: 16px;
	}
	.quill-content .ql-s-under {
		text-decoration: underline;
		display: inline;
		margin: 0.2em 0;
		color: #000000;
		font-size: 16px;
	}