@charset "utf-8";

/* --------------------------------
news style
-------------------------------- */

#news_list {
}

#news_list a {
}

#news_list .row {
  overflow: hidden;
}

.news_list_block {
  overflow: hidden;
  float: left;
  width: 50%;
  margin: 0 0 10px;
}

.news_list_block:nth-child(odd) {
  clear: both;
}


.news_list_block a {
  border: 1px solid #ccc;
  display: block;
  color: #000;
  padding: 5px;
  height: 100%;
  margin: 0 1%;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 10px;
}

.news_list_block a dl {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.news_list_block a dl dt {
  display: block;
  width: 18%;
  padding: 0 3% 0 0;
  float: left;
}

.news_list_block a dl dd {
  display: block;
  width: 82%;
  float: left;
}

.news_list_block a dl dt .news_photo {
position: relative;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
}

.news_list_block a dl dt .news_photo img {

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
    width: auto;
}




.news_list_block a dl dt .news_photo img.long_h {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: none;
  width: auto;
}


.news_list_block a dl dt .news_photo img.long_w {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: initial;
  max-height: 100%;
  width: auto;
}

.news_list_block a dl dd .news_former {
  background: #55ACEE;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 10px;
  float: right;
  width: 10em;
  text-align: center;
}


#page_own_product_mb_news_list .news_list_block a dl dd .news_former {
  background: #484848;
}

.news_list_block a dl dd .date {
  margin: 0 10px 0 0;
  font-size: 10px;
}

.news_list_block a dl dd .news_title {
  display: block;
  font-weight: bold;
  margin: 5px 0 0px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list_block a dl dd .news_main_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.5em;
  border-top: 1px solid #ccc;
  padding: 5px 0 0;
  font-size: 13px;
}


#contents #topicpath ol {
}

.category-nav ul {
  background: none;
}

#topicpath_title .special_top_title_link {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin: 4px 5px 0 0;
}

#topicpath_title .special_top_title_link a {
  font-size: 14px;
  display: block;
}

#page_own_product_mb_news_list #contents #topicpath_title,
#page_own_product_mb_news_detail #contents #topicpath_title {
  border-color: #fff;
}

.list_link_text {
  clear: both;
  padding: 40px 0 0;
}

.list_link_text a {
    display: block;
    color: #fff;
    background: #000;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

#page_own_product_mb_news_list #contents .list_link_text a,
#page_own_product_mb_news_detail #contents .list_link_text a {
    color: #000;
    background: #fff;
}


/* news color */

.news_list_block.newsTwitterWrap a dl dd .news_former {
  background: #55ACEE;
}

.news_list_block.newsMakerWrap a dl dd .news_former {
  background: #484848;
}

.news_list_block.newsBlogWrap a dl dd .news_former {
  background: #3f51b5;
}

.news_list_block.newsNewWrap a dl dd .news_former {
  background: #ffc107;
}

.special_top_title {
  position: relative;
}



@media only screen and (max-width: 767px) {

  #contents #topicpath {
    border: none;
  }

  #contents #topicpath ol {
    margin: 0;
  }

  .pagenumberarea {
    padding-bottom: 0;
  }

  .news_list_block {
    width: 96%;
    margin: 0 auto 10px;
    float: none;
    height: auto !important;
  }

  .news_list_block a {
    padding: 7px 5px;
  }

  .news_list_block a dl dt {
    width: 25%;
  }

  .news_list_block a dl dd {
    width: 75%;
  }

  .news_list_block a dl dd .date {
    margin: 0 5px 0 0;
  }

  .news_list_block a dl dd .news_title {
    margin: 5px 0;
    font-size: 15px;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
  }

  .news_list_block a dl dd .news_main_text {
    padding: 5px 0 0;
    font-size: 12px;
  }

  .list_link_text a {
    width: 80%;
  }

}



@media only screen and (min-width: 768px) {




}






/* --------------------------------
news detail style
-------------------------------- */

#news_detail .slick-slider .slick-list {
  overflow: hidden;
}

#news_detail .slick-dots {
  position: inherit;
  bottom: -10px;
  overflow: hidden;
}

#news_detail .slick-dots li {
  width: 18%;
  height: auto;
  margin: 1%;
  float: left;
}

#news_detail #detail_description_box__name {
  font-size: 21px;
  border-bottom: 1px solid #000;
  padding: 0 0 0 10px;
  margin: 5px 0 10px;
  text-align: left;
  border-left: 5px solid #000;
}

#page_own_product_mb_news_detail #contents #news_detail #detail_description_box__name {
  border-color: #fff;
}

#news_detail #detail_description_box__body {
  overflow: hidden;
}

#news_detail .theme_side_left #main {
  padding: 10px 0 0px;
}


@media only screen and (max-width: 767px) {

  #news_detail #detail_wrap {
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    margin: 0;
  }

  #news_detail #detail_wrap #news_detail_area {
    order: -1;
  }

  #news_detail #detail_wrap #news_detail_area .date {
    font-size: 12px;
  }

  #news_detail #detail_description_box__name {
    font-size: 18px;
  }

  #news_detail #news_detail_text_area {
    margin: 0 10px;
    padding: 0;
  }

}



@media only screen and (min-width: 768px) {




}



/* --------------------------------
mb news detail style
-------------------------------- */

#page_own_product_mb_news_list #contents,
#page_own_product_mb_news_detail #contents {
  color: #fff;
  padding: 110px 0 0;
  background: url(https://2xww3qjd.user.webaccel.jp/template/default/img/original/mb_top1_bg.webp) repeat fixed center 0;
}

#page_own_product_mb_news_list #contents #topicpath ol,
#page_own_product_mb_news_detail #contents #topicpath ol {
  border-bottom: 1px solid #fff;
}

#page_own_product_mb_news_list #contents #topicpath ol li,
#page_own_product_mb_news_list a,
#page_own_product_mb_news_detail #contents #topicpath ol li,
#page_own_product_mb_news_detail a,
#page_own_product_mb_news_list .container-fluid .img_bnr_area .img_bnr span {
  color: #fff;
}

#page_own_product_mb_news_list #main .form-control,
#page_own_product_mb_news_detail #main .form-control {
  background: #000;
}

#page_own_product_mb_news_list #main,
#page_own_product_mb_news_detail #main {
  margin: 5px 0 0;
}

#page_own_product_mb_news_list #contents #topicpath ol,
#page_own_product_mb_news_detail #contents #topicpath ol {
  background: #000;
}

#page_own_product_mb_news_list #topicpath_title,
#page_own_product_mb_news_list .side .side_title {
  border-bottom: 1px solid #fff;
}

#page_own_product_mb_news_list #header a {
  color: #000;
}

#page_own_product_mb_news_detail .search .input_search,
#page_own_product_mb_news_list .search .input_search {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
}

#page_own_product_mb_news_list .side #searchform select {
  color: #000;
}
