@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Zen+Maru+Gothic&display=swap');
body {
	font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
}


/* ルートの文字サイズ設定　1px=1rem */
html {
font-size: 6.25%;
}
/* bodyのフォントサイズを16px相当に設定 */
body {
font-size: 16rem;
}
@media screen and (max-width: 640px) {/* 640px以下でスマホ画面時*/
body{
font-size:15rem;
}
}

.d-italic {
font-style: normal;	
color: #111;
font-weight: bold;
background: linear-gradient(transparent 50%, #FFFF77 50%);
padding: 0 1px;
margin: 0 1px;
}

.d-underline {
text-decoration:none;
color: #D7000F;
font-weight: bold;
background: linear-gradient(transparent 70%, #FFFF77 70%);
padding: 0 1px;
margin: 0 1px;
}


