@charset "utf-8";
/*----------------------------------------------------
　おうちアプデ研究所 総合扉 common（準備編と同型）
　LP用フォントは #main 内のみ。Noto Sans JP は読み込まない。
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");

.loading {
	display: none;
}
#wrapper {
	margin-top: 0;
}
.topicPath {
	display: none;
}
#main {
	margin-top: 0;
	padding-top: 0;
	font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", sans-serif;
	color: #000000;
}
.update-portal {
	overflow-x: hidden;
}
#footer {
	margin-top: 0;
}
