@charset "UTF-8";
/* asverin en CSS Document */


/* webfont指定（英語） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla&display=swap');

body {
	font-family: "Noto Sans", 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-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: "Tiro Bangla", serif;
}


/* header
============================================================ */

/* SP */
@media only screen and (max-width: 768px) {
	.l-header__language .btn_trigger {
		top: 138px;
	}
}

/* /asverin/en/checksheet.html
============================================================ */

#checksheet .c-button--prev a {
	padding-left: 30px;
	padding-right: 10px;
}
