@charset "utf-8";

/* ----------------------------------------------------- */
/* 各講座用の指定を記述 */
/* ----------------------------------------------------- */

.is-drug-top.is-category-11 .c-video {
  background-image: url(/laboratory/public_health/img/hero_top_01_pc.jpg);
}

/* pc */
@media print, screen and (min-width: 768px) {
.feature-hero-title .ja-name img {
	width: 476px;
}
.feature-hero-title .en-name.en01 img {
	width: 328px;
}
}

/* sp */
@media screen and (max-width: 767px) {
.feature-hero-title .ja-name img {
	width: calc(476px * 0.357);
}
.feature-hero-title .en-name.en01 img {
	width: calc(328px * 0.357);
}
}