/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
#comment-area ul li {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#comment-area ul li h4 {
	padding: 0;
	border: 1px solid #cfbd89;
	line-height: 2em;
	font-weight: 700;
	color: #cfbd89;
	font-size: 16px;
	width: 16em;
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Serif JP', sans-serif;
}
#comment-area ul p {
	text-align: justify;
}
#comment-area ul li h3 {
	box-sizing: border-box;
	color: #cfbd89;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	padding-top: px;
	padding-bottom: 4px;
	font-family: 'Noto Serif JP', sans-serif;
}
#comment-area ul li h3 span {
	font-size: 30px;
	line-height: 1em;
}
#comment-area ul li h3 em {
	display: block;
	font-style: normal;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	margin-top: 15px;
}
#comment-area ul li p {
	font-size: 18px;
	line-height: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area  {
}
#comment-area ul {
	box-sizing: border-box;
	padding: 0 30px;
}
#comment-area ul li h4 {
	font-size: 2.4vw;
}
#comment-area ul li h3 {
	font-size: 5vw;
	padding-bottom: 1vw;
}
#comment-area ul li h3 span {
	font-size: 3.6vw;
	line-height: 1em;
}
#comment-area ul li h3 em {
	font-size: 3.6vw;
	margin-top: 3.6vw;
}
#comment-area ul li p {
	font-size: 2.8vw;
	line-height: 2em;
}
}

@media print{
}