	.m-idxmaps{
		height: calc(100vh - 1.1rem);
		background: url() no-repeat center;
		background-size: cover;
		display: block;
	}
	
	.m-idxmaps .mapsnv{
		padding-top: 1.6rem;
		width: 500px;
	}
	.m-idxmaps .topitem.item{
		padding: .25rem .28rem;
	}
	.m-idxmaps .topitem.item .tit{
		font-weight: bold;
	}
	.m-idxmaps .item{
		background-color: #fff;
		padding: .1rem .28rem;
		margin-bottom: 0.1rem;
		cursor: pointer;
	}
	.m-idxmaps .mapsnv .tit{
		font-size: 20px;
		color: #2e67ab;
		margin-bottom: 0.05rem;
	}
	.m-idxmaps .mapsnv .info{
		font-size: 14px;
		color: #666;
	}
	
	.m-idxmaps .item.on{
		background-color:#2e67ab ;
	}
	.m-idxmaps .item.on .tit,
	.m-idxmaps .item.on .info{
		color: #fff;
	}
	
	.m-idxmaps .mapsnv .items{
		height: 3rem;
		overflow-y: auto;
	}
	.m-idxmaps .mapsnv .item:last-of-type{
		margin-bottom: 0;
		/* background-image: url(images/about/ban.png); */
	}
	
	
	@media only screen and (max-width: 950px) {
		.m-idxmaps{
			position: relative;
			padding-top: 50px;
		}
		.m-idxmaps .mapsnv{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
		.m-idxmaps .mapsnv .items{
			height: 7rem;
		}
	}
	@media only screen and (max-width: 750px) {
		.m-idxmaps{
			height: 500px;
		}
		.m-idxmaps .mapsnv{
			position: static;
			width: auto;
			transform: none;
		}
		.m-idxmaps .mapsnv .items{
			height: 150px;
		}
		.m-idxmaps .topitem.item{
			padding: 15px 28px 18px;
		}
		.m-idxmaps .mapsnv .item{
			padding: 8px 26px 14px;
			margin-bottom: 10px;
		}
		.m-idxmaps .topitem.item .tit{
			line-height: 2;
		}
		
	}
	
	
	
	
	
	/* 2023年09月05日 */
	
	@font-face {
		font-family:'font-en1';
		src: url(../fonts/AKZIDENZGROTESK-MEDIUMCONDALT.OTF);
	}
	.idx-row1{
		margin-top: 0.1rem;
	}
	.m-mapbox{
		padding:1.15rem 2rem .6rem;
		position: relative;
		color:#fff;
		margin-top: 0.1rem;
	}
	.m-mapbox:after{
		content:'';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 7rem;
		background-color:#005fa1;
	}
	.m-mapbox .maptits{
		position: relative;
		z-index: 10;
		margin-bottom: .6rem;
	}
	.m-mapbox .maptits .tit{
		/* font-size: .62rem; */
		font-size: 0.34rem;
		/* font-family:'font-en1'; */
		margin-bottom: 5px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.m-mapbox .maptits.en .tit{
		font-size: .48rem;
	}

	.m-mapbox .maptits .desc{
		font-size: .2rem;
		font-size: 0.18rem;
	}
	.m-mapbox a{
		position: relative;
		z-index: 10;
	}
	
	.m-idxmaps{
		height: 7rem;
	}
	.m-idxmaps .mapsnv{
		padding-top: 1rem;
		width: 5rem;
		margin-left: 1rem;
	}
	
	@media only screen and (max-width: 1400px) {
		.m-idxmaps .mapsnv{
			width: 400px;
		}
	}
	
	@media only screen and (max-width: 950px) {
		.m-idxmaps .mapsnv{
			left: 0;
			transform: translateY(-50%);
		}
		.m-idxmaps .mapsnv .tit{
			font-size: 15px;
		}
		.m-idxmaps .mapsnv .items{
			height: 4rem;
		}
	}
	
	@media only screen and (max-width: 750px) {
		.m-mapbox{
			padding:30px 15px;
			
		}
		.m-idxmaps{
			height: 550px;
			padding-top: 0;
		}
		.m-idxmaps .mapsnv{
			margin-left: 0;
			width: 100%;
			transform: none;
		}
		.m-idxmaps .mapsnv .items{
			height: 150px;
		}
		.m-mapbox .maptits{
			margin-bottom: 20px;
		}
		.m-mapbox .maptits .tit{
			font-size: 24px;
			font-weight: bold;
		}
		.m-mapbox .maptits.en .tit{
			font-size: 26px;
			margin-bottom: 5px;
		}
		.m-mapbox .maptits .desc{
			font-size: 14px;
		}
		.m-mapbox .maptits.en .desc{
			font-size: 13px;
		}
		.m-mapbox::after{
			height: 350px;
		}
	}
