@charset "UTF-8"; 

/* ----------------------------------
 大人用紙おむつ 宅配サービス
---------------------------------- */
.mv__img { width: 100%; max-width: 1100px; margin: 0 auto;}
.mv__img img { width: 100%;}
.mv__img--sp { width: 100%; margin: 0 auto; max-width: 460px; display: block!important;}
.mv__img--pc { display: none !important;}
			
@media print, screen and (min-width: 769px) {
	.mv__img--sp { display: none !important;}
	.mv__img--pc { display: block!important;}
}

.adult-diapers__list li { padding-left: 1.5rem; list-style: disc inside; text-indent: -1em;}
.adult-diapers__number {
	width: 2rem;
	height: 2rem;
	margin-right: .5em;
	margin-left: 0;
	border-radius: 50%;
	font-size: 1em;
	text-align: center;
	line-height: 2rem;
	color: #fff;
	display: inline-block;
	background-color: #008566;
	flex-shrink: 0;
}
.adult-diapers__title { margin-bottom: 1em; font-size: 18px; font-weight: bold; color: #008566; display: flex; align-items: flex-start;}
.adult-diapers__title div.adult-diapers__title--no { padding: .3em .6em; margin-right: 1rem; color: #fff; background: #008566;}
.adult-diapers__title div { font-size: 18px; font-weight: bold; color: #008566;}

@media screen and (min-width: 769px) {
	.adult-diapers__title { align-items: center; font-size: 20px;}
	.adult-diapers__title div.adult-diapers__title--no { adding: .4em .8em; margin-right: 1rem;}
	.adult-diapers__title div { font-size: 20px;}
}
