body {
  position: relative;
  color: #595959;
}
body.detail:before {
  display: none;
}
body.detail .maintitle_u {
  background: #efefef;
  border-bottom: none;
}
body:before {
  content: "";
  display: block;
  background: #F5F3F3;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.newslistArea {
  margin-top: 50px;
  padding-bottom: 50px;
}
.newslistArea .inner {
  margin-bottom: 50px;
}
@media all and (max-width: 896px) {
  .newslistArea .inner {
    margin-bottom: 30px;
  }
}
.newslistArea .inner .area_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.newslistArea .inner .area_inner > a {
  display: block;
  width: calc(25% - 40px);
  margin: 20px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .newslistArea .inner .area_inner > a {
    width: calc(50% - 40px);
  }
}
@media all and (max-width: 480px) {
  .newslistArea .inner .area_inner > a {
    width: calc(100% - 40px);
  }
}
.newslistArea .inner .area_inner > a .img {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 16/9;
}
.newslistArea .inner .area_inner > a .img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newslistArea .inner .area_inner > a .date {
  font-size: 14px;
  font-size: 1.4em;
  font-family: 'Libre Bodoni', serif;
  font-weight: 400;
  font-weight: bold;
}
.newslistArea .inner .area_inner > a .ttl {
  font-size: 16px;
  font-size: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsdetailArea {
  padding: 50px 0;
}
.newsdetailArea .title {
  padding-bottom: 5px;
}
.newsdetailArea .title p {
  font-size: 16px;
  font-size: 1.6em;
}
@media all and (max-width: 896px) {
  .newsdetailArea .title p {
    font-size: 14px;
    font-size: 1.4em;
  }
}
.newsdetailArea .title h2 {
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6em;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .newsdetailArea .title h2 {
    font-size: 20px;
    font-size: 2em;
  }
}
.newsdetailArea ul {
  margin: 60px auto 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}
@media all and (max-width: 896px) {
  .newsdetailArea ul {
    margin: 30px auto 0;
    padding-bottom: 30px;
  }
}
.newsdetailArea ul li.text {
  font-size: 18px;
  font-size: 1.8em;
  margin: 50px auto 0;
}
@media all and (max-width: 896px) {
  .newsdetailArea ul li.text {
    font-size: 16px;
    font-size: 1.6em;
  }
}
.newsdetailArea ul li.text a {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin: 10px 0;
  word-break: break-all;
}
.newsdetailArea ul + .normal_link {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8em;
}
@media all and (max-width: 896px) {
  .newsdetailArea ul + .normal_link {
    font-size: 16px;
    font-size: 1.6em;
  }
}
