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

@media screen and (max-width: 767px) {
	.c-footer_banner{
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}}
@media screen and (max-width: 1200px) {
	.c-footer_banner{
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}}
@media screen and (min-width:1200px) {
	.c-footer_banner{
		width: 588px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}}

.pre-name-img {
  display: block;
  width: 50%;
  height: auto;
  margin-right: 0;
  margin-left: auto;
}