@charset "utf-8";

/* 目次テーブル - 375px */
.index_tbl {
	width: 355px;
	padding: 20px 0 5px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.0;
	color: #efefef;
	background-color: #2c2f3e;
	margin: 0 0 10px 0;
	border-radius: 0 0 10px 10px;
}

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

/* 「目次」の文字の大きさ - 375px*/
.toc_title {
	font-size: 18px;
	margin-left: 20px;
	font-weight: bold;
}

/* 目次の各項目設定 - 共通・375px */
.toc {
	font-size: 16px;
	line-height: 2.0;
	padding-left: 0;
	list-style: none;
}

/* 目次のリンク設定 - 共通 */
.index_a {
	padding: 5px 0 5px 40px;
	display: block;
}

/* 目次のリンクホバー設定 - 共通 */
.index_a:hover {
	background-color: #4d536e;
}

/* 点線の設定 - 共通・375px */
.tensen {
	width: 335px;
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	margin-bottom: 20px;
}


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

/* 「目次」の文字の大きさ - 700px */
.toc_title {
	font-size: 22px;
}

/* 目次テーブル - 700px */
.index_tbl {
	width: 680px;
}

/* 目次の各項目設定 - 700px */
.toc {
	font-size: 20px;
}

/* 点線の設定 - 700px */
.tensen {
	width: 640px;
}

}

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


}