@charset "UTF-8";
#pageBase.news .news_block article {
  clear: both;
  overflow: hidden;
  padding: 50px 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#pageBase.news .news_block article:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

#pageBase.news .news_block article .article_box_img {
  float: right;
  padding-left: 32px; 
  width: 50%;
}

#pageBase.news .news_block article .article_box_txt {
  float: left;
  padding-right: 32px;
  width: 50%;
  color: #000;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: Noto Sans, sans-serif;
  line-height: 2.0;
}

#pageBase.news .news_block article .article_box_txt .article_title {
  color: #000;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

#pageBase.news .news_block article .article_box_txt .article_body {
  margin-top: 20px;
}

#pageBase.news .news_block article .article_box_txt .article_body p {
  margin-bottom: 1em;
}

#pageBase.news .news_block article .article_box_txt .article_body a {
  color: #000;
  text-decoration: underline;
}

#pageBase.news .news_block article .article_box_txt .article_body a:hover {
  color: #5d7e2a;
}

#pageBase.news .news_block article .article_box_txt .article_date {
  clear: both;
  margin-top: 20px; 
  color: #999;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}

#pageBase.news .news_block article .article_tags {
  margin-bottom: 15px;
  font-size: 0;
}

#pageBase.news .news_block article .article_tags span {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0 20px;
  background-color: #35B1C5;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  font-family: Noto Sans, sans-serif;
  line-height: 2.2;
}

#pageBase.news .news_block article .article_tags span.is-disabled {
  background-color: #ccc;
}

@media only screen and (max-width: 48em) {
  #pageBase.news .main-area {
    padding-bottom: 20px;
  }
  #pageBase.news .news_block article {
    margin-right: 4%; 
    margin-left: 4%;
    padding: 30px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
  }
  #pageBase.news .news_block article .article_box_img {
    float: none;
    padding-bottom: 30px; 
    padding-left: 0;
    width: 100%;
  }
  #pageBase.news .news_block article .article_box_txt {
    float: none;
    padding-right: 0;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #pageBase.news .news_block article .article_box_txt .article_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #pageBase.news .news_block article .article_box_txt .article_body {
    margin-top: 10px;
  }
  #pageBase.news .news_block article .article_box_txt .article_date {
    font-size: 10px;
    font-size: 1.0rem;
  }
}