<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

*{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

html{
	font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
h5{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

body{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #3a3734;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-size: clamp(13px, 1.8vw, 15px);
	line-height: 1.7;
}

div,
p,
table{
	margin: 0;
	padding: 0;
}

*, *::before, *::after{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

ul, ol, dl{
	margin: 0;
	padding: 0;
	list-style: none;
}

span{
	display: inline-block;
}

a{
	color: #ec6a00;
	overflow-wrap: anywhere;
}

p.kome,
h2.kome{
	padding-left: 1.3em;
	text-indent: -1.3em;
}

ul.kome li{
	position: relative;
	padding: 0 0 0 1.4em;
}

ul.kome li::after{
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul.kome li:last-of-type{
	margin-bottom: 0;
}

/* contents */
h1{
	font-weight: bold;
	font-size: clamp(16px, 2.2vw, 20px);
	padding: 45px 8%;
	background: #f8f7f6;
}

@media screen and (max-width: 600px){
	h1{
		padding: 30px 5%;
	}
}

#character_wrapper{
	width: 100%;
	padding: 45px 8%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #fdfdfd;
}

@media screen and (max-width: 600px){
	#character_wrapper{
		padding: 30px 5%;
	}
}

#charactor_update{
	line-height: 1.4;
	margin-bottom: 30px;
	display: inline-block;
	padding: 8px 0;
}

.update_md{
	font-weight: bold;
	font-size: clamp(14px, 2vw, 16px);
}

#charactor_list{
	overflow-x: auto;
}

/* table */
.charactor_list_table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px #d5c8bf solid;
	line-height: 1.4;
}

@media screen and (max-width: 600px){
	.charactor_list_table{
		min-width: 125%;
	}
}

.charactor_list_table tr{
	border-bottom: 1px #d5c8bf solid;
}

.charactor_list_table th,
.charactor_list_table td{
	border-right: 1px #d5c8bf solid;
}

/* .charactor_list_table th:last-child,
.charactor_list_table td:last-child{
	border: 0;
} */

.charactor_list_table th{
	padding: 6px 8px;
	width: 80px;
	background: #fbf7f3;
}

.charactor_list_table td{
	padding: 8px;
	empty-cells: show;
}

.charactor_list_table td span{
	display: inline-block;
}

.charactor_list_table td .sup{
	font-size: 80%;
}

.list_company{
	width: 30%
}

.list_name{
	width: 40%
}

.list_url{
	width: 30%
}

.charactor_list_table.other{
	margin-top: 30px;
}

.charactor_list_table.other td:first-of-type{
	width: 30%
}

.charactor_list_table.other td:last-of-type{
	width: 70%
}

.charactor_att{
	font-size: 80%;
	margin-top: 15px;
	line-height: 1.4;
}

.charactor_att li + li{
	margin-top: .6em;
}</pre></body></html>