.home .postListText {
  border-bottom: 1px solid #CCC !important;
}
.home .postListText_date {
  min-width: 7em;
}
.home .postListText_singleTermLabel {
  min-width: 7em;
  margin-right: 2em;
}
.home .postListText_singleTermLabel .postListText_singleTermLabel_inner {
  padding: 0.2em 0.3em;
  font-size: 11px;
}
@media screen and (max-width: 991.98px) {
  .home .postListText_singleTermLabel {
    margin-top: 0;
  }
  .home .postListText_title {
    padding-top: 8px;
  }
}

.news-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4%;
  width: 100%;
  max-width: 991.98px;
  margin-inline: auto;
  margin-bottom: 24px;
}
.news-image-wrap .news-thumb {
  width: 48%;
}
.news-image-wrap .news-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-image-wrap .map-wrap {
  width: 48%;
}
.news-image-wrap .map-wrap p {
  margin: 0;
  padding: 0;
}
.news-image-wrap .map-wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border: 0;
}
@media print, screen and (max-width: 767.98px) {
  .news-image-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
  }
  .news-image-wrap .news-thumb,
  .news-image-wrap .map-wrap {
    width: 100%;
  }
}

.news-content-wrap {
  width: 100%;
  max-width: 991.98px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.news-content-wrap .news-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin: 0;
  border-bottom: 1px solid #CCC;
}
.news-content-wrap .news-content:first-of-type {
  border-top: 1px solid #CCC;
}
.news-content-wrap .news-content dt {
  width: 20%;
  margin-bottom: 0;
  padding: 1em;
  font-weight: bold;
}
.news-content-wrap .news-content dd {
  width: 75%;
  margin-bottom: 0;
  padding: 1em;
}
.news-content-wrap.news-type-restrant .news-content dt {
  background-color: rgba(20, 118, 203, 0.2);
}
.news-content-wrap.news-type-care-welfare .news-content dt {
  background-color: rgba(13, 157, 72, 0.2);
}
.news-content-wrap.news-type-maintenance .news-content dt {
  background-color: rgba(203, 141, 20, 0.2);
}
.news-content-wrap.news-type-news .news-content dt {
  background-color: rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 767.98px) {
  .news-content-wrap {
    margin-bottom: 40px;
  }
  .news-content-wrap .news-content {
    gap: 0;
  }
  .news-content-wrap .news-content dt {
    width: 35%;
  }
  .news-content-wrap .news-content dd {
    width: 65%;
  }
}

.news-backbtn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8%;
  margin-bottom: 80px;
}
.news-backbtn-wrap .news-backbtn {
  padding: 0.7em 1em;
  color: rgb(20, 118, 203);
  background-color: #FFF;
  text-decoration: none;
  border: 1px solid rgb(20, 118, 203);
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.news-backbtn-wrap .news-backbtn:hover {
  color: #FFF;
  background-color: rgb(20, 118, 203);
}
@media print, screen and (max-width: 767.98px) {
  .news-backbtn-wrap {
    margin-bottom: 40px;
  }
  .news-backbtn-wrap .news-backbtn {
    padding: 0.5em;
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */