@charset "UTF-8";
.topic_cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topic_cat_list {
    margin-bottom: 20px;
    gap: 10px;
  }
}

.topic_cat_item {
  width: calc(20% - 16px);
}
@media screen and (max-width: 767px) {
  .topic_cat_item {
    width: calc(50% - 5px);
  }
}
.topic_cat_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  border: solid 3px #B52B2B;
  color: #B52B2B;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}
.topic_cat_item a.show {
  background: #B52B2B;
  color: #fff;
}

/*----------------------------------------------------
	買取実績
----------------------------------------------------*/
.result_detail .photo {
  text-align: center;
  margin-bottom: 20px;
}
.result_detail .result_detail__title {
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 3px #B52B2B1a;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .result_detail .result_detail__title {
    font-size: 2.4rem;
  }
}
.result_detail .result_detail__title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10%;
  height: 3px;
  background: #B52B2B;
}
.result_detail .result_data {
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .result_detail .result_data {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.result_detail .result_data .wrap {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .result_detail .result_data .wrap {
    width: 100%;
  }
}
.result_detail .result_data .wrap dt, .result_detail .result_data .wrap dd {
  padding: 5px 10px;
}
.result_detail .result_data .wrap dt {
  background: #B52B2B;
  color: #fff;
  width: 30%;
  text-align: center;
  font-weight: 700;
}
.result_detail .result_data .wrap dd {
  background: #f7f7f7;
  width: 80%;
}

/*----------------------------------------------------
	投稿記事の内容
----------------------------------------------------*/
.post_detail .post_detail__photo {
  text-align: center;
  margin-bottom: 30px;
}
.post_detail .post_detail__date {
  margin-bottom: 5px;
  color: #b9b9b9;
}
.post_detail .post_detail__title {
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post_detail .post_detail__title {
    font-size: 2.4rem;
  }
}
.post_detail .post_detail__contents #ez-toc-container {
  width: 100%;
  background: #B52B2B0D;
  border-radius: 6px;
  box-shadow: none;
  padding: 20px;
}
.post_detail .post_detail__contents #ez-toc-container .ez-toc-title {
  color: #B52B2B;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.post_detail .post_detail__contents #ez-toc-container a {
  color: #333 !important;
  font-size: 1.4rem;
}
.post_detail .post_detail__contents h2, .post_detail .post_detail__contents h3, .post_detail .post_detail__contents h4 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
.post_detail .post_detail__contents p a {
  text-decoration: underline;
  color: #B52B2B;
}
.post_detail .post_detail__contents .btns a {
  text-decoration: none;
}
.post_detail .post_detail__contents h2 {
  padding-bottom: 10px;
  font-size: 2.6rem;
  border-bottom: solid 3px #f7f7f7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post_detail .post_detail__contents h2 {
    font-size: 2.2rem;
  }
}
.post_detail .post_detail__contents h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #B52B2B;
}
.post_detail .post_detail__contents h3 {
  border-left: 5px solid #B52B2B;
  padding: 5px 10px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post_detail .post_detail__contents h3 {
    font-size: 1.8rem;
  }
}
.post_detail .post_detail__contents h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .post_detail .post_detail__contents h4 {
    font-size: 1.6rem;
  }
}
.post_detail .post_detail__contents h4::before {
  content: "\f14a";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  color: #B52B2B;
  margin-right: 0.5rem;
}
.post_detail .post_detail__contents p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post_detail .post_detail__contents p {
    margin-bottom: 20px;
  }
}
.post_detail .post_detail__contents img {
  display: block;
  margin: 0 auto 20px;
}
.post_detail .post_detail__contents .btns {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .post_detail .post_detail__contents .btns {
    margin-bottom: 20px;
  }
}
.post_detail .post_detail__contents .btns p {
  margin-bottom: 0;
}
.post_detail .post_detail__contents .satei_bnr {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .post_detail .post_detail__contents .satei_bnr {
    margin-bottom: 20px;
  }
}
.post_detail .post_detail__contents .satei_bnr img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post_detail .post_nav {
    flex-wrap: wrap;
  }
}
.post_detail .post_nav .post_nav__next, .post_detail .post_nav .post_nav__prev, .post_detail .post_nav .post_nav__archive {
  font-weight: bold;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .post_detail .post_nav .post_nav__next, .post_detail .post_nav .post_nav__prev, .post_detail .post_nav .post_nav__archive {
    padding: 15px 20px;
  }
}
.post_detail .post_nav .post_nav__next, .post_detail .post_nav .post_nav__prev {
  background: #B52B2B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post_detail .post_nav .post_nav__next, .post_detail .post_nav .post_nav__prev {
    width: calc(50% - 8px);
  }
}
.post_detail .post_nav .post_nav__next.none, .post_detail .post_nav .post_nav__prev.none {
  opacity: 0;
}
.post_detail .post_nav .post_nav__next::before {
  content: "\f0a8";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  margin-right: 1rem;
}
.post_detail .post_nav .post_nav__prev::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  margin-left: 1rem;
}
.post_detail .post_nav .post_nav__archive {
  border: solid 3px #B52B2B;
  color: #B52B2B;
}
@media screen and (max-width: 767px) {
  .post_detail .post_nav .post_nav__archive {
    order: 3;
    width: 100%;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.pagenation li a, .pagenation li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #B52B2B;
  color: #B52B2B;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1;
}
.pagenation li a:hover {
  background: #B52B2B;
  color: #fff;
  opacity: 1;
}
.pagenation li span {
  background: #B52B2B;
  color: #fff;
}
.pagenation li.none span {
  background: #eee;
  border: none;
}