@charset "UTF-8";
#news_list td a {
  color: #333333;
}
#news_list th,
#news_detail .date {
 color: #666666; 
}
@media screen and (min-width: 768px) {
  h1#article_title {
    background: url(../image/news/title_normal_pc.jpg) no-repeat;
    background-size: 100% auto;
  }
  #news_list {
    padding-top: 100px;
  }
  #news_list table {
    width: 800px;
    margin: auto;
  }
  #news_list th {
    font-size: 16px;
    letter-spacing: 0.15em;
    padding: 17px 5px 17px 20px;
    border-bottom: 1px solid #AAAAAA;
    text-align: left;
    white-space: nowrap;
    width: 4.5em;
  }
  #news_list td {
    font-size: 17px;
    padding: 17px 20px;
    border-bottom: 1px solid #AAAAAA;
    text-align: left;
  }
  #news_detail .date {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.15em;
  }
  #news_detail {
    width: 800px;
    padding-top: 90px;
    margin: auto;
  }
  #news_detail h2 {
    font-size: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    border-bottom: 3px solid #9b8718;
    margin-top: 13px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  #news_detail .contents_area p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.63;
  }
  #news_detail .contents_area p:nth-of-type(1){
    margin-top: 0;
  }
  #news_detail .contents_area .image {
    text-align: center;
  }
  #news_detail .signature {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.63;
    text-align: right;
  }
  #news_detail .back_btn a {
    font-size: 20px;
    text-decoration: none;
    margin-top: 75px;
    width: 300px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767.999px) {
  h1#article_title {
    background: url(../image/news/title_normal_sp.jpg) no-repeat;
    background-size: 100% auto;
  }
  #news_list {
    padding: 50px 30px 0;
  }
  #news_list th {
    font-size: 12px;
    letter-spacing: 0.12em;
    padding: 13px 10px 13px 5px;
  }
  #news_list td {
    font-size: 14px;
    line-height: 1.45;
    padding: 13px 5px;
  }
  #news_detail .date {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  #news_detail {
    padding: 40px 25px 0;
    text-align: center;
  }
  #news_detail h2 {
    margin-top: 7px;
    font-size: 23px;
    line-height: 1.15;
    display: inline-block;
    padding: 0 2px 5px 2px;
    border-bottom: 3px solid #9b8718;
    margin-bottom: 32px;
  }
  #news_detail .contents_area {
    padding-top: 20px;
    text-align: left;
  }
  #news_detail .contents_area p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.43;
  }
  #news_detail .contents_area p:nth-of-type(1){
    margin-top: 0;
  }
  #news_detail .contents_area .image {
    text-align: center;
  }
  #news_detail .signature {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.43;
    text-align: right;
  }
  #news_detail .back_btn a {
    font-size: 20px;
    text-decoration: none;
    margin-top: 35px;
    max-width: 290px;
    width: 100%;
    padding: 14px 0;
  }
    
    
  
}