@charset "UTF-8";
/* mucodyne cn CSS Document */


/* webfont指定（简体） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap');

body {
	font-family: "Noto Sans SC", sans-serif;
}

#top .sec-feature .feature-content__text .content-title,
#top .sec-product .product-content__item .product-catch,
#top .sec-more .more-content .content-title b,
#top .sec-youjyou .youjyou-content .content-title,
#top .sec-qa .qa-content__item .question:before,
#top .sec-history .history-list > .history-list__item .item-year,
#medimovie .sec-cm .movie-content .content-title,
#checksheet .cs__title,
#checksheet .cs__q .q-num,
#checksheet .cs__a .q-num,
#checksheet .cs__a .a-icon,
.popup-content__title,
.l-section__title {
	font-family: "Noto Serif SC", serif;
}


/* header
============================================================ */

/* SP */
@media only screen and (max-width: 768px) {
	.l-header__language .btn_trigger {
		top: 138px;
	}
}


/* /mucodyne/cn.html
============================================================ */

#top .sec-shop .shop-subtitle {
	width: 230px;
}
/* SP */
@media only screen and (max-width: 768px) {
	#top .sec-feature .feature-content__text .content-title {
		font-size: 4.8vw;
		height: 25.933vw;
	}
	#top .sec-feature .feature-content__text .content-title:before {
		left: 0;
		width: 35vw;
	}
	#top .sec-feature .feature-content__text .content-title > span {
		line-height: 2;
		height: 25.933vw;
	}
	#top .sec-medicon .medicon-content .box-feature__content {
		width: 100%;
	}
	#top .sec-shop .shop-subtitle {
		width: 200px;
	}
}

