@media screen and (max-width:460px) {
	article{width:100%;margin:0 auto 40px;}
	h1{font-size:1.25rem;margin:40px auto 50px;text-align:center;}
	.red{color:#CC0000;}
	#title1{font-size:1.13rem;font-weight:bold;margin-bottom:-0.25em;margin-top:80px;}
    #title2{font-size:1.13rem;font-weight:bold;margin-bottom:-0.25em;margin-top:40px;}
}
  
@media screen and (min-width:461px) {
	article{width:800px;margin-bottom:30px;font-size:1.25rem;}
	h1{font-size:3rem;margin:40px auto 50px;text-align:center;}
	p{font-size:1.15rem;}
	#title1{font-size:1.25rem;font-weight:bold;margin-bottom:-0.25em;margin-top:80px;}
	#title2{font-size:1.25rem;font-weight:bold;margin-bottom:-0.25em;margin-top:40px;}
	#small{font-size:1rem;}
}
.red{color:#EE0000;}.under_l{text-decoration: underline;text-decoration-thickness:2px;color:red;}
