@charset "utf-8";

/* ■■■■■■ゴーストテーブル - 375 px ■■■■■■ */

/* ゴーストペディア目次 - 375 px */
.gindex_tbl {
	width: 315px;
	font-size: 16px;
	font-weight: 400;
	padding: 20px;
	line-height: 1.8;
	color: #efefef;
	background-color: #2c2f3e;
	margin: 0 0 10px 0;
	border-radius: 0 0 10px 10px;
}

/* 目次のアイコン */
.outline__title3::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f03a';
	margin-right: 10px;
	margin-left: 0;
}

.gtab {
	width: 315px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	margin: 0;
}

.gtab th,td {
	padding: 0;
}

.g-icon {
	width: 80px;
	height: 90px;
}

/* ■■■■■■■■■■■■■■■■■■700px■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width:700px) {

/* ゴーストペディア目次 - 700 px */
.gindex_tbl {
	font-size: 17px;
	width: 640px;
}

/* ■■■■■■ゴーストテーブル - 700 px ■■■■■■ */
.gtab {
	width: 640px;
}

.g-icon {
	width: 160px;
	height: 180px;
}

}
