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

#bnr_mail_box2{	width:900px;margin: 1rem auto;display:grid;	grid-template-columns: repeat(2, 1fr);gap: 0.5em;}
#bnr_mail_box2 img{width:100%;max-width: 450px;height: auto;}
@media screen and (max-width: 768px) {
#bnr_mail_box2{width:80%;grid-template-columns: repeat(1, 1fr);margin: 1rem auto 0;}
}