:root {
  --gray: #ededed;
}

.topics-text-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.topics-group {
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

.topics-date {
  color: #000;
  padding: 0 10px;
}

.topics-txt {
  color: #000;
  padding: 0;
}

.topics-link {
  color: #000;
  border-style: none;
  width: 980px;
  padding-left: 0;
  line-height: 21px;
  overflow: visible;
}

.topics-date-2 {
  color: #000;
  padding: 0 10px;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.5em;
}

.topics-link-2 {
  color: #000;
  border-style: none;
  width: 980px;
  padding-left: 0;
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  overflow: visible;
}

.topics-link-2:hover {
  color: #c91515;
}

.topics-title-wrapper {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  font-size: 16px;
  display: flex;
  position: static;
  overflow: visible;
}

.top-1200-container {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.top-1200-container.topics {
  background-color: var(--gray);
  flex-flow: row;
  justify-content: flex-start;
  width: 1200px;
  min-width: auto;
  max-width: none;
  height: 100px;
  margin: 20px auto;
  display: flex;
  overflow: visible;
}

.topics-title {
  color: #fff;
  background-color: #0000;
}

.body {
  background-color: var(--gray);
  object-fit: fill;
}

.div-block {
  width: 1000px;
}

.topics-text-wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
  overflow: visible;
}

.topics-text-wrapper-3 {
  background-color: #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  height: 100px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: auto;
}

.topics-link__nochange {
  color: #000;
  border-style: none;
  width: 980px;
  padding-left: 0;
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  overflow: visible;
}

.topics-link__nochange:hover {
  color: #000;
}

.announce {
  color: #000;
  border-style: none;
  width: 980px;
  padding-left: 0;
  font-family: "M PLUS 1", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  overflow: visible;
}

.announce:hover {
  color: #c91515;
}

.text-block {
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.5em;
}

.text-span {
  color: #c91515;
}

.body-2, .body-3 {
  background-color: var(--gray);
}

@media screen and (max-width: 991px) {
  .topics-text-wrapper {
    clear: none;
    flex-direction: column;
    flex: 1;
    width: auto;
    height: auto;
    display: block;
    position: static;
    top: -39px;
    overflow: visible;
  }

  .topics-group {
    margin-top: 5px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .topics-title-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    display: flex;
    position: relative;
  }

  .top-1200-container {
    flex-direction: column;
  }

  .top-1200-container.topics {
    background-color: #ededed;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

  .topics-title {
    flex: none;
    line-height: 10px;
  }

  .topics-text-wrapper-2 {
    clear: none;
    flex-direction: column;
    flex: 1;
    width: auto;
    height: auto;
    display: block;
    position: static;
    top: -39px;
    overflow: visible;
  }

  .topics-text-wrapper-3 {
    clear: none;
    flex-direction: column;
    flex: 1;
    width: auto;
    height: 100px;
    display: block;
    position: static;
    top: -39px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .topics-text-wrapper {
    flex: 1;
    width: auto;
    height: auto;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    overflow: visible;
  }

  .topics-group {
    margin-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .topics-title-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 22px;
    display: inline-block;
  }

  .top-1200-container.topics {
    background-color: #0000;
    flex-flow: wrap;
    align-items: flex-start;
    width: 95%;
    height: 100px;
    margin-bottom: 20px;
    display: block;
  }

  .topics-title {
    flex: none;
    display: block;
  }

  .topics-text-wrapper-2 {
    flex: 1;
    width: auto;
    height: auto;
    margin-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    overflow: visible;
  }

  .topics-text-wrapper-3 {
    flex: 1;
    width: auto;
    height: 120px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .topics-text-wrapper {
    flex-direction: column;
    flex: 0 auto;
    width: 95vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .topics-group {
    flex-direction: column;
    align-items: flex-start;
    width: 90vw;
    margin-top: 5px;
  }

  .topics-date {
    padding-bottom: 0;
  }

  .topics-txt {
    padding-top: 0;
    padding-left: 10px;
  }

  .topics-date-2 {
    padding-bottom: 0;
  }

  .topics-title-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 50px;
    margin-bottom: 0;
  }

  .top-1200-container.topics {
    background-color: #0000;
    flex-flow: wrap;
    width: 95%;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .topics-title {
    flex: none;
    display: block;
  }

  .topics-text-wrapper-2 {
    flex-direction: column;
    flex: 0 auto;
    width: 95vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .topics-text-wrapper-3 {
    flex-direction: column;
    flex: 0 auto;
    width: 95vw;
    height: 120px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }
}


