.freeshipping_bn{
margin-top: 20px;
}

.otameshi_bn{
	margin-top: 1em;
}
.top_menu{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	list-style-type: none;
	margin: 1em 0;
}
.top_menu li{
	margin-bottom: 1em;
}
.osirase-title{
	margin-bottom: 0.5em;
}
.osirase-cont{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 0;
}
.fb-page{
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
@media (max-width: 1040px) {
	.top_menu{
		-ms-flex-pack: distribute;
justify-content: space-around;
	}
	.top_menu li{
	width: 48%;
}
	}
@media (max-width: 480px) {
	.top_menu{
		-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	}
	.top_menu li{
	width: 96%;
	}
	.top_menu li img{
		width: 100%;
		height: auto;
		}
}
	}