@charset "utf-8";
/*=================================
ノーベル賞関連用スマホ用CSS
=================================*/

/* ウィンドウ幅が0～768pxの場合に適用するCSS(PC・タブレット共通) */
@media screen and (max-width: 768px) {
.ttlDesign_nobel {
	font-size: 2.1rem;
}
.name_nobel {
	font-size: 2.1rem;
}
.name_nobel span {
	font-size: 1.8rem;
}
.table_sptate,
.table_nobel.table_sptate tr > td:last-child {
	border: 0;
}
}