@media all{

header{
	background:rgba(10 30 50 / .6) !important;
}


main {
    padding: 2em 5% 0 !important;
}

h2,
h3{
	height:fit-content;
}

h2 span,
h3 span{
	font-size:1rem;
}

section ul > li{
	list-style:none;
	margin:0;
}

section ul > li:before{
	content:"・";
}

table + p:before{
	content:"※";
}

}

@media screen and (max-width: 1320px) {
	
main {
	padding: 1.5em 2% 0 !important;
}

}

@media screen and (max-width:768px){

#maintenance{
    margin:0 auto 3em;
}

}

@media screen and (max-width:640px){
	
h2 span,
h3 span{
	display:block;
}

}