@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {
      
.guidance table{width: 92%; margin: 0 auto;}  
.guidance th{vertical-align: top; width: 24%; text-align: center; background-color: beige; font-size: 3.2vw;} 
.guidance th,td{vertical-align: top; border-bottom: 1px #aaa solid; padding: 10px 0.2em; line-height: 2;}      
.naka{width: 1.25em; font-weight: bold;}
.guidance td{ font-size: 3.4vw;}

  

    
    	
}/* Tablet---------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {  
    
/* wrapper ---------------*/  
.guidance table{width: 86%; margin: 0 auto;}  
.guidance th{vertical-align: top; width: 20%; text-align: center; background-color: beige;} 
.guidance th,td{vertical-align: top; border-bottom: 1px #aaa solid; padding: 10px 1em; line-height: 2;}      
.naka{width: 5em; font-weight: bold;}
    
    
}/* PC-------------------------------------------------------*/
@media print, screen and (min-width: 769px) {
   
/* wrapper ---------------*/  
.guidance table{width: 640px; margin: 0 auto;} 
.guidance th{vertical-align: top; width: 110px; text-align: center; background-color: beige;} 
.naka{width: 6em; font-weight: bold;}
.guidance th,td{vertical-align: top; border-bottom: 1px #aaa solid; padding: 10px 1em; line-height: 2;}      
    
    }