@charset "UTF-8";
/* CSS Document */

/*===================================================
	土台作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
	スマホ版　共通設定
///////////////////////////////////////////////////*/
html {
	min-width: 0;
}
body {
	min-width: 320px;
}
/* --------------------------------------------------
	header
-------------------------------------------------- */
header {
	height: 90px;
	padding:15px 10px;
	background: #B0D27F;
	background-size: 58px 75px;
}
	header h1 {
		float: none;
		margin: 0 auto;
	}
	header p {
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
		margin-right: 0;
	}
/* 右メイン
--------------------------------------*/
.rightMain {
	margin: 0;
	padding: 0;
}
	.rightMain > section {
		margin-bottom: 35px;
	}
	.rightMain h2 {
		font-size: 16px;
	}
/* --------------------------------------------------
	モーダルウインドウ
----------------------------------------------------*/
.modalWrap {
	padding: 0 10px;
}
.modalContent {
	max-width: 600px;
}
	.modalContent .innerModal {
		width: 100%;
	}
	.modalContent .innerModal {
		padding: 40px 15px;
	}
/* ------------------------------------
	コンテンツ
--------------------------------------*/
.cntnt {
	padding-bottom: 40px;
}
	.cntnt .cntntWrap {
		padding: 20px 10px 0;
		margin-top: 60px;
	}
/*===================================================
	測定結果用CSS(スマホ)
===================================================*/
/*菌一覧、質問事項の回答内容を確認するボタン*/
.acBox > dl > dt,
.btnAnswer {
	height: 40px;
	line-height: 40px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	background: url("../image/icon_plus.png") 98% center no-repeat #FAFAFA;
	background-size: 16px auto;
}
.acBox > dl > dt.active,
.btnAnswer.active {
	background: url("../image/icon_minus.png") 98% center no-repeat #FAFAFA;
	background-size: 16px auto;
}
.acBox > dl > dt {
	padding: 0 28px 0 50px;
	font-size: 12px;
}
.acBox > dl:nth-child(4) > dt {
	padding: 10px 28px 10px 50px;
}
.acBox > dl > dt:before {
	height: 40px;
}

.acBox > dl > dd {
	display: none;
}

.btnAnswer,
.btnAnswer.active {
	padding-left: 10px;
	background-color: #FAFAFA;
}

/* --------------------------------------------------
	測定結果詳細ページ
-------------------------------------------------- */
#detail .innerBox {
	padding: 5px 10px;
}
/*測定情報*/
#detail .infoBox dl dt {
	min-width: 100px;
}
/*測定内容*/
#detail .infoBox dl:nth-child(2) {
	padding: 0;
}
/*測定対象*/
#detail .infoBox dl dd .targetBox {
	float: none;
	width: 100%;
}
	#detail .infoBox dl dd .targetBox span {
		padding: 0 0 0 5px;
	}
#detail .infoBox dl dd .btnCompare {
	float: none;
	margin: 15px 0 5px;
}
/*フローラタイプ一覧*/
#detail .resultBox .floraList {
	padding: 0;
	border: none;
	background: #F3F5F7;
}
	#detail .resultBox .floraList dt {
		position: relative;
		height: 35px;
		margin: 0;
		line-height: 35px;
		border: 1px solid #DDDDDD;
		border-radius: 3px;
		background: url("../image/icon_plus.png") 98% center no-repeat #FAFAFA;
		background-size: 16px auto;
	}
	#detail .resultBox .floraList dt.active {
		background: url("../image/icon_minus.png") 98% center no-repeat #FAFAFA;
		background-size: 16px auto;
	}
	#detail .resultBox .floraList dd {
		display: none;
		padding: 5px;
	}
	#detail .resultBox .floraList ul {
		display: block;
		padding-top: 15px;
		background: #FFFFFF;
	}
		#detail .resultBox .floraList ul li {
			display: inline-block;
			width: 50%;
			margin-bottom: 20px;
		}
#detail .resultBox .leftBox,
#detail .resultBox .rightBox {
	float: none;
	width: 100%;
}
#detail .resultBox .leftBox {
	margin-bottom: 15px;
}
#detail .chart #chartdiv01 {
	height: 150px;
}
#detail .resultBox .leftBox .btnCompare {
	margin: 10px auto;
}
#detail .resultBox .graphWrap > aside {
	text-align: left;
}

/*    研究テーマ
-------------------------------------------------- */
#detail .resultBox [id^="animal_column_"] > dt,
#detail .resultBox #research01 > dt,
#detail .resultBox #research02 > dt {
	padding: 15px 30px 15px 10px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	background: url("../image/icon_plus.png") 98% center no-repeat #FAFAFA;
	background-size: 16px auto;
}
#detail .resultBox [id^="animal_column_"] > dt,
#detail .resultBox #research02 > dt {
	padding: 15px 30px 15px 60px;
}
#detail .resultBox [id^="animal_column_"] > dt.active,
#detail .resultBox #research01 > dt.active,
#detail .resultBox #research02 > dt.active {
	background: url("../image/icon_minus.png") 98% center no-repeat #FAFAFA;
	background-size: 16px auto;
}

#detail .resultBox #research01 > dt:before
	content: '';
	border: none;
}
#detail .resultBox [id^="animal_column_"] > dt span,
#detail .resultBox #research01 > dt span,
#detail .resultBox #research02 > dt span {
	float: none;
	margin-top: 0.5em;
}
#detail .resultBox [id^="animal_column_"] > dd,
#detail .resultBox #research01 > dd,
#detail .resultBox #research02 > dd {
	display: none;
}

/*菌の存在チェックメーター*/
#detail .resultBox #research01 .meterBox,
#detail .resultBox #research01 .meterBox dl dt,
#detail .resultBox #research01 .meterBox dl dd {
	float: none;
	width: 100%;
}
#detail .resultBox #research01 .meterBox > p {
	padding: 15px 10px;
}
#detail .resultBox #research01 .meterBox > p br {
	display: block;
}
	#detail .resultBox #research01 .meterBox dl dt {
		position: relative;
		min-height: 0;
		margin-bottom: 10px;
		padding: 30px 10px;
		text-align: left;
		border-radius: 3px;
	}
		#detail .resultBox #research01 .meterBox dl dt > img {
			position: absolute;
			top:15px;
			right: 10px;
			margin: auto;
		}
		#detail .resultBox #research01 .meterBox dl dt .modalOpenSmt {
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top:0;
		}
			#detail .resultBox #research01 .meterBox dl dt .modalOpenSmt img {
				display: block;
				width: 15px;
			}
	/*ビフィズス菌*/
	#detail .resultBox #research01 .meterBox .meter01 dt {
		border: 1px solid #7db2d3;
	}
		#detail .resultBox #research01 .meterBox .meter01 dt > img {
			width: 70px;
		}
		#detail .resultBox #research01 .meterBox .meter01 dt .modalOpenSmt img {
			position: absolute;
			top: 32px;
			left: 100px;
		}
	/*乳酸菌*/
	#detail .resultBox #research01 .meterBox .meter02 dt {
		border: 1px solid #afe0ef;
	}
		#detail .resultBox #research01 .meterBox .meter02 dt > img {
			width: 64px;
		}
		#detail .resultBox #research01 .meterBox .meter02 dt .modalOpenSmt img {
			position: absolute;
			top: 32px;
			left: 60px;
		}
	/*エクオール産生菌*/
	#detail .resultBox #research01 .meterBox .meter03 dt {
		border: 1px solid #eacf5e;
	}
		#detail .resultBox #research01 .meterBox .meter03 dt > img {
			width: 72px;
		}
		#detail .resultBox #research01 .meterBox .meter03 dt .modalOpenSmt img {
			position: absolute;
			top: 32px;
			left: 120px;
		}
	#detail .resultBox #research01 .meterBox dl dd ul {
		margin-bottom: 10px;
	}
	#detail .resultBox #research01 .meterBox dl dd ul li.active p:before,
	#detail .resultBox #research01 .meterBox dl dd ul li.active p:after {
		font-size: 11px;
		text-indent: 0;
		white-space: normal;
		text-indent:0;
	}
	#detail .resultBox #research01 .meterBox dl dd ul li.active p:before {
		width: 75px;
		top: -45px;
		padding-bottom: 10px;
	}
	#detail .resultBox #research01 .meterBox dl dd ul li.active p:after {
		width: 90px;
		bottom: -45px;
	}
	#detail .resultBox #research01 .meterBox dl dd ul li:nth-child(2).active p:before,
	#detail .resultBox #research01 .meterBox dl dd ul li:nth-child(2).active p:after {

	}
	#detail .resultBox #research01 .meterBox aside p {
		text-align: left;
	}

/*菌のリスト*/
#detail .resultBox #gut_age01 .bacteriaList section,
#detail .resultBox #research01 .bacteriaList section {
	display: none;
	float: none;
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
	border-radius: 4px;
	border: none;
	background: #FFFFFF;
}
	#detail .resultBox #gut_age01 .bacteriaList section > div,
	#detail .resultBox #research01 .bacteriaList section > div {
		margin-bottom: 15px;
		padding: 1em;
		border: 2px solid #DDDDDD;
	}
		#detail .resultBox #research01 .bacteriaList .reference {
			display: block;
		}
		#detail .resultBox #gut_age01 .bacteriaList .modalClose,
		#detail .resultBox #research01 .bacteriaList .modalClose {
			display: block;
			width: 150px;
			height: 35px;
			line-height: 35px;
			margin: 0 auto;
			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 .resultBox #research01 .bacteriaList + .reference {
	display: none;
}

/*    コラム
-------------------------------------------------- */
#detail .resultBox #research02 .typeList li {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	padding: 20px 10px;
}
	#detail .resultBox #research02 .typeList li dl {
		text-align: left;
	}
		#detail .resultBox #research02 .typeList li dl dt,
		#detail .resultBox #research02 .typeList li dl dt + dd {
			width: 70%;
		}
		#detail .resultBox #research02 .typeList .type01 dl dd + dd {
			position: absolute;
			width: 62px;
			right: 10px;
			top: 10px;
		}
		#detail .resultBox #research02 .typeList .type02 dl dd + dd {
			position: absolute;
			width: 50px;
			right: 20px;
			top: 10px;
		}
		#detail .resultBox #research02 .typeList .type03 dl dd + dd {
			position: absolute;
			width: 50px;
			right: 20px;
			top: 10px;
		}
#detail .resultBox #research02 .examination .examTtl {
	padding: 15px 10px;
}
#detail .resultBox #research02 .examination .chartBox #chartExam + ul {
	width: 88%;
	padding-left: 0;
}
	#detail .resultBox #research02 .examination .chartBox #chartExam + ul li:first-child {
		padding-left: 12%;
	}
#detail .resultBox #research02 .examination + aside p {
	text-align: left;
}

/*結果*/
#detail .resultBox #research02 .typeWrap > p,
#detail .resultBox #research02 .typeWrap > dl {
	float: none;
	width: 100%;
}
	#detail .resultBox #research02 .resultType01 .typeWrap > p img {
		width: 80px;
	}
	#detail .resultBox #research02 .resultType02 .typeWrap > p img {
		width: 70px;
	}
	#detail .resultBox #research02 .resultType03 .typeWrap > p img {
		width: 70px;
	}
	#detail .resultBox #research02 .typeWrap > dl dt {
		text-align: center;
	}
		#detail .resultBox #research02 .typeWrap > dl dt em {
			display: block;
		}

/*ページ内リンクボタン*/
#detail .themeList {
	width: 280px !important;
	text-align: left
}
	#detail .themeList ul {
		margin: -10px 0 0 -10px;
	}
		#detail .themeList ul li {
			width: 130px;
			margin: 10px 0 0 10px;
			font-size: 12px;
		}

/*    腸内健康年齢
-------------------------------------------------- */
/*年齢別-コメント*/
#detail .resultBox #gut_age01 .notification dl dt {
	font-size: 16px;
}
#detail .resultBox #gut_age01 .notification dl dd p {
    margin-bottom: 20px;
    text-align: left;
}

	#detail .resultBox #gut_age01 .notification dl dt span > span {
		font-size: 30px;
	}
	#detail .resultBox #gut_age01 .notification dl dt span > br {
		display: block;
	}
/*レーダーチャート*/
#detail .resultBox #gut_age01 .graphWrap .leftBox,
#detail .resultBox #gut_age01 .graphWrap .rightBox {
	width:100%;
}
	#detail .resultBox #gut_age01 .graphWrap .rightBox {
		padding-left: 0px;
	}
#detail .resultBox #gut_age01 .chartBox .radarChartTop,
#detail .resultBox #gut_age01 .chartBox ul {
	font-size: 11px;
	position: relative;
	z-index: 1;
}
	#detail .resultBox #gut_age01 .chartBox ul li {
		padding: 0 !important;
	}
#detail .resultBox #gut_age01 .chartBox p {
	display: none;
}
#detail .resultBox #gut_age01 .chartBox .modalOpenSmt {
	display: block;
	color: #007440;
	text-decoration: underline;
	cursor: pointer;
}
	#detail .resultBox #gut_age01 .chartBox .modalOpenSmt img {
		width: 15px;
		margin-right: 5px;
		vertical-align: middle;
	}

/*    どうぶつさんコラム
-------------------------------------------------- */
/*種別リンクボタン*/
#detail .resultBox .columnList ul {
	margin: -5px 0 0 -5px;
}
#detail .resultBox .columnList ul li {
	width: 55px;
	height: 55px;
	margin: 5px 0 0 5px;
	font-size: 9px;
}
	#detail .resultBox .columnList ul li span {
		width: 55px;
	}
/*どうぶつさんコラム*/
#detail .resultBox [id^="animal_column_"] .innerTxt dd .leftBox,
#detail .resultBox [id^="animal_column_"] .innerTxt dd .rightBox {
	float: none;
	width: 100%;
}
#detail .resultBox [id^="animal_column_"] .innerTxt dd .leftBox {
	padding-right: 0px;
}
#detail .resultBox [id^="animal_column_"] .innerTxt dd .rightBox {
	text-align: center;
}

/*    あるとうれしい菌
-------------------------------------------------- */
#detail .resultBox #grad_species01 h5 br {
	display: block;
}
	#detail .resultBox #grad_species01 .gradTable {
		width: 100%;
	}
	#detail .resultBox #grad_species01 .gradTable [id^="grad"] {
		display: block;
	}
		#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt {
			display: block;
			width: 100%;
			border: none;
		}
			#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt ul li:first-child {
				width: 90px;
			}
				#detail .resultBox #grad_species01 .gradTable #grad01 dt ul li:first-child img {
					width: 40px;
				}
				#detail .resultBox #grad_species01 .gradTable #grad02 dt ul li:first-child img {
					width: 40px;
				}
				#detail .resultBox #grad_species01 .gradTable #grad03 dt ul li:first-child img {
					width: 35px;
				}
				#detail .resultBox #grad_species01 .gradTable #grad04 dt ul li:first-child img {
					width: 70px;
				}
				#detail .resultBox #grad_species01 .gradTable #grad05 dt ul li:first-child img {
					width: 40px;
				}
				#detail .resultBox #grad_species01 .gradTable #grad06 dt ul li:first-child img {
					width: 60px;
				}
			#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt ul li:nth-child(2) {
				width: 50px;
			}
				#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dt ul li:nth-child(2) img {
					width: 50px;
				}
		#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dd {
			display: block;
			width: 100%;
			padding-top: 0;
		}
			#detail .resultBox #grad_species01 .gradTable [id^="grad"] > dd dl {
				margin: 0;
			}

/*質問事項の回答内容*/
#detail .btnAnswer {
	display:block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#detail .answer .entryBox {
	display: none;
}
/*回答を編集ボタン*/
#detail .entryBox .btnEdit {
	position: static;
	width: 100%;
	margin-bottom: 20px;
}
	#detail .entryBox .btnEdit input {
		background: url("../image/icon_pen.png") 33% center no-repeat #D7DDE3;
		background-size: 16px auto;
	}
#detail .entryBox .innerEntry dl,
#detail .entryBox .innerEntry dl dt,
#detail .entryBox .innerEntry dl dd {
	display: block;
	width: 100%;
}
	#detail .entryBox .innerEntry {
		padding: 20px 10px;
	}
		#detail .entryBox .innerEntry dl {
			padding: 0 0 20px 0;
		}
		#detail .entryBox .innerEntry .btnEdit + dl {
			padding: 20px 0;
			border-top: 1px solid #E9E9E9;
		}

/* --------------------------------------------------
	結果比較ページ
-------------------------------------------------- */
#comparison .cntntWrap {
	margin-top: 10px;
}
#comparison h2 {
	margin-bottom: 10px;
}
#comparison .rightMain > section h3 {
	margin-bottom: 10px;
}
#comparison .rightMain section .outerBox .innerBox {
	padding: 20px 10px;
}
#comparison #chartdiv02 {
	width: 75%;
}
#comparison #chartdiv03 {
	width: 30%;
}
#comparison.singleResult .chart {
	width: 100%;
}
.value-axis-ValueAxis-1,
#comparison .amcharts-category-axis .amcharts-axis-label {
	font-size: 9px;
}
#comparison .acBox {
	margin-left: 0;
}
	#comparison .acBox > dl {
		float: none;
		width: 100%;
		margin-left: 0;
	}
/*今までの測定結果*/
#comparison .pastResults ul {
	margin: 0;
}
#comparison .pastResults ul li {
	float: none;
	width: 100%;
	margin: 0;
}
@media (max-width: 680px) {
	#comparison .pastResults ul li:nth-child(n+2) dl {
		border-top: 1px solid #E9E9E9;
	}
}

/*    腎臓チェック
-------------------------------------------------- */
#detail .resultBox #kidneyCheck .notification dl dt {
    font-size: 16px;
    line-height: 1.3;
}

#detail .resultBox #kidneyCheck .notification dl dt span>span {
    font-size: 30px;
}

#detail .resultBox #kidneyCheck .notification dl dt span>br {
    display: block;
}

.notification .kcMessage {
    text-align: left;
}

.kcResultClasses {
    padding: 10px 0;
}

#kidneyCheck .acMenu .kcYobouTitle {
    display: block;
    position: relative;
    height: 35px;
    margin: 0;
    line-height: 35px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: url("../image/icon_plus.png") 98% center
        no-repeat #FAFAFA;
    background-size: 16px auto;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 18px;
}
#kidneyCheck .acMenu dd {
    display: none;
}
#kidneyCheck .acMenu dt.active {
    background: url("../image/icon_minus.png") 98% center
        no-repeat #FAFAFA;
    background-size: 16px auto;
}

.kcFloatRight table {
    width: 100%;
    margin: 15px auto;
}

.kcSerifWrapper {
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    min-width: 240px;
}

.kcHuman {
    height: auto;
}

.kcFuki {
    width: auto;
}

.kcFuki1 {
    width: calc(100% - 110px);
}

.kcFuki2 {
    width: calc(100% - 70px);
}

.kcFloatLeft {
    width: 100%;
    float: left;
}

.kcFloatRight {
    width: 100%;
    float: right;
}

.imgMamanon1 {
    width: 85px;
}

.imgDoctor {
    width: 41px;
}

.imgMamanon2 {
    width: 85px;
}

.kcModalHanteiArea {
    display: block;
    padding: 10px 0;
    width: 100%;
}

.kcModalHanteiText {
    margin-top: 15px;
    width: 95%;
}

.kcModalHanteiImg {
    width: 120px;
}

.kcSpOnlyBr {
    display: inline;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
#footerbar:before {
	content:"";
	display:block;
	position: relative;
	top:-4px;			/*少しフッターと重ねることで一部機種で分離して見える事象を防ぐ*/
	background: url("../image/bg_wave_footer.png") repeat-x;
	height:5px;
	background-size: 58px auto;
}
	#footerbar .footWrap {
		width: 100%;
		padding: 15px 20px 0;
	}
		#footerbar .footWrap .infoTel {
			float: none;
			margin:0 0 25px;
		}
			#footerbar .footWrap dl dt {
				margin-bottom: 0.3em;
			}
		/*電話*/
		#footerbar .footWrap .infoTel dd {
			margin: 0 auto;
		}
			#footerbar .footWrap .infoTel dt br,
			#footerbar .footWrap .infoTel dd > p br {
				display: block;
			}
		/*受付時間*/
		#footerbar .footWrap .infoTime dd > p br {
			display: block;
		}
/*フッターリンク*/
#footerbar .footBottom {
	width: 100%;
	padding: 0;
}
#footerbar .footBottom ul,
#footerbar .footBottom p {
	float: none;
}
	#footerbar .footBottom ul {

	}
		#footerbar .footBottom ul li {
			display: block;
			margin: 0;
			padding-left: 20px;
			line-height: 40px;
			border-bottom: 1px solid #9DBC6E;
			background-position: 20px center;
		}
			#footerbar .footBottom ul li a {
				display: block;
				text-decoration: none;
				background: none;
			}
				#footerbar .footBottom ul li a span {
					padding-right: 1.2em;
					background: url("../image/icon_target.png") right center no-repeat;
					background-size: 10px auto;
				}
	/*コピーライト*/
	#footerbar .footBottom p {
		text-align: center;
		line-height: 50px;
	}

/*閉じるボタン*/
footer .btnClose {
	text-align: center;
}
footer .btnClose input {
	width: 150px;
	height: 36px;
	margin: 0 0 10px;
	font-size: 13px;
	color:#555555;
	border-radius: 44px;
	border: 1px solid transparent;
	background: url("../image/icon_cross.png") 10px center no-repeat #D7DEE4;
	background-size: 13px auto;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
footer .btnClose input:hover {
	opacity: 0.7;
	cursor: pointer;
}
/* --------------------------------------------------
	ヘッダー固定
-------------------------------------------------- */
	#theme_type_gut_age .chapter.fixed,
	#theme_type_gut_detail .chapter.fixed,
	#theme_type_gut_type .chapter.fixed,
	#theme_type_recommend_food .chapter.fixed,
	#theme_type_kidney_check .chapter.fixed,
	#theme_type_allergy_check .chapter.fixed,
	#theme_type_periodontal_check .chapter.fixed,
	#theme_type_heart_check .chapter.fixed,
	#theme_type_grad_species .chapter.fixed {
		top: 60px;
	}
