<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visible-flex-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-flex-xs {
    display: flex !important;
  }
}
.breadcrumb-box {
  padding-top: 1.5rem;
  padding-bottom: 1.8rem;
}
.list-box-search {
  display: flex;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 3px 3px;
  padding: 0 2px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.list-box-search .q-input {
  border: none;
  font-size: 14px;
  padding: 6px 10px 4px;
  width: 100%;
}
.list-box-search input[type="text"]::-webkit-input-placeholder {
  /* placeholderé¢œè‰²  */
  color: #999;
  /* placeholderå­—ä½“å¤§å°  */
  font-size: 12px;
  /* placeholderä½ç½®  */
  text-align: left;
}
.list-box-search .q-input:focus {
  outline: none;
}
.list-box-search .q-search {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: none;
  background: url('/static/theme3/images/resource/search.png') center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  border-left: 1px solid #CCCCCC;
}
.art-type-section {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.art-type-section .f-s {
  width: 100%;
}
.art-type-section .f-e {
  display: none;
}
@media (min-width: 768px) {
  .art-type-section .f-e {
    display: flex;
  }
}
.art-type-nav {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .art-type-nav {
    padding-bottom: 0;
    overflow-x: hidden;
  }
}
.art-type-nav a {
  width: 80px;
  flex-shrink: 0;
}
.art-type-nav a.active,
.art-type-nav a:hover {
  color: #907AF9;
  text-decoration: underline !important;
  text-underline-offset: 10px !important;
}
.section-title-area {
  padding: 1rem 0;
}
.section-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
.section-title .til {
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
  padding-right: 8px;
}
.section-title .gap-line {
  border-bottom: 2px solid #864bf7;
  width: 100%;
}
.section-title .f-e {
  flex-shrink: 0;
  padding-left: 6px;
}
.section-a {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .section-a {
    flex-flow: row;
  }
}
.section-a .f-s {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .section-a .f-s {
    width: 650px;
  }
}
.section-a .f-e {
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .section-a .f-e {
    padding-left: 20px;
  }
}
.section-a .topic-info {
  padding: 1.6rem 2rem;
}
.section-a .topic-info h2,
.section-a .topic-info h3 {
  padding-bottom: 0.75rem;
}
.section-a .topic-info .info {
  color: #666666;
}
.section-til2 {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 2px solid #864bf7;
}
.section1 {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .section1 {
    flex-flow: row;
  }
}
.section1 .f-e {
  width: 230px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .section1 .f-e {
    margin-left: auto;
  }
}
.art-list-1 ul {
  display: flex;
  flex-flow: row wrap;
}
.art-list-1 ul li {
  width: 100%;
  flex-shrink: 0;
  padding-right: 20px;
}
.art-list-1 ul li .i-img {
  border-radius: 5px;
  border: 1px solid #e2e3e3;
  overflow: hidden;
}
.art-list-1 ul li .i-img img {
  width: 270px;
  height: 180px;
}
.art-list-1 ul li .til {
  padding: 4px 0 4px 0;
  font-weight: 400;
}
.art-list-1 ul li .til.nowrap {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.art-list-1 ul li .item-desc {
  padding: 0 2px 0 2px;
  font-size: 12px;
  color: #999999;
  min-height: 40px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .art-list-1.d2 ul li {
    width: 50%;
  }
}
.art-list-1.tj ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .art-list-1.tj ul li {
    width: 25%;
  }
}
.art-list-1.tja ul li {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.art-list-1.tja ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.art-list-1.tjb ul li {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 768px) {
  .art-list-1.tjb ul li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.art-list-1.sty3 ul {
  padding-top: 1rem;
}
.art-list-1.sty3 ul li {
  display: flex;
  flex-flow: row;
  margin-bottom: 2.6rem;
}
@media (min-width: 768px) {
  .art-list-1.sty3 ul li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.art-list-1.sty3 ul li .i-img {
  width: 150px;
  height: 100px;
  flex-shrink: 0;
}
.art-list-1.sty3 ul li .i-img img {
  max-width: 100%;
  max-height: 100%;
}
.art-list-1.sty3 ul li .f-e {
  width: 100%;
  padding-left: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.section3 {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.section3 .f-s {
  width: 280px;
  flex-shrink: 0;
  text-align: center;
  font-weight: 400;
}
.section3 .f-s .til {
  padding: 6px 0;
}
.section3 .f-s img {
  width: 280px;
  height: 185px;
}
@media (min-width: 768px) {
  .section3 .f-e {
    padding-left: 20px;
  }
}
/*# sourceMappingURL=resource2.css.map */</pre></body></html>