@charset "UTF-8";
.article-prop-head-text {
  top: 30%;
  line-height: 2;
}

/* 監修コメントの個別調整 */
.article-comment .article-comment-inner {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.article-comment .article-comment-inner .article-comment-text {
  max-width: none;
}

.article-comment .article-comment-inner .article-comment-prof {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 220px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  align-items: start;
  margin-left: 0;
}

.article-comment .article-comment-inner .article-comment-prof img {
  grid-column: 1;
  grid-row: 1/span 3;
  width: 100%;
  max-width: 220px;
}

.article-comment .article-comment-inner .article-comment-prof-name,
.article-comment .article-comment-inner .article-comment-prof-career,
.article-comment .article-comment-inner .art-comment-prof-career-inner {
  grid-column: 2;
  margin: 0;
  line-height: 2.6;
}

@media screen and (max-width: 768px) {
  .article-prop-head-text {
    top: 13%;
  }
  .article-comment .article-comment-inner {
    margin-top: 20px;
  }
  .article-question-block + .article-question-block {
    margin-top: 50px;
  }
  .article-comment .article-comment-title {
    text-align: left;
  }
  .article-comment .article-comment-inner .article-comment-prof {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    gap: 16px;
  }
  .article-comment .article-comment-inner .article-comment-prof img {
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }
  .article-comment .article-comment-inner .article-comment-prof-name {
    order: 1;
    max-width: none !important;
  }
  .article-comment .article-comment-inner .article-comment-prof-career {
    order: 2;
    max-width: none;
    margin-top: 0px !important;
  }
  .article-comment .article-comment-inner .art-comment-prof-career-inner {
    order: 3;
    max-width: none;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .article-comment-toggle-pc .article-comment-toggle {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */