.p-knee__section._01 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-knee__section._01 {
    padding: 6.25rem 0;
  }
}
.p-knee__section._02 {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-knee__section._02 {
    padding: 6.25rem 0;
  }
}
.p-knee__section._03 {
  padding: 1.5625rem 0 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-knee__section._03 {
    padding: 3.125rem 0 9.375rem;
  }
}
.p-knee__section._04 {
  padding: 4.6875rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-knee__section._04 {
    padding: 6.25rem 0 0;
  }
}
.p-knee__section._05 {
  padding: 6.25rem 0 0;
}
.p-knee__section._06 {
  padding: 4.6875rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-knee__section._06 {
    padding: 6.25rem 0 0;
  }
}
.p-knee__section._step {
  padding: 1.5625rem 0;
  background-color: #CDD9E2;
}
@media screen and (min-width: 768px) {
  .p-knee__section._step {
    padding: 3.125rem 0;
  }
}

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

.p-knee__sec01-item._01 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-item._01 {
    margin-top: 3.125rem;
  }
}
.p-knee__sec01-item._02 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-item._02 {
    margin-top: 6.25rem;
    padding: 3.125rem 0;
    background-color: #FAFAFA;
  }
}
.p-knee__sec01-item._03 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-item._03 {
    margin-top: 6.25rem;
  }
}

.p-knee__sec01-cols {
  margin-top: 2.0625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-cols {
    margin-top: 3.375rem;
    grid-template-columns: 710px 1fr;
    gap: 1.25rem;
  }
}

.p-knee__sec01-col-pics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-col-pics {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.p-knee__sec01-col-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-col-pic:nth-of-type(2) .pic::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5rem;
    height: 5.5rem;
    left: -2.75rem;
    display: inline-block;
    background-image: url(../images/knee/icon_triangle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
.p-knee__sec01-col-pic .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-knee__sec01-col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-col-list {
    gap: 1.5rem;
  }
}
.p-knee__sec01-col-list .textarea {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-col-list .textarea {
    margin-top: 0.25rem;
  }
}

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

.p-knee__sec01-movie {
  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;
}
.p-knee__sec01-movie video,
.p-knee__sec01-movie img {
  aspect-ratio: 345/166;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-movie video,
  .p-knee__sec01-movie img {
    aspect-ratio: 1090/447;
  }
}

.p-knee__sec01-movie-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-movie-text {
    text-align: center;
  }
}

.p-knee__sec01-03-item._02 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-03-item._02 {
    margin-top: 6.25rem;
  }
}
.p-knee__sec01-03-item._03 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-03-item._03 {
    margin-top: 6.25rem;
  }
}
.p-knee__sec01-03-item._04 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec01-03-item._04 {
    margin-top: 3.125rem;
  }
}
.p-knee__sec01-03-item._04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.p-knee__sec02-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec02-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 1.125rem;
  }
}

.p-knee__sec02-list-item {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8E2D3;
}
@media screen and (min-width: 768px) {
  .p-knee__sec02-list-item {
    padding-bottom: 0.9375rem;
  }
}

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

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

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

.p-knee__se03-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-knee__se03-column {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.p-knee__se03-col01 {
  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;
}

.p-knee__sec03-column-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-knee__sec03-column-pic._mt {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec03-column-pic._mt {
    margin-top: 0.25rem;
  }
}

.p-knee__se03-column-text {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-knee__se03-column-text {
    line-height: 2;
  }
}
.p-knee__se03-column-text._mt20 {
  margin-top: 1.25rem;
}

.p-knee__sec04-content {
  margin-top: 3.125rem;
  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-knee__sec04-content {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
}

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

.p-knee__sec04-btn {
  text-align: center;
  margin-top: 3.125rem;
}

.p-knee__sec05-content {
  margin-top: 3.125rem;
}

.p-knee__sec05-item {
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .p-knee__sec05-item {
    margin-top: 3.125rem;
  }
}

.p-knee__sec06-content {
  margin-top: 3.125rem;
}

.p-knee__sec06-flow {
  margin-top: 3.125rem;
}

.p-knee__bottom {
  padding: 3.125rem 0;
}

.p-knee__bottom-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-knee__bottom-text {
    line-height: 2;
  }
}

.p-knee__bottom-link {
  margin-top: 1.375rem;
  text-align: center;
}
.p-knee__bottom-link .c-btn__text {
  font-size: 0.875rem;
}/*# sourceMappingURL=page-knee.css.map */