<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 12pt;
	/*
	transform: scale(0.9);
	transform-origin: left top;
	height: calc(100% / 0.9);
	width: calc(100% / 0.9);
	*/
}

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 10pt;
	color: var(--base-color);
	line-height: 1.5em;
}

html, body, div, span, object, iframe, a, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	font-weight: var(--font-weight-normal);
}

pre {
	display: none;
}

body a[href] {
	color: var(--linked-color);
}

body a:not:hover,
body input[type=submit]:hover,
body input[type=cancel]:hover {
	opacity: 0.6;
}
body a.disable:hover,
body input[type=submit].disable:hover,
body input[type=cancel].disable:hover {
	opacity: 1;
}

#Outline {
	position: static;
	padding: 150px 0 0;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	min-height: 100vh;
	box-sizing: border-box;
	color: var(--base-color);
}

/* Header */
#Outline &gt; #Header {
	position: absolute;
	top: 0; right: 0; left: 0;
	padding: 0;
	margin: auto;
	width: 100%;
	height: 150px;
}
#Outline &gt; #Header &gt; .wrapper {
	position: relative;
	padding: 0;
	margin: auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	height: 100%;
}
#Outline &gt; #Header &gt; .wrapper &gt; div {
	position: absolute;
}
#Outline &gt; #Header &gt; .wrapper &gt; .title {
	top: 50px; left: 0px;
	width: 193px;
}
#Outline &gt; #Header &gt; .wrapper &gt; .logo {
	top: 35px; left: 50%;
	transform: translate(-50%, 0);
	width: 270px;
}
#Outline &gt; #Header &gt; .wrapper &gt; .login{
	top: 50px; right: 65px;
	width: 45px;
}
#Outline &gt; #Header &gt; .wrapper &gt; .account {
	top: 50px; right: 58px;
	width: 60px;
}
#Outline &gt; #Header &gt; .wrapper &gt; .menu {
	top: 50px; right: 0px;
	width: 45px;
}

/* Contents */
#Outline &gt; #Contents {
	position: relative;
	padding: 0;
	margin: auto;
	width: 100%;
	min-height: calc(100vh - 500px);
}

/* Menu */
#Outline &gt; #Menu {
	position: fixed;
	display: none;
	top: 0; right: 0; left: 0;
	padding: 40px 0;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	overlow: hidden;
}
#Outline &gt; #Menu &gt; div.sitemap {
	position: relative;
	display: flex;
	padding: 0;
	margin: auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	height: 100%;
	flex-wrap: wrap;
	gap: 20px 0;
}

/* Footer */
#Outline &gt; #Footer {
	position: relative;
	bottom: 0;
	padding: 140px 0 170px;
	margin: 80px auto 0;
	width: 100%;
	height: auto;
	background-image: url('../../../file/parts/footer.border.svg');
	background-size: 8px;
	background-repeat: round no-repeat;
}
#Outline &gt; #Footer &gt; div {
	position: absolute;
}
#Outline &gt; #Footer &gt; .title {
	top: 50px; left: 0;
	width: 270px;
}
#Outline &gt; #Footer &gt; .logo {
	top: 50px; right: 0;
	width: 160px;
}
#Outline &gt; #Footer &gt; div.sitemap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div,
#Outline &gt; #Footer &gt; div.sitemap &gt; div {
	padding: 0 18px 18px;
	width: calc(100% / 3);
	box-sizing: border-box;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div.work,
#Outline &gt; #Footer &gt; div.sitemap &gt; div.work {
	border-left: solid 2px #60c0bd;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div.collaborator,
#Outline &gt; #Footer &gt; div.sitemap &gt; div.collaborator {
	border-left: solid 2px #ee846d;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div.other,
#Outline &gt; #Footer &gt; div.sitemap &gt; div.other {
	border-left: solid 2px #1e1e1e;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div h2,
#Outline &gt; #Footer &gt; div.sitemap &gt; div h2 {
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div ul,
#Outline &gt; #Footer &gt; div.sitemap &gt; div ul {
	margin: 20px 0 0;
	list-style: none;
	font-size: 0.9rem;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div ul li,
#Outline &gt; #Footer &gt; div.sitemap &gt; div ul li {
	padding: 0 0 5px;
}
#Outline &gt; #Menu &gt; div.sitemap &gt; div ul li a,
#Outline &gt; #Footer &gt; div.sitemap &gt; div ul li a {
	color: inherit;
}
#Outline &gt; #Footer &gt; .taaf {
	bottom: 50px;
	padding: 0;
	width: auto;
	height: auto;
}
#Outline &gt; #Footer &gt; .taaf &gt; a {
	display: block;
	width: auto;
	height: auto;
}
#Outline &gt; #Footer &gt; .copyrights {
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 40px;
	font-size: 0.9rem;
}
#Outline &gt; #Footer &gt; .copyrights span {
	position: absolute;
	bottom: 10px;
}

/* Popup */
#Outline &gt; #Popup {
	position: fixed;
	display: none;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 0;
	padding: 0;
	background-color: var(--popup-mask);
	align-items: center;
}
#Outline &gt; #Popup::before {
	content: url('../../../file/parts/windmill.svg');
	display: block;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	animation: rotateion 2s linear 0s infinite;
}

@keyframes rotateion{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}

#Outline &gt; #Popup &gt; .pane {
	position: relative;
	display: none;
	padding: 0;
	margin: 30px auto 30px;
	border-radius: 10px;
	border: 2px solid var(--base-color);
	padding: 45px 40px;
	width: calc(100% - 20px);
	max-width: 1200px;
	max-height: calc(100% - 20px);
	background-color: #fff;
	overflow-y: auto;
	box-sizing: border-box;
}
</pre></body></html>