/* main {
  margin-top: 66px;
} */

/* ------------------------------------------
  ページタイトル
------------------------------------------ */
.page_title_wrapper {
  background-image: url(../img/sub_title_img1.jpg);
  background-position: top center;
  background-size: cover;
  height: 0;
  padding-top: 26.7%;
  position: relative;
}

.sub_title_text_wrapper {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sub_title_text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.sub_title_text span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .page_title_wrapper {
    background-image: url(../img/sub_title_img1_pc.jpg);
    padding-top: 14.3%;
  }

  .sub_title_text {
    font-size: 4.2rem;
  }

  .sub_title_text span {
    font-size: 2.6rem;
  }
}

/* ------------------------------------------
  カテゴリー
------------------------------------------ */
.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.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: 17px 15px 17px 57px;
}

.category_list_item_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
}

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

.category_list_item_text span {
  display: none;
}

@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;
    line-height: 1;
    text-align: left;
  }

  .category_list_item_text_s {
    font-size: 1.2rem;
  }

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

  .category_list_item_text span {
    display: inline;
  }
}

.cv__bnr{
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .cv__bnr{
    margin-top: 50px;
  }
}

/* ------------------------------------------
  新着記事
------------------------------------------ */
.new_posts {
  margin-top: 50px;
}

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

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

.new_posts_list1 {
  margin-top: 25px;
}

.new_posts_list1_item {
  margin-top: 30px;
}

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

.new_posts_list1_item_link {
  display: block;
}

.new_posts_list1_img_wrapper {
  position: relative;
}

.new_posts_list1_item_link_inner {
  position: relative;
}

.new_posts_list1_img_label, .new_posts_list2_img_label {
  background-image: url(../img/label_new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 25px;
  left: 0;
  letter-spacing: .05em;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 70px;
}

.new_posts_list2_img_label {
  font-size: 1rem;
  height: 18px;
  line-height: 18px;
  width: 50px;
}

.new_posts_list1_label {
  align-items: center;
  display: flex;
  margin-top: 20px;;
}

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

.new_posts_list1_label_date {
  color: #888;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 10px;
}

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

.new_posts_list2 {
  margin-top: 30px;
}

.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;
  position: relative;
}

.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: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

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

@media screen and (min-width: 767px) {
  .new_posts {
    margin-top: 50px;
  }

  .new_posts_title {
    font-size: 2rem;
    padding: 18px 0 18px 32px;
  }

  .new_posts_list1 {
    margin-top: 40px;
  }

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

  .new_posts_list1_item:first-child {
    float: left;
  }

  .new_posts_list1_item:nth-child(2) {
    margin-top: 0;
  }

  .new_posts_list1_item:nth-child(n+2) {
    float: right;
  }

  .new_posts_list1_item:nth-child(n+2) .new_posts_list1_item_link_inner {
    display: flex;
  }

  .new_posts_list1_img_label {
    top: 16px;
  }

  .new_posts_list1_item:nth-child(n+2) .new_posts_list1_img {
    flex-shrink: 0;
    height: 61.8%;
    width: 54.1%;
  }

  .new_posts_list1_item:nth-child(n+2) .new_posts_list1_text_wrapper {
    margin-left: 25px;
  }

  .new_posts_list1_item:nth-child(n+2) .new_posts_list1_label {
    margin-top: 0;
  }

  .new_posts_list1_title {
    font-size: 1.8rem;
  }

  .new_posts_list1_item:first-child .new_posts_list1_title {
    font-size: 2rem;
  }

  .new_posts_list2 {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 40PX;
  }

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

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


  .new_posts_list2_item:first-child, .new_posts_list2_item:nth-child(2) {
    margin-top: 0;
  }

  .new_posts_list2_img {
    width: 37.7%;
  }

  .new_posts_list2_text_wrapper {
    margin-left: 15px;
  }

  .new_posts_list2_title {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .new_posts_list2_label_date {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
