@charset"UTF-8";



/* 画像 */

.big-bg {
	
    background-size: contain;
    background-position: center;
	background-repeat:no-repeat;
	
}

.sensei {
	margin: 5%;
	width: 80%;
	
	}


/*　BODY
------------------------------------------------*/	



.text {
  text-align: center;
  font-family: serif;
  font-size:1rem;
  color:#616161;
  	margin: 1%;

 
}

.sign {
	margin: 5%;
	width: 20%;

 
}


@media screen and (max-width: 480px) {
	
	/* 画像 */

.big-bg {
	
    background-size: contain;
    background-position: center;
	background-repeat:no-repeat;
	
}

.sensei {
	margin: 5%;
	width: 80%;
	
	}


/*　BODY
------------------------------------------------*/	

.text {
  text-align: center;
  font-family: serif;
  font-size:0.7rem;
  color:#616161;
	margin: 13%;
}

.sign {
	margin: 5%;
	width: 20%;

 
}


}

