/* line 5, app/assets/stylesheets/blog.scss */
.blog.blog-show h1 {
  font-size: 1.8125rem;
}

/* line 11, app/assets/stylesheets/blog.scss */
.blog.blog-index .h2 {
  color: #1f1f1f;
  font-weight: 500;
}

/* line 17, app/assets/stylesheets/blog.scss */
.blog .blog-preface {
  color: #1f1f1f;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/blog.scss */
.blog .blog-body {
  font-size: 17px;
}

/* line 27, app/assets/stylesheets/blog.scss */
.sidebar-banner {
  aspect-ratio: 350 / 462;
  display: block;
}

/* line 32, app/assets/stylesheets/blog.scss */
.consultation-banner {
  background-color: #F7F9FA;
  border: 1px solid #F0F3F5;
  border-radius: 4px;
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 22px;
}

/* line 42, app/assets/stylesheets/blog.scss */
.consultation-banner.horizontal {
  flex-flow: row;
  padding: 0 24px;
}

/* line 46, app/assets/stylesheets/blog.scss */
.consultation-banner.horizontal img {
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/blog.scss */
.consultation-banner.horizontal .consultation-banner__info {
  padding: 0 16px 0 16px;
  align-items: flex-start;
}

/* line 54, app/assets/stylesheets/blog.scss */
.consultation-banner.horizontal .consultation-banner__info p, .consultation-banner.horizontal .consultation-banner__info h2 {
  text-align: left;
}

/* line 59, app/assets/stylesheets/blog.scss */
.consultation-banner.horizontal .consultation-banner__cta {
  padding: 16px 0 16px 38px;
  margin: 0 16px 0 0px;
  border-left: 1px dashed #A5C5D5;
}

/* line 66, app/assets/stylesheets/blog.scss */
.consultation-banner img {
  border-bottom: 1px solid #F0F3F5;
  margin-bottom: 25px;
}

/* line 71, app/assets/stylesheets/blog.scss */
.consultation-banner .consultation-banner__info {
  display: flex;
  align-items: center;
  flex-flow: column;
}

/* line 76, app/assets/stylesheets/blog.scss */
.consultation-banner .consultation-banner__info h2 {
  font-size: 21px;
  margin-bottom: 5px;
}

/* line 81, app/assets/stylesheets/blog.scss */
.consultation-banner .consultation-banner__info p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #3B657A;
}
