/* TOPページ追記css 20230515*/
#topics ul li .inview_wrapper {
  display: flex;
  align-items: center;
  width: calc(100% - 115px);
  pointer-events: none;
}
#topics ul li p.inview_text {
  width: auto;
  flex-shrink: 0;
  pointer-events: none;
}
#topics ul li p.inview_text_note {
  width: auto;
  margin: 0 2em;
  pointer-events: none;
}
#topics li.style_change a:hover {
  transform: translate(0);
  box-shadow: 7px 7px 0 #dde7ea;
  text-decoration: none;
  cursor: initial;
  pointer-events: none;
}
section#topics li.style_change a:hover img {
  width: 60px;
  height: 60px;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  #topics ul li .inview_wrapper {
    display: block;
  }
  #topics ul li p.inview_text_note {
    width: auto;
    margin: 0 1em 0 0;
  }
}
/* TOPページ追記css 20231017*/
section#topics .inview_block {
  text-align: left;
}
section#topics .inview_block p {
  width: auto;
}
section#topics a.inview_link:hover {
  text-decoration: none;
}
section#topics a:hover:link .inview_block p.inview_title {
	text-decoration: underline #2463B0;
}
section#topics a:hover:visited .inview_block p.inview_title {
	text-decoration: underline #551A8B;
}