img {
  max-width: 100%;
}
.twitter-link {
  background-color: #000 !important;
}
.fa-twitter:before {
  content: "" !important;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./images/x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-web-meisai {
  padding: 0 20px;
  margin: 1.5rem 0 3rem;
}
.web-meisai-ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  gap: 15px;
  margin: 0 0 30px;
}
@media (min-width: 900px) {
  .web-meisai-ul {
    gap: 30px;
  }
}
.web-meisai-li {
  width: calc(100% / 3);
  max-width: 300px;
}
@media (min-width: 768px) {
  .web-meisai-li-br {
    display: none;
  }
}
.web-meisai-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #005990;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
}
.web-meisai-li:nth-of-type(2) a {
  background-color: #00b900;
}

/* 以降20241113 */
#info .contact-link a {
  padding: 0.5em;
}
.show_product_quick_cf7_button {
  position: fixed;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 18px;
  color: #fff;
  background-color: #dc863d;
  border: 2px solid #d47e33;
  z-index: 1000;
  border-radius: 50%;
  transform: translateX(-50%);
}
.product_quick_cf7_form {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: 400px;
  background-color: #fff;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  padding: 0 15px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  box-sizing: border-box;
  transform: translate(-50%, 100%);
}
.product_quick_cf7_form.show_product_quick_cf7_form {
  transform: translate(-50%, 0);
}
.hide_product_quick_cf7_button {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 10px 0 10px auto;
}
.hide_product_quick_cf7_button span:nth-of-type(1) {
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #666;
  transform: rotate(45deg);
}
.hide_product_quick_cf7_button span:nth-of-type(2) {
  position: absolute;
  top: 45%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #666;
  transform: rotate(-45deg);
}
.product_quick_cf7_form p {
  margin: 0;
}
.product_quick_cf7_form label,
.radio_label > p {
  display: flex;
}
.product_quick_cf7_form label + label,
.radio_label,
.radio_label + p {
  margin-top: 15px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #666;
  font-size: 14px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 3px 0;
}
textarea {
  height: 4em;
}
.product_quick_cf7_form label > *:nth-of-type(1):not([type="radio"]),
.radio_label > p > span:nth-of-type(1) {
  width: 50%;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0;
}
.product_quick_cf7_form label > *:nth-of-type(2):not([type="radio"]),
.radio_label > p > span:nth-of-type(2) {
  width: 50%;
}
.product_quick_cf7_radio .wpcf7-list-item {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.product_quick_cf7_radio .wpcf7-list-item label {
  width: 100%;
  display: block;
}
.wpcf7-submit {
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #005990;
  border: none !important;
  margin-left: auto;
  margin-top: 20px;
}
