/* council--概要
     ========================================================================== */
.section-council__image {
  background-image: url(../img/lower/title-council.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-linkitem {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0 20px;
}

.detail-linkitem li {
  padding: 0 20px 30px;
}

.about-title {
  border-radius: 30px;
  background-color: #cdf0ad;
  padding: 10px 70px;
  font-size: 2.4rem;
  width: fit-content;
  margin: 0 auto;
}

.about-data {
  width: 100%;
  margin: 70px 0 60px;
  border-bottom: 1px solid #016411;
}

.about-data th {
  padding: 20px 0 20px 30px;
  border-top: 1px solid #016411;
  border-bottom: 1px solid #016411;
  width: 20%;
  background-color: #cdf0ad;
}

.about-data th br {
  display: none;
}
.about-data td {
  padding: 20px 0 20px 30px;
}

.about-border {
  border-top: 1px solid #016411;
  border-bottom: 1px solid #016411;
}

#about-bgcolor {
  background-color: #cdf0ad;
  padding: 10px 0 10px 30px;
}

.about-list:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ee865b;
  border-radius: 50%;
  margin-right: 0.6em;
}

.about-areamap {
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.about-42ha {
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 100%;
}

.about-active {
  color: #999999;
}

.detail-linkitem li a {
  text-decoration: underline;
}

.council-link {
  color: #3782EC;
}

.council-link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-image: url(../img/common/icon-notice-file_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: baseline;
}

/* タイトル2行折り返し対応 */
.section-council__image .section-news__title {
  line-height: 300px;
  min-height: 300px;
  display: inline-flex;
  align-items: center;
}

.section-council__image .news_h2__icon {
  flex: 0 0 auto;
  line-height: 1;
}

.section-council__image .news_h2__icon img {
  margin: 0 10px 0 0;
}

.section-council__image .news_h2__text {
  display: block;
  line-height: 1.25;
  max-width: 560px;
}

@media screen and (max-width: 768px) {
  .about-data {
    margin-top: 40px;
  }
  .about-data th {
    width: 25%;
    padding-left: 10px;
  }
  .about-data td {
    padding-left: 10px;
  }
  .about-data th br {
    display: block;
  }

  .detail-linkitem {
    padding: 10px 0 0;
  }

  .detail-linkitem li {
    padding: 10px;
  }

  .about-areamap {
    max-width: 280px;
  }
}

@media screen and (max-width: 599px) {
  .news-l-main {
    padding-top: 80px;
  }
  .section-council__image .section-news__title {
    line-height: 200px;
    min-height: 200px;
  }
  .section-council__image .news_h2__text {
    line-height: 1.25;
    max-width: 300px;
  }
  .section-council__image .news_h2__icon img {
    margin: 0 10px 0 0;
  }
  .section-council__image {
    margin-top: 107px;
  }
}