@charset "UTF-8";

/* マルチ・ポジション授乳クッション */

#ItemDetailTummyComfort .Photo img {
width: 100%;
height: auto;
}

#ItemDetailTummyComfort .LeadUnit {
margin-bottom: 30px;
}

#ItemDetailTummyComfort .LeadUnit .Lead {
margin-top: 20px;
}

#ItemDetailTummyComfort .EachUnit {
margin-top: 20px;
padding: 20px 30px;
border: 1px solid #d9d9d9;
background: #fff;
}

#ItemDetailTummyComfort .EachUnit h3.Mds {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.7;
color: #fa7d8a;
}

#ItemDetailTummyComfort h4.Mds {
margin-bottom: 8px;
font-size: 18px;
}

/* Unit1 */
#ItemDetailTummyComfort .Unit1 .EachList {
overflow: hidden;
}

#ItemDetailTummyComfort .Unit1 .EachList li {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #e8e7e7;
}

#ItemDetailTummyComfort .Unit1 .EachList li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

/*
#ItemDetailTummyComfort .Unit1 .EachList li:last-child,
#ItemDetailTummyComfort .Unit1 .EachList li:nth-last-child(2):nth-child(odd) {
margin-bottom: 0;
}
*/

#ItemDetailTummyComfort .Unit1 .EachList .Photo {
margin-bottom: 15px;
border: 1px solid #e8e7e7;
box-sizing: border-box;
border-radius: 10px;
overflow: hidden;
}


@media print, screen and (min-width: 768px) {

	#ItemDetailTummyComfort {
	max-width: var(--item-detail-width);
	}

}