@charset "UTF-8";
@media screen and (min-width: 770px) {
  #raccolto_conts .conts_top .title_block h2 .small {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
  }
  .text_strong {
    font-weight: 600;
    color: #6c995d;
  }
  .production_progress {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    background-color: #fff;
    padding: 32px 30px;
  }
  .production_progress .title_progress {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #6c995d;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .production_progress .text {
    margin-bottom: 10px;
  }
  .production_progress .text:last-of-type {
    margin-bottom: 0;
  }
  .new_price {
    width: fit-content;
    padding: 16px 20px 12px;
    border: 1px solid #dbd9ce;
    background-color: #ffffff6b;
    margin-bottom: 24px;
    position: relative;
  }
  .new_price::before {
    content: "NEW";
    color: #6c995d;
    font-weight: 600;
    position: absolute;
    top: -16px;
    left: -10px;
    transform: rotate(-6deg);
  }
  .new_price .new_price_title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .new_price .price {
    font-weight: 600;
    color: #6c995d;
    line-height: 1.5;
    margin: 0;
  }
  /* 左右画像位置調整 */
  #raccolto_conts .conts_what .img_01 {
    top: -24px;
    left: -162px;
  }
  #raccolto_conts .conts_what .img_02 {
    top: 35px;
    right: -133px;
  }
  #raccolto_conts .conts_what .img_03 {
    top: 276px;
    right: 87px;
  }
}
