@charset "UTF-8";

/* タブレットデザイン ここから */
@media screen and (min-width:768px) and (max-width:1049px) {
	/* 全体デザイン */
	.only-sp {
		display: none;
	}

	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
	}
}

/* スマートフォンデザイン ここから */
@media screen and (max-width:767px) {
	/* 全体デザイン */
	.only-pc {
		display: none;
	}

	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Roboto", "Noto Sans JP", "sans-serif";
		font-size: 0.95em;
	}

	/* パンくずリスト */
	#breadcrumbs {
		font-size: 13px;
	}

	/* 記事ページ */
	.single h1 {
		font-size: 1.2em;
	}

	/* アーカイブページ */
	.archive h1 {
		font-size: 20px;
	}

	.archive .topics-list-item > a {
		display: block;
	}

	.archive .topics-date {
		font-size: 15px;
	}

	.archive .topics-title {
		margin-top: 5px;
	}

	/* 404ページ */
	#notfound-msg {
		margin: 50px 10px;
		font-size: 1.1em;
		text-align: left;
		line-height: 1.8em;
	}

	/* スマホメニュー */
	img.mega-menu-logo {
		height: 100vh;
	}
}