@charset "utf-8";

:root {
  --deli-commoncolor: #171717;
  --deli-maincolor: #f36440;
  --deli-subcolor: #fff537;
  --deli-backcolor: #fcf8b7;
  --deli-oisixcolor: #006d32;
  --deli-noshcolor: #5db534;
  --deli-greencolor: #009781;
  --deli-radishcolor: #0f4f3d;
  --deli-fitdishcolor: #ee5121;
  --deli-delicolor: #c4305c;
  --deli-tsukuriokicolor: #f5732d;
  --deli-moviecolor: #7f0019;
  --box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

/* sitepolicy */
.policyBox {
  background-image: url(/image/common/sitepolicy.webp);
}

.backImg {
  position: fixed;
  top: 100px;
  width: 100%;
  height: 100vh;
  background-color: var(--deli-backcolor);
  opacity: 1;
  z-index: -10;
}

.ctt_txt {
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (min-width: 720px) {
  .backImg {
    top: 120px;
    padding: 16px 40px 80px;
  }
}

@media only screen and (min-width: 1050px) {
  .backImg {
    top: 80px;
    padding: 16px 40px 80px;
  }
}

.sitepolicy .ctt_ttl::after {
  display: none;
}

.sitepolicy h3 {
  background-color: var(--deli-commoncolor);
}

.sitepolicy h4 {
  border-left: solid var(--deli-commoncolor) 5px;
  color: var(--deli-commoncolor);
}