.p-shoulder-cuff__section._01 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__section._01 {
    padding: 6.25rem 0;
  }
}
.p-shoulder-cuff__section._02 {
  padding: 1.5625rem 0;
  background-color: #F9F6F2;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__section._02 {
    padding: 6.25rem 0;
  }
}
.p-shoulder-cuff__section._03 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__section._03 {
    padding: 6.25rem 0;
  }
}
.p-shoulder-cuff__section._04 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__section._04 {
    padding: 6.25rem 0;
  }
}

.p-shoulder-cuss__sec01-heading {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuss__sec01-heading {
    padding-top: 2.5rem;
  }
}

.p-shoulder-cuff__sec01-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-content {
    margin-top: 3.125rem;
  }
}

.p-shoulder-cuff__sec01-items {
  margin-top: 1.25rem;
}

.p-shoulder-cuff__sec01-item._02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-item._02 {
    margin-top: 3.125rem;
  }
}
.p-shoulder-cuff__sec01-item._03 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-item._03 {
    margin-top: 6.25rem;
  }
}

.p-shoulder-cuff__sec01-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .p-shoulder-cuff__sec01-column {
    grid-template-columns: 496px 1fr;
  }
}
.p-shoulder-cuff__sec01-column .pics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column .pics {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column .pics {
    gap: 1rem;
  }
}
.p-shoulder-cuff__sec01-column .title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  line-height: 2;
}
.p-shoulder-cuff__sec01-column .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column .body {
    margin-top: 2.5rem;
  }
}
.p-shoulder-cuff__sec01-column .body._hasTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column .body._hasTitle {
    margin-top: 0;
    gap: 1.25rem;
  }
}
.p-shoulder-cuff__sec01-column .notice {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec01-column .notice {
    margin-top: 0;
    line-height: 2;
  }
}

.p-shoulder-cuff__sec02-content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec02-content {
    margin-top: 3.125rem;
  }
}

.p-shoulder-cuff__sec02-item._02 {
  margin-top: 3.125rem;
}
.p-shoulder-cuff__sec02-item._03 {
  margin-top: 3.125rem;
}
.p-shoulder-cuff__sec02-item._04 {
  margin-top: 3.125rem;
}

.p-shoulder-cuff__sec02-btn-wrap {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec02-btn-wrap {
    margin-top: 3.125rem;
  }
}

.p-shoulder-cuff__sec03-content {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec03-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

.p-shoulder-cuff__sec03-list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec03-list {
    margin-top: 1.4375rem;
    gap: 1.125rem;
  }
}
.p-shoulder-cuff__sec03-list .c-check-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.p-shoulder-cuff__sec04-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-shoulder-cuff__sec04-content {
    gap: 6.25rem;
  }
}

.p-shoulder-cuff__sec04-sub._01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.p-shoulder-cuff__sec04-btn-wrap {
  text-align: center;
}/*# sourceMappingURL=page-shoulder-cuff-injury-rupture.css.map */