@charset "UTF-8";

/*premium/index.html*/
#meswp-premium_index_top {
  background-color: #000;
  background-image: url(../img/premium_top_back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.meswp-premium_index_title {
  color: #fff;
}

.meswp-premium_info {
  background: #f0f0f0;
  padding: 1.5em;
}

.meswp-premium_info_item .c-linkWithImage {
  color: #000;
  padding: 1.5em;
  background: #fff;
  height: 100%;
}

.c-linkWithImage__image .meswp-premium_info_image {
  object-fit: cover;
}


/*premium/info.html*/
.meswp-premium_subscribe {
  background: #f9f9f9;
  padding: 3em;
}

.meswp-premium_subscribe_top {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/info_header.jpg");
  background-position: right bottom;
  height: fit-content;
}

.meswp-premium_subscribe_top_text {
  padding: 8em 2em;
}

.meswp-premium_subscribetitle {
  width: fit-content;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3em;
}

.meswp-premium_subscribetitle_num .c-emphasisText {
  margin-right: 0.5em;
}

.meswp-premium_service_item {
  display: block;
  background: #f0f0f0;
  padding: 1.5em;
  height: 100%;
}

/*premium/manual/index.html*/
.meswp-premium_manual {
  background: #f9f9f9;
  padding: 3em;
}

.meswp-premium_manual_top {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/manual_header.jpg");
  background-position: 100% 70%;
  background-size: 100%;
  height: fit-content;
}

.meswp-premium_manual_top_text {
  padding: 8em 2em;
}

/*premium/knowhow/index.html*/
.meswp-premium_knowhow {
  background: #f9f9f9;
  padding: 3em;
}

.meswp-premium_knowhow_top {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/knowhow_header.jpg");
  background-position: 100% 50%;
  background-size: 100%;
  height: fit-content;
}

.meswp-premium_knowhow_top_text {
  padding: 8em 2em;
}

/*premium/movie/index.html*/
.meswp-premium_movie {
  background: #f9f9f9;
  padding: 3em;
}

.meswp-premium_movie_top {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/movie_header.jpg");
  background-position: 100% 50%;
  background-size: 100%;
  height: fit-content;
}

.meswp-premium_movie_top_text {
  padding: 8em 2em;
}

/*/fa/ssl/members/products/mecha/edm/movie/knowhow/dedm.html、/fa/ssl/members/products/mecha/edm/movie/knowhow/wire.html*/
.meswp-premium_knowhow_answer {
  margin-right: 0.5em;
}

/*/fa/ssl/members/products/mecha/edm/movie/maintenance.html、/fa/ssl/members/products/mecha/edm/movie/operation.html*/
.meswp-premium_movie_items .c-card__img .c-img img {
  position: absolute;
  top: -17%;
  width: 101%;
}

.l-tile--listMode .c-card__head {
  flex: 0 0 180px;
}

.c-card--movie {
  min-height: 198px;
}

.c-card__img>img.width350 {
  width: 350px;
}

.c-card {
  border-radius: 20px;
}

.c-card_no_border {
  border-radius: 0;
  box-shadow: unset;
}

.meswp-c-card__body_products span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
}
.c-modal__description .meswp-c-card__body_products span {
  -webkit-line-clamp: unset;
}

@media only screen and (max-width: 980px) {
  .l-tile--listMode .c-card__head {
    flex: 0 0 120px;
  }

  .l-tile--listMode .c-card__body {
    max-width: 100%;
    width: 100%;
  }
}




/*紹介文*/
.member_intro_wrapper {
  display: flex;
  justify-content: space-between;
}

.member_introduction {
  width: calc(100% - 365px);
  margin-right: 15px;
}

.member_introduction b {
  color: #9f7a4c;
  font-weight: bold;
}

.member_introduction p {
  margin-top: 10px !important;
}

.member_intro_img {
  width: 350px;
}

.member_intro_img img {
  max-width: 100%;
}

/*プレミアムメンバーズ登録リンク*/
.touroku,
.touroku:visited {
  font-size: 16px;
  line-height: 1.2em;
  background: #076AD7;
  display: inline-block;
  padding: 8px 16px 6px 16px;
  text-decoration: none;
  border-radius: 6px;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  vertical-align: middle;
}

a.touroku {
  color: #ffffff;
}

.touroku a:link {
  color: #ffffff;
}

.touroku:hover {
  background: #6495ed;
  border-right: 1px solid #6666ff;
  border-bottom: 1px solid #6666ff;
  text-decoration: none;
}

/*プレミアムメンバーズ限定コンテンツ*/
.member {
  background-color: #e7e7e7;
  padding: 10px 0px;
}

h4 {
  font-size: 150%;
  color: #183b95;
  font-weight: 700;
  margin: 0 0 10px 15px;
}

.member_content {
  float: left;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 182px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.member_content p a:hover {
  opacity: 0.50;
}

#melfa_main_area .member_content dt {
  color: #183b95;
  font-size: 110%;
  font-weight: 600;
  padding: 10px 10px 0;
}

#melfa_main_area .member_content dd {
  padding: 3px 10px 10px 20px;
  height: 175px;
}

#melfa_main_area .member ul {
  clear: both;
  margin: 15px 0 0 15px;
  display: inline-block;
}

@media only screen and (max-width: 875px) {

  .meswp-premium_subscribe_top,
  .meswp-premium_manual_top,
  .meswp-premium_movie_top,
  .meswp-premium_knowhow_top {
    background-repeat: no-repeat;
  }

  .meswp-premium_service_item br,
  .meswp-premium_subscribe_top_text br,
  .meswp-premium_manual_top_text br,
  .meswp-premium_movie_top_text br,
  .meswp-premium_knowhow_top_text br {
    display: none;
  }

  .meswp-premium_subscribe_top_text,
  .meswp-premium_manual_top_text,
  .meswp-premium_movie_top_text,
  .meswp-premium_knowhow_top_text {
    padding-top: 0;
  }

  .meswp-premium_subscribe_top {
    background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/info_header.jpg");
    background-position: 100% 17%;
  }

  .meswp-premium_manual_top {
    background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/manual_header.jpg");
    background-position: 100% 70%;
    background-size: 100%;
  }

  .meswp-premium_movie_top {
    background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/movie_header.jpg");
    background-position: 55% 50%;
    background-size: 150%;
  }

  .meswp-premium_knowhow_top {
    background-image: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.5)), url("/fa/products/mecha/edm/premium/img/knowhow_header.jpg");
    background-position: 100% 50%;
    background-size: 100%;
  }
}