main {
  margin: 0 auto;
}
main .inner {
  width: 1000px;
  margin: 0 auto;
}
main .inner .post_detail {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 40px;
  padding-bottom: 60px;
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
main .inner .post_detail .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
main .inner .post_detail a {
  text-decoration: none;
  border-bottom: 1px solid #333;
}
main .inner .post_detail p {
  clear: both;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
main .inner .post_detail p img.alignright {
  text-align: right;
}
main .inner .post_detail pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
main .inner .post_detail .wp-caption {
  max-width: 100%;
}
main .inner .post_detail .alignleft {
  float: left;
}
main .inner .post_detail .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .inner .post_detail .alignright {
  float: right;
}
main .inner .post_detail img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
main .inner .post_detail img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
main .inner .post_detail img.alignright {
  margin: 5px;
  display: inline;
}
main .inner .post_detail img.alignleft {
  margin: 5px;
  display: inline;
}
main .inner .post_detail ul {
  margin: 1.2em;
}
main .inner .post_detail ul:first-of-type {
  margin-top: 0.65em;
}
main .inner .post_detail ul li {
  list-style: disc outside;
}
main .inner .post_detail ol {
  margin: 1.2em;
}
main .inner .post_detail ol:first-of-type {
  margin-top: 0.65em;
}
main .inner .post_detail ol li {
  list-style: decimal outside;
}
main .inner .post_detail li {
  line-height: 1.65;
}
main .inner .post_detail h1 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
main .inner .post_detail h2 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #333;
  color: #333;
  padding: 0 0 8px;
}
main .inner .post_detail h3 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  background-color: #ebebeb;
  color: #333;
  padding: 13px 12px;
}
main .inner .post_detail h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  border-left: 5px solid #ffe000;
  padding: 5px 10px;
}
main .inner .post_detail h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}
main .inner .post_detail h5:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  display: block;
  top: 0.5em;
  left: 0;
}
main .inner .post_detail h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
main .inner .post_detail table {
  margin: 35px auto;
}
main .inner .post_detail table th,
main .inner .post_detail table td {
  padding: 13px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 1px solid #fff;
}
main .inner .post_detail table th {
  background-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
main .inner .post_detail table td {
  background-color: #fff;
  color: #333333;
}

header #header-bottom nav .sns {
  display: none;
}

footer {
  margin-top: 100px;
}

/**
notfound
*/
#page-notfound-page {
  padding: 60px 0 0;
  position: relative;
}
#page-notfound-page .inner {
  width: 900px;
  margin: 0 auto;
}
#page-notfound-page h3 {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  font-weight: bold;
  text-align: center;
}
#page-notfound-page p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 60px auto 0;
  width: 750px;
}
#page-notfound-page p a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
#page-notfound-page .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#page-notfound-page .link a {
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: #9a7d4f;
  border-bottom: 2px solid #d0c4b4;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
}
