.product-details {
  padding-top: 40px;
  margin-bottom: 80px;
}

.post__time__wrap {
  display: inline-flex;
  font-size: 12px;
  border-radius: 2px;
  border: #707070 1px solid;
  color: #707070;
  padding: 4px;
}

.post__time__txt {
}

.post__time__date {
}

.product-details__ttl01 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: calc(32 / 27);
  text-align: center;
}

.product__main__img {
  margin-bottom: 20px;
}

.product-details__content {
  margin-bottom: 60px;
}

.product-details__ttl02 {
  background-color: #119cab;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  line-height: calc(24 / 20);
}

.product-details__ttl02::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 16px;
  width: 0;
  height: 0;

  border-top: 10.5px solid #119cab;

  /* 左右の透明なボーダーで「横幅」を作ります (6px + 6px = 12px) */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.common__txt {
}

.product-details__content__img__wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-details__content__img__wrap > img:not(:last-child) {
  margin-bottom: 20px;
}

.product-details__content02 {
  margin-bottom: 40px;
}

.product-details__ttl03 {
  border: 1px solid #119cab;
  padding: 10px 10px 10px 61px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  min-height: 51px;
  display: flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
  line-height: calc(24 / 20);
  margin-bottom: 20px;
}

.product-details__ttl03::before {
  content: "";
  background-color: #119cab;
  width: 51px;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* border-radius: 4px 0 0 4px; */
}

.product-details__ttl03::after {
  content: "";
  background-image: url(../img/product-details/ttl__icon.svg);
  width: 16px;
  height: 23.27px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: calc((51px - 16px) / 2);
  top: 14px;
}

.product-details__content__item01__wrap {
  margin-top: 24px;
}

.product-details__content__item01 {
  display: flex;
  font-size: 14px;
  padding: 0 10px;
  line-height: calc(24 / 14);
}

.product-details__content__item01:not(:last-child) {
  border-bottom: #707070 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product-details__content__item01__ttl {
  min-width: 70px;
  max-width: 70px;
  margin-right: 10px;
  font-weight: 700;
}

.product-details__content__item01__txt {
  font-weight: 500;
}

.product-details__content__item02 {
  margin-top: 40px;
}

.product-details__content__item02__item {
  display: flex;
  padding: 10px;
  border-radius: 8px;
  border: #707070 1px solid;
}

.product-details__content__item02
  .product-details__content__item02__item:not(:last-child) {
  margin-bottom: 20px;
}

.product-details__content__item02__item__num {
  font-size: 32px;
  color: #119cab;
  margin-right: 17px;
  font-family: "Anton", sans-serif;
  height: 49px;
  display: flex;
  align-items: center;
}

.product-details__content__item02__item__txt {
  line-height: calc(24 / 16);
}

.product-details__content__item03 {
}

.product-details__content__item03__item {
}

.product-details__content__item03
  .product-details__content__item03__item:not(:last-child) {
  margin-bottom: 20px;
}

.product-details__content__item03__item__q {
  background-color: #28c3d4;
  border-radius: 20px 20px 0 0;
  line-height: calc(24 / 16);
  padding: 10px;
  padding-right: 44px;
  display: flex;
  color: #fff;
  position: relative;
}

.product-details__content__item03__item__q::before {
  content: "";
  background-image: url(../img/product-details/faq__icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.product-details__content__item03__item__q.active::before {
  transform: rotate(180deg);
}

.product-details__content__item03__item__a {
  border-radius: 0 0 20px 20px;
  line-height: calc(32 / 16);
  padding: 10px;
  box-shadow: inset 0 0 3px #bbbbbb;
  display: none;
}

.navi_buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 830px;
  margin: 20px auto 0 auto;
}

.navi_buttons * {
  width: 144px;
  height: 40px;
  border: 1px solid #707070;
  border-radius: 2px;
  background-color: #ffffff;
  color: #707070;
  font-weight: 500;
  line-height: 37px;
  position: relative;
  cursor: pointer;
}
.navi_button--prev {
  text-align: right;
  padding-right: 20px;
}

.navi_button--next {
  padding-left: 16px;
  margin-left: auto;
}

.navi_buttons *::before {
  position: absolute;
  display: block;
  height: 12px;
  width: 6px;
  content: "";
  background-image: url(../img/navi_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.navi_button--prev::before {
  left: 11px;
}

.navi_button--next::before {
  right: 11px;
  transform: translateY(-50%) rotate(180deg) !important;
}

.share__wrap {
  display: flex;
  gap: 0 20px;
}

.share__item {
  background-color: #000;
  border-radius: 4px;
}

.share__item01 {
  width: 97px;
  max-width: 97px;
}

.share__item02 {
  width: 70px;
  max-width: 70px;
}

.share__item03 {
  width: 96px;
  max-width: 96px;
}

.pld-like-dislike-wrap {
  margin-bottom: 0;
}

.pld-like-count-wrap.pld-count-wrap {
  position: relative;
  top: -1px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.pld-like-dislike-wrap .pld-common-wrap {
  display: flex;
  margin-right: 0;
  align-items: center;
}

.pld-like-dislike-wrap.pld-custom img {
  position: relative;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 4px;
  top: 0px;
  width: 14px;
}

.pld-like-wrap.pld-common-wrap a::after {
  position: relative;
  top: 0px;
  font-weight: 500;
  content: "いいね！";
  color: white;
  font-size: 12px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .product-details {
    margin: 0 auto;
    padding-top: 138px;
    margin-bottom: 200px;
    max-width: 1128px;
  }

  .post__time__content {
    width: 100%;
    text-align: right;
  }

  .post__time__wrap {
    display: inline-flex;
    font-size: 12px;
    border-radius: 2px;
    border: #707070 1px solid;
    color: #707070;
    padding: 4px;
  }

  .post__time__txt {
  }

  .post__time__date {
  }

  .product-details__inner {
    max-width: 936px;
    margin: 0 auto;
  }

  .product-details__ttl01 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 59px;
    margin-bottom: 64px;
    line-height: calc(32 / 27);
    text-align: center;
  }

  .product__main__img {
    margin-bottom: 64px;
  }

  .product-details__content {
    margin-bottom: 60px;
  }

  .product-details__ttl02 {
    background-color: #119cab;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    line-height: calc(24 / 20);
  }

  .product-details__ttl02::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 16px;
    width: 0;
    height: 0;

    border-top: 10.5px solid #119cab;

    /* 左右の透明なボーダーで「横幅」を作ります (6px + 6px = 12px) */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }

  .common__txt {
  }

  .product-details__content__img__wrap {
    margin-top: 32px;
    margin-bottom: 64px;
    display: flex;
  }

  .product-details__content__img__wrap > img {
    width: calc((100% - 24px) / 2);
  }

  .product-details__content__img__wrap > img:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .product-details__content02 {
    margin-bottom: 64px;
  }

  .product-details__ttl03 {
    border: 1px solid #119cab;
    padding: 10px 10px 10px 61px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    min-height: 51px;
    display: flex;
    align-items: center;
    border-radius: 4px 0 0 4px;
    line-height: calc(24 / 20);
    margin-bottom: 24px;
  }

  .product-details__ttl03::before {
    content: "";
    background-color: #119cab;
    width: 51px;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* border-radius: 4px 0 0 4px; */
  }

  .product-details__ttl03::after {
    content: "";
    background-image: url(../img/product-details/ttl__icon.svg);
    width: 16px;
    height: 23.27px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: calc((51px - 16px) / 2);
    top: 14px;
  }

  .product-details__content__item01__wrap {
    margin-top: 24px;
  }

  .product-details__content__item01 {
    display: flex;
    font-size: 16px;
    padding: 0 24px;
    line-height: 2;
  }

  .product-details__content__item01:not(:last-child) {
    border-bottom: #707070 1px solid;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .product-details__content__item01__ttl {
    min-width: 96px;
    max-width: 96px;
    margin-right: 24px;
    font-weight: 700;
  }

  .product-details__content__item01__txt {
    font-weight: 500;
  }

  .product-details__content__item02 {
    margin-top: 45px;
  }

  .product-details__content__item02__item {
    display: flex;
    padding: 16px;
    border-radius: 8px;
    border: #707070 1px solid;
  }

  .product-details__content__item02
    .product-details__content__item02__item:not(:last-child) {
    margin-bottom: 24px;
  }

  .product-details__content__item02__item__num {
    font-size: 40px;
    color: #119cab;
    margin-right: 23px;
    font-family: "Anton", sans-serif;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .product-details__content__item02__item__txt {
    line-height: calc(32 / 20);
    font-size: 20px;
  }

  .product-details__content__item03 {
  }

  .product-details__content__item03__item {
  }

  .product-details__content__item03
    .product-details__content__item03__item:not(:last-child) {
    margin-bottom: 32px;
  }

  .product-details__content__item03__item__q {
    background-color: #28c3d4;
    border-radius: 20px 20px 0 0;
    line-height: calc(24 / 16);
    padding: 16px;
    padding-right: 56px;
    display: flex;
    color: #fff;
    position: relative;
    font-size: 20px;
  }

  .product-details__content__item03__item__q::before {
    content: "";
    background-image: url(../img/product-details/faq__icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
  }

  .product-details__content__item03__item__q.active::before {
    transform: rotate(180deg);
  }

  .product-details__content__item03__item__a {
    border-radius: 0 0 20px 20px;
    line-height: calc(32 / 16);
    padding: 16px;
    box-shadow: inset 0 0 3px #bbbbbb;
    display: none;
  }

  .navi_buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: none;
    margin: 24px auto 0 auto;
  }

  .navi_buttons * {
    width: 144px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 2px;
    background-color: #ffffff;
    color: #707070;
    font-weight: 500;
    line-height: 37px;
    position: relative;
    cursor: pointer;
  }

  .navi_buttons div:first-child {
    text-align: right;
    padding-right: 20px;
  }

  .navi_buttons div:last-child {
    padding-left: 16px;
  }

  .navi_buttons *::before {
    position: absolute;
    display: block;
    height: 12px;
    width: 6px;
    content: "";
    background-image: url(../img/navi_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
  }

  .navi_buttons div:first-child::before {
    left: 11px;
  }

  .navi_buttons div:last-child::before {
    right: 11px;
    transform: translateY(-50%) rotate(180deg);
  }
}
