@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);
}

/* ====================================== */
/* fitdish */
/* ====================================== */
.fitdishBox {
  background-image: url(/image/fitdish/fitdish-mv.webp);
}

#fitdish .backImg {
  background-image: linear-gradient(90deg, rgb(255, 241, 198), rgb(252, 210, 241));
  opacity: 1;
}

#fitdish .content__inner {
  background-color: rgba(255, 255, 255, 1);
}

.fitdish__lst {
  margin: 40px auto;
  padding: 16px;
  background-color: var(--deli-backcolor);
}

.fitdish__lst dt {
  font-weight: 600;
  font-size: 16px;
}

.fitdish__lst dd ul {
  margin-bottom: 16px;
}

.fitdish__lst dd ul li {
  font-size: 15px;
  list-style: disc;
  margin-left: 32px;
  margin-bottom: 8px;
  line-height: 1.4;
}

#fitdish .report h2 {
  color: var(--deli-fitdishcolor);
  border-bottom: none;
  padding-bottom: 0;
}

.fitdish h3 {
  background-color: var(--deli-fitdishcolor);
}

#fitdish h6 {
  background-color: var(--deli-fitdishcolor);
}

#fitdish h6:after {
  border-color: var(--deli-fitdishcolor) transparent transparent transparent;
}

#fitdish .ctt_txtLst {
  max-width: 480px;
  margin: 16px auto;
  padding: 20px 16px;
  line-height: 1.4;
}

#fitdish .ctt_txtLst li {
  margin-bottom: 8px;
}