@charset "utf-8";
p.has-background {
  padding: 6px 4.5px;
}
.single-content{
  max-width: 415px;
}
.border-bottom{
  border-bottom: 1px solid #c4c4c4;
}
.other-schedule{
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.other-place{
  font-size: 14px;
}
.blockeditor-area h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: 1px solid #006ab8;
  color: #006ab8;
  padding: 3px 0 3px 1.06rem;
  margin-bottom: 1rem;
  text-align: left;
}
.blockeditor-area h2::after{
  display: none;
}
.blockeditor-area h3 {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 3px;
  margin-bottom: 14px;
  color: #006ab8;
  padding-bottom: 0;
  margin-top: 1.5rem;
  border-bottom: none;
}
.blockeditor-area h3::after {
  display: none;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
.ttl-pattern_2{
  margin-bottom: 40px;
}
.postlist-line-items {
  border-bottom: 1px solid #e7e7e7;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}