.list_diagnosis {
	background: #f9efcc;
	padding: 20px;
	border: 4px solid #e5c24e;
}

.list_diagnosis li {
	background: url(../../img/diagnosis/ic_check.png) no-repeat left top;
	background-size: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.list_diagnosis li:last-child {
	margin-bottom: 0;
}

.list_diagnosis.type02 {
	width: 45%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 15px 0 20px;
}

.list_diagnosis.type02 li {
	width: 40%;
}

.box_point.diagnosis .ti_h6 {
	margin-bottom: 0;
}

.box_right {
	float: right;
}
.box_left {
	overflow: hidden;
}
.ti_h6 {
	clear: both;
}

.wrap_list_diagnosis {
	position: relative;
}

.wrap_list_diagnosis .img {
	position: absolute;
	bottom: 4px;
	right: 40px;
}

.ta01 td.taR {
	text-align: right;
}

.lead.mb00 {
	margin-bottom: 0;
}

.text_sub .taC {
	text-align: center;
}

.text_sub .mb30 {
	margin-bottom: 30px;
}
