h3.item_level2 {
  display: none;
}

h4.item_level3 {
  margin-top: 21px;
  margin-bottom: 14px;
  padding: 4px 14px;
  color: #00205b;
  background-color: #f0f1f2;
  font-size: 16px;
  font-weight: 500;
}

a.line-box__item--padding-0 {
  padding: 0;
}

.line-box__text--date {
}

.line-box__text--title {
  font-weight: 500;
}

.line-box__term.line-box__term--min-width {
  max-width: 180px;
}

.line-box__download {
  margin-top: 6px;
  min-width: 56px;
}

.tab-row {
  display: none;
}

.pager__num {
  font-style: normal;
}

/*
 * 2022/01/28 Studio Umi 確認.
 */
/* 検索結果一覧画面上部の br */
#resultsTopPanel > br {
  display: none;
}
/* 検索フォームの input タグ */
@media (min-width: 768px) {
  .content-wrapper .search input.search__input {
    height: auto;
  }
}
/* テーブル */
.result-table p {
  margin: 0;
}

/* 言語切替スイッチのスタイル */
.layout-header__language {
  height: 46px;
}
.layout-header__language img {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .layout-header__language {
    height: unset;
  }
  .layout-header__language img {
    margin-top: 0px;
  }
}

/*
 * 2022/02/16 Mediafusion 調整.
 */
#profile-base {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.profile__img {
  width: auto;
}

img.kuline {
  margin-left: 3px;
  position: relative;
  top: 5px;
}

img.researchmap {
  width: 65px;
  padding-left: 3px;
}

img.kurenai {
  margin-left: 3px;
}

/*
 * 書籍等出版物タイトル横のアイコン画像位置調整
 */
h4 > a.link.line-box__link {
    display: inline-block;
}

/*
.link.line-box__link.line-box__item--padding-0 {
  display: inline-block;
  vertical-align: text-top;
}

.result-table__name {
  padding-left: 64px;
}

img + .result-table__name {
  padding-left: 0px;
}
*/

.line-box__text {
  margin-left: 0;
  word-break: break-all;
}

.line-box__term.line-box__term--min-width {
  min-width: 260px;
}

.private-header {
  display: none;
}

