.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

.corp_news_text {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .corp_news_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.corp_news_select {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .corp_news_select {
    width: 270px;
  }
}

.corp_news_select:hover {
  cursor: pointer;
}

.corp_news_select::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 7px;
  background-image: url(../img/news/select-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  pointer-events: none;
}

.corp_news_select select {
  position: relative;
  border: 1px solid #0074c1;
  background-color: #fff;
  color: #222;
  border-radius: 50px;
  padding: 20px 40px;
  width: 400px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .corp_news_select select {
    width: 270px;
    padding: 17px 30px;
  }
}

.corp_news_select select:hover {
  cursor: pointer;
}

.corp_news_select select::-ms-expand {
  display: none;
}

.corp_news_select select option {
  padding: 10px 10px;
}

.corp_news_contents {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .corp_news_contents {
    margin-top: 40px;
  }
}

.corp_news_contents_list_item {
  border-top: 1px solid #ddd;
}

.corp_news_contents_list_item:last-child {
  border-bottom: 1px solid #ddd;
}

.corp_news_contents_list_item_link {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.corp_news_contents_list_item_link::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  color: #0074c1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0074c1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../img/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: center;
  background-color: #0074c1;
  -webkit-transition: right .2s;
  transition: right .2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .corp_news_contents_list_item_link::after {
    right: 10px;
  }
}

.corp_news_contents_list_item_link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.corp_news_contents_list_item_link:hover::after {
  right: 13px;
}

.corp_news_contents_list_item_time {
  font-size: 14px;
  font-size: 0.875rem;
  width: 115px;
}

.corp_news_contents_list_item_cate01 {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #0074c1;
  padding: 2px 20px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  height: 23px;
  width: 125px;
  margin-right: 20px;
  margin-top: 1px;
}

.corp_news_contents_list_item_cate02 {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #f0f5f9;
  border: 1px solid #0074c1;
  padding: 2px 5px;
  color: #0074c1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  height: 23px;
  width: 125px;
  margin-right: 20px;
  margin-top: 1px;
}

.corp_news_contents_list_item_text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222;
  width: calc(100% - 265px);
}

.corp_news_contents_list_item_text .m-ico-extension {
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .corp_news_contents_list_item_text .m-ico-extension {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .corp_news_contents_list_item_text {
    width: 100%;
    margin-top: 9px;
  }
}
/*# sourceMappingURL=corp_news.css.map */