.g_news .contents_box {
  padding: 0;
  border: none;
}
.g_news ul.list_news {
  padding-bottom: 0;
}
.g_news .heading2 {
  margin-bottom: 18px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}
.g_news .heading2 span {
  padding-bottom: 3px;
  border-bottom: solid 1px #c9bf83;
  letter-spacing: 1.2px;
}
.g_news .list_news li {
  width: 100%;
  max-width: 466px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}

.g_news .list_news_shop_mainimg {
  min-height: 100%;
}
.g_news .list_news_shop_mainimg a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.g_news .list_news_shop_txt {
  margin-bottom: 25px;
  padding: 5px 8px;
  border-bottom: dashed 1px #dddddd;
  text-underline-offset: 2px;
}
.g_news .list_news .list_news_top a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.04em;
}
.g_news .list_news li .list_news_btm {
  gap: 3px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .g_news .contents_box {
    border: solid 1px rgba(220, 211, 158, 0.7);
  }
  .g_news .heading2 {
    margin-bottom: 48px;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    text-align: center;
  }
  .g_news .heading2 span {
    padding-bottom: 3px;
    border-bottom: solid 1px #c9bf83;
    letter-spacing: 1.2px;
  }
  .g_news .contents_box {
    padding: 18px;
  }
  .g_news ul.list_news {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .g_news .list_news li {
    width: 49%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .g_news .list_news_shop_mainimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 200px;
    margin-bottom: 0;
    background-color: #efefefb0;
  }
  .g_news .list_news_shop_mainimg a img {
    max-height: 200px;
  }
  .g_news .list_news_shop_txt {
    margin: 0;
    padding: 5px 8px;
    border-bottom: none;
  }
}
