@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 .news_list  {
    color: var(--c-brown);
}
#page-news .news_list ol {
    border-top : 1px solid var(--c-brown-light) ;
    width : 100% ;
    margin-bottom : 4rem ;
}
#page-news .news_list li {
    border-bottom : 1px solid var(--c-brown-light) ;
    padding : 1rem 1rem ;
    width : 100% ;
}
#page-news .news_list li div.row{
    justify-content: space-between;
}

#page-news .news_list li.news_item .date {
    width : 25% ;
    color : var(--c-brown-light) ;
    font-size: 1.4rem ;
}
#page-news .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 .archive_list a  {
  text-decoration : underline ;
    line-height : 250% ;
    color: var(--c-brown);
}
#page-news .archive_list a div {
    display : inline-block ;
  text-decoration : underline ;
}
#page-news .content_main_column{
    padding-top: 60px;
}
#page-news .date{
    font-size: 1.4rem ;
    padding-top: 0.8em;
    text-align: left;
    color: var(--c-brown-light);
}
#page-news .maintitle{
    border-bottom: 1px solid var(--c-brown-light);
    padding: 1rem;
}
#page-news .subtitle{
    font-size: 2.1rem ;
    font-weight: 500!important;
    padding-bottom: 1.0em;
}
#page-news .detail_text{
    padding: 3rem 0rem;
}

/* pc */
@media screen and (min-width:1001px){

}

/* sp */
@media screen and (max-width:1000px){
    #page-news .content_main_column{
        padding-top: 40px;
    }
    .lower.clumn2 .content_head h2.line_doted {
        background : unset ;
    }
    
  .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.5rem ;
  }
  
  #page-news .news_list li.news_item .date {
      width : 100% ;
      text-align: left;
  }
  #page-news .news_list li.news_item .news_text {
      width : 100% ;
      line-height: 240% ;
      -webkit-line-clamp: 4;
  }
  
  #page-news .archive_list li {
      text-align : center ;
  }
  #page-news .archive_list li a {
    line-height: 200%;
  }
}


