/* =================================================== nutrition1 */
.contents.detail.nutrition7 h3 {
	position: relative;
	width: 100%;
	background-color: #00953E;
	color: #fff;
	text-align: center;
}

	body.PC .contents.detail.nutrition7 h3 {
		height: 60px;
		line-height: 60px;
		margin: 100px auto 20px;
		border-radius: 30px;
		font-size: 30px;
	}
	body.PC .contents.detail.nutrition7 h3 br {display: none;}
	
		body.SP .contents.detail.nutrition7 h3 {
			margin: 2rem auto;
			padding: 3% 0;
			border-radius: 3rem;
			font-size: 1.6rem;
			line-height: 1.5em;
		}

.contents.detail.nutrition7 h3 img {
	position: absolute;
}

	body.PC .contents.detail.nutrition7 h3 img {
		left: 30px;
		top: -50px;
		height: 140px;
	}
		body.SP .contents.detail.nutrition7 #contents_body h3 img {
			left: 0;
			bottom: -1rem;
			width: auto;
			height: 7rem;
		}
	
	body.PC .contents.detail.nutrition7 .pic {margin: 0 auto 50px;}
		body.SP .contents.detail.nutrition7 .pic {margin: 0 auto 3rem;}