.p-wrapper {
  padding: 10rem 0 10rem;
}

.p-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #005ED2;
  padding-left: 2rem;
}

.p-title-sub {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 0.2rem solid #005ED2;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  color: #005ED2;
}

.p-title-sub-sub {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1.5rem;
}

.p-product-text-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}

.p-product-text-link {
  display: inline-block;
  border: 1px solid #c9c9c9;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-wrapper {
    padding: 21.3333333333vw 0 13.3333333333vw;
  }
  .p-title {
    font-size: 6.9333333333vw;
    line-height: 1.3846153846;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 4vw;
    border-left: 1.3333333333vw solid #005ED2;
    padding-left: 5.3333333333vw;
  }
  .p-title-sub {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: 0.2666666667vw solid #005ED2;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-title-sub-sub {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding-left: 4vw;
  }
  .p-product-text-head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 6.6666666667vw;
  }
  .p-product-text-link {
    padding: 1.3333333333vw 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-product-text-sub-title {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-product-text-sub-title {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-product-box {
  border: 1px solid #c9c9c9;
  padding: 3rem 2rem;
}

.p-product-box-inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.p-product-box-ttl {
  grid-area: 1/1/2/3;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-product-box-txt {
  grid-area: 2/1/3/2;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-product-box-img {
  grid-area: 2/2/3/3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.p-product-box-img01 img {
  width: 20rem;
  height: auto;
}

.p-product-box-list {
  background: #eee;
  margin-top: 1.5rem;
  padding: 3rem;
}
.p-product-box-list li {
  position: relative;
  padding-left: 3rem;
}
.p-product-box-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: url(../../../images/product_text/other/ico_check.png) no-repeat left top/contain;
}
.p-product-box-list li + li {
  margin-top: 1.5rem;
}

.p-product-box + .p-product-box {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-product-box {
    padding: 8vw 5.3333333333vw;
  }
  .p-product-box-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .p-product-box-ttl {
    grid-area: 1/1/2/2;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 0;
  }
  .p-product-box-txt {
    grid-area: 3/1/4/2;
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-product-box-img {
    grid-area: 2/1/3/2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-product-box-img01 img {
    width: 53.3333333333vw;
    height: auto;
  }
  .p-product-box-list {
    background: #eee;
    padding: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-product-box-list li {
    position: relative;
    padding-left: 8vw;
  }
  .p-product-box-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.6666666667vw;
    width: 4vw;
    height: 4vw;
    background: url(../../../images/product_text/other/ico_check.png) no-repeat left top/contain;
  }
  .p-product-box-list li + li {
    margin-top: 4vw;
  }
  .p-product-box + .p-product-box {
    margin-top: 8vw;
  }
}
