@charset "utf-8";
/*------------------------------------------------------------
	list
------------------------------------------------------------*/
.gHeader h1 {
	font-size: 2.4rem;
}
#container {
	overflow: inherit;
}
#main .mainBox {
	width: 90.19%;
	margin: 0 auto 140px;
}
#sideBar {
	width: 15%;
	padding: 5px 0 0 7px;
	position: relative;
	box-sizing: border-box;
}
#sideBar .sticky {
	position: sticky;
	top: 100px;
}
#sideBar h2 {
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin: 0 0 32px;
	font-weight: 500;
	color: #fff;
}
#sideBar .linkList {
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	margin: 0 0 60px;
}
#sideBar .linkList li:not(:last-child) {
	margin-bottom: 15px;
}
#sideBar .linkList a {
	color: #fff;
}
#sideBar .linkList .on a, #sideBar .linkList a:hover {
	opacity: 0.6;
}
#conts {
	width: 82.3%;
	position: relative;
}
#conts h2 {
	margin-bottom: 32px;
	font-size: 2.2rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.12em;
}
#conts .num {
	position: absolute;
	right: -1px;
	top: -3px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.6);
}
#conts .num span {
	margin-right: 5px;
	font-size: 2.6rem;
	color: #fff;
	letter-spacing: 0.03em;
	font-family: 'Noto Serif JP', serif;
}
.comList .brand {
	height: 11px;
	margin: 10px 0 0;
}
.comList .brand.logo02 {
	height: 11px;
}
.comList .brand.logo04 {
	height: 16px;
	margin: 8px 0 0;
}
.comList .brand img {
	height: 100%;
}
@media all and (max-width: 767px) {
	.gHeader h1 {
		font-size: 1.8rem;
	}
	#main {
		padding-top: 21px;
	}
	#main .mainBox {
		margin-bottom: 66px;
		width: auto;
		display: block;
	}
	#sideBar {
		width: auto;
		padding: 0 0 40px 30px;
		display: none;
	}
	#sideBar h2 {
		left: 0;
	}
	#sideBar .sticky {
		position: static;
	}
	#conts {
		margin: 0 25px;
		width: auto;
	}
	#conts h2 {
		margin-bottom: 20px;
		font-size: 1.5rem;
		letter-spacing: 0.08em;
	}
	#conts .num {
		top: -4px;
		font-size: 1rem;
	}
	#conts .num span {
		font-size: 2.1rem;
	}
}
/*------------------------------------------------------------
	whiteBg
------------------------------------------------------------*/
.whiteBg #sideBar h2 {
	color: #222;
}
.whiteBg #sideBar .linkList {
	border-left-color: rgba(0, 0, 0, 0.2);
}
.whiteBg #sideBar .linkList a {
	color: #222;
}
.whiteBg #conts h2 {
	color: #222;
}
.whiteBg #conts .num {
	color: rgba(34, 34, 34, 0.6);
}
.whiteBg #conts .num span {
	color: #222;
}
.whiteBg .gHeader:not(.on) .menu span {
	background: #000;
}