@charset "utf-8";

.recall-learn-more { color: rgb(0, 0, 0); }

.d2c-notice { background-color: rgb(238, 238, 238); color: rgb(46, 46, 46); display: none; width: 100%; padding: 10px; text-align: center; justify-content: center; font-size: 12px; border-bottom: 2px solid white; }

.d2c-notice a { color: rgb(46, 46, 46); text-decoration: underline; margin-left: 10px; }

@media (max-width: 768px) {
  .d2c-notice { text-align: center; font-size: 10px; }
  .d2c-notice a { margin-left: 2px; }
}

@media (max-width: 321px) {
  .d2c-notice a { margin-left: 1px; }
}