<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.topics #main_ph .bg_fx_topics::after,
.topics_detail #main_ph .bg_fx_topics::after {
  background-image: url(/images/topics/main_bk.jpg);
  background-position: center;
}

main .body h3{
  text-align: center;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 28px;
  padding-top: 60px;
  position: relative;
  display: block;
  margin-bottom: 4em;
}

main .body h3:before{
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #6fb92c;
}
main .body dl{
  border-bottom: 1px dashed #ccc;
  display: flex;
  margin: 0 auto 3%;
  padding: 0 0 1%;
  width: 100%;
  grid-gap: .25rem 1rem;

}
.topics_detail .body dl{
  padding: 0 0 4%;
}
.topics_detail .body dl dt{
  border-bottom: 1px dashed #ccc;
  padding: 0 0 1%;
  margin: 0 0 3%;
}
main .body dl dt.date{
  width: 7rem;
  padding: 0;
  font-weight: bold;
}
.topics_detail .body dl dt.date{
  width: 10%;
}
main .body dl dt.title{
  width: calc(100% - 8rem);
  flex-grow: 1; 
}
main .body dl dt.title a,
.topics_detail .body dl dt.title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main .body dl dt.title a i,
.topics_detail .body dl dt.title i{
  border: 1px solid #6fb92c;
  font-size: 14px;
  color: #6fb92c;
  font-style: normal;
  margin: 0 10px 0 0;
  padding: 5px 5px;
}
main .body dl dt.title a p:hover{
  color: #6fb92c;
  font-weight:bold;
}
.topics_detail .body dl dd{
  width: 100%;
}
.topics_detail .body dl dd p{
  margin: 0 0 1%;
}
.topics_detail .body dl dd figure{
  display: flex;
  flex-wrap: wrap;
  gap:1%;
  margin: 3% auto;
  width: 100%;
}
.topics_detail .body dl dd figure img{
  display: block;
  margin: 0 0 2%;
  width: 48%;
  object-fit: contain;
}
.topics_detail .body dl dd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:1%;
  width: 100%;
}
.topics_detail .body dl dd ul li{
  width: 25%;
}
.topics_detail .body dl dd ul li a{
  display: block;
  text-align: center;
  padding: 0;

  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  border-radius: 5px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px #666666;
}
.paginate{
  margin: 0 0 6%;
}
@media all and (min-width: 769px) and (max-width: 1080px) {
}

@media all and (max-width: 768px){

  #main_ph .contents_wrap .main_icon_left{
    display: none;
  }

  main .bodyh3{
    padding-top: 0;
    margin-bottom: 3em;
  }
  main .body dl{
    padding: 0 0 5%;
  flex-wrap: wrap;
  }
  main .body dl dt.date{
    margin: 0;
  }
  main .body dl dt.title{
    width: 100%;
  }
  main .body dl dt.title a i,
  .topics_detail .body dl dt.title i{
    padding: 0px 0px;
    width: 30%;
    text-align: center;
  }
  main .body dl dt.title a p,
  .topics_detail .body dl dt.title p{
    width: 99%;
    margin: 1% 0 0;
    padding: 0 0 0 1%;
  }
  .topics_detail .body dl dt.date{
    border-bottom: none;
    width: 100%;
  }
  .topics_detail .body dl dd figure{
    margin: 8% auto;
  }
  .topics_detail .body dl dd figure img{
    margin: 0 0 5%;
    width: 100%;
  }
  .topics_detail .body dl dd ul li{
    width: 80%;
    margin: 0 0 5%;
  }
  .paginate{
    margin: 12% 0 6%;
  }
}</pre></body></html>