@charset: "UTF-8";

#diagnosis{
	width: 745px;
	margin: 0 auto 70px auto;
}
.bigtext{
	color: #555;
	font-weight: 900;
	font-size: 22px;
	line-height: 1.3;
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin: 16px 0px 19px 10px;
}
.n_text{
	width: 695px;
	color: #181C24;
	font-size: 15px;
	line-height: 2.0;
	margin: 0px 0px 0px 25px;
}

.left{
	width: 327px;
	float: left;
	margin: 20px 0px 20px 0px;
}
.right{
	width: 327px;
	float: right;
	margin: 20px 0px 20px 0px;
}


/* check mark */
.check li {
	position: relative;
}
.check li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 1.5em;
	width: 10px;
	height: 5px;
	border-left: 2px solid red;
	border-bottom: 2px solid red;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}