/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
.pickupMenuSection .anchor--lost {
  display: none;
}
.pickupMenuSection .anchor--funeral {
  border-top: 1px solid var(--color-txt-weak);
}

.contentsBody .section .preparation {
  border: 1px solid var(--color-line);
  border-radius: var(--borderrad);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 5.3846153846px + 1.2820512821vw, 30px);
  padding: clamp(20px, 10.7692307692px + 2.5641025641vw, 60px);
  box-sizing: border-box;
  margin-bottom: clamp(40px, 35.3846153846px + 1.2820512821vw, 60px);
}
.contentsBody .section .preparation > * {
  margin-top: 0;
}
.contentsBody .section .preparation .section__subTtl {
  font-size: clamp(0.9375rem, 0.9086538462rem + 0.1282051282vw, 1.0625rem);
}
.contentsBody .section .flow__list {
  margin-bottom: clamp(80px, 86.9230769231px - 1.9230769231vw, 50px);
}
.contentsBody .section .flow__item {
  display: flex;
  flex-direction: column;
}
.contentsBody .section .flow__term {
  width: 100%;
}
.contentsBody .section .flow__termInner {
  width: 100%;
  max-width: 440px;
  padding: clamp(20px, 15.3846153846px + 1.2820512821vw, 40px);
  box-sizing: border-box;
  margin-bottom: 5px;
}
.contentsBody .section .flow__data {
  width: 100%;
  margin: 0;
}
.contentsBody .section .flow__dataTtl {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
  margin-bottom: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
}
@media (min-width: 75em) {
  .contentsBody .section .flow__item {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .contentsBody .section .flow__term {
    width: 40%;
    margin: 0;
  }
  .contentsBody .section .flow__termInner {
    margin: 0 auto 5px;
    text-align: center;
  }
  .contentsBody .section .flow__data {
    width: calc(60% - 30px);
  }
}
.contentsBody .section .endComment p {
  font-weight: 500;
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
}
