@charset "UTF-8";

/**======================================
	video
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/

.news_category {
  position: absolute;
  top: 2px;
  left: 115px;
  padding: 2px 10px 3px;
  background-color: var(--text_color);
  color: var(--background_color);
  font-size: 0.8em;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .news_category {
    position: absolute;
    top: 1px;
    left: 155px;
    padding: 4px 10px;
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1025px) {
  .news_category {
    padding: 4px 10px 5px;
    top: 3px;
    left: 190px;
  }
}

/*--------------------------------------
	single
---------------------------------------*/

#single_news_box > .heading02 {
  margin-bottom: 0.8em;
}
