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

/***************************************
*
*	1. bodySec style
*
***************************************/


/* 1. bodySec style */
/* ------------------------------------------------------------------------------------ */
#mainContent {
	width: 825px;
	margin: 10px auto 0 auto;
	padding-top: 0;
	line-height: 1.9;
}
.tl {
	color: #6f7274;
	font-size: 170%;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
}
.stl {
	color: #c1c4c6;
	font-size: 115.4%;
	font-style: italic;
	text-align: center;
	margin-bottom: 40px;
}
.list-top {
	text-align: center;
}
#mainContent ul {
	margin-bottom: 70px;
}
#mainContent ul.last {
	margin-bottom: 0;
}
#mainContent li {
	width: 355px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 100px 95px 0;
}
#mainContent li:nth-child(even) {
	margin-right: 0;
}
#mainContent li.last {
	margin-right: 470px;
}
#mainContent li.center {
	margin-right: 0;
}
.tl-brand {
	color: #5a5c5e;
	font-size: 123.1%;
	margin: 20px 0 17px auto;
}
.tl-brand span {
	width: 30px;
	display: block;
	margin: 6px auto 0 auto;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid #c1c4c6;
}
.txt {
	color: #9e9fa1;
	font-size: 92.3%;
	line-height: 1.7;
	letter-spacing: 1px;
}
.btn-link {
	margin-top: 17px;
}
.btn-link a {
	width: 100px;
	display: block;
	color: #6f7274;
	font-size: 115.4%;
	font-style: italic;
	padding: 3px 0 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #6f7274;
}
.btn-link.soon a {
	width: 120px;
	color: #c5c7c7;
	border: 1px solid #c5c7c7;
	cursor: text;
}
.btn-link a:hover {
	color: #fff;
	background: #6f7274;
}
.btn-link.soon a:hover {
	color: #c5c7c7;
	background: #fff;
}
.list-bottom {
	text-align: center;
}
#mainContent .list-bottom li {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
}
#mainContent .list-bottom.last li.last {
	margin-bottom: 0;
}

.spbr {
	display: none;
}</pre></body></html>