@charset "UTF-8";

/* -------------------------------------------------------------------------------
|  Created:     2023-10-xx
|  Updated:     N/A
|------------------------------------------------------------------------------- */

/* color */
:root {
  /* --premium-main-color: brown; */
  --premium-main-color: #d50000;
}

/*---------------------------------------------------------
  ドキュメントリンク一覧
---------------------------------------------------------*/

/* 絞り込み
---------------------------------------------------------*/
.meswp-filter {
  margin-top: 20px;
  padding: 50px;
}

/*! Small only (Smallのみ) */
@media only screen and (max-width: 767px) {
  .meswp-filter {
    padding: 30px;
  }
}

.meswp-filter__label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
}

.meswp-filter__text {
  margin-left: 5px;
}

.meswp-filter__text::after {
  top: .2em;
}

.meswp-filter__text:before {
  top: .2em;
}

.meswp-filter__input:checked + .meswp-filter__text:after {
  background-color: var(--premium-main-color);
  border-color: var(--premium-main-color);
}

.meswp-filter__input:checked + .meswp-filter__text {
  color: var(--premium-main-color);
}


/* リスト一覧
---------------------------------------------------------*/
.meswp-downloadResultList {
  /* margin-top: 45px */
  margin-top: 20px;
}

.meswp-downloadResultList .docLinkStatus {
  color: red;
}

.meswp-downloadResultList__item {
  position: relative;
  display: flex;
  /* padding: 20px 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px #4d4d4d solid;
  flex-wrap: wrap
}

.meswp-downloadResultList__itemTitle {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  width: 100%
}

.new > .meswp-downloadResultList__itemTitle::before {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: .25em .5em 0 0;
  padding: .25em 1em .35em 1em;
  content: "NEW";
  vertical-align: top;
  color: #fff;
  border-radius: 1.2em;
  background-color: red
}

.updated > .meswp-downloadResultList__itemTitle::before {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: .25em .5em 0 0;
  padding: .25em 1em .35em 1em;
  content: "UPDATED";
  vertical-align: top;
  color: #fff;
  border-radius: 1.2em;
  background-color: #dc6f06
}

.meswp-downloadResultList__itemBookmark {
  position: relative;
  display: inline-block;
  margin-left: 10px
}

.meswp-downloadResultList__itemBookmark > img {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle
}

.meswp-downloadResultList__itemBookmark:hover {
  opacity: .85
}

.meswp-downloadResultList__itemHead {
  width: 150px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto
}

.meswp-downloadResultList__itemHead > img {
  display: block;
  width: 100%;
  height: auto
}

.meswp-downloadResultList__itemHead img {
  width: 150px;
  height: auto;
  border: 1px solid #ccc;
}

.meswp-downloadResultList__itemImg {
  display: block;
  max-width: 149px;
  transition: opacity .2s;
  border: 1px #d9d9d9 solid
}

.meswp-downloadResultList__itemImg:hover {
  opacity: .85
}

.meswp-downloadResultList__itemImg > img {
  display: block;
  width: 100%;
  height: auto
}

.meswp-downloadResultList__itemCategory > span:not(:has(img)) {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: .25em 1.25em;
  border-radius: 1em;
  background-color: #d9d9d9
}

.meswp-downloadResultList__itemPublishDate {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px
}

.meswp-downloadResultList__itemBody {
  width: calc(100% - 150px - 30px);
  margin-top: 20px;
  margin-left: 30px
}

.meswp-downloadResultList__itemAsset {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  margin-top: 20px;
}

.meswp-downloadResultList__itemAsset--primary {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #d9d9d9 solid
}

.meswp-downloadResultList__itemCheckBox {
  display: none;
  width: 23px;
  flex-shrink: 0
}

.meswp-downloadResultList__itemCheckBox .c-checkbox__text {
  height: 1em
}

.meswp-downloadResultList__itemBtn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
}

.meswp-downloadResultList__itemBtn > * {
  margin-left: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* .meswp-downloadResultList__itemBtn table {
  margin-left: 15px;
  vertical-align: middle;
} */

/* .meswp-downloadResultList__itemBtn span {
  margin-left: 5px;
} */

.meswp-downloadResultList__itemBtn .c-btn {
  margin-bottom: 5px;
  margin-left: 5px
}

.meswp-downloadResultList__itemBtn .c-subText {
  display: flex;
  margin-top: 0;
  margin-left: 15px;
  flex-wrap: wrap
}

.meswp-downloadResultList__itemBtn .c-subText > span {
  margin-right: 5px;
  white-space: nowrap
}

.meswp-downloadResultList__itemDescription {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  /* padding-bottom: 15px; */
  padding-bottom: 0;
  border-top: 1px #d9d9d9 solid
}

.meswp-downloadResultList__itemDescription dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 15px
}

.meswp-downloadResultList__itemDescription dt:first-child {
  margin-top: 0
}

.meswp-downloadResultList__itemDescription dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px
}

.meswp-downloadResultList__itemMovie {
  width: 100%;
  /* margin-top: 15px; */
  padding-top: 5px;
  padding-bottom: 0;
  /* border-top: 1px red solid */
}


/*---------------------------------------------------------
  その他のプレミアムサービス（下部メニュー）
---------------------------------------------------------*/

/* recommend_menu */

.meswp-card__link {
  display: flex;
  flex-direction: column;
  color: #000;
  transition: opacity .3s;
  position: relative;
}

/* .meswp-card__link--blank {
  display: inherit;
}

.meswp-card__link--blank::before {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 8px;
  color: #fff;
} */

.meswp-card__link::after {
  content: '';
  background-color: #000;
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.meswp-card__link--current {
  cursor: default;
  pointer-events: none;
  opacity: 0.75;
}

.meswp-card__link--current::after {
  opacity: .2;
}

.meswp-card__img {
  aspect-ratio: 2.5 / 1;
}

.meswp-card__img > img {
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.meswp-card__title {
  aspect-ratio: 2.5 / 1;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}

/*! over Medium（Mediumより以上） */
@media only screen and (min-width: 981px) {
  .meswp-card__link:hover {
    color: #000;
    opacity: 0.75;
  }

  .meswp-card__link:hover::after {
    opacity: .2;
  }
}

/*---------------------------------------------------------
  その他
---------------------------------------------------------*/

/* heading */
/* .c-premium__heading {
  font-size: 2em;
}

.c-premium__heading--primary {
  color: var(--premium-main-color);
} */

/* button */
/* .c-premium__btn--primary {
  color: #fff;
  border: 1px solid var(--premium-main-color);
  background-color: var(--premium-main-color);
}

.c-premium__btn--primary:active,
.c-premium__btn--primary:hover,
.c-premium__btn--primary:link,
.c-premium__btn--primary:visited {
  color: #fff
}

.c-premium__btn--primary:active,
.c-premium__btn--primary:hover {
  border: 1px solid var(--corporate-main-color);
  background-color: var(--corporate-main-color);
} */

/* 動画アイコン */

.meswp-icons--movie::after,
.meswp-icons--movie::before {
  content: "\e5df";
  transform: scale(1.5, 1.5) translate(-.1em, .055em);
}