		.notice {
			margin-top: 50px;
			box-sizing: border-box;
			padding: 24px 36px;
			background: #FAFAFA;
			font-size: 1.2rem;
			line-height: 1.8;
			border-radius: 12px;
		}
		.notice .title {
			color: #F30;
			font-weight: 700;
			margin-bottom: 12px;
		}

/* お気に入りアプリ用*/
div.AQ_Favorites_Product {
  top: 12px !important;
  left: auto !important;
  right: 24px !important;  
  background: #FFF;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);  
  width: 30px !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AQ_Favorites_Product span {
  margin: 0 auto;
}