@charset "UTF-8";
/* コラム・特集追加
----------------------------------------------- */
.-column_font {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-column_font {
    margin: 30px auto;
    font-size: 20px;
  }
}
@media print, screen and (max-width: 999px) {
  .-column_font {
    margin: 20px auto;
    font-size: 15px;
  }
}

.-column_font02 {
  font-weight: bold;
}
@media print, screen and (min-width: 1000px) {
  .-column_font02 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 999px) {
  .-column_font02 {
    margin-bottom: 20px;
  }
}

.-column_color {
  color: #88a69d;
}

.-topics_color {
  color: #8e95b1;
}

.dm_article-top-illust {
  display: flex;
  justify-content: center;
}

.dm_article-top-p {
  margin-bottom: 20px;
}

.-dm_article-sub-box01 {
  padding-bottom: 0;
  border-bottom: none;
}

.-article_list01 p {
  margin-bottom: 20px;
}

.-article_list01 p a {
	display: flex !important;
	justify-content: center;
}

.-article_list01 a {
	display: flex !important;
	justify-content: center;
}

@media print, screen and (min-width: 1000px) {
  .-article_list-flex {
    display: flex;
    justify-content: space-between;
  }
  .-article_list-flex:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 999px) {
  .-article_list-flex:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 1000px) {
  .-flex_right {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 1000px) {
  .-article_flex-text {
    margin-top: 20px;
    width: 65%;
  }
}
@media print, screen and (max-width: 999px) {
  .-article_flex-text {
    margin-bottom: 30px;
  }
}
.-article_flex-text strong {
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .-article_flex-illust {
    width: 30%;
  }
}
@media print, screen and (max-width: 999px) {
  .-article_flex-illust {
    margin: auto;
    width: 80%;
  }
}/*# sourceMappingURL=topics.css.map */