body {
  background-color: unset;
}
/* パンくず下注意文言 */
.top_notice {
  /* background: unset; */
}

/* 記事一覧ページ */
.article-list {
  background: #FFFFFF;
}
.title-area {
  width: 100%;
  max-width: 91.467vw;
  margin: auto;
}
.title-area h1 {
  font-size: 8.533vw;
  text-align: center;
}
.title-area>p {
  font-size: 4.267vw;
  text-align: center;
  margin-bottom: 5.333vw;
}
.title-area>.lead-text{
  position:relative;
  width:100%;
  background:#FCF5E0;
  padding: 2.667vw 0;
  font-size:3.467vw;
  border-radius:2.667vw;
  background-image:url("../images/bg01.png");
  background-repeat: no-repeat;
  background-size:contain;
  margin-bottom: 0;
}

/* 記事一覧 */
.articles {
  width: 100%;
  max-width: 91.467vw;
  margin: auto;
}
.articles h2 {
  font-size: 5.867vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5.867vw;
}

.articles ul {
  list-style: none;
  padding: 0;
}

.articles ul li {
  display: flex;
  justify-content: flex-start;
  padding: 5.333vw 0;
  gap: 2.667vw;
  background-image: linear-gradient(to right, #98958E, #98958E 2px, transparent 2px, transparent 8px);
  background-size: 1.333vw 0.267vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  align-items: center;
}

.articles ul li img {
  width: 100%;
}

.articles ul li .img_wrap {
  width: 41.333vw;
  display: block;
  height: auto;
}

.articles ul li p {
  width: 47.466vw;
  font-size: 3.733vw;
}

.articles ul li .btn {
  display: block;
  text-decoration: none;
  font-size: 2.667vw;
  margin-top: 3.2vw;
  width: 100%;
  height: auto;
  padding: 2.133vw 0;
  color: #4D4639;
  text-align: center;
  background: #FFF;
  border-radius: 2.133vw;
  border: 1px solid #E0DFDD;
}

.articles ul li .btn::after {
  background-image: url(../images/link_type1.png);
  width: 1.565vw;
  height: 1.989vw;
}

.articles .back-button {
  display: block;
  text-decoration: none;
  font-size: 3.733vw;
  margin: auto;
  width: 64vw;
  padding: 5.333vw 0;
  color: #4D4639;
  text-align: center;
  background: #FFF;
  border-radius: 13.333vw;
  border: 1px solid #E0DFDD;
}

@media screen and (min-width: 769px) {
/* パンくず下注意文言 */
.top_notice {
}
/* 記事一覧ページ */
.title-area {
  max-width: 700px;
}
.title-area h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 22px;
}
.title-area>p {
  font-size: 16px;
  margin-bottom: 22px;
}
.title-area>.lead-text{
  position:relative;
  width:100%;
  background:#FCF5E0;
  padding: 28px 0;
  font-size:13px;
  border-radius:10px;
  background-image:url("../images/pc/bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

/* 記事一覧 */
.articles {
  max-width: 700px;
}

.articles ul li {
  padding: 20px 0;
  gap: 8px;
  background-image: linear-gradient(to right, #98958E, #98958E 2px, transparent 2px, transparent 8px);
  background-size: 4px 1px;
}

.articles ul li .img_wrap {
  width: 155px;
}

.articles ul li p {
  width: 537px;
  font-size: 14px;
}

.articles ul li .btn {
  font-size: 10px;
  margin-top: 12px;
  margin-left: 0;
  width: 151px;
  padding: 8px 0;
  border-radius: 8px;
  border: 1px solid #E0DFDD;
}

.articles ul li .btn::after {
  width: 4px;
  height: 7px;
}

}