/* ------------------------------------------
  ページタイトル
------------------------------------------ */
.page_title_wrapper {
  background-color: #fcf4ec;
  padding-left: 12px;
  position: relative;
}

.page_title {
  background-image: url(../img/category_icon1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 27px 38px;
  padding: 30px 0 30px 45px;
}

.page_title_s {
  color: #888;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.page_title_b {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 8px;
}

.new_posts_list2 {
  border-bottom: 1px solid #dedede;
  margin-top: 30px;
  padding-bottom: 25px;
}

.new_posts_list2_item {
  margin-top: 16px;
}

.new_posts_list2_item:first-child {
  margin-top: 0;
}

.new_posts_list2_item_link {
  display: block;
}

.new_posts_list2_item_link_inner {
  align-items: flex-start;
  display: flex;
}

.new_posts_list2_img {
  flex-shrink: 0;
  height: 61.5%;
  width: 38.8%;
}

.new_posts_list2_text_wrapper {
  margin-left: 15px;
}

.new_posts_list2_label_cat {
  background-color: #eee;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: .1em;
  padding: 4px 6px;
}

.new_posts_list2_label_date {
  color: #888;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 10px;
}

.new_posts_list2_title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}

.pager {
  margin-top: 20px;
}

.pager ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pager ul li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  width: 36px;
}

.pager .current {
  background-color: #eb5505;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
}

.pager .prev {
  background-image: url(../img/pager_arrow_prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  margin-right: auto;
  width: 10px;
}

.pager .next {
  background-image: url(../img/pager_arrow_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  margin-left: auto;
  width: 10px;
}

@media screen and (min-width: 767px) {
  .page_title_wrapper {
    padding-left: 0;
  }

  .page_title {
    background-image: url(../img/category_icon1.png);
    background-size: 47px 66px;
    display: table;
    margin: 0 auto;
    padding: 67px 0 67px 65px;
    text-align: left;
  }

  .page_title_s {
    font-size: 1.6rem;
  }

  .page_title_b {
    font-size: 5rem;
  }

  .new_posts_list2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    padding-bottom: 55px;
  }

  .new_posts_list2_item {
    margin-top: 25px;
    width: calc((100% - 40px) / 2);
  }

  .new_posts_list2_item:nth-child(2n) {
    margin-left: 40px;
    margin-top: 0;
  }

  .new_posts_list2_item:first-child {
    margin-top: 0;
  }

  .new_posts_list2_item:nth-child(n+3) {
    margin-top: 25px;
  }

  .new_posts_list2_img {
    width: 37.7%;
  }

  .new_posts_list2_text_wrapper {
    margin-left: 15px;
  }

  .new_posts_list2_title {
    font-size: 1.6rem;
  }

  .pager {
    margin-top: 20px;
  }

  .pager ul {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .pager ul li {
    font-size: 1.6rem;
    line-height: 44px;
    width: 44px;
  }

  .pager .current {
    font-size: 1.6rem;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}

/* ------------------------------------------
  カテゴリー
------------------------------------------ */
.category {
  margin: 50px auto 0;
}

.category_title {
  background-color: #fcf4ec;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 16px 0 16px 32px;
  position: relative;
}

.category_title::before {
  background-color: #eb5505;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.category_list_item {
  border: 2px solid #fcf4ec;
  width: 50%;
}

.category_list_item:nth-child(2n) {
  border-left: none;
}

.category_list_item:nth-child(n+3) {
  border-top: none;
}

.category_list_item_link {
  display: block;
  height: 100%;
}

.category_list_item_link.kakei {
  background-image: url(../img/category_icon1.png);
  background-position: left 24px center;
  background-repeat: no-repeat;
  background-size: 17px 24px;
}

.category_list_item_link.homeloan {
  background-image: url(../img/category_icon2.png);
  background-position: left 19px center;
  background-repeat: no-repeat;
  background-size: 27px 25px;
}

.category_list_item_link.hoken {
  background-image: url(../img/category_icon3.png);
  background-position: left 21px center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.category_list_item_link.shisan {
  background-image: url(../img/category_icon4.png);
  background-position: left 21px center;
  background-repeat: no-repeat;
  background-size: 20px 21px;
}

.category_list_item_text_wrapper {
  background-image: url(../img/category_arrow.png);
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px 15px 20px 57px;
}

.category_list_item_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.category_list_item_text_s {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 6px;
}

.category_list_item_text2 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 10px;
}



@media screen and (min-width: 767px) {
  .category_title {
    font-size: 2rem;
    padding: 18px 0 18px 32px;
  }

  .category_list {
    flex-wrap: no-wrap;
    margin-top: 40px;
  }

  .category_list_item {
    border: 2px solid #fcf4ec;
    margin-left: 20px;
    width: calc((100% - 60px) / 4);
  }

  .category_list_item:first-child {
    margin-left: 0;
  }

  .category_list_item:nth-child(2n) {
    border-left: 2px solid #fcf4ec;
  }

  .category_list_item:nth-child(n+3) {
    border-top: 2px solid #fcf4ec;
  }

  .category_list_item_text_wrapper.shisan {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }

  .category_list_item_text {
    font-size: 1.6rem;
  }

  .category_list_item_text_s {
    font-size: 1.2rem;
  }

  .category_list_item_text2 {
    font-size: 1.6rem;
    margin-top: 0;
    text-indent: .5em;
  }
}
