@charset "UTF-8";
/* CSS Document */

#contents .titleWrap{
	background-image: url(../images/symptom/titlebk.png)
}

/*----------------------------------------------------
	       
----------------------------------------------------*/
.symptom-nav ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	margin-bottom: 30px;
}
.symptom-nav ul li{
	width: 19%;
}
.symptom-nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	border: #eb8686 2px solid;
	color: #eb8686;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
@media (max-width: 767px) {
	.symptom-nav ul{
	margin-bottom: 15px;
}
	.symptom-nav ul li{
		width: 32%;
		margin-bottom: 10px;
	}
	.symptom-nav ul li:nth-child(4),.symptom-nav ul li:nth-child(5){
		width: 49%;
	}
}
.symptom-nav ul li a:hover{
	background: #eb8686;
	color: #fff;
}
.symptom-list{
	margin-bottom: 50px;
}
.item-ttl-wrap{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	height: 170px;
}
.item-ttl{
	width: 30%;
	background: #4072b3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	color: #fff;
	font-size: 1.5em;
}
.item-wrap-bk{
	width: 70%;
	background-size: cover;
}
.symptom-list .item{
	margin-top: 40px;
}
.symptom-list .item h4{
	font-size: 1.5em;
	font-weight: 500;
	color: #eb8686;
	margin-bottom: 15px;
}
.symptom-list .item .txt{
	line-height: 2;
}
.symptom-list .item .txt .font-r{
	color: #eb8686;
	text-decoration: underline;
}
.symptom-list .item .txt .font-b{
	color: #4072b3;
	text-decoration: underline;
}
.ex-wrap{
	background: #F0F0F0;
	padding: 20px;
	margin-bottom: 50px;
}
.ex-ttl{
	color: #4072b3;
	font-size: 1.3em;
	font-weight: 500;
}
.ex-item .txt{
	line-height: 1.8;
	font-size: 0.875em;
}
.ex-item .sttl{
	color: #eb8686;
	font-weight: 500;
}
.ex-item .txt ul{
	padding-left: 1em;
}
.ex-item .txt li{
	padding-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}