@charset "utf-8";

.p-detail {
  padding: 110px 0 160px;

  @media (width < 768px) {
    padding: 60px 0 120px;
  }
}

.p-detail__inner {
  max-width: 1233px;
  padding: 0 20px 0 288px;

  @media (width < 1120px) {
    padding: 0 20px 0 200px;
  }

  @media (width < 768px) {
    padding: 0 20px;
  }
}

.p-detail__header {
}

.p-detail__category {
}

.p-detail__title {
  margin-top: 56px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 21px;
  border-left: 8px solid #a2b469;
  margin-bottom: 20px;

  @media (width < 768px) {
    margin-top: 20px;
  }
}

.p-detail__content {
  max-width: 910px;
  margin: auto;
  border-top: 1px solid #d0d0d0;
  padding-top: 45px;
  color: #00132b;

  h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding-left: 28px;
    position: relative;
  }

  h2::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    left: 0;
    top: 8px;
    background: #a2b469;
  }

  p {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 2.2;
  }

  img {
    display: block;
    margin: 78px auto 0;
    width: 594px;
    max-width: 100%;
    aspect-ratio: 594/356;
    object-fit: cover;
    border-radius: 6px;

    @media (width < 768px) {
      margin: 60px auto 0;
    }
  }
}

.p-detail__content > * + * {
  margin-top: 40px;
}

.p-detail__content > * + h2 {
  margin-top: 60px;
}

.p-detail__btn {
  margin: 73px auto 0;

  a {
    width: 183px;
    height: 47px;
    background: #6ab58d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    border-radius: 50px;
    border: 1px solid transparent;
    margin: auto;
  }

  a:hover {
    border: 1px solid #6ab58d;
    color: #6ab58d;
    background: transparent;
  }
}
