@charset "UTF-8";
/* ----------------------- */
/* newsdate
/* ----------------------- */
#wgc-1630301218638 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 0 auto; */
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px; */
  padding: 45px 0 145px;
}
@media (min-width: 881px) {
  #wgc-1630301218638 {
    width: 800px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 880px) {
  #wgc-1630301218638 {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

.webgene-blog {
  text-decoration: none;
}

/*記事タイトル*/
.newsTit {
  font-family: YuMincho, "Yu Mincho", serif;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px !important;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.newsDate {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px !important;
  color: #868686;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s
}

/*aタグ*/
.news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .news_inner {
    margin-top: 10px;
  }
}

/*article*/
.news,
.cf {
  margin: 0 0 25px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 768px) {
  .news,
  .cf {
    margin: 0 0 50px;
  }
}

/* .news.cf:hover .newsTit {
  color: #969696;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */

/* @media screen and (min-width: 769px) { */
@media screen and (min-width: 1075px) {
  .news,
  .cf {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #868686;
  }
}
@media screen and (max-width: 1074px) {
  .news,
  .cf {
    width: 70% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #868686;
    margin: 0 0 25px auto;
  }
}
@media screen and (max-width: 768px) {
  .news,
  .cf {
    width: 90% !important;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 550px) {
  .news,
  .cf {
    width: 90% !important;
    margin: 0 auto 30px;
    display: block;
  }
}
/*article画像*/
.news_img {
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.webgene-item-main-image {
  width: 100%;
  max-width: 180px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* border-radius: 10px; */
}

@media (max-width: 768px) {
  .webgene-item-main-image {
    max-width: initial;
    /* height: auto; */
    width: 85%;
  }
}
@media (max-width: 550px) {
  .webgene-item-main-image {
    max-width: initial;
    height: auto;
    width: 100%;
  }
}

.news.cf:hover .webgene-item-main-image {
  transform: scale(1.2);
  margin: 0 auto;
  transition-duration: 0.3s;
  text-decoration: none;
  overflow: hidden;
}
.news.cf:hover:hover .newsDate {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*articleコンテンツ*/
.newsCategor,
.newsTit,
.newsDate {
  font-size: 16px;
}

li {
  list-style: none;
}

a.newsTit {
  text-decoration: none;
}

/*日付とカテゴリblock*/
.news_detail.news_box {
  margin-bottom: 10px;
}

.newsTag {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  border-radius: 120px;
  color: #fff;
  line-height: 21px;
  padding: 6px 17px 5px 20px;
  display: inline-block;
}

.contents {
  padding: 0 0 24px 60px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contents {
    padding: 0;
  }
}
.contents a {
  text-decoration: none;
}

.blog-wrapper .btn {
  margin: 0 auto;
}
/*# sourceMappingURL=LPL-blog.css.map */
