.page-order-made .entry-content * {
  display: none !important;
}
.page-order-made * {
  all: unset !important;
  box-sizing: border-box !important;
}
.entry-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: auto;
}
.entry-content a {
  font-size: unset !important;
}
.breadcrumb span {
  display: flex !important;
}
.entry-header {
  display: none !important;
}
#primary {
  margin-top: 0 !important;
}
.keys_header {
  text-align: center !important;
  padding: 5rem 0 !important;
  background-image: url("https://mitsumitsusho.jp/wp-content/uploads/2025/08/33013332_m.jpg");
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-blend-mode: lighten !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: -3rem !important;
  font-family: sans-serif !important;
}

.keys_header h1 {
  display: flex !important;
  justify-content: center !important;
  border-bottom: none !important;
}

.keys_header h1 p {
  font-size: 32px !important;
  text-align: center !important;
  font-weight: bold !important;
  display: inline-block !important;
  font-family: sans-serif !important;
}
.keys_header h1 span {
  font-family: sans-serif !important;
  display: block !important;
  font-size: 12px !important;
  outline: none !important;
  border-top: 1px dashed #438d3b !important;
  padding: 0.5rem 2rem !important;
}
img {
  width: 100% !important;
}
li {
  list-style: none !important;
  color: var(--general-text-color, #424242) !important;
}
a {
  display: block !important;
  text-decoration: none !important;
}
.keys-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.keys-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem auto;
}
.keys-sec figure {
  width: 25%;
}
.keys-sec .key-sec_content {
  width: 70%;
  text-align: left !important;
}
.key-sec_content .keyh3 {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
  color: #7fb44b;
  text-shadow: 1px 1px 3px;
}

.key_link li {
  display: inline-flex !important;
  margin: 0.5rem !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
  background-color: #fff !important;
}
.key_link li a {
  width: 100% !important;
  text-decoration: underline !important;
  display: block !important;
  color: var(--general-text-color, #424242) !important;
}
.keyslabel li {
  display: inline-block;
  color: #fff !important;
  background: #eac600 !important;
  border-radius: 100vh;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}

@media (max-width: 480px) {
  .keys_header {
    padding: 0rem !important;
  }
  .keys-sec {
    display: block !important;
  }
  .keys-sec figure {
    width: 100% !important;
  }
  .keys-sec .key-sec_content {
    width: 100% !important;
  }
}
