@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------
 info common
└commmon箇所
  /mk/news/
  /mk/event/
---------------------------------------------------------- */

/*----------------------------------------------------------
 個別ページ
---------------------------------------------------------- */
.more_ban{
  margin-top: 0;
}

/*----------------------------------------------------------
 個別ページ記事
---------------------------------------------------------- */
#page_news dl::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#page_news dl{
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

#page_news dl:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#page_news .ttl2{
  margin-bottom: 20px;
}

#page_news dl dd:not(.cap){
  margin-bottom: 2em;
}

#page_news dl dd:not(.cap):nth-last-of-type(){
  margin-bottom: 0;
}

/*---- PC ----*/
@media (min-width: 769px) {
  #page_news dl dt,
  #page_news dl dd.cap{
    float: left;
    width: 300px;
  }

  #page_news dl .text:last-of-type{
    margin-bottom: 0;
  }
  
  #page_news dl dd:not(.cap){
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 330px;
    margin-left: -300px;
  }

  #page_news dl dd.cap{
    margin-top: 5px;
    margin-bottom: 0;
  }
}
/*---- SP ----*/
@media (max-width: 768px) {
  #page_news dl{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  #page_news dl dt{
    margin-bottom: 15px;
  }
  
  #page_news dl dt img{
    width: 100%;
  }
}