@charset "UTF-8";
/* ///////////////////////////////////////////////

  お知らせ のスタイル

/////////////////////////////////////////////// */
section {
    margin-top: 60px;
    padding-left: calc(50% - 480px);
    padding-right: calc(50% - 480px);
}
#menu .gnav .nav9 a {
  background: #f88220;
  color: #fff;
}

#news {
  padding-left: calc(50% - 480px);
  padding-right: calc(50% - 480px);
}
@media screen and (max-width: 1250px) {
  #news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#news .h2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  /*white-space: nowrap;*/
}
#news .h2 .categories_wrap {
  margin-left: 45px;
  overflow-x: auto;
  padding: 10px 0;
}
#news .h2 .categories_wrap li {
  font-weight: normal;
}
#news p+p{
  margin-top: 16px;
}
#news .btn.large {
    margin-top: 90px;
}
#news .f-item ol {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}
#news .f-item ol li {
  line-height: 2.2;
}
#news .f-item ol i {
  margin-right: 10px;
}
@media (max-width: 960px) {
  /*#news .h2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 3px;
  }
  #news .h2 .categories_wrap {
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 15px 0 0;
  }*/
}
#news .news_lists li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

/*TABLE*/
#news table {
    width: 100%;
}
#news table th, #news table td {
    border-bottom: 15px solid #fff;
}
#news table th {
    width: 90px;
    padding: 10px 20px;
    background: #f5f5f5;
    font-size: 14rem;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}
#news table td {
    padding: 10px 30px;
}

@media (max-width: 960px) {
  #news table th, #news table td {
    display: block;
    width: 100%;
    white-space:normal;
    padding: 10px 0;
    word-break: break-all;
  }
  #news table td {
  }
}

