@charset "utf-8";
/* CSS Document */
#fwCms_wrapper .leadtxt01 {
    margin: 4vw 3vw 0;
}

#fwCms_wrapper .note {padding-left: 1em;}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .leadtxt01 {
    margin: 4vw 0 0;
}
}

#fwCms_wrapper .guestorder_bn img{
	width:97.3%;
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .guestorder_bn img{
	width:94%;
    max-width:750px;
  }
}