.topik figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.topik figure img {
  display: block;
  margin: 0;
  width: 100%;
}
.topik section .container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}
.topik section.first dl {
  font-size: 17px;
}
.topik section.first dl dt {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.topik section.first dl dd > ul > li {
  margin-bottom: 15px;
}
.topik section.first dl dd > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.topik section.first dl dd > ul > li b {
  padding-right: 5px;
}
.topik section.first dl dd > ul > li dl {
  display: flex;
}
.topik section.first dl dd > ul > li dl dt {
  font-size: 17px;
  display: block;
  margin-bottom: 0;
  width: 60px;
}
.topik section.first dl dd > ul > li dl dd {
  display: inline;
}
.topik section .inner_1000 h2 {
  color: #208a96;
}
.topik section .inner_1000 .business-list {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.topik section .inner_1000 .business-list > li > figure {
  width: 100px;
  margin-bottom: 20px;
}
.topik section .inner_1000 .business-list > li > dl {
  text-align: center;
  font-size: 17px;
  color: #208a96;
}
.topik section .inner_1000 .business-list > li > dl dt {
  font-size: 20px;
}
.topik section .inner_1000 .business-list > li > dl dd b {
  font-weight: 900;
  font-size: 30px;
}
.topik section .inner_1000 .item-box {
  display: flex;
  justify-content: center;
}
.topik section .inner_1000 .item-box .item {
  display: block;
}
.topik section .inner_1000 .item-box .item figure figcaption {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.topik section .inner_1000 .item-box .item:nth-of-type(1) {
  width: 41%;
}
.topik section .inner_1000 .item-box .item:nth-of-type(2) {
  width: 55%;
}
.topik section.image {
  padding: 80px 0;
  background-color: #eef3f4;
}
.topik section.image .inner_1000 figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}
@media (max-width: 1024px) {
  .topik section.first dl {
    font-size: 17px;
  }
  .topik section.first dl dt {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .topik section.first dl dd > ul > li {
    margin-bottom: 15px;
  }
  .topik section.first dl dd > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .topik section.first dl dd > ul > li b {
    padding-right: 5px;
  }
  .topik section.first dl dd > ul > li dl {
    display: flex;
    gap: 8px;
  }
  .topik section.first dl dd > ul > li dl dt {
    font-size: 17px;
    display: block;
    margin-bottom: 0;
    width: 60px;
    white-space: nowrap;
  }
  .topik section .inner_1000 h2 {
    color: #208a96;
  }
  .topik section .inner_1000 .business-list {
    margin-top: 10px;
  }
  .topik section .inner_1000 .business-list > li > figure {
    width: 50px;
    margin-bottom: 20px;
  }
  .topik section .inner_1000 .business-list > li > dl {
    font-size: 14px;
  }
  .topik section .inner_1000 .business-list > li > dl dt {
    font-size: 16px;
  }
  .topik section .inner_1000 .business-list > li > dl dd b {
    font-size: 24px;
  }
  .topik section .inner_1000 .item-box {
    flex-direction: column;
    gap: 20px;
  }
  .topik section .inner_1000 .item-box .item figure figcaption {
    font-size: 12px;
  }
  .topik section .inner_1000 .item-box .item:nth-of-type(1) {
    width: 100%;
  }
  .topik section .inner_1000 .item-box .item:nth-of-type(2) {
    width: 100%;
  }
}/*# sourceMappingURL=topik.css.map */