@charset "utf-8";


/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){



/**************************************************
 main
**************************************************/
main{padding-top: 0;}
	
.localNavi ul{margin-top: 30px;}
.localNavi ul li{
	width: calc(50% - 5px);
	margin: 10px 10px 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
}
.localNavi ul li:nth-of-type(2n){margin: 10px 0 0 0;}
.localNavi ul li a{
	padding: 0 30px;
	height: 50px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.localNavi ul li a::before{
	width: 6px;
	height: 6px;
	top: calc(50% - 4px);
	right: 15px;
}
	
article{
	width: 100%;
	margin: 50px auto;
	padding: 0 20px;
}

article h2{
	width: 100%;
	height: 70px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	box-shadow: 10px -10px #99FFCC,-10px 10px #CFBFFF;
}
article h2 span small{
	font-size: 1.5rem;
	margin-top: 5px;
}
	
article h3{
	margin: 50px auto 0 auto;
	padding: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
}
	
.tableHanger{
	width: 100%;
	height: 100vw;
	overflow: scroll;
	margin-top: 30px;
}
.tableHanger.style1{height: auto;}
	
article table{width: 150%;}
article table th{
	position: relative;
	font-size: 1.3rem;
	padding: 10px;
	white-space: nowrap;
	position: sticky;
  	top: 0;
 	 z-index: 2;
}
article table th::before{
	width: 100%;
	height: 1px;
	background: #333333;
	bottom: -1px;
	left: 0;
}
article table td{	
	font-size: 1.3rem;
	padding: 10px;
	/*white-space: nowrap;*/
}
article table tr td:first-of-type{width: 200px;}
	
	
}


