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;
}

.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: .75em 1em;
  color: #fff;
}

.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;
}
@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;
}