@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;
}

@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;
  }
}

@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;
  }
}

.pagination-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-common .wp-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-common .arrow {
  position: absolute;
}

.pagination-common .arrow.next a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination-common .arrow.is-disable {
  pointer-events: none;
}

.pagination-common .arrow a {
  display: block;
  background: url("../img/common/arrow_ico_08.png") no-repeat center center/100% 100%, #00a0c8;
}

.pagination-common .page-numbers {
  position: relative;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
  color: #bbb;
  text-decoration: none;
}

.pagination-common .page-numbers::before {
  content: "";
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  width: 0.16rem;
  height: 0.01rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 0;
  background: #00a0c8;
}

.pagination-common .page-numbers.current {
  color: #00a0c8;
}

.pagination-common .page-numbers.current::before {
  opacity: 1;
}

.pagination-common .page-numbers:hover {
  color: #00a0c8;
}

.pagination-common .page-numbers:hover::before {
  opacity: 1;
}

.pagination-common .arrow a {
  width: 0.38rem;
  height: 0.38rem;
}

.pagination-common .page-numbers {
  min-width: 0.34rem;
  margin: 0 0.12rem;
  font-size: 0.18rem;
  line-height: 1.6666666667;
}

@media print,
(min-width: 768px) {
  .pagination-common .arrow.prev {
    left: 0.18rem;
  }

  .pagination-common .arrow.next {
    right: 0.17rem;
  }

  .pagination-common .wp-pager {
    padding: 0 0.72rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pagination-common .wp-pager {
    padding: 0 0.75rem;
  }

  .pagination-common .arrow.prev {
    left: 0.18rem;
  }

  .pagination-common .arrow.next {
    right: 0.23rem;
  }
}

@media print,
(min-width: 1024px) {
  .section-child-content {
    padding-bottom: 198px;
  }

  .section-child-content .breadcrumb-common {
    margin-bottom: 51px;
  }

  .section-child-content .title-common-primary {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .section-child-content {
    padding-bottom: 84px;
  }

  .section-child-content .breadcrumb-common {
    margin-bottom: 24px;
  }

  .section-child-content .title-common-primary {
    margin: 0 21px 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-child-content .title-common-primary {
    margin-bottom: 0.06rem;
  }
}

.section-child-result .result-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-child-result .category-item {
  position: relative;
  padding: 0 0.12rem 0 0.24rem;
  font-size: 0.15rem;
  line-height: 3;
}

.section-child-result .category-item a {
  color: #00317a;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}

.section-child-result .category-item a:hover {
  text-decoration: none;
}

.section-child-result .category-item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.01rem);
  left: 0.04rem;
  width: 0.01rem;
  height: 0.17rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.section-child-result .category-item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.01rem);
  right: -0.06rem;
  width: 0.01rem;
  height: 0.17rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.section-child-result .category-item+.category-item::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.01rem);
  left: 0.05rem;
  width: 0.01rem;
  height: 0.17rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.section-child-result .result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-child-result .result-date {
  color: #141414;
  font-size: 0.15rem;
  line-height: 1.2;
}

.section-child-result .result-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: color 0.26s ease;
  transition: color 0.26s ease;
  color: #141414;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section-child-result .result-title:hover {
  color: #00a0c8;
}

@media print,
(min-width: 1024px) {
  .section-child-result {
    padding-bottom: 204px;
  }

  .section-child-result .breadcrumb-common {
    margin-bottom: 75px;
  }

  .section-child-result .title-common-primary {
    margin-bottom: 51px;
  }

  .section-child-result .result-item {
    padding: 30px 9px 27px;
  }

  .section-child-result .result-list {
    margin-bottom: 165px;
  }

  .section-child-result .result-category {
    margin-bottom: 63px;
  }
}

@media print,
(min-width: 768px) {
  .section-child-result .result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.01rem solid #d0d0d0;
  }

  .section-child-result .result-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .section-child-result {
    padding-bottom: 1.77rem;
  }

  .section-child-result .breadcrumb-common {
    margin-bottom: 0.21rem;
    padding-top: 0.12rem;
  }

  .section-child-result .title-common-primary {
    margin-bottom: 0.27rem;
  }

  .section-child-result .result-category {
    margin-bottom: 0.3rem;
    padding: 0 0.18rem;
  }

  .section-child-result .result-list {
    margin-bottom: 0.9rem;
    padding: 0 0.18rem;
  }

  .section-child-result .result-item {
    padding: 0.3rem 0.09rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-child-result {
    padding: 0.12rem 0 0.69rem;
  }

  .section-child-result .title-common-primary {
    margin-bottom: 0.21rem;
  }

  .section-child-result .breadcrumb-common {
    margin-bottom: 0.18rem;
  }

  .section-child-result .result-category {
    margin-bottom: 0.36rem;
  }

  .section-child-result .result-list {
    margin-bottom: 0.78rem;
  }

  .section-child-result .result-item {
    padding: 0.21rem 0.12rem;
  }

  .section-child-result .result-item:not(:last-child) {
    border-bottom: 0.01rem solid #d0d0d0;
  }

  .section-child-result .result-date {
    display: block;
    margin-bottom: 0.15rem;
  }
}