@charset "UTF-8";
/*----------------------------------------
　新着情報　css
----------------------------------------*/
/*　news
----------------------------------------*/
.second-ttl {
  background-color: #004D22;
}

.news-ttl-area .cat-area {
  display: flex;
  justify-content: flex-start;
}

.news-ttl-area .cat-area .cat-label {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1.5;
}

.news-ttl-area .cat-area .news-date {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1.5;
  font-family: 'Roboto Condensed', sans-serif;
}

.news-ttl-area .news-ttl {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #A2A2A2;
}

.news-ttl-area .category-0 {
  background-color: #007131;
  /* bg-green */
}

.news-ttl-area .category-1 {
  background-color: #003c7b;
  /* bg-blue */
}

.news-ttl-area .category-2 {
  background-color: #B1002A;
  /* bg-red */
}

.news-ttl-area .category-3 {
  background-color: #64635E;
  /* bg-gray */
}

.news-ttl-area .category-4 {
  background-color: #584A87;
  /* bg-purple */
}

.news-ttl-area .category-5 {
  background-color: #007131;
  /* bg-green */
}

.news-ttl-area .category-6 {
  background-color: #E37D00;
  /* bg-orange */
}

.news-cont .news-img {
  padding-bottom: 30px;
  text-align: center;
}

.news-cont p {
  margin-bottom: 30px;
}

.news-cont img {
  max-width: 100%;
  width: auto;
}

.news-cont .news-sub-photo {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.news-cont .newsphoto {
  display: flex;
  flex-wrap: wrap;
}

.news-cont .newsphoto figure {
  padding: 10px;
  width: 33.333%;
  box-sizing: border-box;
  text-align: center;
}

.news-cont .newsphoto figure span {
  font-size: 0.8em;
}

.news-cont .news-content h1,
.news-cont .news-content h2,
.news-cont .news-content h3,
.news-cont .news-content h4,
.news-cont .news-content h5,
.news-cont .news-content h6 {
  margin: 1em 0;
}

.news-cont .news-content div,
.news-cont .news-content p,
.news-cont .news-content span,
.news-cont .news-content strong,
.news-cont .news-content em,
.news-cont .news-content a,
.news-cont .news-content li,
.news-cont .news-content th,
.news-cont .news-content td {
  font-size: inherit !important;
  font-family: inherit !important;
}

.news-cont .news-content table {
  border-collapse: collapse;
  border: solid 1px #A2A2A2;
  max-width: 90%;
  width: auto !important;
  box-sizing: border-box;
}

.news-cont .news-content th,
.news-cont .news-content td {
  padding: 5px;
  border: solid 1px #A2A2A2;
}

.news-cont .newslist {
  margin: 1em 0;
}

.news-cont .newslist .iconpdf {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  color: #007130;
  border: solid 1px #007130;
  font-size: 0.7em;
  line-height: 1;
}

.news-cont a {
  color: #007130;
  text-decoration: underline;
}

.news-cont a[target="_blank"]::before {
  content: "";
  background: url(../images/common/icon-link-blank-g.png) center center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
