h2.page_ttl.column {
  padding: 0 !important;
  letter-spacing: 0.05em;
  margin: 40px 0 50px !important;
  font-weight: bold !important;
  line-height: 1.2;
  font-size: 32px !important;
}

#mamechisiki-detail h3 {
  margin: 40px 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold !important;
  border-bottom: 3px solid #de1122;
  background: none;
  color: #de1122;
  border-radius: 0;
}

h3 {
  margin: 40px 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold !important;
  border-bottom: 3px solid #de1122;
  background: none;
  color: #de1122;
  border-radius: 0;
}

.single-column table.type1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.single-column table.type1 th {
  text-align: center;
  background: #fee8ea;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  width: 20%;
  padding: 10px 0;
  font-size: 12px;
}

.single-column table.type1 td:last-child {
  border-right: 1px solid #cccccc;
}

.single-column table.type1 td {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  width: auto;
  padding: 10px;
  font-size: 12px;
}

#mamechisiki-detail h4 {
  margin: 30px 0 20px 0;
  padding-left: 12px;
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.5;
  border-left: 3px solid #de1122;
}

h4 {
  margin: 30px 0 20px 0;
  padding-left: 12px;
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.5;
  border-left: 3px solid #de1122;
}

/*author css*/
@media (min-width: 600px) {
  .p-authorBox {
    align-content: stretch;
    display: flex;
    justify-content: space-between;
    /* padding: 1.5em; */
  }
  .p-authorBox__l {
    margin-bottom: 0;
    width: 160px;
  }

  .p-authorBox__r {
    border-left: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    padding-left: 1.5em;
    width: calc(100% - 160px - 1.5em);
  }
  .c-secTitle {
    font-size: 20px !important;
  }
}

.p-authorBox {
  border: 1px solid #e1e1e1;
  border-radius: var(--swl-radius--8, 0);
  margin: 1vw;
  padding: 18px;
}

.p-authorBox__l {
  margin: 0 0 1em;
  text-align: center;
}

.p-authorBox .avatar {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}

.p-authorBox__r {
  width: 100%;
  align-self: center;
}

.p-authorBox__name {
  color: inherit;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
  text-decoration: none;
}

.p-authorBox__position {
  display: block;
  font-style: italic;
  line-height: 1.2;
  margin-top: 4px;
}

.author {
  margin-top: 50px;
}

.c-secTitle {
  border-left: solid 2px red;
  padding: 0em 0.75em;
}

.c-secTitle {
  display: block;
  font-size: 4.5vw;
  margin-bottom: 1.5em;
  position: relative;
}
.post_content h2 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
  margin: 4em 0 2em;
  position: relative;
  z-index: 1;
  background: #de1122;
  padding: 0.75em 1em;
  color: #fff;
}
.p-toc.-double {
  background: #f5f5f5;
  border-bottom: 4px #e2e2e2 solid;
  border-top: 4px #e2e2e2 solid;
  padding: 2em;
  margin: 4em auto;
  max-width: 800px;
}

.p-toc.-double .p-toc__ttl {
  margin-bottom: 0.75em;
}

.post_content div > :first-child,
.post_content > :first-child {
  /* margin-top: 0 !important; */
}

.p-toc__ttl {
  display: block;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.post_content dd > :last-child,
.post_content div > :last-child,
.post_content > :last-child {
  margin-bottom: 0 !important;
}

.post_content .p-toc__list {
  padding-left: 0;
}

.post_content ol,
.post_content ul {
  padding-left: var(--swl-list-padding--left);
}

.is-style-bad_list,
.is-style-check_list,
.is-style-good_list,
.is-style-index,
.is-style-note_list,
.is-style-num_circle,
.is-style-triangle_list {
  --swl-list-padding--left: 0.25em;
  --swl-list-padding--has_bg: 1em;
  list-style: none !important;
}

::after,
::before {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

ol.is-style-index ol > li::before,
ol.is-style-index > li::before {
  border-right: 1px solid;
  content: counters(toc, "-");
  counter-increment: toc;
  display: block;
  font-family: inherit;
  letter-spacing: -0.1px;
  line-height: 1.1;
  padding: 0 0.5em 0 0;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0.25em;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  white-space: nowrap;
  width: auto;
}

.p-toc__link {
  font-size: 1.2em;
}

.p-toc__list [data-level="3"] {
  font-size: 0.9em;
}

.p-toc__list .p-toc__childList {
  padding-left: 0.5em;
}

ol.is-style-index ol {
  counter-reset: toc;
  padding-left: 1em;
}

ol.is-style-index ol li::before {
  opacity: 0.75;
}

ol.is-style-index > :first-child {
  counter-reset: toc;
}

ol.is-style-index ol > li,
ol.is-style-index > li {
  margin-left: 2em;
  padding-left: 0;
  position: relative;
}

.p-toc__list li {
  line-height: 1.6;
}

.post_content li {
  line-height: 1.5;
  margin: 1em 0;
  margin-left: 0px;
  position: relative;
}

.post_content li ol,
.post_content li ul {
  margin: 0;
  margin-left: 20px;
}

.wp-block-aioseo-table-of-contents {
  width: 80%;
  background-color: #c7c7c726;
  margin: 20px 69px;
  padding: 20px 60px;
}

p.toc-title {
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .wp-block-aioseo-table-of-contents {
    width: 100%;
    background-color: #c7c7c726;
    margin: 0;
    padding: 20px 24px;
  }
}
