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

#contact_banner {
	background: url(img/contactbnr/bg.jpg); margin-top: 20px; display: flex; justify-content: space-between; padding: 20px; align-items: center; box-sizing: border-box; border: 1px solid #000; font-weight: bold;
}
#contact_banner .inner {display: flex; justify-content: space-between; align-items: center; margin: 10px 0;}
#contact_banner .big {font-size: 20px; font-family: "Sawarabi Mincho";}
#contact_banner .min {font-size: 11px;}