.nav-li{
	position: relative;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.nav-li li:first-of-type{
    /* padding-left: 25px; */
}
.nav-li li{
	list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    padding: 20px 30px 20px 0;
    padding: 22px 30px 18px 0\0;
    position: relative;
}
/* .nav-li li:first-of-type::before{
    content: '';
    background: url(../img/sub-home.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 13px;
} */
.nav-li li:not(:last-of-type)::after{
    content: '>';
    color: #fff;
    position: absolute;
    right: 8px;
    font-size: 1.4rem;
}
.nav-li li a.sec-list-text{
	text-decoration: none;
    color: #fff;
}
.nav-li li .sec-list-text{
    font-size: 1.4rem;
    color: #fff;
    display: inline-block;
}
.about .sec1{
	padding: 135px 0 0;
}
.about .sec1 .update2026_common_h2{
	margin-bottom: 65px;
}

.about .sec1 .con{
	padding: 30px 70px 40px;
	background-color: #fff;	
	border-radius: 10px;
}
.about .sec1 .con:not(:last-of-type){
	margin-bottom: 30px;
}
.about .sec1 .con h3{
	display: table;
}
.about .sec1 .con h3 figure{
	display: table-cell;
	vertical-align: middle;
}
.about .sec1 .con h3 figure img{
	width: 100%;
}
.about .sec1 .con h3 span{
	display: table-cell;
	vertical-align: middle;
	font-size: 3.2rem;
	color: #004da0;
	font-weight: bold;
	padding-left: 12px;
}
.about .sec1 .con ul li{
	list-style-type: none;
	font-size: 1.8rem;
	width: 88%;
}
.about .sec1 .con ul li a{
	text-decoration: none;
	color: #000;
}
.about .sec1 .con ul .spacing{
	margin-bottom: 30px;
}
.about .sec1 .con .map{
	margin-top: 30px;
}
.about .sec1 .con .map iframe{
	width: 100%;
	height: 590px;
}

@media screen and (max-width:1024px){
	.about .sec1{
		padding: 100px 0 0;
	}
	.about .sec1 .update2026_common_h2{
		margin-bottom: 50px;
	}
	.about .sec1 .con ul li{
		width: 100%;
	}
	.about .sec1 .con{
		padding: 30px 40px 30px;
	}
	.about .sec1 .con ul .spacing{
		margin-bottom: 20px;
	}
	.about .sec1 .con .map{
		margin-top: 20px;
	}
	.about .sec1 .con .map iframe{
		height: 400px;
	}
	.about .sec1 .con h3 span{
		font-size: 3rem;
	}
	.about .sec1 .con ul li{
		font-size: 1.6rem;
	}
}
@media screen and (max-width:768px){
	.about .sec1{
		padding: 80px 0 0;
	}
	.about .sec1 .update2026_common_h2{
		margin-bottom: 40px;
	}
	.about .sec1 .con .map iframe{
		height: 300px;
	}	
	.about .sec1 .con h3 span{
		font-size: 2.5rem;
	}
	.about .sec1 .con ul li{
		font-size: 1.4rem;
	}
	.about .sec1 .con h3 figure{
		width: 40px;
	}
}
@media screen and (max-width:600px){
	.about .sec1 .con h3 span{
		font-size: 2.2rem;
	}
	.about .sec1 .con h3 figure{
		width: 35px;
	}	
}
@media screen and (max-width:480px){
	.about .sec1{
		padding: 60px 0 0;
	}
	.about .sec1 .con:not(:last-of-type){
		margin-bottom: 25px;
	}
	.about .sec1 .update2026_common_h2{
		margin-bottom: 30px;
	}
	.about .sec1 .con ul .spacing{
		margin-bottom: 10px;
	}
	.about .sec1 .con .map{
		margin-top: 10px;
	}
	.about .sec1 .con{
		padding: 20px 20px;
	}
}