@charset "UTF-8";

.post-content {
  padding-bottom: 1rem;
  font-size: 0.15rem;
  line-height: 2;
  overflow-wrap: break-word;
}

.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  background: #f8f8f8;
}

.post-content blockquote p {
  margin-bottom: 1em;
}

.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.post-content blockquote::before,
.post-content blockquote::after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}

.post-content blockquote::before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}

.post-content blockquote::after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}

.post-content b,
.post-content strong {
  font-weight: bold;
}

.post-content i,
.post-content em {
  font-style: italic;
}

.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1.45;
}

.post-content h2 {
  position: relative;
  background: #f8f8f8;
  font-weight: 500;
}

.post-content h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.06rem;
  background: #ba7e3b;
}

.post-content h3 {
  background: #f8f8f8;
  font-weight: 500;
}

.post-content h4 {
  border-bottom: 0.01rem solid #d0d0d0;
  font-weight: 500;
}

.post-content h5 {
  position: relative;
  font-weight: 500;
}

.post-content h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.04rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ba7e3b;
}

.post-content h6 {
  font-weight: 500;
}

.post-content p {
  margin-bottom: 1em;
}

.post-content p::after {
  content: "";
  display: table;
  clear: both;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-content img {
  margin-bottom: 1em;
}

.post-content a {
  color: #00317a;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-content ul>li {
  position: relative;
  margin-bottom: 1.4em;
  font-size: 0.15rem;
  line-height: 2;
}

.post-content ul>li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ba7e3b;
}

.post-content ol {
  margin: 0;
  padding: 0;
}

.post-content ol>li {
  font-size: 0.15rem;
  line-height: 3;
}

.post-content ol>li::marker {
  color: #ba7e3b;
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
}

.post-content ol a {
  margin: 0;
  color: #00317a;
  list-style: none;
}

.post-content th,
.post-content td {
  border: 0.01rem solid #d0d0d0;
  color: #141414;
  vertical-align: top;
}

.post-content th {
  background: #f8f8f8;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.125;
}

.post-content td {
  font-size: 0.16rem;
  line-height: 1.875;
}

.post-content table.is-modify th,
.post-content table.is-modify td {
  color: #222;
}

.post-content table.is-modify th {
  border-bottom: none;
  font-size: 0.17rem;
  letter-spacing: 0.15em;
  line-height: 1.2941176471;
}

.post-content table.is-modify td {
  font-size: 0.15rem;
  letter-spacing: 0.15em;
  line-height: 1.2666666667;
}

.post-content table.is-modify tr:nth-child(2n) td {
  border-top: none;
}

.post-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.b_title{
  font-size: 0.3rem;
}

@media print,
(min-width: 1024px) {
  .post-content p {
    margin-bottom: 25px;
  }

  .post-content p+ul {
    margin-top: -24px;
  }

  .post-content h2 {
    margin-bottom: 18px;
  }

  .post-content h3 {
    margin-bottom: 15px;
    padding: 12px 18px;
  }

  .post-content h4 {
    margin-bottom: 15px;
    padding: 0 0 18px 18px;
  }

  .post-content h5 {
    margin-bottom: 12px;
    padding: 15px 18px;
  }

  .post-content h6 {
    margin-bottom: 18px;
  }

  .post-content p+h6 {
    margin-top: -12px;
  }

  .post-content th {
    width: 17.130044843%;
    padding: 30px 33px;
  }

  .post-content td {
    padding: 24px 33px;
  }

  .post-content table.is-modify th {
    padding: 18px 27px;
  }

  .post-content table.is-modify td {
    padding: 24px 18px 18px;
  }

  .post-content img.alignleft {
    margin-right: 45px;
    float: left;
  }

  .post-content img.alignright {
    margin-left: 45px;
    float: right;
  }

  .post-content img+p {
    margin-bottom: 231px;
  }
}

@media print,
(min-width: 768px) {
  .post-content h2 {
    padding: 30px 24px 27px;
    font-size: 0.3rem;
  }

  .post-content h3 {
    font-size: 0.25rem;
  }

  .post-content h4 {
    font-size: 0.22rem;
  }

  .post-content h5 {
    font-size: 0.2rem;
  }

  .post-content h5::before {
    height: 23px;
  }

  .post-content h6 {
    font-size: 0.18rem;
  }

  .post-content a {
    margin-top: -9px;
    margin-bottom: 54px;
    color: #00317a;
    font-size: 0.15rem;
  }

  .post-content ul {
    margin-bottom: 50px;
  }

  .post-content ul>li {
    padding-left: 15px;
  }

  .post-content ul>li::before {
    top: 16px;
  }

  .post-content ul a {
    margin: 0;
    color: #00317a;
  }

  .post-content ol {
    margin-bottom: 69px;
    padding-left: 42px;
  }

  .post-content table {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .post-content {
    position: relative;
    min-height: 100vh;
    padding: 0 0.21rem;
  }

  .post-content img {
    margin-bottom: 30px;
  }

  .post-content p {
    margin-bottom: 0.35rem;
  }

  .post-content p+ul {
    margin-top: -0.15rem;
  }

  .post-content ul {
    margin-bottom: 0.06rem;
  }

  .post-content ol {
    margin-bottom: 0.63rem;
    padding-left: 0.42rem;
  }

  .post-content table {
    width: auto;
    margin-bottom: 0.63rem;
  }

  .post-content table.is-modify {
    margin-bottom: 0.87rem;
  }

  .post-content table.is-modify th {
    padding: 0.18rem 0.12rem;
  }

  .post-content table.is-modify td {
    padding: 0.15rem 0.12rem 0.18rem;
  }

  .post-content th {
    width: 27.8020378457%;
    padding: 0.21rem 0.33rem 0.54rem;
  }

  .post-content td {
    padding: 0.18rem 0.33rem 0.15rem;
    line-height: 1.5625;
  }

  .post-content h2 {
    margin: 0 0 54px;
  }

  .post-content h3 {
    margin-bottom: 0.18rem;
    padding: 0.12rem 0.18rem;
  }

  .post-content h4 {
    margin-bottom: 0.18rem;
    padding: 0 0 0.18rem;
  }

  .post-content p+h4 {
    margin-top: -0.12rem;
  }

  .post-content h5 {
    margin-bottom: 0.27rem;
    padding: 0 0.18rem;
  }

  .post-content p+h5 {
    margin-top: -0.15rem;
  }

  .post-content h5 {
    margin-bottom: 0.18rem;
  }

  .post-content p+h6 {
    margin-top: -0.15rem;
  }
}

@media only screen and (max-width: 1023.98px) {
  .post-content img {
    width: auto;
  }

  .post-content img.alignleft {
    margin-right: 0;
  }

  .post-content img.alignright {
    margin-left: 45px;
    float: right;
  }

  /*1024px以下でtableに横スクロールを表示*/
  .post-content div.scroll-table {
    overflow-x: scroll;
    margin-bottom: 0.6rem;
  }

  .post-content div.scroll-table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    margin-bottom: 0rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content img {
    display: block;
    width: auto;
    margin-bottom: 0.33rem;
  }

  .post-content img.alignright {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .post-content p {
    margin-bottom: 0.25rem;
  }

  .post-content p+ul {
    margin-top: -0.3rem;
    padding-left: 0.02rem;
  }

  .post-content table {
    margin-bottom: 0.6rem;
  }

  .post-content table.is-modify {
    margin-bottom: 0.57rem;
  }

  .post-content table.is-modify th {
    width: 33.3333333333%;
    padding: 0.21rem 0.12rem;
  }

  .post-content table.is-modify td {
    padding: 0.09rem 0.09rem 0.12rem 0.12rem;
  }

  .post-content th {
    width: 34.8348348348%;
    padding: 0.24rem 0.21rem 0.3rem;
  }

  .post-content td {
    padding: 0.18rem 0.09rem 0.21rem;
  }

  .post-content ul {
    margin-bottom: 0.5rem;
  }

  .post-content ul>li {
    padding-left: 0.15rem;
  }

  .post-content ul>li::before {
    top: 0.18rem;
  }

  .post-content ol {
    margin-bottom: 0.3rem;
    padding-left: 0.45rem;
  }

  .post-content h2 {
    margin-bottom: 0.48rem;
    padding: 0.27rem 0.18rem 0.24rem;
    font-size: 0.25rem;
    line-height: 1.4;
  }

  .post-content h3 {
    margin-bottom: 0.21rem;
    padding: 0.15rem 0.15rem 0.21rem;
    font-size: 0.22rem;
    line-height: 1.2727272727;
  }

  .post-content h4 {
    margin-bottom: 0.18rem;
    padding: 0 0.06rem 0.18rem 0.03rem;
    font-size: 0.2rem;
    line-height: 1.25;
  }

  .post-content h5 {
    margin-bottom: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.2rem;
    line-height: 1.25;
  }

  .post-content h5::before {
    height: 100%;
  }

  .post-content h6 {
    margin: -0.06rem 0 0.24rem;
    padding: 0 0.03rem;
    font-size: 0.18rem;
    line-height: 1.2222222222;
  }

  .b_title{
    font-size: 0.25rem;
  }

}