@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#pharmacy .bg_gray::after {
	content: "PHARMACY";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
}
#pharmacy .service dl:not(:last-of-type) {
	margin-bottom: 60px;
}
#pharmacy .service dl dt {
	display: flex;
	align-items: center;
	font-size: 40px;
	margin-bottom: 30px;
}
#pharmacy .service dl dt .maru {
	width: 88px;
	height: 88px;
	background: #f9f4a7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-radius: 50%;
}
#pharmacy .service dl dd {
	background: #f7f7f7;
	border-radius: 25px;
	padding: 40px 30px;
}
#pharmacy .service .imgs {
	width: 1000px;
	margin: 0 auto;
}
#pharmacy .service .imgs li {
	width: 475px;
	padding: 30px;
	background: #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#pharmacy .bg_gray::after {
		font-size: 50px;
		top: -21px;
	}
	#pharmacy .service dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#pharmacy .service dl dt {
		font-size: 22px;
		line-height: 1;
		margin-bottom: 0;
	}
	#pharmacy .service dl dt .maru {
		transform: scale(0.6);
		margin-right: 0;
	}
	#pharmacy .service dl dd {
		padding: 15px;
	}
	#pharmacy .service .imgs {
		width: 100%;
	}
	#pharmacy .service .imgs li {
		width: 49%;
		padding: 10px;;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#pharmacy .bg_gray::after {
		font-size: 40px;
		top: -18px;
	}
	#pharmacy .service .imgs li {
		padding: 5px;
	}
	#pharmacy .service dl dt {
		font-size: 18px;
	}
}