body.a_8 .post_content h2 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #444444;
}

body.a_8 .post_content h2 span {
  display: block;
  font-size: 40px;
  color: #8ac571;
}
ul.cat_list li:nth-child(2n) {
  margin-right: 0;
}

ul.cat_list li {
  list-style: none;
  margin-right: 10px !important;
  width: calc((100% - 20px) / 3);
  padding-left: 0;
}

ul.cat_list li:nth-child(3n) {
  margin-right: 0 !important;
}

/* ホーム */
h2#anker_6 b {
  color: #f88614;
  font-size: 50px;
  padding: 3px;
  font-weight: 900;
}
ul.ul_numbering {
  display: flex;
  flex-wrap: wrap;
}

div.wrp_hygiene img {
  width: 23% !important;
  margin-right: 5px !important;
}
div.wrp_hygiene img:last-child {
  margin-right: 0;
}

div.txt_title {
  border-bottom: dotted 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: larger;
}

/* フッター　お問い合わせ関連 */
div.wrp_footer_box {
  padding: 30px 40px 5px 40px;
  background-color: #f0fbeb;
  border: 1px solid #afd09f;
  overflow: hidden;
}

div.wrp_footer_box img {
  width: 100%;
  margin-bottom: 40px;
}

/* お問い合わせ */
table#contact_form {
  width: 90%;
  margin: auto;
}
table#contact_form tr {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

table#contact_form tr th:before {
  background-color: #fff;
}

table#contact_form tr th {
  background-color: unset;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  border: unset;
  padding-bottom: 0;
}

table#contact_form tr td {
  width: 100%;
  border: unset;
  padding-top: 5px;
}

span.hissu,
span.nini {
  display: inline;

  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  padding: 3px 8px;
  margin-left: 10px;
}

span.hissu {
  background-color: #c57171;
}

span.nini {
  background-color: #7185c5;
}
.contact-soushin input {
  display: block;
  text-align: center;
  background-color: #f88614;
  color: white;
  padding: 15px;
  width: 50%;
  margin: auto;
  margin-top: 2em;
  border-radius: 5px;
  border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #f88614;
  margin: auto 30%;
  width: 40%;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}

@media (max-width: 1099px) {
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  /* タブレット */
}

@media screen and (max-width: 960px) {
  /* スマホ 横から */
}

@media screen and (max-width: 559px) {
  /* スマホ 縦から */
  table#contact_form {
    margin-left: 0;
  }
  body.a_8 .post_content h2 span {
    font-size: 20px;
  }
  h2#anker_6 b {
    font-size: 30px;
  }
  .wrp_footer_box {
    padding: 10px !important;
  }
  div.wrp_footer_box img {
    margin-bottom: 15px;
  }
}
