@charset "UTF-8";

/* ----------------------------------
 地域連携薬局
---------------------------------- */
.mv__img { width: 100%; max-width: 900px; 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 { max-width: 200px; width: 100%; margin: 1em auto 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;}
}

.regional__merit        { list-style-type: none;}
.regional__merit li     { padding: .3em .3em .3em 0; display: flex; align-items: center; gap: 0 10px; position: relative;}
.regional__table table  { width: 100%; margin-top: 1em; border: 1px solid black; border-collapse: collapse;}
.regional__table tr     { text-align: center;}
.regional__table th     { text-align: center; background-color: #f5f5f5;}
.regional__table--name  { width: 30%;}
.regional__link         { margin-bottom: .3em;}
.regional__link a       { text-decoration: underline; color: #008566;}
.regional__link a:hover { text-decoration: none;}
