@charset "utf-8";

/* ----------------------------------------------------- */
/* 各講座用の指定を記述 */
/* ----------------------------------------------------- */

.is-drug-top.is-category-11 .c-video {
  background-image: url(/laboratory/oral_and_maxillofacial_surgery/img/hero_top_01_pc.jpg);
}

/* pc */
@media print, screen and (min-width: 768px) and (max-width: 840px) {
.feature-hero-title .room-name.rn-dentistry img {
	width: calc(100% * 0.175 * 1.5);
}
.feature-hero-title .ja-name img {
	width: calc(100% * 0.541 * 1.5);
}
.feature-hero-title .en-name.en_dep img {
	width: calc(100% * 0.358 * 1.5);
}
.feature-hero-title .en-name.en01 img {
	width: calc(100% * 0.215 * 1.5);
}
.feature-hero-title .en-name.en02 img {
	width: calc(100% * 0.553 * 1.5);
}
.is-drug-top .feature-hero .feature-hero-title {
	width: calc(100% - 260px);
}
}

@media print, screen and (min-width: 841px) {
.feature-hero-title .ja-name img {
	width: 541px;
}
.feature-hero-title .en-name.en01 img {
	width: 215px;
}
.feature-hero-title .en-name.en02 img {
	width: 553px;
}
}

/* sp */
@media screen and (max-width: 767px) {
.feature-hero-title .ja-name img {
	width: calc(541px * 0.357);
}
.feature-hero-title .en-name.en01 img {
	width: calc(215px * 0.357);
}
.feature-hero-title .en-name.en02 img {
	width: calc(553px * 0.357);
}
}
