@charset "utf-8";
.post__thumb {
  background-image: url(../img/operation-information/img_main.jpg);
}
.lcl-dl {
  background: #f5f6f7;
  padding: 20px;
  overflow: hidden;
}
.lcl-dl__title {
  width: 70px;
  border-right: 1px solid #000;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 !important;
  float: left;
  clear: both;
}
.lcl-dl__content {
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .lcl-dl {
    padding: 15px;
  }
  .lcl-dl__title {
    width: 60px;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
  }
  .lcl-dl__content {
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
    padding-left: 20px;
  }
}
