.kakaku h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  background-color: #fff;
  padding: 0.25em 1em;
  border-radius: 200px;
  display: inline-block;
}

.u-mt10 {
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  .u-mt10 {
    font-size: 28px;
    text-align: left;
  }
}
@media screen and (max-width: 481px) {
  .u-mt10 {
    font-size: 20px;
  }
}
.u-mt10 em {
  color: #f00;
  font-style: normal;
  font-size: 1.2em;
}

#jirei {
  background-color: #fff3ce;
}
#jirei .inner {
  padding: 30px 20px;
}
#jirei .inner h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
}
#jirei .inner ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 769px) {
  #jirei .inner ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 481px) {
  #jirei .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#jirei .inner ul::before {
  display: none;
}
#jirei .inner ul li {
  text-align: center;
}
#jirei .inner ul li img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.25em;
}

.contheder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #F5FAFF;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.contheder::before {
  display: none;
}
@media screen and (max-width: 769px) {
  .contheder {
    display: flex;
    flex-direction: column-reverse;
  }
}
.contheder > div:nth-of-type(1) {
  display: flex;
  box-sizing: border-box;
  max-width: 580px;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-top: 30px;
  /* border: solid; */
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .contheder > div:nth-of-type(1) {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.contheder > div:nth-of-type(1) h2 {
  font-size: 32px;
  font-weight: bold;
  color: #f00;
}
.contheder > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.contheder > div:nth-of-type(1) p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
}
.contheder > div:nth-of-type(2) {
  flex: 1;
}

.kumitate {
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.kumitate h3 {
  background-color: #25ade4;
  color: #fff;
  padding: 0.25em 1em;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
}
.kumitate ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .kumitate ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kumitate ul::before, .kumitate ul::after {
  display: none;
}
.kumitate ul li {
  text-align: center;
  font-size: 18px;
  width: unset;
  margin: unset;
  float: unset;
}
@media screen and (max-width: 769px) {
  .kumitate ul li {
    font-size: 14px;
  }
}
.kumitate ul li img {
  width: 100%;
  max-width: unset;
}

.wh h3 {
  background-color: #ff7f00;
}
.wh li img {
  filter: hue-rotate(163deg);
}/*# sourceMappingURL=add.css.map */