@charset "UTF-8";

.column_list {
  list-style: none;
  display: inline-block;
  padding: 1em;
  border: solid 1px #e95520;
  background-color: rgba(233, 85, 32, 0.05);
}
.column_list > li {
  padding-left: 1em;
}
.column_list > li::before {
  content: '';
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border-style: double;
  border-width: 3px;
}
.column_list > li + li {
  margin-top: 0.5em;
}

.content h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 0.1rem #e95520;
}
.content h2 {
  padding-left: 1.5em;
}
.content h2::before {
  content: '';
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: solid 0.3em #e95520;
  vertical-align: bottom;
}
.content h3 {
  padding-left: 0.7em;
  border-left: solid 0.3em #e95520;
}
.content h4 {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #e95520;
  color: #FFF;
}
.content h5 {
  color: #e95520;
}

.content .wp-block-table.is-style-stripes tr:nth-child(odd), 
.content blockquote.wp-block-quote {
  background-color: rgba(233, 85, 32, 0.1);
}

.content .wp-block-pullquote {
  border-color: #e95520;
}