@charset "UTF-8";
/* CSS Document */

aside {
	text-align: center;
}
	aside p {
		position: relative;
		display: inline-block;
		padding-left: 1.5em;
	}
	aside p:before {
		position: absolute;
		top:0;
		left: 0;
	}

/* 戻るボタン */
.backBtn {
	margin: 20px 0 0;
}
	.backBtn input {
		width: 150px;
		height: 36px;
		font-size: 13px;
		color:#555555;
		border-radius: 44px;
		border: 1px solid transparent;
		background: url("../../../common/image/icon_arrow_back.png") 10px center no-repeat #D7DEE4;
		background-size: 6px auto;
		cursor: pointer;
	}
		@media (min-width: 681px) {
			.backBtn input:hover {
				opacity: 0.7;
				cursor: pointer;
			}
		}

.logoPrint {
	display: none;
}

/* 印刷するボタン */
.btnPrint input {
	float: right;
	width: 150px;
	height: 36px;
	padding-left: 2.5em;
	font-size: 13px;
	color:#555555;
	border-radius: 44px;
	border: 1px solid transparent;
	background:url("../../../common/image/icon_print.png") 30px center no-repeat #D7DEE4;
	background-size: 19px auto;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
	@media (min-width: 681px) {
		.btnPrint input:hover {
			opacity: 0.7;
			cursor: pointer;
		}
	}

#detail .title {
	display: table;
}
	#detail .title img {
		width: 40px;
		display: table-cell;
	}
	#detail .title span {
		display: table-cell;
		width: 100%;
		padding: 0 0 0 5px;
		font-size: 24px;
		font-weight: normal;
		vertical-align: middle;
	}

#detail .node {
	clear: right;
	font-size: 20px;
	color: #818B93;
	margin-bottom: 15px;
	line-height: 24px;
	padding-left: 1em;
	text-indent: -1em;
}
	#detail .node.bold {
		font-weight: bold;
		color: #000;
	}
#detail .node:before {
	content: '';
	width: 40px;
	height: 20px;
	border-left: 4px solid #B1D183;
	margin-right: 20px;
}

#detail h4.underline {
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;
}

/* 測定対象情報 */
/*
#detail .info > div h4 {
	float: left;
}
*/
#detail .infoBox {
	padding: 5px 20px;
	background: #FFFFFF;
}
	#detail .infoBox dl {
		display: table;
		width: 100%;
		height: 40px;
		font-size: 14px;
		border-bottom: 1px solid #E9E9E9;
	}
	#detail .infoBox dl:first-child {
		height: auto;
		padding: 5px 0;
	}
	#detail .infoBox dl:last-child {
		border: none;
	}
	#detail .infoBox dl dt,
	#detail .infoBox dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	#detail .infoBox dl dt {
		width: 20%;
		min-width: 180px;
		color: #828B93;
		font-weight: bold;
	}
	#detail .infoBox dl dd {
		width: 80%;
		overflow: hidden;
	}
		/* 測定対象 */
		#detail .infoBox dl dd .targetBox {
			float: left;
			display: table;
			width: 65%;
		}
		#detail .infoBox dl dd .targetBox img {
			width: 40px;
			display: table-cell;
		}
		#detail .infoBox dl dd .targetBox span {
			display: table-cell;
			width: 90%;
			padding: 0 0 0 10px;
			font-size: 12px;
			vertical-align: top;
		}
			#detail .infoBox dl dd .targetBox span a {
				display: block;
				font-size: 14px;
			}
		#detail .infoBox dl dd .btnCompare {
			float: right;
		}
		#detail .infoBox dl:nth-child(2) dd img {
			width: 90px;
		}
		#detail .infoBox dl:nth-child(6) dd img {
			width: 80px;
		}

#detail .infoBox:first-child {
	margin-bottom: 10px;
}

#detail .infoBox:nth-child(2) {
	margin-bottom: 50px;
}
		#detail .infoBox:nth-child(2) dl:first-child {
			margin: 15px 0 10px;
			text-align: center;
		}
		#detail .infoBox:nth-child(2) dl:first-child input[type="button"] {
			width: 200px;
			line-height: 36px;
			border-radius: 4px;
			background-color: #84BC25;
			border: none;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			color: #FFF;
		}

/* 測定結果 */
#detail .innerBox {
	padding: 5px 20px;
}
#detail .resultBox {
	margin-bottom: 30px;
}
	#detail .resultBox h3 {
		width: 240px;
		margin: -25px auto 0;
	}
	#detail .resultBox .imgResult {
		width: 200px;
		margin: 0 auto 20px;
		text-align: center;
	}
		#detail .resultBox .imgResult span {
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			color: #828C94;
			display: block;
			margin-top: 0.5em;
		}

	#detail .resultBox .chapter {
		margin: 30px 0 10px;
		padding: 0 0 0 20px;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 36px;
		background: #B2D183;
	}
		#detail .resultBox .chapter + dl {
			margin-top: 15px;
		}

	#detail .resultBox .graphWrap {
		overflow: hidden;
		margin-bottom: 50px;
	}
		#detail .resultBox .graphWrap > aside {
			clear: both;
			font-size: 12px;
			text-align: center;
		}

	#detail #chartdiv01 {
		height: 300px;
		margin-left: -15px;
	}
		@media only screen and (min-width:0) {
			#detail #chartdiv01 {
				width: 100%;
			}
		}

	#detail .resultBox .leftBox {
		float: left;
		width: 50%;
	}
		#detail .resultBox .leftBox .chart .chartLabel {
			display: table;
			width: 90%;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			color: #818B93;
			padding-left: 10%;
		}
			#detail .resultBox .leftBox .chart .chartLabel li {
				display: table-cell;
				width: 50%;
				vertical-align: top;
			}
				#detail .resultBox .leftBox .chart .chartLabel li:first-child {
					color: #85B933;
				}
					#detail .resultBox .leftBox .chart .chartLabel li:first-child img {
						width: 40px;
					}
		#detail .resultBox .leftBox .btnCompare {
			width: 240px;
			margin: 20px auto;
		}

	#detail .resultBox .rightBox {
		float: right;
		width: 50%;
		margin-bottom: 30px;
	}

	#detail .amcharts-category-axis .amcharts-axis-label {
		font-weight: bold;
	}

	#detail .lineGraph,
	#detail .lineGraph circle {
		pointer-events: none;
	}

/* モーダルリンク */
div.modalOpen {
	height: 2em;
}
div.modalLink {
	text-align: right;
}
	span.modalOpenSmt {
		font-weight: bold;
		color: #007440;
		text-decoration: underline;
		display: inline-block;
		cursor: pointer;
		margin-bottom: 10px;
	}
	span.modalOpenSmt img {
		width: 15px;
		margin-right: 8px;
		vertical-align: middle;
	}

/* モーダル */
.modalContent {
	text-align: left;
	border-radius: 4px;
}
.modalContent .innerModal {
	padding: 20px 10%;
}
.modalContent h2 {
	font-size: initial;
	font-weight: bold;
	width: auto;
	margin: auto;
	float: inherit;
	text-align: center;
	padding: 10px;
}
.modalContent .modalClose2 {
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	margin: 30px auto 0;
	font-size: 12px;
	color: #555555;
	text-align: center;
	border-radius: 44px;
	border: 1px solid transparent;
	background: url("../image/icon_close.png") 10px center no-repeat #D7DEE4;
	background-size: 13px auto;
}

/* 質問事項の回答内容 */
#detail .btnAnswer {
	display: none;
}
#detail .answer	{
	position: relative;
	margin-bottom: 40px;
}
#detail .entryBox {
	position: static;
}
/* 回答を編集ボタン */
#detail .entryBox .btnEdit {
	position: absolute;
	top:-10px;
	right: 0;
	width: 150px;
	height: 36px;
}
	#detail .entryBox .btnEdit input {
		width: 100%;
		height: 100%;
		font-size: 13px;
		color: #555555;
		border-radius: 44px;
		border: 1px solid transparent;
		background: url("../../image/icon_pen.png") 18px center no-repeat #D7DDE3;
		background-size: 16px auto;
		cursor: pointer;
		text-indent: 1em;
		-webkit-appearance:none;
		-moz-appearance: none;
		appearance: none;
	}
	@media (min-width: 681px) {
		#detail .entryBox .btnEdit input:hover {
			opacity: 0.7;
		}
	}
#detail .entryBox .innerEntry {
	padding: 20px;
}
	#detail .entryBox .innerEntry dl {
		padding:0 0 20px 20px;
		border-bottom: 1px solid #E9E9E9;
	}
	#detail .entryBox .innerEntry > dl:last-child {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		#detail .entryBox .innerEntry dl dt {
			display: table-cell;
			width: 33%;
			vertical-align: top;
		}
			#detail .entryBox .innerEntry dl dt span {
				font-size: 12px;
			}
		#detail .entryBox .innerEntry dl dd {
			display: table-cell;
			width: 67%;
		}
		#detail .entryBox .innerEntry dl .answerList dl {
			display: block;
			margin-bottom: 1em;
			padding: 0;
			border: none;
		}
		#detail .entryBox .innerEntry dl .answerList dl:last-child {
			margin-bottom: 0;
		}
		#detail .entryBox .innerEntry dl .answerList dl dt,
		#detail .entryBox .innerEntry dl .answerList dl dd {
			display: block;
		}
		#detail .entryBox .innerEntry dl .answerList dl dd {
			width: 100%;
		}
#detail .waiting p,
#detail .answer + .entryBox p {
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	color: #85B933;
}
/* 下部メッセージ部分 */
#detail .answer + .entryBox .innerEntry {
	padding: 20px 10px;
}
/* 結果メッセージ */
#detail .answer + .entryBox img {
	width: 280px;
}
/* 状況ステータスメッセージ */
#detail .waiting,
#detail .complete,
#detail .nonArrival {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
}
	#detail .complete dl dt,
	#detail .nonArrival dl dt {
		margin-bottom: 10px;
		font-size: 15px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:500;
	}
/* 測定中メッセージ */
#detail .waiting {
	border: 2px solid #B2D183;
}
	#detail .waiting img {
		width: 241px;
	}
/* 測定キット申込み完了メッセージ */
#detail .complete {
	border: 2px solid #DDDDDD;
}
	#detail .complete dl dt {
		color: #828C94;
	}
/* 測定キット未着メッセージ */
#detail .nonArrival {
	border: 2px solid #F6AC3B;
}
	#detail .nonArrival dl dt {
		color: #F6AC3B;
	}

/* ページ内リンク時のヘッダー幅との調整 */
#detail .resultBox section {
	margin-top: -90px;
	padding-top: 90px;
/*	overflow: hidden; */
}

/* ページ内リンクボタン */
#detail .themeList {
	margin: 20px auto;
	font-weight: bold;
	text-align: center;
}
	#detail .themeList ul {
		overflow: hidden;
		display: block;
		margin: -15px 0 0 -15px;
		font-size: 0px;
	}
		#detail .themeList ul li {
			display: inline-block;
			width: 170px;
			line-height: 40px;
			margin: 15px 0 0 15px;
			border: 1px solid #CCCCCC;
			border-radius: 4px;
			font-size: 14px;
			text-align: center;
			background: #F9F9F9;
		}
			#detail .themeList ul li:hover{
				opacity: 0.7;
			}
			#detail .themeList ul li > a {
				display:block;
				color: #555555;
				text-decoration: none;
			}

/*
-------------------------------------------------- */
/*	腎臓チェック
-------------------------------------------------- */
#detail .resultBox #kidneyCheck {
	margin-bottom: 25px;
}

/* 結果区分別コメント */
#detail .resultBox #kidneyCheck .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}

#detail .resultBox #kidneyCheck .notification > dl > dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #828C94;
}

#detail .resultBox #kidneyCheck .notification > dl > dt span {
	color: #F6AC3B;
}

#detail .resultBox #kidneyCheck .notification > dl > dt span > span {
	font-size: 30px;
}

#detail .resultBox #kidneyCheck .notification > dl > dt span > br {
	display: none;
}

#detail .resultBox #kidneyCheck .notification > dl > dd > p {
	margin-bottom: 20px;
}

#detail .resultBox #kidneyCheck .notification > dl > dd > span {
	font-weight: bold;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}

#detail .resultBox #kidneyCheck .notification > dl > dd > span img {
	width: 15px;
	margin-right: 8px;
	vertical-align: middle;
}

#kidneyCheck .acMenu .kcYobouTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F3F5F7;
	display: none;
}

.kcDistribution {
	max-width: 650px;
	margin: 0 auto 20px;
}

.kcDistributionTable {
	display: table;
	width: 100%;
}

.kcDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.kcDistributionTableCell img {
	width: 50px;
}

.kcYobouTitleTable {
	background: #fefae1;
	display: table;
	margin: 15px auto;
	width: 100%;
}

.kcYobouTitleImg {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
	text-align: center;
	padding: 15px 0 0;
}

.kcYobouTitleText {
	display: table-cell;
	color: #f79300;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
	text-align: left;
}

.kcModalHanteiText {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 70%;
}

.kc_lifestyle_text,
.kcLifestyleText,
kcModalHanteiText {
	list-style: none;
	padding: 0;
	margin: 0;
}

.kc_lifestyle_text li,
.kcLifestyleText li,
.kcModalHanteiText li {
	padding-left: 1em;
	position: relative;
}

.kc_lifestyle_text li:before,
.kcLifestyleText li:before,
.kcModalHanteiText li:before {
	content: "・";
	color: grey;
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 20px;
	line-height: 100%;
}

.kcLifestyleCaution {
	width: 100%;
	font-size: 90%;
	margin: 20px auto 0;
	text-align: left;
}

.kcResultClasses {
	position: relative;
	background: #86ba34;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 35px 0;
}

.kcResultClasses:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(134, 186, 52, 0);
	border-top-color: #86ba34;
	border-width: 15px;
	margin-left: -15px;
}

.kcResultClasses .kcBoldText {
	font-size: 14px;
	font-weight: bold;
}

.kcFloatLeft {
	width: 60%;
	float: left;
}

.kcFloatRight {
	width: 40%;
	float: right;
}

.kcClearBoth {
	clear: both;
	font-size: 90%;
	text-align: left;
}

/* バナー */
#kidney_pc_banner {
	display: block;
	width: 50%;
	margin: auto;
}

#kidney_sp_banner {
	display: none;
	margin: auto;
}

#kidney_sp_banner + br + p {
	margin: 0 auto;
	text-align: center;
}
#kidney_sp_banner + br + p + p {
	margin: 0 auto 1rem;
	text-align: center;
}

/* モーダル */
#kidneyCheckQuestion table {
	width: 100%;
}

#kidneyCheckQuestion table td {
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	padding: 10px 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#kidneyCheckQuestion table thead td {
	border-bottom: 2px solid #ccc;
	color: #ccc;
}

/* 頭数分布 */
.kcDistribution {
	max-width: 650px;
	margin: 20px auto;
}

.kcDistribution .kidney_check_description {
	font-size: 16px;
	color: #818B93;
	text-align: center;
}

.kcDistribution .kidney_check {
	font-size: 30px;
	font-weight: bold;
	color: #55aee6;
	margin-left: 10px;
	vertical-align: middle;
}

.kcDistributionTable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.kcDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.kcDistributionTableCell:first-child {
	border-right: 1px solid #E9E9E9;
}
.kcDistributionTableCell:last-child {
	border-left: 1px solid #E9E9E9;
}

.kcDistributionTableCell .percent {
	font-size: 22px;
	margin-left: 5px;
	display: block;
}

/* -------------------
	以下、フキダシ用
--------------------- */
img {
	vertical-align: bottom;
}

.kcSerifWrapper {
	/* CSS grid */
	display: grid;
	grid-template-rows: 80px auto;
	grid-template-columns: 170px auto 120px;
	/* IE11対応 */
	display: -ms-grid;
	-ms-grid-rows: 80px auto;
	-ms-grid-columns: 170px auto 100px;
	max-width: 650px;
	width: 95%;
	max-height: 600px;
	margin: 20px auto 40px;
}

.kcComment {
	width: 100%;
	padding: 20px;
	background-color: #f0f6e6;
}
	.kcComment > h6 {
		text-align: left;
		font-weight: bold;
		font-size: 120%;
		color: #85B933;
		margin-bottom: 10px;
	}

.kcHuman {
	width: max-content;
}

.kcHuman1 {
	grid-row: 1/3;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding-right: 20px;
	margin-bottom: 20px;
}

.kcHuman2 {
	grid-row: 1/3;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	padding-left: 20px;
}

.kcFuki {
	width: 100%;
}

.kcFuki1 {
	grid-row: 1/2;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	margin-bottom: 20px;
}

.kcFuki2 {
	grid-row: 2/3;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

.mamaText {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #f7eaa4;
	border-radius: 0 10px 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 8px;
}

.mamaText::after { /* フキダシしっぽ部分 */
	position: absolute;
	left: -19px; /* わざと1px重ねて IE11 での表示ズレを回避 */
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 12px 0;
	border-color: transparent #f7eaa4 transparent transparent;
}

.doctorText {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #c7e5fd;
	border-radius: 10px 0 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 8px;
}

.doctorText::after { /* フキダシしっぽ部分 */
	position: absolute;
	right: -19px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 0;
	border-color: #c7e5fd transparent transparent transparent;
}

.imgMamanon1 {
	width: 170px;
}

.imgDoctor {
	width: 82px;
}

.imgMamanon2 {
	width: 85px;
}

.kcCaution {
	font-size: 90%;
	max-width: 650px;
	width: 95%;
	margin: 0px auto 20px;
	text-align: left;
}

/* 帯グラフ */
.kcObiTable {
	display: table;
	width: 100%;
	margin: 10px auto;
}

.kcObi {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	font-size: x-small;
	font-weight: bold;
}

.kcObi:first-child {
	border-radius: 8px 0 0 8px;
}
.kcObi:last-child {
	border-radius: 0 8px 8px 0;
}

.kcModalBoldText {
	font-weight: bold !important;
}

.kcModalRiskText {
	max-width: 450px;
	margin: 15px auto 0;
}

.kcModalRiskStatus {
	font-weight: bold;
	min-width: 105px;
}

.kcModalReferenceText {
	font-size: 90%;
	margin: 10px auto;
}

.kcModalHanteiArea {
	background: #f1f5f6;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0;
}

.kcModalHanteiImg {
	display: inline-block;
	width: 170px;
}
.kcSpOnlyBr {
	display: none;
}

/* 慢性腎不全 診断フローチャート・ボタン一式 */
.kidneyCheckBox {
	margin: 30px;
	text-align: center;
}
.kidneyCheckBox > img {
	width:200px;
}
.kidneyCheckBox > a {
	display: inline-block;
	margin-bottom: 6px;
	width: 240px;
	height: 44px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 22px;
	background: #F7AC2A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
@media (min-width: 681px) {
	.kidneyCheckBox > a:hover {
		opacity: 0.7;
		cursor:pointer;
	}
}
.kidneyCheckBox .kidneyCheckBox__text {
	margin-top:8px;
	line-height: 1.1em;
}
.kidneyCheckBox .kidneyCheckBox__row1 {
	font-size: 10px;
}
.kidneyCheckBox .kidneyCheckBox__row2 {
	font-size: 15px;
}

/*
-------------------------------------------------- */
/*	腸内フローラチェック
-------------------------------------------------- */
#detail .resultBox #gutCheck {
	margin-bottom: 25px;
}

/* 結果区分別コメント */
#detail .resultBox #gutCheck .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}

#detail .resultBox #gutCheck .notification > dl > dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #828C94;
}

#detail .resultBox #gutCheck .notification > dl > dt span {
	color: #F6AC3B;
}

#detail .resultBox #gutCheck .notification > dl > dt span > span {
	font-size: 30px;
}

#detail .resultBox #gutCheck .notification > dl > dt span > br {
	display: none;
}

#detail .resultBox #gutCheck .notification > dl > dd > p {
	margin-bottom: 20px;
}

#detail .resultBox #gutCheck .notification > dl > dd > span {
	font-weight: bold;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}

#detail .resultBox #gutCheck .notification > dl > dd > span img {
	width: 15px;
	margin-right: 8px;
	vertical-align: middle;
}


/* 頭数分布 */
.gcDistribution {
	max-width: 650px;
	margin: 20px auto;
}

.gcDistribution .gut_check_description {
	font-size: 16px;
	color: #818B93;
	text-align: center;
}

.gcDistribution .gut_check {
	font-size: 30px;
	font-weight: bold;
	color: #55aee6;
	margin-left: 10px;
	vertical-align: middle;
}

.gcDistributionTable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.gcDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.gcDistributionTableCell:first-child {
	border-right: 1px solid #E9E9E9;
}
.gcDistributionTableCell:last-child {
	border-left: 1px solid #E9E9E9;
}

.gcDistributionTableCell .percent {
	font-size: 22px;
	margin-left: 5px;
}

.gcResultClasses {
	position: relative;
	background: #86ba34;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 25px 0;
}

.gcResultClasses:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(134, 186, 52, 0);
	border-top-color: #86ba34;
	border-width: 15px;
	margin-left: -15px;
}

.gcResultClasses .gcBoldText {
	font-size: 14px;
	font-weight: bold;
}

.gcFloatLeft {
	width: 60%;
	float: left;
}

.gcFloatRight {
	width: 40%;
	float: right;
}

.gcClearBoth {
	clear: both;
	font-size: 90%;
	text-align: left;
}

/* -------------------
	以下、フキダシ用
--------------------- */
img {
	vertical-align: bottom;
}

.gcSerifWrapper {
	/* CSS grid */
	display: grid;
	grid-template-rows: 80px auto;
	grid-template-columns: 170px auto 120px;
	/* IE11対応 */
	display: -ms-grid;
	-ms-grid-rows: 80px auto;
	-ms-grid-columns: 170px auto 100px;
	max-width: 650px;
	width: 95%;
	max-height: 600px;
	margin: 20px auto 40px;
}

.gcComment {
	width: 100%;
	padding: 20px;
	background-color: #f0f6e6;
}
	.gcComment > h6 {
		text-align: left;
		font-weight: bold;
		font-size: 120%;
		color: #85B933;
		margin-bottom: 10px;
	}

.gcHuman {
	width: max-content;
}

.gcHuman1 {
	grid-row: 1/3;
	grid-column: 1/2;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding-right: 20px;
	margin-bottom: 20px;
}

.gcHuman2 {
	grid-row: 1/3;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	padding-left: 20px;
}

.gcFuki {
	width: 100%;
}

.gcFuki1 {
	grid-row: 1/2;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	margin-bottom: 20px;
}

.gcFuki2 {
	grid-row: 2/3;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

.mamaText {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #f7eaa4;
	border-radius: 0 10px 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 8px;
}

.mamaText::after { /* フキダシしっぽ部分 */
	position: absolute;
	left: -19px; /* わざと1px重ねて IE11 での表示ズレを回避 */
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 12px 0;
	border-color: transparent #f7eaa4 transparent transparent;
}

.doctorText {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #c7e5fd;
	border-radius: 10px 0 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 8px;
}

.doctorText::after { /* フキダシしっぽ部分 */
	position: absolute;
	right: -19px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 0;
	border-color: #c7e5fd transparent transparent transparent;
}

.imgMamasocks1 {
	width: 170px;
}

.imgDoctor {
	width: 82px;
}

.imgMamasocks2 {
	width: 85px;
}

.gcCaution {
	font-size: 90%;
	max-width: 650px;
	width: 95%;
	margin: 0px auto 20px;
	text-align: left;
}

/* 帯グラフ */
.gcObiTable {
	display: table;
	width: 100%;
	margin: 10px auto;
}

.gcObi {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	font-size: x-small;
	font-weight: bold;
}

.gcObi:first-child {
	border-radius: 8px 0 0 8px;
}
.gcObi:last-child {
	border-radius: 0 8px 8px 0;
}

.gcFloatRight table {
	width: 90%;
	margin: 0 0 0 10%;
}

.gcFloatRight table tr td,
.gcFloatRight table tr th {
	border: solid #dddddd 1px;
	vertical-align: middle;
	text-align: left;
}

.gcFloatRight table tr th img {
	display: block;
	margin: 5px auto;
}

.gcFloatRight table tr td span {
	margin-left: 14px;
}

.gcModalReferenceText {
	font-size: 90%;
	margin: 0 auto 0;
}

.gcSpOnlyBr {
	display: none;
}

/*
-------------------------------------------------- */
/*	腸内健康年齢
-------------------------------------------------- */
#detail .resultBox #gut_age01 {
	margin-bottom: 45px;
}
/* 年齢別-コメント */
	#detail .resultBox #gut_age01 .notification {
		margin-bottom: 30px;
		padding: 20px 10px;
		text-align: center;
		background: #FFFFFF;
		border: 2px solid #F6AC3B;
	}
		#detail .resultBox #gut_age01 .notification > dl > dt {
			margin-bottom: 10px;
			font-size: 20px;
			font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			color: #828C94;
		}
			#detail .resultBox #gut_age01 .notification > dl > dt span {
				color: #F6AC3B;
			}
				#detail .resultBox #gut_age01 .notification > dl > dt span > span {
					font-size: 30px;
				}
				#detail .resultBox #gut_age01 .notification > dl > dt span > br {
					display: none;
				}
		#detail .resultBox #gut_age01 .notification > dl > dd > p {
			margin-bottom: 20px;
		}
		#detail .resultBox #gut_age01 .notification > dl > dd > span {
			font-weight: bold;
			color: #007440;
			text-decoration: underline;
			cursor: pointer;
		}
			#detail .resultBox #gut_age01 .notification > dl > dd > span img {
				width: 15px;
				margin-right: 8px;
				vertical-align: middle;
			}

/*
-------------------------------------------------- */
/*	腸内フローラタイプ
-------------------------------------------------- */
#theme_type_gut_type {
	margin-left: 5px;
}

#theme_type_gut_type h4 {
	width: 100%;
}

#gut_type_list {
	margin-bottom: 45px;
}

#gut_type_list .notification p.gut_type_description {
	margin-bottom: 20px;
	font-size: 16px;
	color: #818B93;
	text-align: center;
}
#gut_type_list .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}
#gut_type_list .notification span.gut_type {
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
}
#gut_type_list .notification span.gut_type.hign {
	color: #ea92b8;
}
#gut_type_list .notification span.gut_type.low {
	color: #55aee6;
}

.gtComment {
	width: 100%;
	padding: 20px;
	background-color: #f0f6e6;
}
	.gtComment > h6 {
		text-align: left;
		font-weight: bold;
		font-size: 120%;
		color: #85B933;
		margin-bottom: 10px;
	}

/* モーダル */
#gutTypeQuestion.modalContent .times,
#gutTypeQuestion.modalContent .equal {
	font-size: 2.0em;
	text-align: center;
	color: #aaa;
}

#gutTypeQuestion.modalContent h2,
#gutTypeQuestion.modalContent h3 {
	font-size: initial;
	font-weight: bold;
	width: auto;
	margin: auto;
	float: inherit;
	text-align: center;
	padding: 10px;
}
#gutTypeQuestion.modalContent h4 {
	font-size: initial;
	float: initial;
	text-align: center;
	font-weight: bold;
	margin: auto;
	padding: 10px;
}

#gutTypeQuestion.modalContent table {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	width: 99%;
}
	#gutTypeQuestion.modalContent table td {
		margin: 10px;
		padding: 0 10px;
	}
	#gutTypeQuestion.modalContent table td:not(:first-child) {
		border-left: 2px solid #ebebeb;
	}
		#gutTypeQuestion.modalContent table td {
			font-size: 1.2rem;
			font-weight: bold;
		}
		#gutTypeQuestion.modalContent table td span:first-child {
			color: #8cbd44;
		}
		#gutTypeQuestion.modalContent table td span:nth-of-type(2) {
			color: #c0c0c0;
		}

#gutTypeQuestion.modalContent .diversity {
	padding: 20px;
	background: #fdeeef;
}
	#gutTypeQuestion.modalContent .diversity > h3 {
		color: #ee8a8b;
	}
	#gutTypeQuestion.modalContent .diversity > div {
		background: #fff;
		width: 100%;
		padding: 10px;
	}

#gutTypeQuestion.modalContent .Fungus {
	padding: 20px;
	background: #e0f4fb;
}
	#gutTypeQuestion.modalContent .Fungus > h3 {
		color: #75b7d9;
	}
	#gutTypeQuestion.modalContent .Fungus > div {
		background: #fff;
		width: 100%;
		padding: 10px;
	}

#gutTypeQuestion.modalContent .result {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
	#gutTypeQuestion.modalContent .result > span {
		font-size: 2.0em;
	}

/*
-------------------------------------------------- */
/*	腸内細菌の詳細
-------------------------------------------------- */
#theme_type_gut_detail {
	margin-left: 5px;
}

#theme_type_gut_detail h4 {
	width: 100%;
}

#theme_type_gut_detail > dl {
	margin-bottom: 45px;
}

#theme_type_gut_detail > dl .gutDetailTable {
	margin: 20px auto;
	font-size: 12px;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}
#theme_type_gut_detail > dl .gutDetailTable > dl:not(:last-child) {
	border-bottom: solid 15px #fff;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt,
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dd {
	display: table-cell;
	width: 50%;
	padding: 20px;
/*	text-align: center; */
/*	vertical-align: middle; */
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt:first-child {
	background: #fff;
	color: #88bb2e;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt:not(:last-child) {
	border-right: solid 15px #fff;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt:first-child > p {
	text-align: right;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt .no_str {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt .slash {
	margin-left: 5px;
	font-size: 16px;
	color: #ddd;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dt .rate {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}
#theme_type_gut_detail > dl .gutDetailTable [id^="gutDetail"] > dd > h5 {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 140%;
	background: #f0f7e7
}

#theme_type_gut_detail .acMenu .varietyYobouTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F3F5F7;
	display: none;
}

/* モーダル */
#gutDetailQuestion.modalContent dl {
	display: table;
	width: 100%;
	border-spacing: 10px 30px;
}
#gutDetailQuestion.modalContent dt,
#gutDetailQuestion.modalContent dd {
	display: table-cell;
	width: 1%;
	border: solid #ddd 2px;
	border-collapse: separate;
	padding: 30px;
}
	#gutDetailQuestion.modalContent dt > h3,
	#gutDetailQuestion.modalContent dd > h3 {
		font-size: initial;
		font-weight: bold;
		width: auto;
		margin: auto;
		float: inherit;
		text-align: center;
		padding: 10px;
	}
	#gutDetailQuestion.modalContent dt >img,
	#gutDetailQuestion.modalContent dd >img {
		vertical-align: top;
	}
	#gutDetailQuestion.modalContent dd >img {
		text-align: right;
	}

#varietyQuestion.modalContent img {
	display: block;
	width: 180px;
	margin: auto;
	padding: 10px 0;
}

.varietyYobouTitleTable {
	background: #fefae1;
	display: table;
	margin: 15px auto;
	width: 100%;
}

.varietyYobouTitleImg {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
	text-align: center;
	padding: 15px 0 0;
}

.varietyYobouTitleText {
	display: table-cell;
	color: #f79300;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
	text-align: left;
}

#theme_type_recommend_food a {
	display: block;
	margin : 0 auto;
	text-align: center;
	text-decoration: none;
}
#theme_type_recommend_food a > img {
	width: auto;
	margin: auto;
}
	#theme_type_recommend_food a > img.recommend_snack_pc {
		display: block;
		width: 50%;
	}
	#theme_type_recommend_food a > img.recommend_snack_sp {
		display: none;
	}
#theme_type_recommend_food p {
	margin : 0 auto 1rem;
}

/*
-------------------------------------------------- */
/*	おすすめフード
-------------------------------------------------- */
#theme_type_recommend_food a,
#theme_type_recommend_snack a {
	display: block;
	margin : 0 auto;
	text-align: center;
	text-decoration: none;
}
#theme_type_recommend_food a > img,
#theme_type_recommend_snack a > img {
	width: auto;
	margin: auto;
}
	#theme_type_recommend_food a > img.recommend_food_pc,
	#theme_type_recommend_snack a > img.recommend_snack_pc {
		display: block;
		width: 50%;
	}
	#theme_type_recommend_food a > img.recommend_food_sp,
	#theme_type_recommend_snack a > img.recommend_snack_sp {
		display: none;
	}
#theme_type_recommend_food p,
#theme_type_recommend_snack p {
	margin : 0 auto 1rem;
}

#theme_type_recommend_food p:last-of-type,
#theme_type_recommend_snack p:last-of-type {
	text-align: center;
}

/*
-------------------------------------------------- */
/*	アレルギー体質チェック
-------------------------------------------------- */
#detail .resultBox #allergyCheck {
	margin-bottom: 25px;
}

#detail .resultBox #allergyCheck .notification > dl > dd > span img {
	width: 15px;
	margin-right: 8px;
	vertical-align: middle;
}

/* 結果区分別コメント */
#detail .resultBox #allergyCheck .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}

#detail .resultBox #allergyCheck .notification > dl > dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #828C94;
}
	#detail .resultBox #allergyCheck .notification > dl > dt > .modalLink {
		margin-top: 10px;
		font-size: 0.9rem;
		text-align: center;
	}
		#detail .resultBox #allergyCheck .notification > dl > dt > .modalLink > span.modalOpenSmt {
			margin-bottom: 0;
		}
	#detail .resultBox #allergyCheck .notification > dl > dt span > span {
		font-size: 30px;
	}

	#detail .resultBox #allergyCheck .notification > dl > dt span > br {
		display: none;
	}

#detail .resultBox #allergyCheck .notification > dl > dd > p {
	margin-bottom: 20px;
}

#detail .resultBox #allergyCheck .notification > dl > dd > span {
	font-weight: bold;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}

#allergyCheck .acMenu .acYobouTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F3F5F7;
	display: none;
}

/* モーダル */
#allergyCheckQuestion table {
	width: 100%;
}

#allergyCheckQuestion table td {
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	padding: 10px 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#allergyCheckQuestion table thead td {
	border-bottom: 2px solid #ccc;
	color: #ccc;
}

/* 頭数分布 */
.acDistribution {
	max-width: 650px;
	margin: 30px auto 20px;
}

.acDistribution .allergy_check_description {
	font-size: 16px;
	color: #818B93;
	text-align: center;
}

.acDistribution .allergy_check {
	font-size: 30px;
	font-weight: bold;
	color: #55aee6;
	margin-left: 10px;
	vertical-align: middle;
}

.acDistributionTable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.acDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.acDistributionTableCell:first-child {
	border-right: 1px solid #E9E9E9;
}
.acDistributionTableCell:last-child {
	border-left: 1px solid #E9E9E9;
}

.acDistributionTableCell .percent {
	font-size: 22px;
	margin-left: 5px;
	display: block;
}

.acYobouTitleTable {
	background: #fefae1;
	display: table;
	margin: 15px auto;
	width: 100%;
}

.acYobouTitleImg {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
	text-align: center;
	padding: 15px 0 0;
}

.acYobouTitleText {
	display: table-cell;
	color: #f79300;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
	text-align: left;
}

.acResultClasses {
	position: relative;
	background: #86ba34;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 35px 0;
}

.acResultClasses:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(134, 186, 52, 0);
	border-top-color: #86ba34;
	border-width: 15px;
	margin-left: -15px;
}

.acResultClasses .acBoldText {
	font-size: 14px;
	font-weight: bold;
}

.acFloatLeft {
	width: 60%;
	float: left;
}

.acFloatRight {
	width: 40%;
	float: right;
}

.acClearBoth {
	clear: both;
	font-size: 90%;
	text-align: left;
}

-------------------------------------------------- */
/*	歯周病リスクチェック
-------------------------------------------------- */
#detail .resultBox #periodontalCheck {
	margin-bottom: 25px;
}

#detail .resultBox #periodontalCheck .notification > dl > dd > span img {
	width: 15px;
	margin-right: 8px;
	vertical-align: middle;
}

/* 結果区分別コメント */
#detail .resultBox #periodontalCheck .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}

#detail .resultBox #periodontalCheck .notification > dl > dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #828C94;
}
	#detail .resultBox #periodontalCheck .notification > dl > dt > .modalLink {
		margin-top: 10px;
		font-size: 0.9rem;
		text-align: center;
	}
		#detail .resultBox #periodontalCheck .notification > dl > dt > .modalLink > span.modalOpenSmt {
			margin-bottom: 0;
		}
	#detail .resultBox #periodontalCheck .notification > dl > dt span > span {
		font-size: 30px;
	}

	#detail .resultBox #periodontalCheck .notification > dl > dt span > br {
		display: none;
	}

#detail .resultBox #periodontalCheck .notification > dl > dd > p {
	margin-bottom: 20px;
}

#detail .resultBox #periodontalCheck .notification > dl > dd > span {
	font-weight: bold;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}

#periodontalCheck .acMenu .prYobouTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F3F5F7;
	display: none;
}

#periodontalCheck .acMenu > dd {
	margin-bottom: 20px;
}

/* バナー */
#periodontal_pc_banner {
	display: block;
	width: 50%;
	margin: auto;
}

#periodontal_sp_banner {
	display: none;
	margin: auto;
}

#periodontal_sp_banner + br + p {
	margin: 0 auto;
	text-align: center;
}
#periodontal_sp_banner + br + p + p {
	margin: 0 auto 1rem;
	text-align: center;
}

/* モーダル */
#periodontalCheckQuestion table {
	width: 100%;
}

#periodontalCheckQuestion table td {
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	padding: 10px 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#periodontalCheckQuestion table thead td {
	border-bottom: 2px solid #ccc;
	color: #ccc;
}

/* 頭数分布 */
.prDistribution {
	max-width: 650px;
	margin: 30px auto 20px;
}

.prDistribution .periodontal_check_description {
	font-size: 16px;
	color: #818B93;
	text-align: center;
}

.prDistribution .periodontal_check {
	font-size: 30px;
	font-weight: bold;
	color: #55aee6;
	margin-left: 10px;
	vertical-align: middle;
}

.prDistributionTable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.prDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.prDistributionTableCell:first-child {
	border-right: 1px solid #E9E9E9;
}
.prDistributionTableCell:last-child {
	border-left: 1px solid #E9E9E9;
}

.prDistributionTableCell .percent {
	font-size: 22px;
	margin-left: 5px;
	display: block;
}

.prYobouTitleTable {
	background: #fefae1;
	display: table;
	margin: 15px auto;
	width: 100%;
}

.prYobouTitleImg {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
	text-align: center;
	padding: 15px 0 0;
}

.prYobouTitleText {
	display: table-cell;
	color: #f79300;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
	text-align: left;
}

.prResultClasses {
	position: relative;
	background: #86ba34;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 35px 0;
}

.prResultClasses:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(134, 186, 52, 0);
	border-top-color: #86ba34;
	border-width: 15px;
	margin-left: -15px;
}

.prResultClasses .acBoldText {
	font-size: 14px;
	font-weight: bold;
}

.prClearBoth {
	clear: both;
	font-size: 90%;
	text-align: left;
}

-------------------------------------------------- */
/*	心臓チェック
-------------------------------------------------- */
#detail .resultBox #heartCheck {
	margin-bottom: 25px;
}

#detail .resultBox #heartCheck .notification > dl > dd > span img {
	width: 15px;
	margin-right: 8px;
	vertical-align: middle;
}

/* 結果区分別コメント */
#detail .resultBox #heartCheck .notification {
	margin-bottom: 30px;
	padding: 20px 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #F6AC3B;
}

#detail .resultBox #heartCheck .notification > dl > dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #828C94;
}
	#detail .resultBox #heartCheck .notification > dl > dt > .modalLink {
		margin-top: 10px;
		font-size: 0.9rem;
		text-align: center;
	}
		#detail .resultBox #heartCheck .notification > dl > dt > .modalLink > span.modalOpenSmt {
			margin-bottom: 0;
		}
	#detail .resultBox #heartCheck .notification > dl > dt span > span {
		font-size: 30px;
	}

	#detail .resultBox #heartCheck .notification > dl > dt span > br {
		display: none;
	}

#detail .resultBox #heartCheck .notification > dl > dd > p {
	margin-bottom: 20px;
}

#detail .resultBox #heartCheck .notification > dl > dd > span {
	font-weight: bold;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}

#heartCheck .acMenu .htYobouTitle {
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F3F5F7;
	display: none;
}

#heartCheck .acMenu > dd {
	margin-bottom: 20px;
}

/* バナー */
#heart_pc_banner {
	display: block;
	width: 50%;
	margin: auto;
}

#heart_sp_banner {
	display: none;
	margin: auto;
}

#heart_sp_banner + br + p {
	margin: 0 auto;
	text-align: center;
}
#heart_sp_banner + br + p + p {
	margin: 0 auto 1rem;
	text-align: center;
}

/* モーダル */
#heartCheckQuestion table {
	width: 100%;
}

#heartCheckQuestion table td {
	border-bottom: 1px solid #ccc;
	border-collapse: separate;
	padding: 10px 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#heartCheckQuestion table thead td {
	border-bottom: 2px solid #ccc;
	color: #ccc;
}

/* 頭数分布 */
.htDistribution {
	max-width: 650px;
	margin: 30px auto 20px;
}

.htDistribution .heart_check_description {
	font-size: 16px;
	color: #818B93;
	text-align: center;
}

.htDistribution .heart_check {
	font-size: 30px;
	font-weight: bold;
	color: #55aee6;
	margin-left: 10px;
	vertical-align: middle;
}

.htDistributionTable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.htDistributionTableCell {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	line-height: 2;
}

.htDistributionTableCell:first-child {
	border-right: 1px solid #E9E9E9;
}
.htDistributionTableCell:last-child {
	border-left: 1px solid #E9E9E9;
}

.htDistributionTableCell .percent {
	font-size: 22px;
	margin-left: 5px;
	display: block;
}

.htYobouTitleTable {
	background: #fefae1;
	display: table;
	margin: 15px auto;
	width: 100%;
}

.htYobouTitleImg {
	display: table-cell;
	vertical-align: bottom;
	width: 115px;
	text-align: center;
	padding: 15px 0 0;
}

.htYobouTitleText {
	display: table-cell;
	color: #f79300;
	font-weight: bold;
	vertical-align: middle;
	font-size: 110%;
	text-align: left;
}

.htResultClasses {
	position: relative;
	background: #86ba34;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	margin: 0 0 35px 0;
}

.htResultClasses:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(134, 186, 52, 0);
	border-top-color: #86ba34;
	border-width: 15px;
	margin-left: -15px;
}

.htResultClasses .acBoldText {
	font-size: 14px;
	font-weight: bold;
}

.htClearBoth {
	clear: both;
	font-size: 90%;
	text-align: left;
}

/* -------------------
	以下、フキダシ用
--------------------- */
img {
	vertical-align: bottom;
}

.acSerifWrapper {
	/* CSS grid */
	display: grid;
	/* IE11対応 */
	display: -ms-grid;
	max-width: 650px;
	width: 95%;
	max-height: 600px;
	margin: 20px auto 40px;
}

.acComment,
.prComment,
.htComment {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f0f6e6;
}
	.acComment > h6,
	.prComment > h6,
	.htComment > h6 {
		text-align: left;
		font-weight: bold;
		font-size: 120%;
		color: #85B933;
		margin-bottom: 10px;
	}

.acHuman {
	width: max-content;
}

.acHuman2 {
	grid-row: 1/3;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	padding-left: 20px;
}

.acFuki {
	width: 100%;
}

.acFuki2 {
	/* IE11対応 */
	margin-top: 30px;
	grid-row: 2/3;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.doctorText {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #c7e5fd;
	border-radius: 10px 0 10px 10px;
	box-sizing: border-box;
	font-weight: bold;
	margin-top: 8px;
}

.doctorText::after { /* フキダシしっぽ部分 */
	position: absolute;
	right: -19px;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 0;
	border-color: #c7e5fd transparent transparent transparent;
}

.imgDoctor {
	width: 82px;
}

.imgMamasocks2 {
	width: 85px;
}

/* 帯グラフ */
.acObiTable,
.prObiTable,
.htObiTable {
	display: table;
	width: 100%;
	margin: 10px auto;
}

.acObi,
.prObi,
.htObi {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
	font-size: x-small;
	font-weight: bold;
}

.acObi:first-child,
.prObi:first-child,
.htObi:first-child {
	border-radius: 8px 0 0 8px;
}
.acObi:last-child,
.prObi:last-child,
.htObi:last-child {
	border-radius: 0 8px 8px 0;
}

.acModalBoldText,
.prModalBoldText,
.htModalBoldText {
	font-weight: bold !important;
}

.acModalRiskText,
.prModalRiskText,
.htModalRiskText {
	max-width: 450px;
	margin: 15px auto 0;
}

.acModalRiskStatus,
.prModalRiskStatus,
.htModalRiskStatus {
	font-weight: bold;
	min-width: 105px;
}

.acSpOnlyBr,
.prSpOnlyBr,
.htSpOnlyBr {
	display: none;
}

/*
-------------------------------------------------- */
/*	アレルギー体質チェックlifestyle
-------------------------------------------------- */
#allergy_list {
	margin-bottom: 60px;
}
	#allergy_list .allergyTable {
		margin: 20px auto;
		font-size: 12px;
		background-color: #F7FFEB;
	}
	#allergy_list .allergyTable [id^="alle"] {
		display: table;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0;
	}
	#allergy_list .allergyTable > dl:not(:last-child) {
		border-bottom: solid 15px #fff;
	}
	#allergy_list .allergyTable [id^="alle"] > dt {
		display: table-cell;
		width: 25%;
		/* text-align: center; */
		/* vertical-align: middle; */
	}
	#allergy_list .allergyTable [id^="alle"] > dt:not(:last-child) {
		border-right: solid 15px #fff;
	}
	#allergy_list .allergyTable [id^="alle"] > dt > h6 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 120%;
		color: #85B933;
		text-align: center;
	}
	#allergy_list .allergyTable [id^="alle"] > dt > p {
		margin: 10px 10px 20px;
	}

#allergy_pc_banner {
	display: block;
	width: 50%;
	margin: auto;
}

#allergy_sp_banner {
	display: none;
	margin: auto;
}

/* アトピー性皮膚炎 診断フローチャート・ボタン一式 */
.allergyCheckBox {
	margin: 30px;
	text-align: center;
}
.allergyCheckBox > img {
	width:200px;
}
.allergyCheckBox > a {
	display: inline-block;
	margin-bottom: 6px;
	width: 240px;
	height: 44px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 22px;
	background: #F7AC2A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
@media (min-width: 681px) {
	.allergyCheckBox > a:hover {
		opacity: 0.7;
		cursor:pointer;
	}
}
.allergyCheckBox .allergyCheckBox__text {
	margin-top:8px;
	line-height: 1.1em;
}
.allergyCheckBox .allergyCheckBox__row1 {
	font-size: 10px;
}
.allergyCheckBox .allergyCheckBox__row2 {
	font-size: 15px;
}

/*
-------------------------------------------------- */
/*	その他結果
-------------------------------------------------- */
#theme_type_other_result {
	margin-left: 5px;
}
	#theme_type_other_result h4 {
		width: 100%;
	}
	#theme_type_other_result h5.annotation {
		padding: 0 10px 0 10px;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		line-height: 48px;
		background: #f3f5f8;
		vertical-align: middle;
	}
		#theme_type_other_result h5.annotation img {
			width: 40px;
			margin-right: 10px;
			vertical-align: middle;
		}

#theme_type_other_result dl:first-of-type {
	padding-top: 15px;
}

.otherResultTable {
	margin: 20px auto;
	font-size: 12px;
}
.otherResultTable [id^="otherResult"] {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}
.otherResultTable > dl:not(:last-child) {
	border-bottom: solid 15px #fff;
}
.otherResultTable [id^="otherResult"] > dt,
.otherResultTable [id^="otherResult"] > dd {
	display: table-cell;
	width: 50%;
	padding: 20px;
/*	text-align: center; */
/*	vertical-align: middle; */
}
.otherResultTable [id^="otherResult"] > dt {
	background: #fff;
	color: #88bb2e;
	border-right: solid 15px #fff;
}
.otherResultTable [id^="otherResult"] > dt > p {
	text-align: right;
}
.otherResultTable [id^="otherResult"] > dt .no_str {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.otherResultTable [id^="otherResult"] > dt .slash {
	margin-left: 5px;
	font-size: 16px;
	color: #ddd;
}
.otherResultTable [id^="otherResult"] > dt .rate {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}
.otherResultTable [id^="otherResult"] > dd > h5 {
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 140%;
	background: #f0f7e7
}

/* モーダル */
#otherResultQuestion .innerModal div {
	margin-top: 10px;
	background: #f1f5f6;
	padding: 20px;
}
	#otherResultQuestion .innerModal div > img {
		display: inline-block;
		width: 160px;
	}

.mbModalHanteiText {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 70%;
}
.mbModalHanteiText li {
	padding-left: 1em;
	position: relative;
}
.mbModalHanteiText li:before {
	content: "・";
	color: grey;
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 20px;
	line-height: 100%;
}

/*
-------------------------------------------------- */
/*	あるとうれしい菌
-------------------------------------------------- */
#detail .resultBox #grad_species01 {
	margin-bottom: 45px;
}
	#detail .resultBox #grad_species01 h5 {
		margin: 1em;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
		#detail .resultBox #grad_species01 h5 span {
			color: #f29700;
		}
		#detail .resultBox #grad_species01 h5 br {
			display: none;
		}
		#detail .resultBox #grad_species01 h5 + p {
			margin: 1em;
			font-size: 12px;
			text-align: center;
		}
	#detail .resultBox #grad_species01 .gradTable {
		width: 100%;
		margin: 20px auto;
		font-size: 12px;
		border-collapse: separate;
		border-spacing: 10px 10px;
	}
		#detail .resultBox #grad_species01 .gradTable .gradRow {
			display: table-row;
			width: 100%;
		}
		#detail .resultBox #grad_species01 .gradTable .gradCell {
			display: table-cell;
			position: relative;
			vertical-align: top;
			width: 1%;
			border: solid 1px #cccccc;
		}
		#detail .resultBox #grad_species01 .gradTable .gradCell.exists {
			background-color: #f0f7e7;
			border: solid 1px #9bb96f;
		}
		#detail .resultBox #grad_species01 .gradTable .gradCell > .not-exists {
			position: absolute;
			width: 100%;
			height: 100%;
			/* z-index: 100; */
			background-color: #ccc;
			opacity: .7;
		}
		#detail .resultBox #grad_species01 .gradTable .gradCell > .modalOpenSmt {
			display: none;
			z-index: 110;
			position: absolute;
			top: 5px;
			right: 0;
		}
			#detail .resultBox #grad_species01 .gradTable .gradCell > .modalOpenSmt img {
				width: 30px;
			}
		div[id^="gradQuestion"].modalContent img {
			width: 80px;
			margin: auto;
			display: block;
		}
		#detail .resultBox #grad_species01 .gradTable dl[id^="grad"] {
			display: table;
			z-index: 10;
			position: relative;
			width: 100%;
		}
			#detail .resultBox #grad_species01 .gradTable > dl:not(:first-child) {
				border-top: none;
			}
			#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt {
				display: table-cell;
				width: 150px;
				position: relative;
				z-index: 10;
				text-align: center;
				vertical-align: top;
				padding-top: 50px;
			}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt figure {
					position: relative;
					background-color: #fff;
					width: 100px;
					height: 100px;
					text-align: center;
					margin: auto;
					border-radius: 50%;
				}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt figcaption.exists {
					position: absolute;
					top : -30px;
					left : -10px;
				}
					#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt figcaption.exists img {
						width: 50px;
					}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt img.species {
					width: 80px;
					margin-top: 10px;
				}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt .rare {
					display: block;
					margin-top: 10px;
				}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] dt img.star {
					width: 18px;
					margin-right: 5px;
					vertical-align: baseline;
				}
			#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dd {
				display: table-cell;
				position: relative;
				z-index: 10;
				padding: 10px;
				vertical-align: top;
			}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dd dl dt {
					margin-bottom: 5px;
				}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dd dl dt h6 {
					text-align: center;
					font-weight: bold;
					font-size: 120%;
					color: #85B933;
				}

/*
-------------------------------------------------- */
/*	どうぶつさんコラム
-------------------------------------------------- */
#detail .resultBox [id^="animal_column_"] > dt,
#detail .resultBox #research02 > dt {
	overflow: hidden;
	position: relative;
	padding: 15px 20px 15px 40px;
	font-weight: bold;
	color: #333333;
	background: #F3F5F7;
}
#detail .resultBox [id^="animal_column_"] > dt,
#detail .resultBox #research02 > dt {
	padding: 15px 20px 15px 60px;
}
	#detail .resultBox [id^="animal_column_"] dt > img,
	#detail .resultBox #research02 > dt > img {
		position: absolute;
		left:10px;
		top:0;
		bottom:0;
		margin: auto;
		width: 40px;
		height: 40px;
	}
	#detail .resultBox [id^="animal_column_"] > dt span,
	#detail .resultBox #research02 > dt span {
		float: right;
		display: block;
		font-size: 11px;
		color: #333333;
		font-weight: normal;
	}

#detail .resultBox [id^="animal_column_"] .innerTxt > dt,
#detail .resultBox #research02 .innerTxt > dt {
	overflow: hidden;
	position: relative;
	font-weight: bold;
	padding: 0 20px 5px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E9E9E9;
}
#detail .resultBox [id^="animal_column_"] .innerTxt > dt:before,
#detail .resultBox #research02 .innerTxt > dt:before {
	content: '';
	width: 4px;
	height: 20px;
	position: absolute;
	left: 0;
	border-left: 4px solid #B1D183;
}

#detail .resultBox [id^="animal_column_"],
#detail .resultBox #research02 {
	margin-bottom: 40px;
}
#detail .resultBox [id^="animal_column_"] dl,
#detail .resultBox [id^="animal_column_"] .intro,
#detail .resultBox #research02 dl,
#detail .resultBox #research02 .intro {
	margin: 1em 0;
}
	#detail .resultBox [id^="animal_column_"] .innerTxt p span,
	#detail .resultBox #research02 .intro p span {
		font-size: 12px;
	}
	#detail .resultBox [id^="animal_column_"] .innerTxt p em,
	#detail .resultBox [id^="animal_column_"] .intro p em,
	#detail .resultBox #research02 .innerTxt p em,
	#detail .resultBox #research02 .intro p em {
		font-weight: bold;
	}

/* タイプ */
#detail .resultBox #research02 .typeList {
	overflow: hidden;
	margin-bottom: 10px;
}
	#detail .resultBox #research02 .typeList li {
		float: left;
		width: 32%;
		height: 290px;
		margin-left: 1%;
		padding: 20px 10px;
		font-size: 12px;
		border: 2px solid #DDDDDD;
	}
	#detail .resultBox #research02 .typeList li:first-child {
		margin-left: 0;
	}
		#detail .resultBox #research02 .typeList li dl {
			position: relative;
			text-align: center;
		}
		#detail .resultBox #research02 .typeList li dl dt,
		#detail .resultBox #research02 .typeList li dl dt + dd {
			margin-bottom: 1em;
		}
		#detail .resultBox #research02 .typeList li dl dt {
			font-weight: bold;
		}
			#detail .resultBox #research02 .typeList li dl dt em {
				display: block;
				font-size: 16px;
			}
		#detail .resultBox #research02 .typeList li dl dd + dd {
			margin: 0 auto;
		}
			#detail .resultBox #research02 .typeList .type01 dt {
				color: #90c31f;
			}
				#detail .resultBox #research02 .typeList .type01 dl dd + dd{
					width: 113px;
				}
			#detail .resultBox #research02 .typeList .type02 dt {
				color: #f39800;
			}
				#detail .resultBox #research02 .typeList .type02 dl dd + dd{
					width: 100px;
				}
			#detail .resultBox #research02 .typeList .type03 dt {
				color: #f27056;
			}
				#detail .resultBox #research02 .typeList .type03 dl dd + dd{
					width: 100px;
			}

/* アニコム調査「F/B比率」 */
#detail .resultBox #research02 .examination {
	max-width: 650px;
	margin: 0 auto;
}
	#detail .resultBox #research02 .examination .examTtl {
		position: relative;
		margin-bottom: 20px;
		padding: 5px 10px;
		text-align: center;
		font-weight: bold;
		color: #FFFFFF;
		background: #85BA34;
	}

	#detail .resultBox #research02 .examination .examTtl + p,
	#detail .resultBox #research02 .examination .examTtl + p + p {
		font-size: 12px;
	}
	#detail .resultBox #research02 .examination .examTtl:after {
		content: '';
		width: 29px;
		height: 15px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		margin: auto;
		background: url("../image/icon_triangle_green.png") no-repeat;
		background-size: 29px auto;
	}
/* グラフ */
#detail .resultBox #research02 .examination .chartBox {
	margin: 20px 0;
}
	#detail .resultBox #research02 .examination .chartBox > p {
		margin-bottom: 1em;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
		#detail .resultBox #research02 .examination .chartBox > p span {
			font-size: 12px;
			font-weight: normal;
		}
	#detail .resultBox #research02 .examination .chartBox #chartExam {
		width: 100%;
		max-width: 520px;
		height: 220px;
		margin: 0 auto;
	}
	#detail .resultBox #research02 .examination .chartBox #chartExam + ul {
		display: table;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding-left: 3%;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #818B93;
	}
		#detail .resultBox #research02 .examination .chartBox #chartExam + ul li {
			display: table-cell;
			width: 50%;
			font-size: 11px;
			vertical-align: top;
		}
			#detail .resultBox #research02 .examination .chartBox #chartExam + ul li em {
				display: block;
				font-size: 16px;
				font-weight: bold;
			}
			#detail .resultBox #research02 .examination .chartBox #chartExam + ul li:first-child em {
				color: #f39800;
			}
			#detail .resultBox #research02 .examination .chartBox #chartExam + ul li + li em {
				color: #90c31f;
			}
	#detail .resultBox #research02 .examination + aside p {
		margin-bottom: 25px;
		text-align: center;
	}

/* 結果 */
#detail .resultBox #research02 .resultType01,
#detail .resultBox #research02 .resultType02,
#detail .resultBox #research02 .resultType03 {
	margin-bottom: 20px;
	padding: 20px;
}
#detail .resultBox #research02 .resultType01 {
	border: 2px solid #90c31f;
}
#detail .resultBox #research02 .resultType02 {
	border: 2px solid #f39800;
}
#detail .resultBox #research02 .resultType03 {
	border: 2px solid #f27056;
}
#detail .resultBox #research02 .typeWrap {
	overflow: hidden;
	max-width: 680px;
	margin: 0 auto;
}
	#detail .resultBox #research02 .typeWrap > p {
		float: left;
		width: 22%;
		text-align: center;
	}
	#detail .resultBox #research02 .resultType01 .typeWrap > p img {
		width: 159px;
	}
	#detail .resultBox #research02 .resultType02 .typeWrap > p img {
		width: 140px;
	}
	#detail .resultBox #research02 .resultType03 .typeWrap > p img {
		width: 140px;
	}
	#detail .resultBox #research02 .typeWrap > dl {
		float: right;
		width: 69%;
		padding-top: 20px;
	}
		#detail .resultBox #research02 .typeWrap > dl dt {
			margin-bottom: 1em;
			font-size: 18px;
			font-weight: bold;
		}
		#detail .resultBox #research02 .resultType01 .typeWrap > dl dt em {
			color: #90c31f;
		}
		#detail .resultBox #research02 .resultType02 .typeWrap > dl dt em {
			color: #f39800;
		}
		#detail .resultBox #research02 .resultType03 .typeWrap > dl dt em {
			color: #f27056;
		}
		#detail .resultBox #research02 .typeWrap > dl dd li {
			font-size: 12px;
			padding-left: 20px;
			background: url("../image/icon_disc.png") left 5px no-repeat;
			background-size: 6px auto;
		}
#detail .resultBox [id^="animal_column_"] dd > ol,
#detail .resultBox #research02 dd > ol {
	margin-bottom: 20px;
	font-size: 12px;
}
	#detail .resultBox [id^="animal_column_"] dd > ol li,
	#detail .resultBox #research02 dd > ol li {
		padding-left:2.5em;
		text-indent:-2.5em;
	}

/* 参考文献 */
#detail .resultBox [id^="animal_column_"] .reference,
#detail .resultBox #research02 .reference {
	font-size: 12px;
}
	#detail .resultBox [id^="animal_column_"] .reference dt,
	#detail .resultBox #research02 .reference dt {
		margin-bottom: 1em;
		font-weight: bold;
	}
	#detail .resultBox [id^="animal_column_"] .reference li,
	#detail .resultBox #research02 .reference li {
		padding-left: 20px;
		background: url("../image/icon_disc.png") left 5px no-repeat;
		background-size: 6px auto;
	}

/* 種別リンクボタン */
#detail .resultBox .columnList {
	margin: 20px auto 20px;
	font-weight: bold;
}
	@media (min-width: 1415px) {
		#detail .resultBox .columnList {
			text-align: center;
		}
	}
	#detail .resultBox .columnList ul {
		overflow: hidden;
		display: block;
		margin: -10px 0 0 -10px;
		font-size: 0px;
	}
	#detail .resultBox .columnList ul li {
		position: relative;
		display: inline-block;
		width: 70px;
		height: 70px;
		margin: 10px 0 0 10px;
		border: 1px solid #DDDDDD;
		border-radius: 4px;
		font-size: 12px;
		text-align: center;
		color: #555555;
		background: #F9F9F9;
		cursor: pointer;
	}
		#detail .resultBox .columnList ul li:hover {
			opacity: 0.7;
		}
		/* 種別ボタン選択時 */
		#detail .resultBox .columnList ul .orange_button{
			color: #FFFFFF;
			background: #F7AC2A;
		}
			#detail .resultBox .columnList ul li span {
				display: table;
				width: 70px;
			}
				#detail .resultBox .columnList ul li span span {
				display: table-cell;
				}
			#detail .resultBox .columnList ul li img {
				position: absolute;
				top: 0;
				left: 0;
			}

/* コラム-初期表示 */
#detail .columnDisplay .panel {
	display:none;
}
/* コラム-汎用 */
#detail .resultBox [id^="animal_column_"] .innerTxt p,
#detail .resultBox #research02 .innerTxt p {
	margin-bottom: 1em;
}
#detail .resultBox [id^="animal_column_"] .innerTxt dd,
#detail .resultBox #research02 .innerTxt dd {
	overflow: hidden;
	margin-bottom: 20px;
}
	#detail .resultBox [id^="animal_column_"] .innerTxt dd .leftBox,
	#detail .resultBox #research02 .innerTxt dd .leftBox {
		float: left;
		width: 60%;
		padding-right: 30px;
	}
	#detail .resultBox [id^="animal_column_"] .innerTxt dd .rightBox,
	#detail .resultBox #research02 .innerTxt dd .rightBox {
		float: right;
		width: 40%;
		text-align: right;
		margin-bottom: 0;
	}
		#detail .resultBox [id^="animal_column_"] .innerTxt dd .rightBox img,
		#detail .resultBox #research02 .innerTxt dd .rightBox img {
			max-width: 400px;
/* 			height: 200px; */
		}
#detail .resultBox #grad_species01 aside,
#detail .resultBox [id^="animal_column_"] aside,
#detail .resultBox #research02 aside {
	text-align: left;
}
	#detail .resultBox #grad_species01 aside p,
	#detail .resultBox [id^="animal_column_"] aside p,
	#detail .resultBox #research02 aside p {
		display: block;
		font-size: 12px;
	}

/* 紹介画像配置 */
#detail .resultBox [id^="animal_column_"] dd .picBox,
#detail .resultBox #research02 dd .picBox {
/* 	max-width: 650px; */
	margin:	20px auto;
	text-align: center;
}
	#detail .resultBox [id^="animal_column_"] dd .picBox ul,
	#detail .resultBox #research02 dd .picBox ul {
		overflow: hidden;
		display: table;
		border-collapse: separate;
		margin: 0 auto;
	}

	/* コラム-リス */
	#detail .resultBox #animal_column_12_1 dd .picBox ul,
	#detail .resultBox #animal_column_19_1 dd .picBox ul,
	#detail .resultBox #animal_column_20_1 dd .picBox ul {
		border-spacing: 20px 0;
	}
		#detail .resultBox [id^="animal_column_"] dd .picBox ul li,
		#detail .resultBox #research02 dd .picBox ul li {
			display: table-cell;
			max-width: 400px;
		}
			#detail .resultBox [id^="animal_column_"] dd .picBox ul li img,
			#detail .resultBox #research02 dd .picBox ul li img {
				width: 100%;
/* 				height: 200px; */
			}
			#detail .resultBox [id^="animal_column_"] dd .picBox ul li dl,
			#detail .resultBox #research02 dd .picBox ul li dl {
				padding: 10px;
				border: 2px solid #DDDDDD;
			}
				#detail .resultBox [id^="animal_column_"] dd .picBox ul li dl dt,
				#detail .resultBox #research02 dd .picBox ul li dl dt {
					font-weight: bold;
				}
				#detail .resultBox [id^="animal_column_"] dd .picBox ul li dl dd,
				#detail .resultBox #research02 dd .picBox ul li dl dd {
					margin-top: 5px;
					font-size: 12px;
				}

/* コラム-未掲載 */
#detail .resultBox #animal_column_0 {
	padding: 20px 10px;
	border: 2px solid #DDDDDD;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/*
-------------------------------------------------- */
/*	健康診断対象ボタン・モーダル
-------------------------------------------------- */
/* 健康診断対象画像・ボタン一式 */
.healthCheckBox {
	margin-top:30px;
}
.healthCheckBox > img {
	width:200px;
}
.healthCheckBox > div {
	display: inline-block;
	margin-bottom: 6px;
	width: 200px;
	height: 44px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	border-radius: 22px;
	background: #F7AC2A;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
@media (min-width: 681px) {
	.healthCheckBox > div:hover {
		opacity: 0.7;
		cursor:pointer;
	}
}
.healthCheckBox .healthCheckBox__text {
	margin-top:10px;
	line-height: 1.1em;

}
.healthCheckBox .healthCheckBox__row1 {
	font-size: 15px;
}
.healthCheckBox .healthCheckBox__row2 {
	font-size: 10px;
}
/* /健康診断対象画像・ボタン一式 */

/* モーダル - 健康診断について */
.healthCheckQuestion {
	border-radius: 4px;
}
.healthCheckQuestion > .innerModal > p {
	margin-bottom:20px;
}
.healthCheckQuestion > .innerModal > .healthCheckQuestion__noteText{
	font-size: 85%;
	text-align: center;
}
.healthCheckQuestion > .innerModal > .healthCheckQuestion__noteText + .healthCheckQuestion__noteText{
	margin-top:4px;
}

#theme_type_ap_link p {
	padding: 20px 0;
}

#theme_type_ap_link img {
	width: 368px;
	margin-bottom: 5px;
}

#theme_type_ap_link_new_dog_cat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#theme_type_ap_link_new_dog_cat dd {
	width: 50%;
}
#theme_type_ap_link_new_dog_cat dd:first-child {
	order: 1;
	padding-right: 4vw;
}
#theme_type_ap_link_new_dog_cat dd:nth-child(2) {
	order: 3;
	padding-right: 4vw;
}
#theme_type_ap_link_new_dog_cat dd:nth-child(3) {
	order: 2;
	padding-left: 4vw;
}
#theme_type_ap_link_new_dog_cat dd:nth-child(4) {
	order: 4;
	padding-left: 4vw;
}

/*
-------------------------------------------------- */
/*	腸内細菌の詳細、その他結果グラフ部分
-------------------------------------------------- */
.fungusGraph, .metaboGraph {
	text-align: center;
}

.fungusGraph .iconList,
.metaboGraph .iconList {
	display: inline-block;
	vertical-align: middle;
}

.fungusGraph .iconList li {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: top;
/*	background: url(../image/icon_fungus_flower_bg.png) no-repeat; */
	background-size: 40px auto;
}
.metaboGraph .iconList li {
	display: inline-block;
	width: 80px;
	height: 80px;
	vertical-align: top;
/*	background: url(../image/icon_fungus_flower_bg.png) no-repeat; */
	background-size: 80px auto;
}

.fungusGraph .iconList li + li,
.metaboGraph .iconList li + li {
	margin: 0 0 0 5px;
}

.fungusGraph .iconList li img {
	width: 40px;
}
.metaboGraph .iconList li img {
	width: 80px;
}

.fungusGraph .iconList + p {
	display: inline-block;
	vertical-align: middle;
}

/* 横棒グラフ */
.fungusGraph .barGraph {
	position: relative;
	max-width: 410px;
	margin: 25px auto 0;
}

.fungusGraph .barGraph .barBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 10px;
	z-index: 1;
	border-radius: 20px 0 0 20px;
	background: #85ba34;
}

.fungusGraph .barGraph .barBg.max {
	border-radius: 20px;
}

.fungusGraph .barGraph ul {
	position: relative;
	display: table;
	width: 100%;
	border-radius: 20px;
	background: #d7dee4;
	white-space: nowrap;
}

.fungusGraph .barGraph ul:before {
	content: '少';
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	line-height: 1;
}

.fungusGraph .barGraph ul:after {
	content: '多';
	position: absolute;
	top: 0;
	right: -20px;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	line-height: 1;
}

.fungusGraph .barGraph ul li {
	position: relative;
	display: table-cell;
	width: calc(100% / 3);
	height: 10px;
}

/* type01 : 4分割 */
.fungusGraph .barGraph .type01 li {
	width: calc(100% / 4);
}

/* type02 : 2分割 */
.fungusGraph .barGraph .type02 li {
	width: 50%;
}

.fungusGraph .barGraph .type01:before {
	content: '低';
}

.fungusGraph .barGraph .type01:after {
	content: '高';
}

.fungusGraph .barGraph ul li + li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	z-index: 2;
	background: #ffffff;
}

.fungusGraph .barGraph ul li span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: 0 auto;
	font-family: 'Noto Sans JP';
	font-size: 12px;
	font-weight: 700;
	color: #d7dee4;
}

.fungusGraph .barGraph ul li span.active {
	color: #85ba34;
}

/* 線グラフ */
.fungusGraph .lineGraphBox {
	position: relative;
	max-width: 410px;
	margin: 25px auto 0;
}

.fungusGraph .lineGraphBox .lineGraph {
	height: 280px;
}

.fungusGraph .lineGraphBox .btnList {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
}

.fungusGraph .lineGraphBox .btnList li {
	width: 30px;
	cursor: pointer;
}

.fungusGraph .lineGraphBox .btnList li.current {
	pointer-events: none;
	opacity: 0.2;
}

.fungusGraph .lineGraphBox .btnList li:nth-child(1) {
	float: left;
}

.fungusGraph .lineGraphBox .btnList li:nth-child(2) {
	float: right;
}

.fungusGraph .lineGraphBox .lastBullet {
	fill: rgb(133, 186, 52);
}

.fungusGraph .lineGraphBox .stateList {
	position: absolute;
	top: 20px;
	left: -35px;
	height: 225px;
	font-family: 'Noto Sans JP';
	font-size: 12px;
	font-weight: 700;
	color: #aaaaaa;
	border-right: 1px solid #f3f5f7;
	background: #ffffff;
}

.fungusGraph .lineGraphBox .stateList ul {
	display: flex;
	flex-direction: column;
	width: 50px;
	height: 100%;
}

.fungusGraph .lineGraphBox .stateList ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.fungusGraph .lineGraphBox .stateList .axes4 li {
	height: calc(100% / 4);
}

.fungusGraph .lineGraphBox .stateList .axes3 li {
	height: calc(100% / 3);
}

.fungusGraph .lineGraphBox .stateList .axes2 li {
	height: 50%;
}

/*
-------------------------------------------------- */
/*	もっと見るボタン
-------------------------------------------------- */
.gradBtn {
	display: none;
}
