.contents-section .contents-inner {
  width: 800px;
  padding: 30px 10px 0;
  margin: 0 auto;
  line-height: 2;
}

.contents-inner * {
  max-width: 100%;
}

.contents-inner .wpfp-span {
  display: none;
}

.contents-inner .post-date {
  color: #622023;
  font-size: 14px;
}

.contents-inner h1 {
  font-size: 20px;
  font-weight: bold;
  background-image: url('../img/single-title-separator.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
  margin: 10px 0 40px;
}

.contents-inner h2 {
  font-size: 18px;
  font-weight: bold;
  background-image: url('../img/single-h2.png');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 40px;
  margin: 32px 0
}

.contents-inner h3 {
  border-left: 4px solid #133A20;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
  padding-left: 16px;
}

.contents-inner h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0;
}

.contents-inner h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0;
  color: #680E12;
}

.contents-inner h6 {
  font-size: 14px;
  margin: 16px 0;
  color: #680E12;
  text-decoration: underline;
}

.contents-inner ul {
  background-color: #EAE8E3;
  padding: 24px;
  list-style-position: inside;
}

.contents-inner ol {
  background-color: #EAE8E3;
  padding: 24px;
  list-style-position: inside;
}

.contents-inner button {
  font-size: 18px;
  padding: 5px 10px;
  color: #133A20;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid, #133A20;
  font-weight: normal;
}

.contents-inner button:hover {
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #133A20;
  font-weight: normal;
}

.contents-inner img {
  height: auto;
  margin: 20px 20px 20px 0;
}
.contents-inner span + img {
  display: inline;
  margin: 2px 0 0 0 !IMPORTANT;
  margin-top: 1px ! IMPORTANT;
}
figure.wp-block-table td {
  padding:0;
  border: none;
}
figure.wp-block-table img {
  width: 100% ! IMPORTANT;
  margin: 0;
}

.contents-inner table {
  text-align: center;
  border-collapse: separate; /* セル間に境界を残す */
  border-spacing: 0; /* セル間の隙間を0に */
  border: none; /* 外側の枠線を消す */
  width: 100%;
}

.contents-inner th {
  background: #413622;
  color: #fff;
  font-weight: normal;
  padding: 10px 0;
}

.contents-inner td {
  /* border: 1px solid #413622;  */
  padding: 10px 0;
}

.contents-inner tr:first-child td {
  border-top: none; /* 最初の行の上側の線を消す */
}

.contents-inner tr:last-child td {
  border-bottom: none; /* 最後の行の下側の線を消す */
}

.contents-inner tr td:first-child {
  border-left: none; /* 最初の列の左側の線を消す */
}

.contents-inner tr td:last-child {
  border-right: none; /* 最後の列の右側の線を消す */
}

.contents-inner th {
  border: 1px solid #A7A7A7; /* 内側のセルに線を設定 */
}

.contents-inner tr:first-child th {
  border-top: none; /* 最初の行の上側の線を消す */
}

.contents-inner tr:last-child th {
  border-bottom: none; /* 最後の行の下側の線を消す */
}

.contents-inner tr th:first-child {
  border-left: none; /* 最初の列の左側の線を消す */
}

.contents-inner tr th:last-child {
  border-right: none; /* 最後の列の右側の線を消す */
}

.contents-inner input[type="submit"] {
  background-color: #133A20;
  border: 1px solid #133A20;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 296px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}

.contents-inner input[type="text"], .contents-inner input[type="email"], .contents-inner input[type="tel"], .contents-inner textarea {
  width: 100%;
}
