#works .content_box {
  max-width: 900px;
  width: 100%;
  margin:auto;
  margin-bottom: 8%;
}
#works .content_box .img_box{
  width: 100%;
  margin: auto;
  border: 1px solid #707070;
}
#works .content_box .text_box{
  margin: 20px 0;
}


.work_title {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.work_title::after{
  position: absolute;
  content: '';
  right: 0;
  top: 25%;
  transform: translate(-50%);
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/icon_popup.gif);
}
.lists {
  display: flex;
  margin: 15px 0 20px;
  flex-wrap: wrap;
}
.lists .list_name{
  font-size: 13px;
  padding-right: 12px;
  margin-right: 8px;
  position: relative;
}
.lists .list_name::after{
  position: absolute;
  content: '/';
  right: 0;
}
.overview{
  font-size: 13px;
  line-height: 1.5;
}
