@charset "utf-8";

#Item-detail .item-summary{
	margin: 30px;
	font-family: initial;
}
#Item-detail .item-summary h3 {
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px;
	color: #666666;
}
#Item-detail .item-summary dl {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #c1c0c0;
	border-top: none;
}
#Item-detail .item-summary dt {
	background: #f5f7f4;
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 2px solid #c1c0c0;
}
#Item-detail .item-summary dd {
	padding: 10px;
	margin: 0;
	border-top: 2px solid #c1c0c0;
	width: 70%;
	background: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 750px){

	#Item-detail .item-summary{
		margin: 20px;
	}
	#Item-detail .item-summary h3 {
		font-size: 4.5vw;
		margin: 0 0 15px;
	}
	#Item-detail .item-summary dl {
		font-size: 3vw;
	}
	#Item-detail .item-summary dt {
		padding: 10px 10px;
		font-feature-settings: "palt";
	}

	.area39{
		padding: 0;
		margin: 0;
	}
	.area39-1{
		font-size: 5.5vw;
		padding: 2.4vw 0;
		letter-spacing: 0.14em;
		text-align: center;
	}
	.area39-inner{
		position: relative;
		width: 100%;
		height:auto;
		background-size:initial;
		background: none!important;
	}
	.area39-inner::before{
		content: '';
		top: 0;
		left: 0;
		width: 100%;/*指定したい幅*/
		padding-top: 85%;/*画像の幅に対する高さ比率*/
		display: block;
	}
	.area39-inner::after{
		position: absolute;
		z-index: -1;
		content: '';
		top: 0;
		left:0;
		display: block;
		width: 100%;/*幅*/
		height: 100%;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
	    background: url(/midorimushi-shop/inochi_euglena/image/area39-inner_bg_sp.jpg) no-repeat center top;
		background-size:contain;
	}
	.area39-inner ul{
		width: 95%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap:wrap;
		margin: 0 auto 0;
		position: absolute;
		top:5vw;
		left: 0%;
		right: 0%;
	}
	.area39-inner li{
		width: 29.6vw;
		margin: 0 0 3vw;
	}
}

@media screen and (min-width: 751px){

	#Item-detail{
		width: 1000px;
		margin: 0 auto;
	}

	.area39{
		width: 1000px;
		margin: 0 auto 60px;
	}
	.area39-1{
		background: #16611e;
		color: #ffffff;
		font-family: "リュウミン B-KL","Ryumin Bold KL";
		text-align: center;
		font-size: 4.5rem;
		letter-spacing: 0.14em;
		font-feature-settings: 'palt';
		padding: 15px 0;
	}
	.area39-inner{
		width: 1000px;
		height: 696px;
		display: flex;
		background: url(/midorimushi-shop/inochi_euglena/image/area39-inner_bg.jpg) no-repeat;
	}
	.area39-inner ul{
		height: 630px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: space-around;
		flex-wrap:wrap;
		width: 90%;
		margin: 0 auto;
		top: 35px;
		position: relative;
	}

}

