@charset "utf-8";
@import url("internal.css");
/* CSS Document */
#diagnosis {
	display: block;
	margin: 1em auto 0;
	width: 100%;
}

#cause {
	display: block;
	margin: 2em auto 0;
	width: 96%;
}
#cause ul {
	list-style: none;
}
#cause p {
	text-align: right;
	padding-right: 1em;
}
.cause-tit {
	background-color: #E0E9DC;
	margin-bottom: 0.5em;
	padding: 5px;
	box-sizing: border-box;
}

.cause-tit02 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5em;
	padding: 5px;
	border-bottom: solid 1px #E0E9DC;
	box-sizing: border-box;
}
.cause-tit03 {
	font-weight: 600;
	text-align: center;
	margin: 2em 0 0.5em;
	padding: 5px;
	border-top: solid 1px #E0E9DC;
	border-bottom: solid 1px #E0E9DC;
	box-sizing: border-box;
}

#classification {
	display: block;
	margin: 2em auto 0;
	width: 96%;
}
#classification th {
	color: #008C23;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 0;
	padding: 5px;
	width: 100%;
	border-bottom: solid 1px #E0E9DC;
	box-sizing: border-box;
}
#classification td {
	display: block;
	margin: 0.5em 0 2em;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
#diagnosis {
	width: 414px;
}

#cause {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: solid 1px #E0E9DC;
}

#cause01 {
	width: 25%;
	border-right: solid 1px #E0E9DC;
	box-sizing: border-box;
}
#cause01 dd {
	padding: 5px;
	box-sizing: border-box;
}
#cause01 dd ul {
	margin-left: -2em;
	display: block;
	width: 100%;
}

#cause02 {
	width: 75%;
}
#cause02 dd {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#cause02 dd dl {
	padding: 5px;
	width: 33.3%;
	border-right: solid 1px #E0E9DC;
	box-sizing: border-box;
}
#cause02 dd dl:last-child {
	border: none;
}
#cause02 dd dl dt {
}
#cause02 dd dl dd {
	display: block;
	width: 100%;
}
#cause02 dd ul {
	margin-left: -2em;
	display: block;
	width: 100%;
}
#cause02 dd li span {
	margin-left: 0.5em;
}
.cause-tit {
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
	box-sizing: border-box;
}

.cause-tit03 {
	margin: 0 0 0.5em;
	padding: 5px;
	border-top: none;
	border-bottom: solid 1px #E0E9DC;
	box-sizing: border-box;
}

#classification {
	display: table;
	margin: 2em auto 0;
	width: 980px;
	border: solid 1px #E0E9DC;
}
#classification th {
	color: #535353;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	margin: 0;
	padding: 5px;
	width: 300px;
	border-bottom: solid 1px #E0E9DC;
	border-right: solid 1px #E0E9DC;
	box-sizing: border-box;
}
#classification td {
	display: table-cell;
	margin: 0;
	padding: 5px;
	width: auto;
	border-bottom: solid 1px #E0E9DC;
	box-sizing: border-box;
}
}