@charset "utf-8";
/* CSS Document */
/*===================================
  
  新着情報CSS（topic）

===================================*/
body {
  background: none;
}

/*=========================

  ポップアップ

==========================*/
.topic-pop #contents {
  text-align: left;
  width: 88%;
  margin: auto;
  padding: 30px 0 50px;
}
.topic-pop strong {
  font-weight: bold;
}
.topic-pop em {
  font-style: italic;
}
.topic-pop u {
  text-decoration: underline;
}
.topic-pop .topic-pop_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  padding: 8px 15px;
  background: #01BFF2;
  margin-bottom: 5px;
}
.topic-pop .topic-pop_date {
  text-align: right;
  color: #01BFF2;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}
.topic-pop .topic-pop_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topic-pop .topic-pop_flex .left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px 0;
}
.topic-pop .topic-pop_flex .left img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.topic-pop .topic-pop_flex .left img:hover {
  opacity: 0.8;
}
.topic-pop .topic-pop_flex .right {
  width: 60%;
}
.topic-pop .topic-pop_flex .right p {
  font-size: 14px;
  margin-bottom: 15px;
}
.topic-pop .topic-pop_text {
  padding: 0 15px;
}
.topic-pop .topic-pop_text p {
  font-size: 14px;
  margin-bottom: 15px;
}
.topic-pop #footer .topic_pop_close {
  text-align: center;
  margin-top: 60px;
}
.topic-pop #footer .topic_pop_close a {
  position: relative;
  padding: 0 1.5em;
  line-height: 1;
  color: #333333 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.topic-pop #footer .topic_pop_close a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #a9a9a9;
}
.topic-pop #footer .topic_pop_close a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #a9a9a9;
}
.topic-pop #Footer {
  background: none;
}

#Topics dl {
  padding-right: 5px;
}

#Topics #contents {
  width: 100%;
}