.column_head {

  padding: 50px
}
.column-lead {
  text-align: left;
  padding: 0 180px
}
@media screen and (max-width:1080px) {
  .column-lead {
    text-align: left;
    padding: 0 130px
  }
}
@media screen and (max-width:768px) {
  .column-lead {
    text-align: left;
    padding: 0 10px
  }
}
.c-heading11 {
  line-height: 1.5;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:768px) {
  .c-heading11 {
    width: 90%;
  }
}
@media (min-width: 801px) {
  .c-heading11 {
    line-height: 1.2;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.c-heading11 .c-heading11__sub {
    display: block;
    margin: 6vw 0;
    font-family: Zen Old Mincho, serif;
    font-size: 22px;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .03em;
}

@media screen and (max-width:768px) {
  .c-heading11 .c-heading11__sub {
      font-size: 16px;
  }
}
.c-heading11:not(:last-child) {
  margin-bottom: 7.6335877863vw;
}
@media (min-width: 801px) {
  .c-heading11:not(:last-child) {
    margin-bottom: 4.39238653vw;
  }
}

#column_area h3::before {
  font-weight:bold;
  content:"----";
  letter-spacing: -.2em;
  margin-right: .5em;
}
.p-entry > .wp-block-myguten-example-block {
    margin-top: 4rem; /* 必要な余白を直接指定 */
	background: #f2f2f2;
/*	border: 1px solid #d3d3d3;*/
	padding: 1em;

}

#column_area h3.p-author__heading::before {
  content: none !important;
}

body.post-type-archive-column .p-entry h4.wp-block-heading,
body.single-column .p-entry h4.wp-block-heading {
    font-size: 1.05rem;
  font-family:Roboto,Zen Old Mincho,sans-serif;
  font-weight:700;
}




/* Custom Divider のスタイル */
.custom-divider {
    position: relative;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
}

.custom-divider::before {
    content: ''; 
    position: absolute;
    top: 50%; 
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: #c7c7c7; 
    transform: translateY(-50%); 
}


