@charset "UTF-8";
/* medicon tw CSS Document */


/* webfont指定（繁体） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap');

body {
	font-family: "Noto Sans TC", 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 TC", serif;
}


/* header
============================================================ */

/* SP */
@media only screen and (max-width: 768px) {
	.l-header__shop .btn_trigger .btn_trigger__inner {
    text-align: center;
    line-height: 1.3;
  }
	.l-header__language .btn_trigger {
		top: 328px;
	}
}



/* /medicon/cn.html
============================================================ */

/* PC */
@media print, screen and (min-width: 769px) {
	
}
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
	
}
/* SP */
@media only screen and (max-width: 768px) {
	#top .sec-medicon .medicon-content .box-feature__content {
		width: 100%;
	}
}



/* 
============================================================ */

/* PC */
@media print, screen and (min-width: 769px) {
	
}
/* SP */
@media only screen and (max-width: 768px) {
	
}
