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

h2,h3,p,th,td,dt,dd{
	letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {

.contents{
	width: 800px;
	margin: 0 auto;
}

.main_title{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding-bottom: 0;
	text-align: left;
	border-bottom: 2px solid #333;
}

.outline_t{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.outline_t th,
.outline_t td{
	border: 1px solid #ccc;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
}

.outline_t th{
	width: 150px;
}

.outline_t tr.no_bd td{
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

dl{
	padding-bottom:20px;
}

dl span{
	display: block;
	padding-top: 1em;
}

dl dd{
	padding-bottom: 20px;
}

dt.yokoku{
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	line-height: 1;
}

}




@media screen and (max-width: 1000px) and (min-width: 768px) {

.contents{
	width: 92%;
	margin: 0 auto;
}

}




@media screen and (max-width: 767px) {

.contents{
	width: 92%;
	margin: 20px auto;
}

.main_title{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-align: left;
	border-bottom: 2px solid #333;
}

.outline_t{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.outline_t tr{
	display: block;
}
.outline_t th,
.outline_t td{
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-weight: normal;
}

.outline_t th{
	background: #f6f6f6;
	font-weight: bold;
}

.outline_t tr.no_bd td{
	padding-top: 15px;
	padding-bottom: 15px;
}

dl{
	padding-bottom:20px;
}

dl span{
	display: block;
	padding-top: 1em;
}

dl dd{
	padding-bottom: 20px;
}

dl dd br{
	display: none;
}

}






</pre></body></html>