@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - カルシウム診断 結果 - /result/style.css
**************************************************************************/

#contentHead,
#contentArea {
	color: #333333;
}

#contentArea * {
	box-sizing: border-box;
}


/*----------------------------------------
	content
----------------------------------------*/
#contentArea .box-inner {
	width: 940px;
	margin: 0 auto;
	padding: 28px 0;
}

#contentArea .text-dec {
	font-weight: bold;
}

#contentArea .text-dec span {
	margin: 0 5px;
	font-size: 122.5%;
	font-family: Arial;
	font-weight: normal;
}

#contentArea .sttl-result {
	font-size: 289%;
	margin-bottom: 8px;
}

#contentArea .js-result-text {
	font-size: 111%;
}

/* 判定
--------------------------- */
#contentArea .box-result {
	background-color: #aeecff;
	text-align: center;
	font-size: 150%;
}

#contentArea .box-result .text-note {
	font-size: 72%;
	margin-top: 10px;
}

/* カルシウム推定量
--------------------------- */
#contentArea .box-calcium {
	text-align: center;
}

#contentArea .box-calcium .box-inner {
	padding-bottom: 50px;
}

#contentArea .box-calcium .text-amount {
	/*margin-bottom: 20px;*/
	font-size: 216.7%;
	font-weight: bold;
}

#contentArea .box-calcium .text-amount .text-rda {
	font-size: 138%; /* 36px */
	/*color: #00a5d9;*/
}

#contentArea .box-calcium .text-reference {
	margin-bottom: 20px;
	text-align: right;
	font-size: 109%;
}

#contentArea .box-calcium .text-note {
	margin-bottom: 20px;
	font-size: 109%;
}

/* 表 */
#contentArea .box-calcium .table-calcium {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 134%;
}

#contentArea .box-calcium .table-calcium caption {
	margin-bottom: 12px;
	font-weight: bold;
}

#contentArea .box-calcium .table-calcium th,
#contentArea .box-calcium .table-calcium td {
	padding: 14px 0;
	border: solid 1px #b5b5b5;
	vertical-align: middle;
}

#contentArea .box-calcium .table-calcium .cell-assign td {
	width: 12.5%;
}

#contentArea .box-calcium .table-calcium .cell-amount td {
	padding: 23px 0;
	font-weight: bold;
}

#contentArea .box-calcium .table-calcium .cell-mens {
	background: url(/rwd/fun/ca-check/result/img/bg_table_mens.png);
}

#contentArea .box-calcium .table-calcium .cell-ladies {
	background: url(/rwd/fun/ca-check/result/img/bg_table_ladies.png);
}

/* アドバイス
--------------------------- */
#contentArea .box-advice {
	background-color: #aeecff;
	text-align: center;
	font-size: 134%;
}

#contentArea .box-advice .box-inner {
	position: relative;
	padding-bottom: 28px;
}

#contentArea .box-advice .sttl-result {
	font-size: 249%;
}

#contentArea .box-advice .list-food {
	margin: 25px 0 0;
	background: url(/rwd/fun/ca-check/result/img/img_illust_01.png) no-repeat 432px 297px;
}

#contentArea .box-advice .list-food li {
	float: left;
	width: 160px;
}

#contentArea .box-advice .list-food li {
	float: left;
	width: 160px;
	margin-right: 35px;
    height: 240px;
}
#contentArea .box-advice .list-food li span.img-p {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 200px;
	width: 160px;
	height: 160px;
	margin-bottom: 8px;
}
#contentArea .box-advice .list-food li span.img-p img {
	width: 70%;
}

#contentArea .box-advice .list-food li .text-val {
	display: block;
	margin-top: 3px;
	font-weight: bold;
}

#contentArea .box-advice .list-food li.mr0 {
	margin-right: 0;
}

#contentArea .box-advice .list-food li {
	margin-bottom: 20px;
}

#contentArea .box-advice .list-food li img {
	margin-bottom: 8px;
}

#contentArea .box-advice .text-reference {
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 81%;
}

#contentArea .box-advice .text-reference.reference01 {
	top: 121px;
	bottom: auto;
}

/* コラム
--------------------------- */
#contentArea .box-article {
	font-size: 134%;
}

#contentArea .box-article p {
	line-height: 1.7;
}

#contentArea .box-article .box-inner {
	padding: 60px 0 0;
}

#contentArea .box-article .box-section {
	position: relative;
	margin-bottom: 75px;
}

#contentArea .box-article .sttl-article {
	margin-bottom: 10px;
	font-size: 162%;
}

#contentArea .box-article .img-area {
	float: right;
	width: 440px;
	text-align: right;
}
#contentArea .box-article .img-area .graf-ttl {
	margin-bottom: 10px;
	margin-left: 32px;
	text-align: center;
	font-size: 87%;
	font-weight: bold;
}
#contentArea .box-article .img-area .text-reference {
	margin-top: 10px;
	margin-left: 32px;
	font-size: 81%;
	text-align: center;
}

#contentArea .box-article .section01 .img-area .graf-ttl,
#contentArea .box-article .section01 .img-area .text-reference {
	margin-left: 0;
}

#contentArea .box-article .img-area .text-reference span {
	margin-left: 30px;
}
#contentArea .box-article .img-area .text-left {
	text-align: left;
}

#contentArea .box-article .text-area {
	width: 440px;
}

/* セクション03 */
#contentArea .box-article .section03 .img-area {
	float: none;
	width: 100%;
	text-align: center;
}
#contentArea .box-article .section03 .img-area img {
	margin-top: -22px;
}
#contentArea .box-article .section03 .img-area .text-reference {
	margin-top: 14px;
}

/* セクション04 */
#contentArea .box-article .section04 {
	padding-bottom: 20px;
}
#contentArea .box-article .img-illust02 {
	position: absolute;
	left: 127px;
	bottom: 0;
}


/*----------------------------------------
	スマホ閲覧時
----------------------------------------*/
body.mobile #contentHead,
body.mobile #contentArea {
	-webkit-text-size-adjust: 100%;
}

body.mobile * {
	max-height: 999999px;
}

body.mobile #contentArea .box-article .img-illust02 {
	bottom: -30px;
}
