.midashi {
  width: 100%;
}

.img-box img {
  width: 100%;
  padding-top: 50px;
}

.title {
  text-underline-offset: 10px;
  text-decoration: underline #009CCD 3px;
}

.honbun1 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.honbun2 {
  margin-top: 150px;
  display: flex;
  align-items: center;
  margin-bottom: 150px;
  justify-content: center;
  gap: 16px 100px;
  flex-wrap: wrap;
}

.honbun3 {
  max-width: 502px;
}

.list-6 {
  list-style-type: none;
  margin-top: 113px;
  max-width: 672px;
  margin-inline: auto;
  padding-inline: 16px;
}

.list-6 li {
  text-align: center;
  margin-bottom: 5px;
  padding: .5em .7em;
  border-left: 5px solid #009ccd;
  background-color: #d9f4ff;
  font-weight: 600;
}

.list-6 li + li {
  margin-top: 10px;
}

.topbutton {
  border-radius: 6px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

.topbutton:hover {
  background-color: #555;
}

html {
  scroll-behavior: smooth;
}

.title {
  margin-top: 50px;
  margin-bottom: 100px;
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title2 {
  color: #D9F4FF;
  -webkit-text-stroke: 1px #000000;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  /* 大きい文字 */
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 50px;
  margin-top: 113px;
}

.komidasi {
  background-color: #D9F4FF;
  display: flex;
  width: 100%;
  height: 275px;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

p span {
  font-size: 32px;
}

ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0;
  border-top: solid 2px #009CCD;
  border-bottom: solid 2px #009CCD;
}

ol li {
  padding: 0.5em 0;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5em;
}

ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.honbun2 img {
  max-width: 448px;
}

@media screen and not (min-width:959.98px) {
  .honbun2 img {
    order: -1;
  }
}