body {
  background-color: #fdf9da
}

background-color: #fdf9da;

.index .content {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 13.3333333333vw 0 0;
  flex-wrap: wrap;
  justify-content: center;
	
}
.index .content section {
  width: 100%;
  margin: 0;
  padding: 0;
}
.index .content section .cover {
  width: 96vw;
  height: 56vw;
  margin: 0;
  padding: 0;
}
.index .content section .cover img {
  width: 100%;
  height: auto;
  border-radius: 0 2.1333333333vw 2.1333333333vw 0;
}
.index .content section .news {
  width: 92vw;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 6.4vw auto 0;
  padding: 0;
  border: 1px solid #0458cc;
  border-radius: 2.1333333333vw;
	background-color: #ffffff;
}
.index .content section .news h2 {
  width: 42.0289855072%;
  height: 16.1904761905%;
  margin: 3.768115942% 0 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
}
.index .content section .news h2 img {
  width: 100%;
  height: auto;
}
.index .content section .news .list {
  width: 89.8550724638%;
  height: auto;
  max-height:13em;
  overflow: auto;
  margin: 6.0869565217% auto 0.5em;
  padding: 0;
}
.index .content section .news .list ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.index .content section .news .list ul li {
  display: flex;/*20220927 blockをflexに変更*/
  width: 100%;
  height: auto;
  margin: 2.4vw 0 0;
  padding: 0 0 2.4vw;
}
.index .content section .news .list ul li::before {
  display: none;
}
.index .content section .news .list ul li:first-of-type {
  margin: 0;
}
.index .content section .news .list ul li p {
  margin: 0;
  padding: 0;
  font-size: 81.4814814815%;
  line-height: 1.8181818182;
  text-indent: 0;
  color: black;
  max-width:270px;
}
.index .content section .news .list ul li p:first-of-type {
  color: #0457cc;
  width: 120px;/*20220927追加*/
}
.index .content .local {
  display: block;
  width: 100%;
  margin: 6.6666666667vw 0 0;
  padding: 0;
}
.index .content .local .list {
  display: none;
}
.index .content .local .banner {
  width: 72vw;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.index .content .local .banner li {
  width: 100%;
  margin: 4vw 0 0;
}
.index .content .local .banner li:first-of-type {
  margin: 0;
}
.index .content .local .banner li img {
  width: 100%;
  height: auto;
}
.index .pagetop {
  margin: 0 auto;
}

@media (min-width: 769px), print {
  .index .content {
    width: 980px;
    overflow: visible;
    margin: 0 auto;
    justify-content: space-between;
  }
  .index .content section {
    width: 670px;
  }
  .index .content section .cover {
    width: 720px;
    height: 420px;
    transform: translate(-50px, 0);
  }
  .index .content section .cover img {
    border-radius: 0 18px 18px 0;
  }
  .index .content section .news {
    width: 670px;
    height: auto;
    margin: 28px 0;
    padding: 0;
    border-radius: 18px;
		background-color: #ffffff;
  }
  .index .content section .news h2 {
    width: 200px;
    height: 23px;
    margin: 26px 0 0;
    padding: 0;
  }
  .index .content section .news .list {
    width: 625px;
    height: auto;
    max-height:130px;
    margin: 20px auto 5px;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #ff9900 #aeaeae;
  }
  .index .content section .news .list::-webkit-scrollbar {
    width: 10px;
  }
  .index .content section .news .list::-webkit-scrollbar-track {
    background-color: #aeaeae;
    border-radius: 5px;
  }
  .index .content section .news .list::-webkit-scrollbar-thumb {
    background-color: #0457cc;
    border-radius: 5px;
  }
  .index .content section .news .list ul {
    width: 585px;
    height: auto;
  }
  .index .content section .news .list ul li {
    margin: 0;
    padding: 0 0 14px;
  }
  .index .content section .news .list ul li p {
    font-size: 88.2352941176%;
    line-height: 1.6666666667;
    max-width:460px;
  }
 /*20220927追加*/
  .index .content section .news .list ul li p:first-of-type {
    width:120px;
  }
  .index .content .local {
    width: 260px;
    margin: 0;
    padding: 0;
  }
  .index .content .local .list {
    display: block;
  }
  .index .content .local .banner {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
    padding: 0;
  }
  .index .content .local .banner li {
    width: 100%;
    margin: 12px 0 0;
  }
  .index .content .local .banner li:first-of-type {
    margin: 0;
  }
  .index .content .local .banner li img {
    width: 100%;
    height: auto;
  }
}