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

.midashi {
  width: 100%;
}

.top {
  width: 100vw;
}

.title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.sien {
  text-align: center;
  font-size: 32px;
  padding-bottom: 100px;
  font-weight: bold;
  color: #03008A;
}

.nandemo {
  text-align: center;
}

.up {
  text-align: center;
}

.koho {
  text-align: center;
}

.keikaku {
  text-align: center;
}

.pro {
  text-align: center;
}

.bun {
  text-align: right;
  margin-block: 16px;
}

.neko {}

.komidasi {
  display: flex;
  padding-left: 500px;
  background-color: #D9F4FF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logo {
  padding-right: 20px;
}

.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;
}

footer {
  background-color: #D9F4FF;
}

.c-box {
  border: 3px solid #333;
  max-width: 960px;
  margin-inline: auto;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

.c-box + .c-box {
  margin-top: 32px;
}

.c-box__content {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
}

.c-box__heading {
  color: #009CCD;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}

.c-box__subheading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-inline: auto 0;
}

.c-box__description {
  flex-basis: 100%;
  margin-top: 8px;
}

.c-box__image {
  height: 100%;
  max-width: 232px;
  object-fit: contain;
  order: -1;
  padding-inline: 32px;
  position: relative;
}

.p-icon {
  height: 56px;
  object-fit: contain;
}