/*
Theme Name: child-lightning
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
*/

body {
  width: 80%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.blog-content p {
  margin-top: 15px !important;
}

.blog-content h2 {
  color: #af2828;
  text-decoration: underline;
  font-weight: bold;
}

.blog-content .has-medium-font-size {
  margin-top: 10px;
}

/* .navbar-brand {
  display: none;
} */

.siteHeader {
  min-height: 0px;
}

.advise:before {
  content: "";
  background-image: url("./img/point.jpg");
  display: inline-block;
  width: 130px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.has-medium-font-size {
  border-color: #d83c75;
  padding: 10px 0 10px 10px;
  border-left-width: 4px;
  border-left-style: solid;
  line-height: 1.5;
}

.is-layout-flow p {
  background-color: #f0f0e8;
  padding: 10px;
}

.breadcrumbs {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 15px;
}

.blog-detail__title {
  color: beige;
  background-color: #af2828;
  padding: 8px;
  text-align: center;
}

.wp-block-kevinbatdorf-code-block-pro pre {
  padding: 10px;
}

.post_link {
  text-align: center;
  margin-bottom: 15px;
}

.underline {
  text-decoration: underline !important;
}

.blog-content img {
  margin-top: 20px;
  width: 60%;
}
img {
  width: 100px;
  height: 100px;
}

.bg-img {
  background-image: url("./img/example.png");
  width: 50%;
}

.mainSection-title,
h2 {
  padding: 0px;
  border-top: none;
  border-bottom: none;
}

.cat-item {
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.cat-item a {
  display: block !important;
  color: black !important;
  padding: 10px 0.5em 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.wp-block-latest-posts li {
  padding: 0;
  border-bottom: none;
}

.wp-block-latest-posts li > a {
  margin-bottom: 0;
}

.siteHeadContainer img {
  width: auto;
  height: auto;
}

.widget_categories li:not(.current-cat) {
  display: none;
}

.current-cat li {
  display: list-item !important;
}

.current-cat-parent {
  display: list-item !important;
}
