@charset "utf-8";

#ds-lt-header {position:relative!important;}

#ds-lt-content>main>section.ds-lt-width {padding-top:0; padding-left:0; padding-right:0; min-width:100%; max-width:100%;}

#ds-lt-index-menu ul {list-style:none; padding:0; margin:0; display:flex; justify-content:space-between; align-items:stretch;}
#ds-lt-index-menu li {flex:0 0 18%;}
#ds-lt-index-menu a {display:flex; width:100%; margin:0 auto; flex-direction:column; justify-content:center; align-items:center; box-sizing:border-box; border:4px solid skyblue; border-radius:0.5em; color:steelblue;}
#ds-lt-index-menu a:hover {border-color:steelblue; font-weight:bold;}

#ds-index-ban1 .ds-wg-swiper .swiper-slide {padding-bottom:41%;}

@media all and (min-width:768px){
	#ds-lt-content>main>section.ds-lt-width {font-size:19px; line-height:1.5;}
	#ds-index-ban1 {margin-top:3.5em}
	#ds-lt-index-menu {margin-top:4.5em; font-size:1.3em;}
	#ds-lt-index-menu a {height:5em;}
}

@media all and (max-width:767px){
	#ds-lt-content>main>section.ds-lt-width {font-size:1rem; line-height:1.4;}
	#ds-index-ban1 {margin-top:2em}
	#ds-lt-index-menu {margin-top:3.5em;}
	#ds-lt-index-menu a {height:4em; padding:0 0.3em; border-width:3px;}
}