#Outline > #Contents > .banner {
	display: flex;
	position: relative;
	width: 100%;
}
#Outline > #Contents > .banner > div {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	aspect-ratio: 12 / 11;
	overflow: hidden;
}
#Outline > #Contents > .banner > div > a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
#Outline > #Contents > .banner > div > a > .toindex {
	position: absolute;
	top: 36px; left: 55px;
	width: auto;
	font-weight: var(--font-weight-bold);
	font-size: 13px;
	line-height: 1em;
	color: #000;
}
#Outline > #Contents > .banner > div > .total {
	position: absolute;
	right: 16px; bottom: 16px;
	border-radius: 50%;
	width: 23%;
	aspect-ratio: 1 / 1;
	background-color: #FFF;
	font-size: 13px;
	line-height: 1em;
	text-align: center;
}
#Outline > #Contents > .banner > div > .total::before {
	display: block;
	position: absolute;
	top: 16px;
	width: 100%;
	content: '掲載中';
	letter-spacing: 0.3em;
}
#Outline > #Contents > .banner > div > .total::after {
	display: block;
	position: absolute;
	bottom: 16px;
	width: 100%;
	content: '件';
}
#Outline > #Contents > .banner > div > .total > div {
	display: table;
	width: 100%;
	height: 95%;
}
#Outline > #Contents > .banner > div > .total > div > span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 40px;
	color: var(--base-color);
}
#Outline > #Contents > .banner > div.work > .total {
	color: var(--work-color);
}
#Outline > #Contents > .banner > div.collaborator > .total {
	color: var(--collaborator-color);
}
@media (max-width:1024px) {
	#Outline > #Contents > .banner > div > a > .toindex {
		top: 3.52vw;
		left: 5.37vw;
		font-size: 1.27vw;
	}
	#Outline > #Contents > .banner > div > .total {
		right: 1.56vw; bottom: 1.56vw;
	}
	#Outline > #Contents > .banner > div > .total::before {
		top: 1.56vw;
		font-size: 1.27vw;
	}
	#Outline > #Contents > .banner > div > .total::after {
		bottom: 1.56vw;
		font-size: 1.27vw;
	}
	#Outline > #Contents > .banner > div > .total > div > span {
		font-size: 3.9vw;
	}
}
@media (max-width: 375px) {
	#Outline > #Contents > .banner {
		flex-wrap: wrap;
	}
	#Outline > #Contents > .banner > div {
		width: 100%;
	}
	#Outline > #Contents > .banner > div > a > .toindex {
		top: 7.04vw;
		left: 10.74vw;
		font-size: 2.54vw;
	}
	#Outline > #Contents > .banner > div > .total {
		right: 3.12vw; bottom: 3.12vw;
	}
	#Outline > #Contents > .banner > div > .total::before {
		top: 3.12vw;
		font-size: 2.54vw;
	}
	#Outline > #Contents > .banner > div > .total::after {
		bottom: 3.12vw;
		font-size: 2.54vw;
	}
	#Outline > #Contents > .banner > div > .total > div > span {
		font-size: 7.8vw;
	}
}
#Outline > #Contents > .summary {
	position: relative;
	margin: 65px auto 0;
	padding: 35px 30px 0;
	width: 100%;
	max-width: 850px;
	background-image: url('../../../../file/parts/summary.quote.left.svg'), url('../../../../file/parts/summary.quote.right.svg');
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 50px;
	box-sizing: border-box;;
}
#Outline > #Contents > .summary span {
	font-size: 1.3rem;
	line-height: 2.2em;
}
#Outline > #Contents > .summary a {
	display: block;
	position: relative;
	margin: 16px auto 0;
	width: 120px;
}
#Outline > #Contents > .newuser {
	position: relative;
	margin: 70px auto 0;
	width: calc(100% - 5px);
	max-width: 840px;
}

#Outline > #Contents > .guide {
	position: relative;
	margin: 0 auto;
	padding: 10px 70px 0;
	width: 100%;
	max-width: 920px;
	box-sizing: border-box;;
}
#Outline > #Contents > .guide a {
	color: var(--work-color);
}
#Outline > #Contents > .guide span {
	font-size: 1.1rem;
	line-height: 1.6em;
}
#Outline > #Contents > .guide img {
	display: inline-block;
	margin: 3px 4px 0;
	width: 1.3rem;
	height: 1.3rem;
	vertical-align: top;
}
#Outline > #Contents > .guide ul {
	display: flex;
	margin: 20px auto 0;
	padding: 0;
	font-size: 1rem;
	list-style: outside none;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 10px;
}
#Outline > #Contents > .guide ul li {
	padding: 0 0 0 20px;
	width: calc(50% - 10px);
	line-height: 1.4em;
	box-sizing: border-box;
}
#Outline > #Contents > .guide ul li::before {
	content: '';
	display: inline-block;
	margin: 0.2em 5px 0 -20px;
	width: 1rem;
	height: 1rem;
	background-color: var(--base-color);
	vertical-align: top;
}
#Outline > #Contents > .guide ul li a {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0;
	width: 1.3rem;
	height: 1.3rem;
	background-image: url('../../../../file/parts/button.pageing.next.svg');
	background-repeat: no-repeat;
	vertical-align: bottom;
}
