@charset "UTF-8";

/* ベビー・プレイネスト */

#ItemDetailPlaynest .Photo img {
width: 100%;
height: auto;
}

#ItemDetailPlaynest .LeadUnit {
margin-bottom: 30px;
}

#ItemDetailPlaynest .LeadUnit .Lead {
margin-top: 20px;
}

#ItemDetailPlaynest .EachUnit {
margin-top: 20px;
padding: 20px 30px;
border: 1px solid #d9d9d9;
background: #fff;
}

#ItemDetailPlaynest .EachUnit h3.Mds {
margin-bottom: 10px;
font-size: 20px;
line-height: 1.7;
color: #fa7d8a;
}

#ItemDetailPlaynest .EachUnit h3.Mds + .Lead {
margin-bottom: 23px;
font-size: 15px;
}

#ItemDetailPlaynest .EachList li {
margin-bottom: 20px;
}

#ItemDetailPlaynest .EachList h4.Mds {
margin-bottom: 8px;
padding-top: 20px;
border-top: 1px solid #d9d9d9;
font-size: 18px;
}

/* Unit4 */
#ItemDetailPlaynest .Unit4 .EachList {
margin-top: 23px;
}

#ItemDetailPlaynest .Unit4 .EachList .Photo {
border: 1px solid #d9d9d9;
border-radius: 8px;
box-sizing: border-box;
overflow: hidden;
}

/* Unit5 */
#ItemDetailPlaynest .Unit5 h4.Mds {
display: inline-block;
padding: 2px 10px;
border-radius: 3px;
font-size: 14px;
color: #fff;
background: #6aa2df;
}

#ItemDetailPlaynest .Unit5 .ListDisc {
margin-top: 25px;
padding-top: 30px;
border-top: 1px solid #d9d9d9;
}

#ItemDetailPlaynest .Unit5 .ListDisc li {
position: relative;
margin-bottom: 8px;
padding-left: 18px;
background-image: none;
font-size: 14px;
}

#ItemDetailPlaynest .Unit5 .ListDisc li:before {
display: inline-block;
position: absolute;
left: 0;
top: 4px;
width: 12px;
height: 12px;
border-radius: 100%;
background: #6aa2df;
content: '';
}


@media print, screen and (min-width: 768px) {

	#ItemDetailPlaynest {
	max-width: var(--item-detail-width);
	}

}