@media screen and (max-width:460px) {
    h1{font-size:1.25rem;text-align:center;margin:24px auto;}
	#contact{width:100%; margin:0 auto; text-align:center;font-size:1.13rem;font-weight:bold;}
	#contact_add{width:300px;margin:30px auto;}
	#copyTarget{border: none;font-size:1.0rem;color:#444444;width:200px;}
    #BOTTOM{text-align:center;margin:60px auto 30px;}
	#contact_wrapper{display:flex;flex-direction:column;}img{display:block;width:100px;height:100px;}
	#non_disp{display:none;}
	*{font-family: inherit;}
}
  
@media screen and (min-width:461px) {
    h1{font-size:2rem;text-align:center;margin:24px auto 4rem;}
	#contact{font-size:1.5rem;font-weight:bold;text-align:center;}
	#contact_add{font-size:1.25rem;width:350px;margin:30px auto;}
	#copyTarget{border: none;font-size:1.15rem;color:#444444;width:220px;}
	#BOTTOM{text-align:center;margin:80px auto 40px;}
	#contact_wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px;}img{display:block;width:200px;}
	*{font-family: inherit;}
}

