@charset "utf-8";
/* dollfie official : module_notice css (lastupdate _ 2023.08.18) */

:root {
  --fs: min(2.114vw,1rem);
  --rs: clamp(0.5rem, 1.042vw, 1rem);
}
/*-------------------------------
 common module 
 volks official app notice
---------------------------------*/
.common-appNotice {
  width: min(94%, 88rem);
  padding-left: 1em;
  margin: 2em auto;
}
.appNotice-text {
  font-size: calc(var(--fs) * 1.4);
  text-indent: -1em;
}
.appNoice-point {
  color: #DC5474;
  color: var(--color-point-cateA);
  font-weight: bold;
}
.appNotice-example {
  padding: 0.5em 1em;
  margin: 0.5em 0;
  background: #f9f9f9;
  text-align: center;
  text-indent: 0;
  display: inline-block;
}