<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @copyright 2018- Tom Communication Industrial Co., Ltd.
 * @since 2018/04/13
 * @version 20180413
 */

/* 雋ｩ螢ｲ莉｣逅�ｺ�			========================== */
/* COMMON			------------------------------ */
.Hokkaido		{ background-color: #84C292; border: 0px solid #84C292; }
.Tohoku			{ background-color: #EA9572; border: 0px solid #EA9572; }
.Kanto			{ background-color: #2CB5A9; border: 0px solid #2CB5A9; }
.Shinetsu		{ background-color: #EDC300; border: 0px solid #EDC300; }
.Tokai			{ background-color: #B673A6; border: 0px solid #B673A6; }
.Kinki			{ background-color: #ABC500; border: 0px solid #ABC500; }
.Chushikoku		{ background-color: #5F9ECF; border: 0px solid #5F9ECF; }
.Kyushu			{ background-color: #EA8937; border: 0px solid #EA8937; }
.Okinawa		{ background-color: #DD72A1; border: 0px solid #DD72A1; }

/* CONTENT_HEADER	------------------------------ */
#CONTENT_HEADER_F &gt; header {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 2.8rem;
	font-weight: bold;
	font-feature-settings: "halt";
	line-height: 4.8rem;
	text-align: center;
	color: #FFF;
}
#CONTENT_HEADER {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 30px;
	width: 1200px;
	min-height: 0%;
}
#CONTENT_HEADER &gt; h1 {
	display: inline-block;
	width: 100%;
	height: 50px;
	/* font-size: 2.6rem; */
	font-size: 2.4rem;
	font-weight: bold;
	font-feature-settings: "halt";
	line-height: 4.8rem;
}
#CONTENT_HEADER &gt; dl {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	min-height: 0%;
	font-size: 2.2rem;
	font-feature-settings: "halt";
	line-height: 3.2rem;
}
#CONTENT_HEADER &gt; dl &gt; dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	background-color: #707070;
	font-weight: bold;
	color: #FFF;
}
#CONTENT_HEADER &gt; dl &gt; dd {
	flex-grow: 1;
	padding: 20px 30px;
	background-color: #EEE;
}

/* LIST			------------------------------ */
#LIST_F { padding: 20px 0px 50px 0px; }
#LIST {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px 30px;
	width: 1200px;
	min-height: 0%;
}
#LIST &gt; h1 {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	font-feature-settings: "halt";
	line-height: 4.8rem;
}
#LIST &gt; div {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	min-height: 0%;
}
#LIST &gt; div &gt; span.Anchor { top: -230px; }
#LIST &gt; div &gt; h2 {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	font-feature-settings: "halt";
	line-height: 4.8rem;
}
#LIST &gt; div &gt; dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	min-height: 0%;
	font-size: 2rem;
	font-feature-settings: "halt";
	line-height: 3.2rem;
}
#LIST &gt; div &gt; dl &gt; dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 20px;
	width: 480px;
}
#LIST &gt; div &gt; dl &gt; dd {
	padding: 5px 20px;
	width: 660px;
	/* font-size: 2rem;
	line-height: 3rem; */
}
#LIST &gt; div &gt; dl &gt; dt:nth-child(4n+1) { background-color: #DCDCDC; }
#LIST &gt; div &gt; dl &gt; dd:nth-child(4n+2) { background-color: #EEE; }


/* VPC霑ｽ蜉�蛻�ｼ�20-09-24�� */
#CONTENT_HEADER_F &gt; p {
	font-size: 2rem;
	width: 1140px;
}
#LIST_F &gt; .position-center {
	font-size: 2rem;
}
/* 縺薙％縺ｾ縺ｧ */
</pre></body></html>