@charset "utf-8";

/*-- 
blog

====================================================== --*/


.lower.clumn2 .content_head h2 div {
  display : inline-block  ;
}
.lower.clumn2 .content_head h2 .image img {
  height  : 2.4em ;
  width : auto ;
}
#page-blog_article .blog_list  {
    color: var(--c-brown);
}
#page-blog_article .blog_list ol {
    border-top : 1px solid var(--c-brown-light) ;
    width : 100% ;
    margin-bottom : 4rem ;
}
#page-blog_article .blog_list li {
    border-bottom : 1px solid var(--c-brown-light) ;
    padding : 1rem 1rem ;
    width : 100% ;
}
#page-blog_article .blog_list li div.row{
    justify-content: space-between;
}

#page-blog_article .blog_list li.blog_item .date {
    width : 29% ;
    color : var(--c-brown-light) ;
    font-size: 1.4rem ;
}
#page-blog_article .blog_list li.blog_item .blog_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-blog_article .archive_list a  {
  text-decoration : underline ;
    line-height : 250% ;
    color: var(--c-brown);
}
#page-blog_article .archive_list a div {
    display : inline-block ;
  text-decoration : underline ;
}
#page-blog_article .content_body .content_body_inner{
    padding-top: 0.8em!important;
}
#page-blog_article .content_main_column{
    padding-top: 1.2em!important;
}
#page-blog_article .date{
    font-size: 1.4rem ;
    padding-top: 0.8em;
    text-align: right;
    color: var(--c-brown-light);
}
#page-blog_article .maintitle{
    border-bottom: 1px solid var(--c-brown-light);
    padding: 1rem;
}
#page-blog_article .subtitle{
    font-size: 2.1rem ;
    font-weight: 500!important;
    padding-bottom: 1.0em;
}
#page-blog_article .detail_text{
    padding: 3rem 0rem;
}
#page-blog_article .tag{
    margin: 0px 1rem 0px 0px !important;
    width: 65px;
    height: 27px;
    font-size: 1rem;
    font-weight: 700;
}
#page-blog_article .tag.housebuild{background-color: #99C97D;}
#page-blog_article .tag.other{background-color: #C9AF7D;}
#page-blog_article .tag.event{background-color: #B27DC9;}
#page-blog_article .tag.work{background-color: #7DC6C9;}

/* pc */
@media screen and (min-width:1001px){
    .blog_item .tag  {
        
    }
}

/* 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-blog_article .blog_list li.blog_item .date {
      width : 100% ;
      text-align: left;
  }
  #page-blog_article .blog_list li.blog_item .blog_text {
      width : 100% ;
      line-height: 240% ;
      -webkit-line-clamp: 4;
  }
  
  #page-blog_article .archive_list li {
      text-align : center ;
  }
  #page-blog_article .archive_list li a {
    line-height: 200%;
  }
}


