.general .yearschedule-inspection_list {
  padding: 15px 25px;
  border: 1px solid #ddd;
  background: #f8f8f8;
}

.general .yearschedule-inspection_item dt {
  margin-bottom: 5px;
  font-size: 16px;
}

.general .yearschedule-inspection_txt {
  list-style: none;
  font-size: 12px;
}

.general .yearschedule-inspection_txt {
  margin-right: -1em;
}

.general .yearschedule-inspection_txt li {
  display: inline-block;
  margin: 0 1em 0 0;
  line-height: 1.8;
  font-size: 100%;
}

.general .yearschedule-inspection_notice {
  margin-top: 0.2em;
  font-size: 12px;
}

@media (min-width: 768px) {
  .general .yearschedule-inspection_item {
    display: flex;
    align-items: center;
  }

  .general .yearschedule-inspection_item dt {
    width: 5.5em;
    flex: 1 0 auto;
    margin-bottom: 0;
    font-size: 20px;
  }

  .general .yearschedule-inspection_item dd {
    flex: 0 1 100%;
  }

  .general .yearschedule-inspection_txt {
    font-size: 15px;
  }

  .general .yearschedule-inspection_txt li {
    line-height: 1.7;
  }

  .general .yearschedule-inspection_notice {
    font-size: 14px;
  }
}
