.content-header h1 {
  background-image: url(../img/products/kv.jpg);
}

.content .section.section-greeting .section-header.-others {
  font-size: 18px;
}

.content .section.section-greeting .productsItem {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 949px) {
  .content .section.section-greeting .productsItem {
    flex-flow: column;
  }
}

@media (min-width: 950px) {
  .content .section.section-greeting .productsItem {
    flex-flow: row;
  }
}

.content .section.section-greeting .productsItem dl {
  order: 2;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 950px) {
  .content .section.section-greeting .productsItem dl {
    flex: 0 0 auto;
    width: calc(100% - 196px);
    margin-bottom: 0;
  }
}

.content .section.section-greeting .productsItem dl dt {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 31.5px;
}

@supports ((-webkit-font-feature-settings: "palt") or (font-feature-settings: "palt")) {
  .content .section.section-greeting .productsItem dl dt {
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.content .section.section-greeting .productsItem dl dt span {
  font-size: 11px;
}

.content .section.section-greeting .productsItem dl dd {
  margin-left: 0;
  font-size: 14px;
  line-height: 24.75px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.content .section.section-greeting .productsItem dl dd + dd {
  margin-top: 24px;
}

.content .section.section-greeting .productsItem > div {
  order: 1;
}

@media (max-width: 949px) {
  .content .section.section-greeting .productsItem > div {
    margin-bottom: 16px;
  }
}

@media (min-width: 950px) {
  .content .section.section-greeting .productsItem > div {
    flex: 0 0 180px;
    width: 180px;
    margin-right: 16px;
  }
}

.content .section.section-greeting .block-eat {
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #888;
}

@media (max-width: 949px) {
  .content .section.section-greeting .block-eat-image {
    width: 100vw;
    margin-left: -12px;
  }
}

.content .section.section-greeting .block-eat-image img {
  max-width: 100%;
  height: auto;
}

.content .section.section-greeting .block-eat .section-description {
  margin-bottom: 0;
}
