@charset "UTF-8";

/* ----------------------------------
 セイムスの調剤薬局
---------------------------------- */
h2.c-text-bold.txC.c-text-l3 { color: #000;}
.mv__img { width: 100%; max-width: 1100px; margin: 0 auto;}
.mv__img--sp { width: 100%; max-width: 460px; margin: 0 auto; display: block !important;}
.mv__img--pc { display: none !important;}
.content__img { width: 100%; max-width: 200px; margin: 1em auto 0 auto;}
.prescription_link a { text-decoration: underline; color: #008566;}
.prescription_link a:hover { text-decoration: none; color: #008566;}
.prescription_img-wrap img { display: block; width: 440px; margin: 0 auto;}
	
@media print, screen and (min-width: 769px) { 
	.mv__img--sp { display: none !important;}
	.mv__img--pc { display: block !important;}
	.content__img { max-width: 280px; margin: 0 auto;}
}
@media screen and (max-width: 768px) {
	.prescription_img-wrap img { width: 85%; max-width: 300px;}
}

