@charset "utf-8";
/* CSS Document */

* {
  box-sizing:border-box;
}

@media (max-width:670px) {
	
  .nag {
		width:100%;
	  	margin-bottom:50px;
	}

	.tok {
		width:100%;
	}
	
	.tihouwrapper {
		text-align:center;
		padding:50px;
		height:600px;
}
    
    .tihouwrapper p {
	    font-size:30px;
	    color:white;
	    margin-bottom:30px;
}
  
    .btn {
  	    margin:26px 10px;
  	    color:white;
  	    display:inline-block;
	    font-size:36px;
	    border-radius:10px;
	    width:100%;
}
    
    .hai {
  	    background-color:#1B1464;
}

    .iie {
  	    background-color:#C1272D;
}
    
    .main h1 {
	    font-size:30px;
	    color:white;
	}
    
    .btn-wrapper p {
  	    margin:50px 0 ;
	    color:white;
	    font-size:24px;
}
    
    .logo {
  height:80px;
}
    
}