/* Section Question */
.section-question__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1;
  min-height: 60px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .section-question__title {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .section-question__title {
      font-size: 36px;
      line-height: 1.2;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      min-height: auto; } }
  @media (max-width: 500px) {
    .section-question__title {
      font-size: 30px; } }

@media (max-width: 991px) {
  .section-question .question-button {
    display: none; } }
.section-question .question-button--bottom {
  display: none; }
  @media (max-width: 991px) {
    .section-question .question-button--bottom {
      display: block;
      text-align: center;
      margin-top: 35px; } }

.section-question .question-date {
  color: var(--color-gray); }

.question-block {
  padding: 40px;
  margin-bottom: 30px;
  font-size: 16px; }
  .question-block:last-child {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .question-block {
      padding: 30px 15px;
      margin-bottom: 15px; } }

.answer-block {
  background-color: #f5f7fa;
  margin-left: 90px;
  padding: 40px;
  border-radius: var(--section-radius);
  margin-bottom: 30px;
  font-size: 16px; }
  .answer-block:last-child {
    margin-bottom: 0; }
  .answer-block p {
    margin-bottom: 10px; }
    .answer-block p:last-child {
      margin-bottom: 0; }
  @media (max-width: 991px) {
    .answer-block {
      padding: 30px 15px;
      margin-left: 0;
      margin-bottom: 15px; } }

.question-date {
  text-align: right;
  font-size: 16px;
  color: #849ba3; }

.question-author {
  display: flex;
  margin-bottom: 25px;
  font-size: 18px; }
  .question-author .question-icon {
    flex: 0 0 23px;
    height: 23px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #0093d7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 600; }
  .question-author p {
    margin-bottom: 10px; }
    .question-author p:last-child {
      margin-bottom: 0; }

/* END Section Question */
.content_author {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600; }
  .content_author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px; }

.toc {
  list-style-type: decimal;
  padding: 5px 0 5px 20px !important;
  margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    .toc {
      padding: 5px 0 5px 15px !important; } }
  .toc li {
    margin: 17px 0 !important; }
    @media (max-width: 991px) {
      .toc li {
        margin: 15px 0 !important; } }
  .toc + hr {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .toc + hr {
        margin-bottom: 30px; } }

.entry-content {
  line-height: 1.2; }
  .entry-content a {
    color: #0093d7;
    text-decoration: none; }
    .entry-content a:hover {
      text-decoration: underline; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.9em; }
    .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
      margin-top: 0; }
  .entry-content .h2, .entry-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 1199px) {
      .entry-content .h2, .entry-content h2 {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .entry-content .h2, .entry-content h2 {
        font-size: 28px; } }
    @media (max-width: 500px) {
      .entry-content .h2, .entry-content h2 {
        font-size: 28px; } }
  .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 1199px) {
      .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-size: 24px; } }
    @media (max-width: 991px) {
      .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-size: 22px; } }
    @media (max-width: 500px) {
      .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-size: 22px; } }
  .entry-content p {
    margin-bottom: 1.5em; }
    .entry-content p:last-child {
      margin-top: 0; }
  .entry-content ul, .entry-content ol {
    list-style-type: decimal;
    padding-left: 40px;
    margin-bottom: 1.5em; }
    .entry-content ul:last-child, .entry-content ol:last-child {
      margin-top: 0; }
    .entry-content ul li, .entry-content ol li {
      margin: 4px 0; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }

/*# sourceMappingURL=single-post.css.map */
