
.sp_img{
    display: none;
}

dl.info__box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}dl.info__box:last-child {
    margin-bottom: 0px;
}
dt.info__title {
    width: 100%;
    max-width: 160px;
    font-weight: bold;
}
dd.info__text {
    width: 100%;
}
@media screen and (max-width: 767px) {
  .pc_img{
      display: none;
  }
  .sp_img{
      display: block;
  }
    
dl.info__box {
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 4px;
}
dt.info__title {
    max-width: 100%;
}

}
