@charset "utf-8";

/*-- 
news

====================================================== --*/


.lower.clumn2 .content_head h2 div {
  display : inline-block  ;
}
.lower.clumn2 .content_head h2 .image img {
  height  : 2.4em ;
  width : auto ;
}
#page-news_article .news_list  {
    color: var(--c-brown);
}
#page-news_article .news_list ol {
    border-top : 1px solid var(--c-brown-light) ;
    width : 100% ;
    margin-bottom : 4rem ;
}
#page-news_article .news_list li {
    border-bottom : 1px solid var(--c-brown-light) ;
    padding : 1rem 1rem ;
    width : 100% ;
}
#page-news_article .news_list li div.row{
    justify-content: space-between;
}

#page-news_article .news_list li.news_item .date {
    width : 25% ;
    color : var(--c-brown-light) ;
    font-size: 1.4rem ;
}
#page-news_article .news_list li.news_item .news_text {
    width : 70% ;
    color : var(--c-brown) ;
    line-height: 240% ;
    font-size: 1.4rem ;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}


#page-news_article .archive_list a  {
  text-decoration : underline ;
    line-height : 250% ;
    color: var(--c-brown);
}
#page-news_article .archive_list a div {
    display : inline-block ;
  text-decoration : underline ;
}
#page-news_article .content_main_column{
    padding-top: 1.2em!important;
}
#page-news_article .date{
    font-size: 1.4rem ;
    padding-top: 0.8em;
    text-align: right;
    color: var(--c-brown-light);
}
#page-news_article .maintitle{
    border-bottom: 1px solid var(--c-brown-light);
    padding: 1rem;
}
#page-news_article .subtitle{
    font-size: 2.1rem ;
    font-weight: 500!important;
    padding-bottom: 1.0em;
}
#page-news_article .detail_text{
    padding: 3rem 0rem;
}

/* pc */
@media screen and (min-width:1001px){

}

/* sp */
@media screen and (max-width:1000px){
  .lower.clumn2 .content_head h2 .image {
    display : block ;
    text-align : center ;
  }
  .lower.clumn2 .content_head h2 .image img {
    height  : 2.6em ;
    width : auto ;
  }
  .lower.clumn2 .content_head h2 .text {
      font-size: 2.2rem ;
  }
  /* .lower.clumn2 .content_head h2.line_doted {
      background: unset ;
      padding : unset ;
  } */
  
  #page-news_article .news_list li.news_item .date {
      width : 100% ;
      text-align: left;
  }
  #page-news_article .news_list li.news_item .news_text {
      width : 100% ;
      line-height: 240% ;
      -webkit-line-clamp: 4;
  }
  
  #page-news_article .archive_list li {
      text-align : center ;
  }
  #page-news_article .archive_list li a {
    line-height: 200%;
  }
}


