<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* mainvisual
==================================*/
.mainvisual{
	background-color:#e3e4ea;
	margin-bottom: 30px;
}
.text-bottom{
	margin-bottom: 20px;
	line-height: 2;
}
/* img-list
==================================*/
.img-list{
	overflow: hidden;
	margin-bottom: 35px;
}
.img-list li{
	float: left;
	margin:0 13px 13px 0;
}
.img-list li.last{
	margin-right: 0px;
}
/* table
==================================*/
.table-box{
	border-collapse: collapse;
	width: 690px;
	margin: 0 auto;
  font-size: 16px;
}

th{
	white-space: nowrap;
	width: 120px;
}
th,td{
	border: 1px solid #999999;
	text-align: left;
	padding: 12px 15px;
	line-height: 1.7;
}
th{
	background-color:#001d59;
	color: #ffffff;
}
td.gray{
	background-color:#b7c3dd;
	width: 30000px;
	table-layout: fixed;
	padding: 12px 0 12px 5px;
}
td img{
	margin-top: 10px;
	margin-bottom: 0px;
}
.img-top{
	margin-top: 20px;
}
.center{
	text-align: center;
}
.left-menu li.menu1{
	background: url(../../../common/img/sidemenu_bg02.png) no-repeat top;
	color: #fff;
}
.left-menu li.menu1:hover{
	background: url(../../../common/img/sidemenu_bg03.png) no-repeat top;
}
.sp_br{
	display: none;
}
@media screen and (max-width: 1120px) {
.left-menu{
	display: none;
	}
.right-wrap {
	width: 100%;
	float: none;
	}
.right-wrap img{
	max-width: 100%;
	height: auto;
	}
th {
	width: 30%;
	}
}
@media screen and (max-width: 765px) {
.table-box{
	width: 100%;
	}
.sp_br{
	display: block;
	}
th:first-child{
	width: 20%;
	}
th:nth-child(2),th:nth-child(3){
	width: 40%;
	}

td.gray{
	padding: 12px 5px;
	}
}</pre></body></html>