#edc .free_contents_wrap p {
  line-height: 1.5;
}

#edc .title .no {
  padding-inline: 20px;
  border-left: 1px #000 solid;
  font-size: 46px;
  line-height: 1;
}

#edc .title .no .vol {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

#edc .title .text {
  letter-spacing: .12em;
}

#edc .item_sam {
  width: 400px;
}

#edc .item_description {
  width: 310px;
}

#edc .item_description p {
  line-height: 1.5;
  letter-spacing: 0;
}

#edc .item_box h4 {
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 23px;
}

#edc .item_box h4 span {
  font-size: 16px;
}

#edc .item_box h4 span.price {
  font-size: 14px;
}

#edc .item_box h4 span.note {
  font-size: 11px;
}

#edc .item_add {
  border-top: solid 1px #FF9100;
  padding-top: 20px;
}

#edc .item_description a {
  width: 100%;
}

#edc .small_text{
  margin-bottom: -20px;
}

@media (max-width: 768px) {

  #edc .item_sam,
  #edc .item_description {
    width: 100%;
  }

  .free_contents .item_box{
        gap: 24px;
  }

  #edc .item_description p {
margin-bottom: 18px;
}
}