/*//////////////////////////////////////// 01「受診機関について」 ////////////////////////////////////////*/

#org-list h3 {
	margin: 0;

}
#org-list h4 {
	margin: 1em 0;
	font-size: 80%;
}
#org-list h4 span {
	display: inline-block;
	border-radius: 1em;
	padding: 0.5em 1em;
	background-color: #d4eaff;
	color: #117ce0;
	line-height: 1;
}
#org-list p {
	margin-bottom: 0;
}

	html.PC #org-list {
	}
	html.PC #org-list > div {
		width: 800px;
		margin: 0 auto;
	}

		html.SP #org-list h4 span {
			font-size: 0.9em;
		}
		html.SP #org-list h4 a {
			display: block;
			margin-top: 0.25em;
			margin-left: 0.5em;
		}
		html.SP #org-list p br {
			display: none;
		}

/*==================== コラム ====================*/
#column01-1 > div > * {
	display: table-cell;
}
#column01-1 .image1 {
	width: 4.5em;
	vertical-align: bottom;
}
#column01-1 .text {
	padding: 0 1.5em;
}
#column01-1 .image2 {
	width: 5.5em;
	vertical-align: middle;
}
#column01-1 p:nth-of-type(1) {
	font-size: 1.1em;
}
	html.PC #column01-1 .image1 {
		transform: translate(0,1.5em);
	}

		html.SP #column01-1 {
			font-size: 80%;
		}
		html.SP #column01-1 > div {
			padding: 0;
		}
		html.SP #column01-1 .image1 {
			padding: 0 1em;
		}
		html.SP #column01-1 .text {
			padding: 1em 0;
		}
		html.SP #column01-1 .image2 {
			padding: 1em;
		}

/*//////////////////////////////////////// 02「受診するときに役立つメモ」 ////////////////////////////////////////*/
#memo {
}
#memo h3 {
	margin: 0 auto;
}
#memo .download {
	margin-top: 1em;
}
#memo .download span {
	display: block;
	margin: 0 auto;
}
#memo .download span.btn {
	margin-top: 1em;
}

	html.PC #memo {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	html.PC #memo > div {
		display: table-cell;
		vertical-align: top;
		width: 50%;
		border-right: 2px dotted #ccc;
		padding: 0.5em 2em;
	}
	html.PC #memo > div:first-child {
		border-left: 2px dotted #ccc;
	}
	html.PC #memo h3 {
		width: 230px;
	}
	html.PC #memo p span.image {
		width :205px;
	}
	html.PC #memo p span.btn {
		width: 235px;
	}

		html.SP #memo > div {
			border-top: 2px dotted #ccc;
			padding: 1em 0;
		}
		html.SP #memo2 {
			border-bottom: 2px dotted #ccc;
		}
		html.SP #memo h3 {
			text-align: center;
			font-size: 100%;
		}
		html.SP #memo h3 img {
			width: auto;
			height: 3.5em;
		}
		html.SP #memo .download {
			width: 70%;
			margin: 1em auto 0;
		}
		html.SP #memo .download span.image {
			width: 80%;
		}

#memo .item-list {
	margin-top: 1.5em;
	font-size: 95%;
}
#memo .item-list > div {
	border-top: 1px solid #ccc;
	padding: 1em 0;
}
#memo .item-list h4 {
	margin: 0;
	color: #ff3700;

	font-size: 110%;
}
#memo .item-list h4:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
	background: url(../images/common/caption_mark2.png) no-repeat;
	background-size: 100%;
}
#memo .item-list ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#memo .item-list li {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
#memo .item-list li span {
	font-size: 80%;
}
#memo .item-list .notes li:not(:first-child) {
	margin-top: 0.5em;
}
#memo1 .item-list > div:nth-of-type(1) li:nth-of-type(2n+1) {
	float: left;
	width: 8em;
}
#memo2 .item-list > div:nth-of-type(2) li:nth-of-type(2n+1) {
	float: left;
	width: 13em;
}
#memo2 .item-list > div:nth-of-type(3) li:nth-of-type(1) {
	float: left;
	width: 10em;
}
#memo1 .item-list > div:nth-of-type(3) li:nth-of-type(2) span {
	text-indent: -0.5em;
	display: block;
}

	html.PC #memo .item-list > div:not(.notes) {
		position: relative;
		padding-left: 8em;
		min-height: 1.4em;
	}
	html.PC #memo .item-list h4 {
		position: absolute;
		left: 0;
	}
	html.PC #memo .item-list ul {
		margin: 0;
	}
	html.PC #memo1 .item-list > div:last-child {
		border-bottom: 1px solid #ccc;
	}
	html.PC #memo .item-list p {
		margin: 0;
	}
		html.SP #memo .item-list ul,
		html.SP #memo .item-list p {
			margin: 0.5em 0 0;
		}


/*//////////////////////////////////////// 03「アレルギー検査について」 ////////////////////////////////////////*/
#spec-list {
}
#spec-list h3 {
	font-size: 100%;
	text-align: center;
	margin-top: 3em;
}
#spec-list .contents-list {
	margin-top: 1.5em;
}
#spec-list .image {
	width: 10em;
}
#spec1_1 .image img {
	width: auto;
	height: 10em;
}
#spec1_2 .image {
	width: 18em;
}

	html.PC #spec-list {
		width: 800px;
	}

	html.PC #spec-list h3 img {
		width: auto;
		height: 4em;
	}
	html.PC #spec-list .set .image {
		vertical-align: middle;
	}
		html.SP #spec-list h3 img {
			width: auto;
			height: 3.5em;
		}
