@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
	.nav_global .pcnone {
		display: block;
	}
}


/*  2020/07/07 修正　*/
.schedule02 table {
    table-layout: fixed !important;
}
/*2020/0727修正*/
.pcnone {
	display: none !important;
}