#wrapper {

  h1,
  h2,
  h3 {
    letter-spacing: 0.05em;
  }

  p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    word-break: break-word
  }

  img {
    vertical-align: top;
  }

  a {
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
  }

  .contents_header {
    margin: 0 auto;
    text-align: center;
    max-width: 1280px;
    height: auto;
    padding: 40px 20px;
  }

  .contents_header .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.2;
  }

  .breadcrumb_area {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
    text-align: left;
    margin-top: 24px;
  }

  .breadcrumb_area>.inner {
    padding-bottom: 5px;
  }

  .breadcrumb_area>.inner a {
    /* font-size: 14px; */
    font-size: 1.4rem;
  }

  .breadcrumb_area>.inner span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 12px;
  }

  .contents .wrap .main_side h3 {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  #wrapper {
    p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
    }

    h3 {
      font-weight: 500;
      letter-spacing: 0.05em;
    }

    .breadcrumb_area {
      padding: 0;
      list-style: none;
      background-color: transparent;
      border-radius: 4px;
      border: none;
      background-color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: left;
      line-height: 1.5;
      text-align: left;
      margin-top: 0;
      padding: 12px 12px 0;
    }

    .breadcrumb_area>.inner {
      padding-bottom: 5px;
    }

    .breadcrumb_area>.inner span {
      font-size: 11px;
      font-size: 1.1rem;
      padding: 0 12px;
    }

    .breadcrumb_area>.inner a {
      font-size: 11px;
      font-size: 1.1rem;
    }

    .contents_header {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      height: auto;
      padding: 24px 12px 12px;
    }

    .contents_header .title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      line-height: initial;
    }

    .container {
      padding: 12px;
    }

    .contents .wrap .main_side h3 {
      line-height: 1.4;
      margin-bottom: 8px;
    }
  }
}