/* 体験談リスト */
.exc_list {}
.exc_list_item dl {
  padding: 10px 10px;
  width: calc(100% - 20px) !important;
}
/* .exc_item_main {width: 270px;}
.exc_item_sub {width: 30%;} */
.exc_item_main {width: 240px;}
.exc_item_sub {width: calc(100% - 240px);}
.exc_item_main .label {margin-right: 8px;}
.exc_item_main .list_title {
  max-width: 200px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exc_item_main .list_text {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.exc_item_main .label {
    margin-right: 8px;
}
.exc_item_sub {vertical-align: bottom;}
.exc_sprite_icons {
  margin-top: 12px;
  color: #888;
}
