@charset "utf-8";

.news .dlLine:last-child {
  margin-bottom: 0;
}
.news dl {
  margin-top: 0;
}
.news dt {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.5;
}
.news dt span {
  white-space: nowrap;
}
.news dt span.informationType {
  overflow: hidden;
  border: 1px solid #91bd1d;
  border-radius: 4px;
  background: #fff;
  color: #91bd1d;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* EDKDS001-03_add_start */
  text-align: center;
  /* EDKDS001-03_add_end */
}
.news dd {
  flex: 1;
  border-bottom: 0;
  padding-left: 0;
  line-height: 1.5;
}
.news dd .ddIn {
  /* EDKDS001-03_del_start */
  /* display: -webkit-box; */
  /* EDKDS001-03_del_end */
  
  width: auto;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

/* EDKDS001-03_del_start */
/*
.news dd .ddIn a {
  display: block;
  position: relative;
  padding-right: 30px;
}
.news dd .ddIn a::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 14px;
  height: 8px;
  transform: rotate(-90deg);
  background: url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat center/contain;
}
*/
/* EDKDS001-03_del_end */

/* KDS_add_start */
.informationAllViewButton {
	margin: 16px;
}

#informationArea {
	padding-top: 30px;
}
/* KDS_add_end */

@media screen and (max-width: 768px) {
  /* 画面サイズが768pxまではここを読み込む */
  .news {
    margin-bottom: 40px;
  }
  .news .dlLine {
    margin-bottom: 16px;
    /* EDKDS001-03_add_start */
    margin-left: 16px;
    /* EDKDS001-03_add_end */
  }
  .news dt {
    float: none;
    width: 100%;
    margin-bottom: 4px;
  }
  .news dt span {
    margin-right: 12px;
    font-size: 14px;
  }
  .news dt span.informationType {
    max-width: 232px;
    /* EDKDS001-03_mod_start */
    /* max-height: 31px; */
    max-height: 40px;
    /* EDKDS001-03_mod_end */
    margin-right: 0;
    padding: 5px 10px 6px;
    /* EDKDS001-03_add_start */
    width: 150px;
    /* EDKDS001-03_add_end */
  }
  .news dd {
    padding-bottom: 0;
  }
  .news dd .ddIn {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  .news {
    width: 880px;
    margin: 0 auto 80px;
  }
  .news .dlLine {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 12px 13px 12px 24px;
  }
  .news dt {
    width: 293px;
  }
  .news dt span {
    margin-right: 24px;
  }
  .news dt span.informationType {
    min-width: 162px;
    /* EDKDS001-03_mod_start */
    /* max-height: 32px; */
    max-height: 40px;
    /* EDKDS001-03_mod_end */
    padding: 6px 10px;
  }
  /* EDKDS001-03_del_start */
   /*
  .news dd .ddIn a:hover {
    opacity: 0.7;
  }
  */
  /* EDKDS001-03_del_end */
}