/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  background-image: url(../img/company/company_mv_back.jpg);
}

.sub_page_title_wrapper {
  background-image: url(../img/sub/sub_mv_title_back.png);
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background-image: url(../img/company/company_mv_back_sp.jpg);
  }
}

/* ------------------------------------------
  news_main
  ------------------------------------------ */
.news_wrapper {
  width: 985px;
  margin: 0 auto;
  line-height: 1;
}

.news_main_wrapper {
  margin-top: 125px;
  display: flex;
  justify-content: space-between;
}

.news_main_list_wrapper {
  width: calc((100% - 75px) * 0.75);
}

.news_main_category {
  width: calc((100% - 75px) * 0.25);
}

.news_title {
  width: 250px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 2px solid #2F3A3C;
  padding-bottom: 15px;
  padding-left: 20px;
}

.news_main_list {
  margin-top: 45px;
}

.news_main_list_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news_main_list_date_wrapper {
  width: 40%;
  border-bottom: 0.5px solid #707070;
  padding: 35px 0 10px 20px;
  display: flex;
  align-items: center;
}

.news_main_list_date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
  width: 50%;
}

.news_main_list_label {
  font-size: 1.2rem;
  color: #FF9F1C;
  border: 1px solid #FF9F1C;
  border-radius: 2px;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  width: 50%;
}

.news_main_list_date_title {
  width: 60%;
  border-bottom: 0.5px solid #707070;
  padding: 35px 25px 10px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .news_wrapper {
    width: auto;
  }

  .news_main_wrapper {
    margin: 60px 17px 0 17px;
    flex-direction: column;
  }

  .news_main_list_wrapper {
    width: 100% ;
  }

  .news_main_category {
    width: 100% ;
  }

  .news_title {
    width: 200px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .news_main_list {
    margin-top: 0;
    flex-direction: column;
  }

  .news_main_list_date_wrapper {
    width: 100%;
    border-bottom: none;
    padding: 25px 0 0 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .news_main_list_date {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1em;
    display: inline-block;
    width: auto;
  }

  .news_main_list_label {
    font-size: 1.1rem;
    padding: 3px 10px;
    display: inline-block;
    width: auto;
    margin-left: 5px;
  }

  .news_main_list_date_title {
    width: 100%;
    padding: 10px 25px 10px 10px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

/* ------------------------------------------
  news_main_category
  ------------------------------------------ */
.news_main_category_title {
  background-color: #FF951A;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 15px 0 15px 20px;
}

.news_main_category_list {
  padding: 0 20px 15px 20px;
  border: 1px solid #C2C2C2;
  border-top: none;
}

.news_main_category_list_item {
  font-size: 1.2rem;
  letter-spacing: .1em;
  padding: 15px 0 5px 5px;
  border-bottom: 0.5px solid #C2C2C2;
  background-image: url(../img/news/news_main_category_list_item_arrow.png);
  background-position: right 5px bottom 7px;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}

/* ------------------------------------------
  examples_pagenation
  ------------------------------------------ */
.examples_pagination {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 340px;
    margin: 40px auto;
}

.examples_pagination_item {
  font-family: 'Open Sans';
  font-size: 2rem;
  line-height: 50px;
  font-weight: bold;
}

.examples_pagination_item.this {
  text-decoration: overline;
  color: #FF9F1C;
}

.examples_pagination .next::after {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_next.png);
  background-position: right;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.examples_pagination .prev::before {
  content: "";
  display: inline;
  width: 11px;
  height: 20px;
  background-image: url(../img/examples/example_pagenation_arrow_prev.png);
  background-position: left;
  background-size: 11px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .examples_pagination {
    width: 200px;
    margin: 20px auto;
  }

  .examples_pagination_item {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .examples_pagination .next::after {
    background-size: 8.8px 16px;
    padding-right: 20px;
  }

  .examples_pagination .prev::before {
    background-size: 8.8px 16px;
    padding-left: 20px;
  }
}
