

/* エディタのみ */
body.post-type-project {


  .editor-styles-wrapper {


    .session-block {
      width: 82.5%;
      margin-inline: auto;
      padding-left: 6.875em;
      /* @include max(tb) {
        padding-inline: rem(25px);
      } */

      .session-block-item {
        &:not(:first-child) {
          margin-top: 6.25em;
        }
      }

      .session-block-title {
        font-size: 1.5em;
        position: relative;
        padding-left: calc(70px + 40px);
        font-weight: 400;

        &::before {
          content: "";
          width: 70px;
          height: 1px;
          background-color: currentColor;
          position: absolute;
          top: 0.75em;
          left: 0;
        }
      }

      .session-block-list {
        li {
          &:has(.initial) {
            display: grid;
            grid-template-columns: max-content 1fr;
            gap: 0.625em;
            line-height: 1.8; 
          }
          &:not(:first-child) {
            margin-top: 0.9375em;
          }
        }
        .initial {
          display: inline-block;
          font-size: 0.875em;
          font-weight:600;
        }
        .text {
          font-size: 0.8125em;
          text-align: justify;
        }
        a {
          color: var(--r-primary);
          text-decoration: underline;
        }
      }

    }

  }
  
}
