body.single {
  main {
    .content {
      max-width: 780px;
      h2.title_set {
        padding-bottom: 42px;
      }
    }
  }
  .wrap {
    background: white;
    padding: 45px 195px 80px 45px;
    @media only screen and (max-width: 1030px) {
      padding-right: 45px;
    }
    @media only screen and (max-width: 800px) {
      padding: 20px;
    }
    .date {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      display: block;
      margin-bottom: 30px;
      @media only screen and (max-width: 800px) {
        font-size: 14px;
        margin-bottom: 9px;
      }
    }
    h2 {
      font-size: 29px;
      line-height: 1.6em;
      color: var(--black);
      letter-spacing: 0.04em;
      margin-bottom: 67px;
      @media only screen and (max-width: 800px) {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 40px;
      }
    }
  }
  /* 共通の.articlestylesのスタイルではだめなところを補う */
  article {
    img {
      &.alignnone {
        width: calc(100% + 240px);
        @media only screen and (max-width: 1030px) {
          width: calc(100% + 90px);
        }
        @media only screen and (max-width: 800px) {
          width: calc(100% + 40px);
        }
      }
    }
    a.big-button {
      @media only screen and (max-width: 1030px) {
        width: 100%;
      }
      @media only screen and (max-width: 800px) {
        width: calc(100% - 20px);
      }
    }
  }
}
