@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 */
}

/* === 「注目の情報」aタグ専用スタイル 開始 =============================== */
/* 対象: #informationArea 内の dt にある a.informationType.otherType.infoLinkOnly のみ */
#informationArea dt a.informationType.otherType.infoLinkOnly {
  display: inline-block;        /* ボタンの見た目を維持 */
  text-decoration: none;        /* リンクの下線を消す */
  border-radius: 4px;
  border: 1px solid #ffd700;
  background: #ffd700;          /* 黄色ボタン */
  color: #333;                  /* 視認性の高い文字色 */
  font-size: 14px;              /* 既存のinformationTypeに合わせる */
  font-weight: bold;
  text-align: center;
  padding: 6px 10px;            /* 基本のパディング */
  cursor: pointer;
}

/* ホバー/フォーカス時の反応（押せる感じ） */
#informationArea dt a.informationType.otherType.infoLinkOnly:hover,
#informationArea dt a.informationType.otherType.infoLinkOnly:focus {
  filter: brightness(0.95);
  outline: none;
}

/* モバイル（最大 768px）— 既存レイアウトに合わせたサイズ */
@media screen and (max-width: 768px) {
  #informationArea dt a.informationType.otherType.infoLinkOnly {
    max-width: 232px;
    max-height: 40px;
    padding: 5px 10px 6px;  /* 既存モバイルのパディングに準拠 */
    width: 150px;
    margin-right: 0;        /* 既存モバイルの規則に合わせる */
  }
}

/* デスクトップ（769px 以上）— 既存の余白/最小幅に合わせる */
@media screen and (min-width: 769px) {
  #informationArea dt a.informationType.otherType.infoLinkOnly {
    min-width: 162px;
    max-height: 40px;
    padding: 6px 10px;
    margin-right: 24px;     /* 以前のspanと同じ右余白を維持 */
  }
}
/* === 「注目の情報」aタグ専用スタイル 終了 =============================== */

/* === 「注目の情報」（span版）専用スタイル 開始 =========================*/
 #informationArea dt span.informationType.otherType {
  border-color: #ffd700;   /* 枠線：黄色 */
  background:  #ffd700;    /* 背景：黄色 */
  color:       #333;       /* 文字色：黒(視認性) */
  /* クリック要素ではないことを明示したい場合は以下を有効化
     cursor: default; */
}
/* === 「注目の情報」（span版）専用スタイル 終了 ========================= */
