@charset "UTF-8";

.article-common .article-list {
  padding: 0;
  list-style-type: none;
}

.article-common .article-item > a {
  color: inherit;
}

.article-common .article-item-title {
  position: relative;
  color: #284f58;
  font-weight: 600;
}

.article-common .article-item-title::before {
  content: "";
  position: absolute;
}

.article-common .article-item-description {
  display: -webkit-box;
  visibility: visible;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-common .article-item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.article-common .article-item-time {
  position: relative;
  color: #284f58;
}

.article-common .article-item-time::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_date.png") center/contain no-repeat;
}

.article-common .article-item-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #8caac7;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media print, (min-width: 768px) {
  .article-common {
    margin-bottom: 31px;
  }

  .article-common .article-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .article-common .article-item {
    width: 300px;
    margin-right: 51px;
    margin-bottom: 30px;
  }

  .article-common .article-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .article-common .article-item-image {
    width: 300px;
    height: 300px;
    margin-bottom: 11px;
  }

  .article-common .article-item-title {
    margin-bottom: 4px;
    padding-left: 19px;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }

  .article-common .article-item-title::before {
    top: 2px;
    left: 2px;
    width: 7px;
    height: calc(100% - 8px);
    border-left: 7px solid #dce8f2;
  }

  .article-common .article-item-description {
    font-size: 0.12rem;
    line-height: 1.5;
  }

  .article-common .article-item-info {
    margin-top: 11px;
    margin-bottom: -5px;
  }

  .article-common .article-item-time {
    margin-right: 17px;
    padding-left: 30px;
    font-size: 0.13rem;
  }

  .article-common .article-item-time::before {
    top: -1px;
    left: 0;
    width: 22px;
    height: 18px;
  }

  .article-common .article-item-tag {
    min-width: 89px;
    height: 23px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 5px;
    font-size: 0.13rem;
  }

  .is-safari .article-common .article-item-tag {
    padding-top: 3px;
    padding-bottom: 0;
  }

  .is-tablet .article-common .article-item-tag {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .article-common {
    margin-bottom: 1.02rem;
    padding: 0 0.05rem 0 0.14rem;
  }

  .article-common .article-list {
    margin-bottom: -0.3rem;
  }

  .article-common .article-item {
    margin-bottom: 0.36rem;
    padding: 0.56rem 0.6rem 0.48rem;
    background: #fff;
  }

  .article-common .article-item:last-child {
    margin-bottom: 0;
  }

  .article-common .article-item-image {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.52rem;
  }

  .article-common .article-item-title {
    margin-bottom: 0.15rem;
    padding-left: 0.19rem;
    font-size: 0.35rem;
    line-height: 1.2285714286;
  }

  .article-common .article-item-title::before {
    top: 0.02rem;
    left: -0.07rem;
    width: 0.11rem;
    height: calc(100% - 0.1rem);
    border-left: 0.11rem solid #dce8f2;
  }

  .article-common .article-item-description {
    margin: 0 -0.07rem;
    font-size: 0.26rem;
    line-height: 1.3461538462;
  }

  .article-common .article-item-info {
    margin: 0.25rem -0.07rem -0.05rem;
  }

  .article-common .article-item-time {
    margin-top: 0.05rem;
    margin-right: 0.29rem;
    padding-left: 0.63rem;
    font-size: 0.25rem;
  }

  .article-common .article-item-time::before {
    top: -0.02rem;
    left: 0;
    width: 0.43rem;
    height: 0.36rem;
  }

  .article-common .article-item-tag {
    min-width: 1.73rem;
    height: 0.45rem;
    margin-right: 0.05rem;
    margin-bottom: 0.05rem;
    padding: 0.02rem 0.05rem;
    font-size: 0.25rem;
  }

  .is-android .article-common .article-item-tag {
    padding: 0 0.05rem 0.02rem;
  }
}

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

.wp-pager a {
  display: block;
}

.wp-pager .arrow {
  position: absolute;
  top: 0;
}

.wp-pager .arrow a {
  border-radius: 100%;
  background: #8caac7 url("../img/common/icn_pagination.svg") top 11px right 18px/14px auto no-repeat;
}

.wp-pager .next {
  right: 0;
}

.wp-pager .next a {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.wp-pager .prev {
  left: 0;
}

@media print, (min-width: 768px) {
  .wp-pager {
    width: 303px;
    min-height: 46px;
    margin: 50px auto 0;
    padding: 0 60px;
  }

  .wp-pager .arrow a {
    width: 46px;
    height: 46px;
  }

  .wp-pager .button-back a {
    width: 45px;
  }
}

@media only screen and (max-width: 767.98px) {
  .pagination-common {
    margin: 0 -0.55rem;
    padding: 1rem 0 1.57rem;
    background: #f4f4f4;
  }

  .wp-pager {
    width: 4.21rem;
    min-height: 0.78rem;
    margin: 40px auto 80px;
    padding: 0 0.6rem;
  }

  .wp-pager .arrow a {
    width: 0.78rem;
    height: 0.78rem;
    background: #8caac7 url("../img/common/icn_pagination.svg") top 0.2rem right 0.31rem/0.23rem auto no-repeat;
  }

  .wp-pager .button-back a {
    width: 0.76rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .aside-common ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .aside-common a {
    display: block;
    color: #284f58;
    font-size: 0.35rem;
    font-weight: 600;
  }

  .aside-common .block-category {
    padding: 0.84rem 0.67rem 0.79rem;
  }

  .aside-common .block-category .aside-title {
    width: 2.02rem;
    margin: 0 auto 0.7rem;
  }

  .aside-common .category-item {
    margin-bottom: 0.14rem;
    padding-bottom: 0.13rem;
    border-bottom: 0.01rem dashed rgba(0, 0, 0, 0.4);
  }

  .aside-common .category-item a {
    position: relative;
    padding: 0.1rem 0.18rem;
  }

  .aside-common .category-item a::before {
    content: "・";
    position: absolute;
    top: 0.06rem;
    left: -0.11rem;
    font-size: 0.42rem;
  }

  .aside-common .block-archive {
    padding: 0 0.8rem 0.52rem;
  }

  .aside-common .block-archive .aside-title {
    width: 1.72rem;
    margin: 0 auto 0.51rem;
  }

  .aside-common .archive-item {
    margin-bottom: 0.3rem;
  }

  .aside-common .archive-item a.has-arrow {
    position: relative;
    padding-left: 0.35rem;
  }

  .aside-common .archive-item a.has-arrow::before {
    content: "";
    position: absolute;
    top: 0.08rem;
    left: 0.04rem;
    width: 0.23rem;
    height: 0.33rem;
    background: #284f58;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }

  .aside-common .block-book {
    padding: 0.89rem 0.98rem 0.79rem;
    background: #f4f4f4;
  }

  .aside-common .block-book .aside-title {
    width: 1.14rem;
    margin: 0 auto 0.67rem;
  }

  .aside-common .book-image {
    width: 4.5rem;
    margin: 0 auto 0.41rem;
  }

  .aside-common .book-link span {
    /*color: #ee869a;*/
    color: #8caac7;
    font-size: 0.3rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.04rem;
  }

  .aside-common .text-note {
    margin-bottom: 0;
    color: #284f58;
    font-size: 0.3rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
  }
}

.post-content {
  overflow-wrap: break-word;
  font-weight: 300;
}

.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 ul,
.post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}

.post-content ol {
  list-style: decimal;
}

.post-content ul {
  list-style: disc;
}

.post-content h2,
.post-content h3 {
  font-weight: 600;
}

.post-content h2 {
  position: relative;
  color: #284f58;
}

.post-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #284f58;
}

.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

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

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

.post-content a {
  color: inherit;
  text-decoration: underline;
}

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

.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}

.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}

.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}

.post-content .alignright {
  margin-right: 0;
}

.post-content .alignleft {
  margin-left: 0;
}

.post-content table {
  border-width: 1px;
}

.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}

.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

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

.post-content .post-register {
  display: block;
  background-color: #2db15b;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post-content a {
  /*color: #ee869a;*/
  color: #8caac7;
  font-weight: 600;
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.15rem;
    line-height: 2.0666666667;
  }

  .post-content .post-register {
    width: 526px;
    margin-top: -4px;
    margin-bottom: 65px;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.19rem;
  }

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

  .post-content img + h3 {
    margin-top: -9px;
  }

  .post-content h2 {
    margin-bottom: 16px;
    padding-left: 19px;
    font-size: 0.23rem;
  }

  .post-content h2 + img {
    margin-top: -3px;
  }

  .post-content h2::before {
    top: 4px;
    bottom: 8px;
    width: 7px;
  }

  .post-content h3 {
    margin-bottom: 12px;
    font-size: 0.18rem;
    line-height: 1.7222222222;
  }

  .post-content p {
    margin-bottom: 27px;
  }

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

  .post-content p + h2 {
    margin-top: 53px;
  }

  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }

  .post-content .post-register {
    max-width: 6.2rem;
    margin-bottom: 0.86rem;
    margin-left: 0.03rem;
    padding: 0.25rem 0.2rem 0.2rem;
    border-radius: 0.14rem;
    font-size: 0.35rem;
  }

  .is-android .post-content .post-register {
    padding-top: 0.2rem;
    padding-bottom: 0.25rem;
  }

  .post-content img {
    margin-bottom: 0.34rem;
    padding: 0 0.06rem;
  }

  .post-content img + h3 {
    margin-top: 0.03rem;
  }

  .post-content h2 {
    margin-bottom: 0.37rem;
    padding-left: 0.28rem;
    font-size: 0.4rem;
  }

  .post-content h2 + img {
    margin-top: -0.03rem;
  }

  .post-content h2::before {
    top: 0.02rem;
    bottom: 0.06rem;
    width: 0.09rem;
  }

  .is-android .post-content h2::before {
    top: 0.05rem;
  }

  .post-content h3 {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }

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

  .is-ios .post-content p {
    letter-spacing: -0.02em;
  }

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

  .post-content p + h2 {
    margin-top: 0.84rem;
  }

  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: 0.3rem;
  }
}

.block-news .article-item {
  position: relative;
  width: unset;
  margin-right: unset;
  background-color: #fff;
}

.block-news .article-item-title {
  display: -webkit-box;
  visibility: visible;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.block-news .article-item-title::before {
  left: 0;
}

.block-news .article-item-time {
  font-weight: 600;
}

.block-news .article-item-time::before {
  top: 0;
}

.block-news .article-item-image {
  width: 100%;
}

.block-news .article-item-tag {
  position: absolute;
  top: 0;
  left: 0;
}

@media print, (min-width: 768px) {
  .aside-common {
    width: 300px;
    margin-right: 25px;
  }

  .block-news {
    margin-top: 13px;
    padding: 40px 29px 0;
    background-color: #f4f4f4;
  }

  .block-news .article-list {
    margin-bottom: 0;
  }

  .block-news .aside-title {
    width: 104px;
    margin: 0 auto 40px;
  }

  .block-news .article-item {
    margin-bottom: 17px;
    padding: 23px 26px 15px;
  }

  .block-news .article-item > a {
    margin-bottom: 1px;
  }

  .block-news .article-item-title {
    padding-left: 16px;
    font-size: 0.15rem;
    line-height: 1.3333333333;
    -webkit-line-clamp: 3;
  }

  .block-news .article-item-time::before {
    width: 20px;
    height: 16px;
  }

  .block-news .article-item-image {
    height: 190px;
    margin-bottom: 10px;
  }

  .block-category {
    padding: 33px 37px 2px 30px;
    background-color: #f4f4f4;
  }

  .block-category .aside-title {
    width: 101px;
    margin: 0 auto 18px;
  }

  .block-category .category-list {
    padding-left: 0;
    list-style-type: none;
  }

  .block-category .category-item {
    border-bottom: dashed 1px #000;
  }

  .block-category .category-item a {
    display: block;
    position: relative;
    /*padding: 12px 7px 8px;*/
    padding: 12px 15px 8px 7px;
    color: #284f58;
    font-size: 0.16rem;
    font-weight: 600;
  }

  .block-category .category-item a::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #284f58;
  }

  .block-archive {
    padding: 10px 0 2px;
    background-color: #f4f4f4;
  }

  .block-archive .aside-title {
    width: 85px;
    margin: 0 auto 42px;
  }

  .block-archive .archive-list {
    padding-left: 0;
    list-style-type: none;
  }

  .block-archive .archive-item:not(:last-child) {
    margin-bottom: 16px;
  }

  .block-archive .archive-item a {
    display: block;
    padding: 0 31px;
    color: #284f58;
    font-size: 0.16rem;
  }

  .block-book {
    padding: 22px 33px 42px;
    background-color: #f4f4f4;
  }

  .block-book .aside-title {
    width: 59px;
    margin: 0 auto 22px;
  }

  .block-book .book-link {
    display: block;
  }

  .block-book .book-link .book-image {
    margin-bottom: 27px;
    padding: 0 35px;
  }

  .block-book .book-link span {
    display: block;
    margin-bottom: 19px;
    /*color: #ee869a;*/
    color: #8caac7;
    font-size: 0.15rem;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.3333333333;
    text-decoration: underline;
  }

  .block-book .text-note {
    font-size: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-report-post .aside-common .article-common {
    margin: 0 -0.55rem;
    padding: 0;
  }

  .block-news {
    padding: 0.21rem 0 0;
  }

  .block-news .article-list {
    padding: 0.4rem 0.53rem 1.08rem 0.35rem;
    background-color: #f4f4f4;
  }

  .block-news .aside-title {
    width: 2.08rem;
    margin: 0 auto 0.67rem;
  }

  .block-news .article-item {
    margin-bottom: 0.3rem;
    padding: 0.39rem 0.26rem 0.31rem;
  }

  .block-news .article-item > a {
    min-height: 1.72rem;
    margin-bottom: 0.42rem;
  }

  .block-news .article-item-title {
    padding-left: 0.16rem;
    padding-left: 2.95rem;
    font-size: 0.35rem;
    line-height: 1.2285714286;
    -webkit-line-clamp: 4;
  }

  .block-news .article-item-title::before {
    content: none;
  }

  .block-news .article-item-time {
    margin-left: 3.05rem;
  }

  .block-news .article-item-time::before {
    width: 0.42rem;
    height: 0.33rem;
  }

  .block-news .article-item-image {
    position: absolute;
    top: 0.44rem;
    left: 0.43rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.1rem;
  }

  .block-news .article-item-tag {
    top: 0.27rem;
    left: 0.29rem;
  }

  .aside-common .block-category {
    padding-top: 1.25rem;
    padding-bottom: 0.93rem;
  }

  .aside-common .block-category .aside-title {
    margin-bottom: 0.74rem;
  }

  .aside-common .category-item a {
    padding: 0.07rem 0.3rem 0.1rem;
  }

  .aside-common .category-item a::before {
    top: 0.03rem;
    left: -0.17rem;
  }

  .aside-common .block-archive {
    padding-right: 0.72rem;
    padding-bottom: 0.62rem;
    padding-left: 0.72rem;
  }

  .aside-common .block-archive .aside-title {
    margin-bottom: 0.61rem;
  }
}

.section-report-general .report-title {
  color: #284f58;
  font-weight: 300;
  text-align: center;
}

.section-report-general .report-content {
  background: #f4f4f4;
}

.section-report-general .article-common {
  margin-bottom: 0;
  padding: 0;
}

.section-report-general .article-item {
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-report-general {
    padding: 48px 0 59px;
  }

  .section-report-general .wrapper {
    width: 1284px;
  }

  .section-report-general .breadcrumb {
    margin-bottom: 14px;
  }

  .section-report-general .report-title {
    max-width: 1282px;
    margin: 0 auto 34px;
    font-size: 0.3rem;
    letter-spacing: 0.05em;
  }

  .section-report-general .report-content {
    margin-bottom: 51px;
    padding: 36px 0 43px;
  }

  .section-report-general .article-list {
    margin-bottom: -41px;
  }

  .section-report-general .article-item {
    width: 400px;
    margin-right: 40px;
    margin-bottom: 41px;
    padding: 33px 51px 36px;
  }

  .section-report-general .article-item-info {
    margin-top: 15px;
  }

  .section-report-general .article-item-image {
    width: 260px;
    height: 260px;
    margin: 0 auto 20px;
  }

  .section-report-general .article-item-title {
    padding-left: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-report-general {
    padding: 0.92rem 0 1.01rem;
  }

  .section-report-general .block-news {
    display: none;
  }

  .section-report-general .breadcrumb {
    margin-bottom: 0.37rem;
    padding: 0 0.31rem;
  }

  .section-report-general .report-title {
    margin: 0 auto 0.54rem;
    font-size: 0.44rem;
  }

  .section-report-general .report-content {
    padding: 0.52rem 0 0.43rem;
  }

  .section-report-general .article-list {
    margin-bottom: 0;
  }

  .section-report-general .article-item {
    margin-bottom: 0.29rem;
    padding: 0.65rem 0.57rem 0.51rem;
  }

  .section-report-general .article-item-info {
    margin-top: 0.24rem;
  }

  .section-report-general .article-item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0.42rem;
  }

  .section-report-general .article-item-title {
    padding-left: 0.22rem;
  }

  .section-report-general .pagination-common {
    padding-top: 0.59rem;
  }
}

.section-report-post .article-common .article-item-time {
  display: block;
}

.section-report-post .post-title {
  color: #284f58;
}

.section-report-post .article-item-description {
  display: none;
}

.section-report-post .article-item {
  width: 100%;
}

.section-report-post .article-item > a {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-report-post {
    padding: 50px 0;
  }

  .section-report-post .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 1030px;
    padding-top: 44px;
  }

  .section-report-post .report-content.article-common .article-item-tag {
    height: 27px;
    padding: 4px 30px 3px;
    font-size: 0.15rem;
  }

  .section-report-post .report-content.article-common .article-item-time {
    margin-top: 15px;
    margin-bottom: 14px;
    padding-left: 34px;
  }

  .section-report-post .report-content.article-common .article-item-time::before {
    left: 2px;
  }

  .section-report-post .report-content {
    width: 660px;
  }

  .section-report-post .report-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 28px;
    padding-top: 4px;
    padding-left: 0;
    border-top: 1px dashed #bebcbc;
    border-bottom: 1px dashed #bebcbc;
    list-style: none;
  }

  .section-report-post .report-social li {
    -ms-flex: 1;
        flex: 1;
    margin: 0 37px 2px;
    text-align: center;
  }

  .section-report-post .report-social a {
    display: block;
  }

  .section-report-post .report-social span {
    margin-top: 3px;
    height: 25px;
    width: 25px;
    background-size: 100%;
  }

  .section-report-post .report-social.custom-margin {
    margin-bottom: 73px;
  }

  .section-report-post .report-social.custom-margin li {
    margin-right: 36px;
    margin-left: 36px;
  }

  .section-report-post .post-title {
    margin-bottom: 25px;
    font-size: 0.26rem;
  }

  .section-report-post .post-content {
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-report-post {
    padding: 0.92rem 0;
  }

  .section-report-post .wrapper {
    padding-top: 0.72rem;
  }

  .section-report-post .report-content.article-common .article-item-tag {
    height: 0.55rem;
    padding: 0.04rem 0.6rem 0.03rem;
    font-size: 0.31rem;
  }

  .is-android .section-report-post .report-content.article-common .article-item-tag {
    padding-top: 0.02rem;
    padding-bottom: 0.06rem;
  }

  .section-report-post .report-content.article-common .article-item-time {
    margin-top: 0.4rem;
    margin-bottom: 0.46rem;
    padding-left: 0.78rem;
    font-size: 0.31rem;
  }

  .section-report-post .report-content.article-common .article-item-time::before {
    left: 0.03rem;
    width: 0.52rem;
    height: 0.43rem;
  }

  .is-android .section-report-post .report-content.article-common .article-item-time::before {
    top: 0;
  }

  .section-report-post .report-content {
    margin-bottom: 0.5rem;
    padding: 0 0.03rem;
  }

  .section-report-post .post-title {
    margin-bottom: 0.42rem;
    font-size: 0.48rem;
    line-height: 1.3541666667;
  }

  .section-report-post .post-content {
    margin-bottom: 0.36rem;
  }

  .section-report-post .pagination-common {
    padding-top: 0.63rem;
    padding-bottom: 0;
    background-color: unset;
  }
}
