*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

span,
b,
mark {
  vertical-align: baseline;
}

body {
  background-color: #F9F6EE;
}

header {
  background-color: #fff;
}
header .header-content {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0;
}

.site-main {
  padding: 30px 0;
}

footer {
  background-color: #fff;
}
footer .footer-content {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
footer .footer-content .footer-logo {
  margin: 0 auto;
}
footer .footer-content .footer-nav {
  margin-top: 15px;
}
footer .footer-content .footer-nav ul.footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-content .footer-nav ul.footer-menu li {
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}
footer .footer-content .footer-nav ul.footer-menu li a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-info {
  background-color: #E37637;
  padding: 16px 0;
}
footer .footer-info .copyright {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.post-detail {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
.post-detail .post-content h2 {
  border-bottom: 3px solid #E37637;
  background: #FFF8E6;
  margin: 50px 0 30px;
  padding: 20px 25px;
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
.post-detail .post-content h2:first-of-type {
  margin-top: 0;
}
.post-detail .post-content h3 {
  position: relative;
  padding: 10px 25px;
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.66px;
}
.post-detail .post-content h3::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 236, 191) 50%, rgb(227, 118, 55) 50%);
}
.post-detail .post-content p {
  margin: 2em 0;
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.post-detail .post-content p.non-margin-top {
  margin-top: 0;
}
.post-detail .post-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.post-detail .post-content table tbody tr th {
  border: none;
  width: 315px;
  background-color: #E37637;
  padding: 16px 25px;
  color: #FFF;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.54px;
  vertical-align: middle;
}
.post-detail .post-content table tbody tr td {
  border: none;
  background-color: #f4f4f4;
  border-left: 1px solid #fff;
  padding: 13.5px 18px;
  color: #333;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  vertical-align: middle;
}
.post-detail .post-content table tbody tr:first-of-type th {
  border-radius: 8px 0 0 0;
}
.post-detail .post-content table tbody tr:first-of-type td {
  border-radius: 0 8px 0 0;
}
.post-detail .post-content table tbody tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.post-detail .post-content table tbody tr:nth-of-type(n+2) td {
  border-top: 1px solid #fff;
}
.post-detail .post-content table tbody tr:last-of-type th {
  border-radius: 0 0 0 8px;
}
.post-detail .post-content table tbody tr:last-of-type td {
  border-radius: 0 0 8px 0;
}/*# sourceMappingURL=compass_style.css.map */