/* ---------- ---------- ---------- ---------- ---------- */
.symptom-list {
		list-style: none;
		margin: 0;
		padding: 0;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
.product-symptom .page-head .kv {
		background-image: url(../img/kv_product.jpg);
}

.section-symptom {
		margin: 0 auto;
		max-width: 920px;
}

.section-symptom .subsection {
		margin-bottom: 120px;
}

.section-symptom .subsection:after {
		content: "";
		display: block;
		clear: both;
}

.section-symptom .subsection-title {
		height: 0;
}

.section-symptom .subsection-body {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		padding-top: 50px;
}

@media (max-width: 670px) {
		.section-symptom .subsection {
				margin-bottom: 100px;
		}
		.section-symptom .subsection:after {
				content: "";
				display: block;
				clear: both;
		}
		.section-symptom .subsection-body {
				display: block;
				align-items: center;
				padding-top: 30px;
		}
}

.section-symptom .subsection:nth-child(odd) .subsection-title {
		float: left;
		margin-right: 50px;
		margin-left: 40px;
}

.section-symptom .subsection:nth-child(odd) .subsection-body {
		margin-right: 0;
		margin-left: 20%;
}

.section-symptom .subsection:nth-child(odd) .symptom-thumbnail {
		margin-right: 30px;
}

@media (max-width: 670px) {
		.section-symptom .subsection:nth-child(odd) .subsection-title {
				position: absolute;
				margin-right: 0;
				margin-left: 0;
		}
		.section-symptom .subsection:nth-child(odd) .subsection-body {
				margin-right: 0;
				margin-left: 0;
		}
		.section-symptom .subsection:nth-child(odd) .symptom-thumbnail {
				margin-right: 0;
		}
}

.section-symptom .subsection:nth-child(even) .subsection-title {
		float: right;
		margin-right: 40px;
		margin-left: 50px;
}

.section-symptom .subsection:nth-child(even) .subsection-body {
		flex-direction: row-reverse;
		margin-right: 20%;
		margin-left: 0;
}

.section-symptom .subsection:nth-child(even) .symptom-thumbnail {
		margin-left: 30px;
}

.section-symptom .subsection:nth-child(even) .symptom-list {
		text-align: right;
}

@media (max-width: 670px) {
		.section-symptom .subsection:nth-child(even) .subsection-title {
				position: absolute;
				margin-right: 0;
				margin-left: 0;
		}
		.section-symptom .subsection:nth-child(even) .subsection-body {
				margin-right: 0;
				margin-left: 0;
		}
		.section-symptom .subsection:nth-child(even) .symptom-thumbnail {
				margin-left: 0;
				text-align: center;
		}
		.section-symptom .subsection:nth-child(even) .symptom-list {
				margin-right: 0;
				text-align: left;
		}
}

.symptom-thumbnail {
		flex: 0 0 150px;
}

.symptom-item {
		display: inline-block;
		margin: 10px 15px;
		font-size: 17px;
		font-weight: bold;
}

.symptom-item a {
		position: relative;
		display: block;
		padding: 10px 30px;
		padding-right: 40px;
		background: #C2CCD2;
		color: #6a6a6a;
}

.symptom-item a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		margin-top: -6px;
		width: 12px;
		height: 12px;
		background: url(../img/icon_arrow.svg) no-repeat center;
		background-size: contain;
}

@media (max-width: 670px) {
		.symptom-thumbnail {
				margin-bottom: 20px;
				text-align: center;
		}
		.symptom-item {
				display: block;
				margin: 10px 5px;
		}
		.symptom-item a {
				padding: 10px;
				padding-right: 30px;
		}
}

.subsection-symptom-1 .subsection-title .title-style1 {
		color: #f5b893;
}

.subsection-symptom-1 .symptom-item a {
		background: #f7c6a9;
}

.subsection-symptom-2 .subsection-title .title-style1 {
		color: #fcdc83;
}

.subsection-symptom-2 .symptom-item a {
		background: #fcdf8f;
}

.subsection-symptom-3 .subsection-title .title-style1 {
		color: #61c1be;
}

.subsection-symptom-3 .symptom-item a {
		background: #80cdcb;
}

.subsection-symptom-4 .subsection-title .title-style1 {
		color: #d8e059;
}

.subsection-symptom-4 .symptom-item a {
		background: #dce36a;
}

/*# sourceMappingURL=symptom.css.map */