@charset "UTF-8";

/**======================================
	topics
======================================**/

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

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

/* topics_box */

#topics_box .part {
  margin-bottom: 60px;
}

.topics_box .list_cont {
  margin-bottom: 2em;
}

.topics_box .list_cont a {
  text-decoration: none;
}

.topics_box .list_cont a:hover {
  color: inherit;
}

.topics_box .list_cont a .topics_pic {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

.topics_box .list_cont a .topics_pic p.object_fit {
  margin-bottom: 0;
}

.topics_box .list_cont a img {
  transition: 0.5s;
}

.topics_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

.topics_box .list_cont p.topics_date time {
  margin-bottom: 5px;
  font-weight: 500;
  font-style: italic;
  color: var(--text_color);
  font-size: 1.4rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 599px) {
  .topics_box .list_cont {
    margin-bottom: 0.5em;
  }

  .topics_box .list_cont .topics_cont {
    display: flex;
    justify-content: space-between;
  }

  .topics_box .list_cont .topics_cont .topics_pic {
    flex-basis: 40%;
    max-width: 40%;
  }

  .topics_box .list_cont .topics_cont .topics_caption {
    flex-basis: 58%;
    max-width: 58%;
  }

  .topics_box .list_cont .topics_title {
    line-height: 1.4em;
  }
}

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

#single_topics_box > .heading02 {
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--text_color);
}
