/* ------------------------------------------
  ページタイトル
------------------------------------------ */
.page_title_wrapper {
  margin-top: 34px;
}

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

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

.page_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 18px;
}

.page_contents_container {
  margin-top: 18px;
}

.page_contents_lead_text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 18px;
}

.page_contents_outline_box {
  margin-top: 50px;
}

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

  .page_title_label_cat {
    border-radius: 0;
    display: inline-block;
    font-size: 1.5rem;
    padding: 8px 14px;
  }

  .page_title_label_date {
    font-size: 1.5rem;
    margin-left: 12px;
  }

  .page_title {
    font-size: 2.8rem;
    margin-top: 20px;
  }

  .page_contents_container {
    margin-top: 20px;
  }

  .page_contents_lead_text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 20px;
  }

  .page_contents_outline_box {
    margin-top: 50px;
  }
}

/* ------------------------------------------
  目次
------------------------------------------ */
.page_contents_outline_box {
  background-color: #f7f7f7;
  margin-top: 42px;
  padding: 18px 15px;
}

.page_contents_outline {
  background-image: url(../img/outline_icon.png);
  background-position: left 7px top;
  background-repeat: no-repeat;
  background-size: 23px 19px;
  border-bottom: 1px solid #dedede;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 19px;
  padding: 0 0 11px 42px;
}

.page_contents_outline_heading {
  background-image: url(../img/outline_heading_icon.png);
  background-position: left 7px center;
  background-repeat: no-repeat;
  background-size: 8px 4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2px;
  margin-top: 23px;
  padding-left: 23px;
}

.page_contents_outline_heading_list + .page_contents_outline_heading {
  margin-top: 16px;
}

.page_contents_outline_heading_list_item {
  background-image: url(../img/outline_heading_icon.png);
  background-position: left 28px center;
  background-repeat: no-repeat;
  background-size: 8px 4px;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 44px;
}

.page_contents_outline_heading_list_item_small {
  background-image: url(../img/outline_heading_icon.png);
  background-position: left 44px center;
  background-repeat: no-repeat;
  background-size: 8px 4px;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 64px;
}

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

  .page_contents_outline {
    font-size: 1.8rem;
  }

  .page_contents_outline_heading {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-left: 23px;
  }

  .page_contents_outline_heading_list + .page_contents_outline_heading {
    margin-top: 17px;
  }
}

/* ------------------------------------------
  page_content
------------------------------------------ */
.page_content {
  margin-top: 45px;
}

.page_content h2 a, .page_content h3 a, .page_content h4 a, .page_content p a, .page_content ol a, .page_content ul a, .page_content table a {
  color: #0af;
  text-decoration: underline;
}

.page_content h2 a:hover, .page_content h3 a:hover, .page_content h4 a:hover, .page_content p a:hover, .page_content ol a:hover, .page_content ul a:hover, .page_content table a:hover {
  text-decoration: none;
}

.page_content h2 {
  border-bottom: 1px solid #dedede;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 45px;
  padding-bottom: 10px;
  position: relative;
}

.page_content h2::after {
  border-bottom: 1px solid #da5f29;
  bottom: -1px;
  content: '';
  font-size: 2.4rem;
  font-weight: bold;
  left: 0;
  line-height: 1.4;
  padding-bottom: 10px;
  position: absolute;
  width: 30px;
}

.page_content + .page_content h2 {
  margin-top: 0;
}

.page_content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 45px;
  padding-left: 12px;
  position: relative;
}

.page_content h3::before {
  background-color: #dedede;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.page_content h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 45px;
}

.page_content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 40px;
}

.page_content ol {
  list-style-type: decimal;
  margin-left: 17px;
  margin-top: 40px;
}

.page_content ol li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 8px;
  padding-left: 5px;
}

.page_content strong {
  background: linear-gradient(transparent 60%, #fef2e8 50%);
  color: #eb5505;
  font-weight: bold;
  padding: 0 2px;
}

.page_content ul {
  list-style-type: disc;
  margin-left: 17px;
  margin-top: 40px;
}

.page_content ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 8px;
  padding-left: 5px;
}

.page_content ul li::marker {
  color: #eb5505;
}

.page_content table {
  margin-top: 40px;
  width: 100%;
}

.page_content table tr {
  border-top: 1px solid #dedede;
}

.page_content table tr:last-child {
  border-bottom: 1px solid #dedede;
}

.page_content table th {
  background-color: #f6f6f6;
  border-left: 1px solid #dedede;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.7;
  padding: 11px 8px;
}

.page_content table th:nth-child(2) {
  border-right: 1px solid #dedede;
}

.page_content table td {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.7;
  padding: 11px 8px;
}

.columns_container.is-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.columns_container .col_text {
  margin-top: 40px;
}

.columns_container .col_text *:first-child {
  margin-top: 0;
}

.columns_container .col_image {
  margin-top: 48px;
}

.columns_container .col_image figcaption {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}

.bubble_item {
  display: flex;
  margin-top: 30px;
}

.bubble_item + .bubble_item {
  margin-top: 30px;
}

.bubble_img_right {
  flex-direction: row-reverse;
}

.bubble_img_wrapper {
  flex-shrink: 0;
  width: 80px;
}

.bubble_img1 {
  border: 2px solid #cdcdcd;
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
}

.bubble_img2 {
  border: 2px solid #eb5505;
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
}

.bubble_img_name {
  color: #333;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 5px;
  text-align: center;
}

.bubble_text_wrapper {
  border-radius: 18px;
  padding: 17px 28px;
}

.bubble_img_left .bubble_text_wrapper {
  margin-left: 27px;
  position: relative;
  width: calc(100% - 107px);
}

.bubble_img_right .bubble_text_wrapper {
  margin-right: 27px;
  position: relative;
  width: calc(100% - 107px);
}

.bubble_img_left .bubble_text_wrapper:before {
  background-image: url(../img/bubble_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  left: -23px;
  position: absolute;
  top: 30px;
  width: 23px;
  z-index: 2;
}

.bubble_img_left .bubble_text_wrapper2:before {
  background-image: url(../img/bubble_arrow4.png);
}

.bubble_img_right .bubble_text_wrapper:before {
  background-image: url(../img/bubble_arrow2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  position: absolute;
  right: -23px;
  top: 30px;
  width: 23px;
  z-index: 2;
}

.bubble_img_right .bubble_text_wrapper1:before {
  background-image: url(../img/bubble_arrow3.png);
}

.bubble_text_wrapper1 {
  background-color: #f7f7f7;
  border: 1px solid #cdcdcd;
}

.bubble_text_wrapper2 {
  background-color: #fef2e8;
  border: 1px solid #ffaa86;
}

.bubble_text_wrapper p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 0;
}

.bubble_text_wrapper p + p {
  margin-top: 15px;
}

.bubble_text_wrapper strong {
  background: linear-gradient(transparent 70%, #fdd814 70%);
  color: inherit;
  font-weight: normal;
}

.link_btn {
  margin-top: 45px;
}

.link_btn a {
  background-color: #eb5505;
  border-radius: 45px;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, .08);
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 55px;
  text-align: center;
}

.cv__bnr{
  margin-top: 40px;
}

.component7_link {
  align-items: center;
  background-color: #eb5505;
  background-image: url(../img/column/application_link_arrow.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  margin: 30px auto;
  width: 300px;
}

.component7_link_inner {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
}

.iframe_wrapper {
  margin: 50px 0;
}

.iframe_content {
  padding-top: 56.25%;
  position: relative;
}

.iframe_content iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframe_wrapper p {
  margin-top: 10px;
}

.cp_bnr_img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

  .page_content table th {
    font-size: 1.4rem;
  }

  .page_content table td {
    font-size: 1.4rem;
    padding: 11px 16px;
  }

  .columns_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }

  .columns_container.is-reverse {
    flex-direction: row-reverse;
  }

  .columns_container .col_text {
    flex-shrink: 0;
    margin-top: 0;
    width: 50%;
  }

  .columns_container .col_image {
    margin-top: 0;
    width: 47.3%;
  }

  .columns_container .col_image:nth-child(n+3) {
    margin-top: 40px;
  }

  .columns_container.is-single .col_image {
    width: auto;
  }

  .columns_container.is-single .col_image:nth-child(n+2) {
    margin-top: 40px;
  }

  .bubble_item + .bubble_item {
    margin-top: 30px;
  }

  .bubble_img_right {
    flex-direction: row-reverse;
  }

  .bubble_img_wrapper {
    width: 100px;
  }

  .bubble_img1 {
    height: 100px;
  }
  .bubble_img2 {
    height: 100px;
  }

  .bubble_img_name {
    margin-top: 6px;
  }

  .bubble_text_wrapper {
    border-radius: 18px;
    padding: 15px 20px;
  }

  .bubble_img_left .bubble_text_wrapper {
    margin-left: 35px;
    width: calc(100% - 135px);
  }

  .bubble_img_right .bubble_text_wrapper {
    margin-right: 35px;
    width: calc(100% - 135px);
  }

  .bubble_img_left .bubble_text_wrapper:before {
    height: 13px;
    left: -29px;
    top: 35px;
    width: 29px;
  }

  .bubble_img_left .bubble_text_wrapper1:before {
    height: 13px;
    left: -29px;
    top: 35px;
    width: 29px;
  }

  .bubble_img_right .bubble_text_wrapper:before {
    height: 13px;
    right: -29px;
    top: 35px;
    width: 29px;
  }

  .bubble_img_right .bubble_text_wrapper2:before {
    height: 13px;
    right: -29px;
    top: 35px;
    width: 29px;
  }

  .bubble_text_wrapper p {
    line-height: 1.5;
  }

  .bubble_text_wrapper p + p {
    margin-top: 25px;
  }

  .link_btn {
    margin-top: 40px;
  }

  .link_btn a {
    margin: 0 auto;
    width: 320px;
  }

  .component7_link_wrapper.cv {
    display: flex;
    justify-content: center;
  }

  .component7_link {
    align-items: center;
    background-color: #eb5505;
    background-image: url(../img/column/application_link_arrow.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 44px 44px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    height: 85px;
    justify-content: center;
    margin: 50px auto;
    width: 410px;
  }

  .component7_link_inner {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------
  bottom_content
------------------------------------------ */
.bottom_left_content {
  margin-top: 40px;
}

.author_info {
  border: 2px solid #f7f7f7;
  padding: 24px 16px;
}

.author_info.type2 {
  align-items: center;
  display: flex;
}

.author_info_title {
  color: #888;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.author_name_wrapper {
  align-items: center;
  display: flex;
}

.author_name_img_wrapper {
  flex-shrink: 0;
}

.author_name_img {
  border-radius: 50%;
  height: 77px;
  width: 77px;
}

.author_name_text_s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.author_name_text_b {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.author_name_text_profile {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-top: 20px;
}

.related_article_link {
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  display: flex;
  margin-top: 48px;
  padding: 24px 0;
}

.related_article_link + .related_article_link {
  border-top: none;
  margin: 0;
}

.related_article_link_img_wrapper {
  flex-shrink: 0;
}

.related_article_link_img {
  width: 140px;
}

.related_article_link_text_wrapper {
  margin-left: 20px;
}

.related_article_link_text {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5;
}

.related_article_link_text_link {
  background-image: url(../img/related_article_link_text_link_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4px 7px;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .05em;
  margin-top: 12px;
  padding-right: 16px;
}

.bottom_right_content {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 48px;
}

.guidance_wrapper {
  background-color: #eb5505;
  color: #fff;
  padding: 28px 20px;
}

.guidance_wrapper + .guidance_wrapper {
  margin-top: 40px;
}

.guidance_link {
  color: #fff;
  display: block;
}

.guidance_link + .guidance_link {
  margin-top: 40px;
}

.guidance_title {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

.guidance_profile {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-top: 15px;
}

.guidance_img_wrapper {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .bottom_content {
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
  }

  .bottom_left_content {
    margin-top: 46px;
    width: 50%;
  }

  .bottom_left_content.no_bottom_right_content {
    margin-left: auto;
    margin-right: auto;
  }

  .author_info {
    padding: 24px 19px;
  }

  .author_info_title {
    font-size: 1.8rem;
  }

  .author_name_text_b {
    font-size: 2rem;
  }

  .bottom_right_content {
    width: 47.3%;;
  }

  .related_article_link {
    padding: 31px 0;
  }

  .related_article_link_text_wrapper {
    margin-left: 20px;
  }

  .related_article_link_text {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .bottom_right_content {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ------------------------------------------
  sns
------------------------------------------ */
.sns_container_pc {
  display: none;
}

.sns_container_sp {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.sns_link {
  margin-left: 24px;
}

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

.sns_link_img {
  width: 50px;
}

@media screen and (min-width: 767px) {
  .sns_container_sp {
    display: none;
  }

  .sns_container_pc {
    display: flex;
    justify-content: center;
    margin-top: 74px;
  }
}

/* ------------------------------------------
  カテゴリー
------------------------------------------ */
.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;
  }
}

/* ------------------------------------------
  関連記事
------------------------------------------ */
.related_articles {
  margin: 50px auto 0;
}

.new_posts_list1 {
  margin-top: 25px;
}

.new_posts_list1_item {
  margin-top: 16px;
}

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

.new_posts_list1_item_link {
  display: block;
}

.new_posts_list1_item_link_inner {
  align-items: flex-start;
  display: flex;
  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: 1rem;
  font-weight: bold;
  height: 18px;
  left: 0;
  letter-spacing: .05em;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 50px;
}

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

.new_posts_list1_text_wrapper {
  margin-left: 15px;
}

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

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

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

.new_posts_list2 {
  margin-top: 16px;
}

.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_list1 {
    margin-top: 40px;
    overflow: hidden;
  }

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

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

  .new_posts_list1_item:first-child .new_posts_list1_item_link_inner {
    display: block;
  }

  .new_posts_list1_item:first-child .new_posts_list1_img {
    width: 100%;
  }

  .new_posts_list1_item:first-child .new_posts_list1_text_wrapper {
    margin-left: 0;
    margin-top: 16px;
  }

  .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 {
    font-size: 1.5rem;
    height: 25px;
    line-height: 25px;
    position: absolute;
    width: 70px;
  }

  .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_label {
    align-items: center;
    display: flex;
  }

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

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

  .new_posts_list1_title {
    font-size: 1.8rem;
    margin-top: 15px;
  }

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

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

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

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


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

  .new_posts_list2_img {
    width: 37.7%;
  }

  .new_posts_list2_text_wrapper {
    margin-left: 15px;
  }

  .new_posts_list2_label {
    align-items: center;
    display: flex;
  }

  .new_posts_list2_label_date {
    margin: 0 0 0 10px;
  }

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