@charset "utf-8";
/* 追従 */
.floating-btn {
    position: fixed;
    bottom: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    z-index: 1000;
    pointer-events: none;
    width: 100%;
    padding: 0;
    background-color: rgb(0, 0, 0, 0.6);
    max-width: 100%;
}

.floating-btn img {
    animation: anime1 0.8s ease 0s infinite alternate;
    max-width: 450px;
    margin: auto;
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
}

.floating-btn.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 100%;
    margin: auto;
}

.floating-btn.hide {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none; /* 非表示時にクリック不可に */
}

@media screen and (max-width: 750px) {
    .floating-btn img {
        width: 90%;
    }
}

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}


* {
  box-sizing: border-box;
}

b,
body,
fieldset,
h1,
h2,
h4,
html,
img,
legend,
li,
main,
p,
strong,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #333;
  font-size: 14px;
  font-family: 'Roboto', sans-serif, 'ヒラギノ角ゴシック Pro',
    'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic';
  width: 100%;
  margin: 0 auto;
  background-image: url(https://tengahealthcare.com/lp-parts/sourou/webp/bg-all.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 85px;
}

main {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-type: none !important;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: top;
}

:root {
  --vh: 1vh;
}

html {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* header */
.p-logo {
    position: relative;
    margin: 0 auto;
    max-width: 130px;
    top: -35px;
}

@media screen and (min-width: 768px) {
    .p-logo {
        max-width: 230px;
        top: -50px;
    }
}

.p-product-cart {
  z-index: 10;
}

.p-product-detail__content {
  padding: 0;
  background: #fff;
}

.c-container--very-thin {
  max-width: 980px;
  padding: 0 20px;
}

.purchese_type {
  margin: 0 0 40px 0;
}

.campaign-banner {
  text-align: center;
}
.campaign-banner img {
  width: 100%;
  box-sizing: border-box;
}

.campaign-label {
  background: #ffd748;
  color: #d10000;
  text-align: center;
  font-size: 16px;
  grid-row: 1/1;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  font-weight: bold;
  margin-bottom: 6px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/1;
}

.p-product-detail__data-title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/2;
}

.p-product-detail__data-desc {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/3;
}

.p-product-detail__data-amount {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/4;
}

.p-product-detail__data-actions {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/5;
}

@media screen and (max-width: 767.98px) {
  .campaign-label {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/1;
    font-size: 14px;
    width: auto;
  }

  .p-product-detail__data-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 2/2;
  }

  .p-product-detail__data-title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/2;
  }

  .p-product-detail__data-desc {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/3;
  }

  .p-product-detail__data-amount {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/4;
  }

  .p-product-detail__data-actions {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/5;
  }
}

/* contents */

.c-container {
  max-width: 1210px;
  margin: 0 auto;
}

.c-container--thin {
  max-width: 1110px;
}

.c-container--very-thin {
  max-width: 980px;
}

.c-container--rel {
  position: relative;
}

.c-editable {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  color: #252525;
  padding-bottom: 40px;
}

@media screen and (max-width: 767.98px) {
  .c-editable {
    font-size: 3.646vw;
    letter-spacing: 0.365vw;
  }
}

.c-editable p,
.c-editable ul {
  margin-top: 30px;
}

@media screen and (max-width: 767.98px) {
  .c-editable p,
  .c-editable ul {
    margin-top: 6.511vw;
  }
}

.c-editable p:first-child,
.c-editable ul:first-child {
  margin-top: 0;
}

.c-editable strong {
  font-weight: 600;
}

.c-editable a {
  color: #59b9b2;
  text-decoration: underline;
  word-wrap: break-word;
}

.c-editable a:hover {
  text-decoration: none;
}

.c-editable hr {
  border: none;
  height: 1px;
  background: #86939b;
  padding: 0;
  margin: 50px 0;
}

@media screen and (max-width: 767.98px) {
  .c-editable hr {
    margin: 13.022vw 0;
  }
}

.c-editable hr:first-child {
  margin-top: 0;
}

.c-editable ul {
  padding: 0 0 0 2em;
}

.c-editable ul li {
  list-style: disc;
}

.c-editable h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.8px;
  color: #252525;
  padding-left: 40px;
  margin: 60px 0 30px;
  position: relative;
  background-color: #e6f6fd;
}

@media screen and (max-width: 767.98px) {
  .c-editable h2 {
    font-size: 5.209vw;
    letter-spacing: 0.521vw;
    padding-left: 5.99vw;
    margin: 14.324vw 0 6.511vw;
  }
}

.c-editable h2:first-child {
  margin-top: 0;
}

.c-editable h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: url(../img/common/icn_3line_01.svg) repeat-y 0 0;
  width: 21px;
  height: 28px;
}

@media screen and (max-width: 767.98px) {
  .c-editable h2:before {
    width: 3.386vw;
    background-size: 3.386vw;
    height: 5.209vw;
    top: 2.084vw;
  }
}

.c-editable h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 2.8px;
  margin: 60px 0 30px;
}

.c-editable h4:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  .c-editable h4 {
    font-size: 5.209vw;
    line-height: 1.4;
    letter-spacing: 0.521vw;
    margin: 10.417vw 0 5.209vw;
  }
}

.c-editable .aligncenter {
  text-align: center;
}

.c-editable img.aligncenter {
  display: block;
  margin: 0 auto;
}

.p-column-detail {
  background: #fff;
  position: relative;
  padding: 110px 0 0;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail {
    padding: 19.011vw 0 0;
  }
}

.p-column-detail:before {
  top: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 310px;
  background-color: #b1dbdb;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail:before {
    height: 49.481vw;
  }
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__inner {
    padding: 0 5.209vw;
  }
}

.p-column-detail__image {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__image {
    padding: 0 5.209vw;
    margin-bottom: 7.813vw;
  }
}

.p-column-detail__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 2.8px;
  color: #252525;
  padding-bottom: 35px;
  border-bottom: 2px solid #252525;
  margin-bottom: 35px;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__title {
    font-size: 5.209vw;
    line-height: 1.4;
    letter-spacing: 0.521vw;
    border-width: 0.521vw;
    padding-bottom: 6.511vw;
    margin-bottom: 7.162vw;
  }
}

.p-page {
  background: #fff;
}

/* @media screen and (max-width: 767.98px) {
  .p-page {
    padding-top: 18.23vw;
  }
} */

.p-page__body .p-column-detail__body a {
  word-break: break-all;
}

.c-editable h2 {
  border-bottom: 2px solid #59b9b1;
}

/* lp contents */

.contentbox {
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
  margin: 0 auto;
}
.contentbox img {
  display: block;
}
.contentbox .block {
  width: 100%;
}

/* device displaying */
.disp_none {
  display: none;
}

/* text */
.al_center {
  text-align: center;
}
.posi_relative {
  position: relative;
}

/* header */

/* gnav_btn */

/* gnav */

/* cvbtn_bottomfix */

/* mv */


.sec03_acordion {
  cursor: pointer;
}
.sec03_acordion img {
  transition: all 0.3s ease;
}
.sec03_acordion:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.sec03_shortprogram {
  padding-bottom: 17vw;
}
.sec03_shortprogram02 .text {
  top: 17vw;
  left: 17vw;
  width: 77vw;
}
.sec03_shortprogram02 .text p {
  margin-bottom: 9vw;
  font-size: 3.7vw;
  line-height: 165%;
  font-family: 'Noto Serif JP', serif;
}
.sec03_shortprogram02 .text p:first-child {
  margin-left: 31vw;
}
.sec03_longprogram02 .text {
  top: 21vw;
  left: 17vw;
}
.sec03_longprogram02 .text p {
  margin-bottom: 9vw;
  font-size: 3.7vw;
  line-height: 165%;
  font-family: 'Noto Serif JP', serif;
}
.sec03_longprogram02 .text p:first-child {
  margin-left: 30vw;
}
.sec03_shortprogram_howto .text {
  width: 80vw;
  top: 95vw;
  left: 10vw;
}
.sec03_longprogram_wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.sec03_longprogram_howto .text {
  width: 80vw;
  top: 33vw;
  left: 10vw;
}



.sec03_acordion img {
  width: 100%;
  margin: 0;
}
.sec03_shortprogram {
  padding-bottom: 125px;
}
.sec03_shortprogram02 .text {
  width: 380px;
  top: 60px;
  left: calc(50% - 95px);
}
.sec03_shortprogram02 .text p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 160%;
}
.sec03_shortprogram02 .text p:first-child {
  margin-left: 0;
}
.sec03_longprogram02 .text {
  width: 400px;
  top: 60px;
  left: calc(50% - 95px);
}
.sec03_longprogram02 .text p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 160%;
}
.sec03_longprogram02 .text p:first-child {
  margin-left: 0;
}
.sec03_shortprogram_howto .text {
  width: 600px;
  top: 275px;
  left: calc(50% - 300px);
}
.sec03_longprogram_wrapper::after {
  left: calc(50% - 325px);
  width: 650px;
}
.sec03_longprogram_howto .text {
  width: 600px;
  top: 140px;
  left: calc(50% - 300px);
}

.sec03_shortprogram02 .text {
  width: 535px;
  top: 85px;
  left: calc(50% - 130px);
}
.sec03_shortprogram02 .text p {
  margin-bottom: 50px;
  font-size: 18px;
}
.sec03_longprogram02 .text {
  width: 535px;
  top: 85px;
  left: calc(50% - 130px);
}
.sec03_longprogram02 .text p {
  margin-bottom: 47px;
  font-size: 18px;
}
.sec03_longprogram_wrapper::after {
  left: calc(50% - 500px);
  width: 1000px;
  height: 2px;
}
.sec03_shortprogram_howto {
  margin-top: 10px;
}
.sec03_shortprogram_howto .text {
  width: 870px;
  top: 400px;
  left: calc(50% - 435px);
}
.sec03_longprogram_howto .text {
  width: 870px;
  top: 205px;
  left: calc(50% - 435px);
}

/* Q&A */
.qahead img {
  margin: 0 auto;
}
.qabox_wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.qabox {
  display: flex;
}
.qbox {
  position: relative;
  cursor: pointer;
}
.qbox::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  width: 44px;
  height: 22px;
  background: url('https://lpdev.tengahealthcare.com/sourou-a/images/qa-arrpw-close.svg')
    0 0 / 100% auto no-repeat;
}
.qbox.open::after {
  background: url('https://lpdev.tengahealthcare.com/sourou-a/images/qa-arrpw-open.svg')
    0 0 / 100% auto no-repeat;
}
.abox {
  margin-top: 20px;
}
.qaico {
  width: 70px;
  margin-right: 20px;
}
.qatext {
  width: 73%;
}
.qatitle {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.qatitle a,
.qatext p a {
  color: #666;
  text-decoration: underline;
}
.qatext p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 185%;
}
@media print, screen and (max-width: 1000px) {
  .qaarea {
    background: #fff;
  }
  .qahead img {
    width: 100%;
  }
  .qabox_wrapper {
    padding: 15px 0 20px;
    border-bottom: 1px solid #000;
  }
  .qbox::after {
    top: 15px;
    right: 5px;
    width: 15px;
    height: 10px;
  }
  .abox {
    margin-top: 10px;
  }
  .qaico {
    width: 40px;
    margin-right: 10px;
  }
  .qaico img {
    width: 40px;
  }
  .qatext {
    width: calc(100% - 80px);
  }
  .qatitle {
    padding-top: 8px;
    font-size: 15px;
  }
  .qatext p {
    margin-top: 10px;
    font-size: 12px;
  }
}

@keyframes sizescale {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cvbtn {
  width: 100%;
  margin: 0 auto 0;
  /* padding: 6vw 0; */
}

.sec03_longprogram .cvbtn {
  width: 100%;
  margin: 0 auto 0;
  padding: 5vw 0;
}
.cvbtn img {
  display: block;
  width: 100%;
  animation: sizescale 0.8s ease 0.2s alternate infinite;
  transition: all 0.3s ease;
}
.cvbtn:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.purchese_here {
  margin-top: 12vw;
  margin-bottom: -11vw;
  font-size: 5vw;
  font-weight: 700;
}
.purchese_type {
  /* margin: -5vw -5.209vw 10vw; */
  padding: 2.7vw 0;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  background: #00aba1;
}
@media (min-width: 768px) {
  .purchese_here {
    margin-top: 90px;
    margin-bottom: -85px;
    font-size: 25px;
  }
  .purchese_type {
    margin: 20px 0 75px;
    padding: 15px 0;
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  .purchese_here {
    font-size: 36px;
  }
}

footer {
  background-color: #28b2ab;
  padding: 70px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
footer img {
  max-width: 100px;
  height: auto;
  margin: auto;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 30px 0;
  }
}

.footer_link {
  margin-bottom: 40px;
}
.footer_link li {
  display: inline-block;
  padding: 0 20px;
  border-right: 2px solid #fff;
}
.footer_link li:last-child {
  border-right: 0px;
}
@media screen and (max-width: 1000px) {
  .footer_link {
    font-size: 12px;
  }
}

.copy {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .copy {
    font-size: 8px;
  }
}

@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(2px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}

.resulttext p {
  margin-top: 20px;
  line-height: 170%;
}
@media print, screen and (min-width: 1000px) {
  .resulttext p {
    font-size: 110%;
    text-align: center;
  }
}

/* --------------------------------------------------
  Modal Window
-------------------------------------------------- */
.modal-window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  /*  Background for retina  */
}

.modal-window .content {
  display: inline-block;
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100%;
  max-height: 80%;
  padding: 0;
  overflow-y: auto;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.5s;
}

.modal-window .content > div {
  padding: 40px;
}
@media print, screen and (max-width: 1000px) {
  .modal-window .content > div {
    padding: 40px 20px;
  }
}

.modal-window .close {
  position: absolute;
  right: 2%;
  top: 4vh;
  width: 120px;
  background: #333;
  border: #ddd solid 2px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.modal-window .close:hover {
  background: #111;
}

/* ========== modal ========== */
.modal_lock.is-locked {
  position: fixed;
  width: 100%;
}
.modalBtn {
  cursor: pointer;
  border: none;
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  .modalBtn {
    width: 1100px;
    margin: 0 auto 0 calc(50% - 550px);
  }
}
@media (min-width: 1100px) {
  .modalBtn {
    width: 1600px;
    margin: 0 auto 0 calc(50% - 800px);
  }
}

.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
.modal_inner {
  margin: auto;
  width: 89.33%;
  max-width: 450px;
  position: relative;
}

.slide-arrow {
  position: absolute;
}
.next-arrow {
  width: 60px !important;
  right: 6.67vw;
  bottom: 6.67vw;
}
@media (min-width: 768px) {
  .next-arrow {
    right: 50px;
    bottom: 50px;
  }
}

b,
body,
caption,
code,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
html,
i,
img,
label,
legend,
li,
main,
menu,
object,
p,
q,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

footer,
main,
menu {
  display: block;
}

ul {
  list-style: none;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  margin: 0;
}
input,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  outline: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
}
:root {
  --vh: 1vh;
}

a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea {
  border-radius: 0;
}

.c-container {
  max-width: 1210px;
  margin: 0 auto;
}

.c-container--thin {
  max-width: 1110px;
}

.c-container--very-thin {
  max-width: 980px;
}

.c-container--rel {
  position: relative;
}

.c-editable {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.4px;
  color: #252525;
}

@media screen and (max-width: 767.98px) {
  .c-editable {
    font-size: 3.646vw;
    letter-spacing: 0.365vw;
  }
}

.c-editable p,
.c-editable ul {
  margin-top: 30px;
}

@media screen and (max-width: 767.98px) {
  .c-editable p,
  .c-editable ul {
    margin-top: 6.511vw;
  }
}

.c-editable p:first-child,
.c-editable ul:first-child {
  margin-top: 0;
}

.c-editable strong {
  font-weight: 600;
}

.c-editable a {
  color: #59b9b2;
  text-decoration: underline;
}

.c-editable a:hover {
  text-decoration: none;
}

.c-editable hr {
  border: none;
  height: 1px;
  background: #86939b;
  padding: 0;
  margin: 50px 0;
}

@media screen and (max-width: 767.98px) {
  .c-editable hr {
    margin: 13.022vw 0;
  }
}

.c-editable hr:first-child {
  margin-top: 0;
}

.c-editable ul {
  padding: 0 0 0 2em;
}

.c-editable ul li {
  list-style: disc;
}

.c-editable h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2.8px;
  color: #252525;
  padding-left: 40px;
  margin: 60px 0 30px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .c-editable h2 {
    font-size: 5.209vw;
    letter-spacing: 0.521vw;
    padding-left: 5.99vw;
    margin: 14.324vw 0 6.511vw;
  }
}

.c-editable h2:first-child {
  margin-top: 0;
}

.c-editable h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_3line_01.svg)
    repeat-y 0 0;
  width: 21px;
  height: 28px;
}

@media screen and (max-width: 767.98px) {
  .c-editable h2:before {
    width: 3.386vw;
    background-size: 3.386vw;
    height: 5.209vw;
    top: 2.084vw;
  }
}

.c-editable h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  padding-left: 30px;
  margin: 60px 0 30px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .c-editable h3 {
    font-size: 3.646vw;
    letter-spacing: 0.365vw;
    padding-left: 4.688vw;
    margin: 14.324vw 0 6.511vw;
  }
}

.c-editable h3:first-child {
  margin-top: 0;
}

.c-editable h3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../img/common/icn_2line_01.svg) repeat-y 0 0;
  width: 13px;
  height: 24px;
}

@media screen and (max-width: 767.98px) {
  .c-editable h3:before {
    width: 2.084vw;
    background-size: 2.084vw;
    height: 3.646vw;
    top: 1.693vw;
  }
}

.c-editable h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 2.8px;
  margin: 60px 0 30px;
}

.c-editable h4:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.98px) {
  .c-editable h4 {
    font-size: 5.209vw;
    line-height: 1.4;
    letter-spacing: 0.521vw;
    margin: 10.417vw 0 5.209vw;
  }
}

.c-editable .aligncenter {
  text-align: center;
}

.c-editable img.aligncenter {
  display: block;
  margin: 0 auto;
}

.c-editable .data {
  background: #fcfaf0;
  padding: 40px;
  margin: 60px 0;
}

@media screen and (max-width: 767.98px) {
  .c-editable .data {
    padding: 5.209vw;
    margin: 15.626vw 0;
  }
}

.c-editable .data:first-child {
  margin-top: 0;
}

.c-editable .index {
  margin: 50px 0;
  font-size: 16px;
  padding: 35px 40px;
  background: #fcfaf0;
  line-height: 1.71;
  counter-reset: num;
}

@media screen and (max-width: 767.98px) {
  .c-editable .index {
    margin: 13.022vw 0;
    font-size: 3.646vw;
    padding: 7.813vw 5.209vw;
  }
}

.c-editable .index:first-child {
  margin-top: 0;
}

.c-editable .index li {
  padding-left: 50px;
  display: flex;
  position: relative;
  counter-increment: num;
  margin-top: 20px;
  list-style: none !important;
}

@media screen and (max-width: 767.98px) {
  .c-editable .index li {
    padding-left: 11.98vw;
    margin-top: 6.511vw;
  }
}

.c-editable .index li:first-child {
  margin-top: 0;
}

.c-editable .index li:before {
  position: absolute;
  left: 0;
  font-weight: 600;
  content: 'Q' counter(num) '.';
  min-width: 50px;
}

@media screen and (max-width: 767.98px) {
  .c-editable .index li:before {
    min-width: 11.98vw;
  }
}

/* ここまで */

.p-assoc-product__section {
  margin-top: 120px;
}

@media screen and (max-width: 767.98px) {
  .p-assoc-product__section {
    margin-top: 16.439vw;
  }
}

.p-assoc-product__section-header {
  background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_3line_01.svg)
    repeat-y 0 0/21px;
  padding-left: 60px;
}

@media screen and (max-width: 767.98px) {
  .p-assoc-product__section-header {
    margin-left: 5.209vw;
    background-size: 3.386vw;
    padding-left: 7.813vw;
  }
}

.p-assoc-product__section-title {
  font-size: 40px;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767.98px) {
  .p-assoc-product__section-title {
    font-size: 7.292vw;
    letter-spacing: 0.584vw;
  }
}

.p-assoc-product__section-sub-title {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767.98px) {
  .p-assoc-product__section-sub-title {
    margin-top: 2.084vw;
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
  }
}

.p-assoc-product__products-item {
  margin-top: 30px;
}

@media screen and (max-width: 767.98px) {
  .p-assoc-product__products-item {
    margin-top: 10.417vw;
  }
}

.p-column-detail {
  background: #fff;
  position: relative;
  padding: 110px 0 0;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail {
    padding: 19.011vw 0 0;
  }
}

.p-column-detail:before {
  top: 0;
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 310px;
  background-color: #b1dbdb;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail:before {
    height: 49.481vw;
  }
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__inner {
    padding: 0 5.209vw;
  }
}

.p-column-detail__image {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__image {
    padding: 0 5.209vw;
    margin-bottom: 7.813vw;
  }
}

.p-column-detail__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 2.8px;
  color: #252525;
  padding-bottom: 35px;
  border-bottom: 2px solid #252525;
  margin-bottom: 35px;
}

@media screen and (max-width: 767.98px) {
  .p-column-detail__title {
    font-size: 5.209vw;
    line-height: 1.4;
    letter-spacing: 0.521vw;
    border-width: 0.521vw;
    padding-bottom: 6.511vw;
    margin-bottom: 7.162vw;
  }
}

.p-product-cart {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 60;
  background: #59b9b2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart {
    width: 100%;
    margin: 0 -5.208vw;
    padding: 3.126vw 5.209vw;
    display: grid;
    height: auto;
    grid-template-columns: 10.417vw 1fr 50%;
    grid-template-rows: 1fr 1fr;
  }
}

.p-product-cart__icon {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background: url(https://tengahealthcare.com/cms/wp-content/themes/tenga/assets/img/common/icn_cart_01.svg)
    no-repeat 50%/28px;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    background-size: 5.469vw;
    width: 5.469vw;
    height: 5.469vw;
  }
}

.p-product-cart__icon-num {
  right: -10px;
  top: -10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5d855;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 1px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__icon-num {
    width: 4.688vw;
    height: 4.688vw;
    font-size: 2.605vw;
  }
}

.p-product-cart__label {
  color: #fff;
  margin-right: 30px;
  font-size: 10px;
  line-height: 1.32;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__label {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0;
    font-size: 2.605vw;
    letter-spacing: 0.391vw;
  }
}

.p-product-cart__price {
  color: #fff;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__price {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

.p-product-cart__price-num {
  font-size: 34px;
  line-height: 1.21;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__price-num {
    font-size: 5.209vw;
    letter-spacing: 0.261vw;
  }
}

.p-product-cart__price-num:before {
  content: '¥';
}

.p-product-cart__price-unit {
  font-size: 12px;
  font-family: 600;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__price-unit {
    margin-bottom: 1.563vw;
    margin-left: 1.823vw;
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
  }
}

.p-product-cart__actions {
  margin-left: 60px;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__actions {
    margin: 0;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}

.p-product-cart__actions-btn {
  color: #252525;
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #e5d855;
  border: 1px solid #e5d855;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1.4px;
  font-family: inherit;
  font-weight: 600;
  position: relative;
  backface-visibility: hidden;
  transition: background 0.25s ease 0s, color 0.25s ease 0s,
    border-color 0.25s ease 0s;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__actions-btn {
    width: 100%;
    height: 13.022vw;
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
  }
}

.p-product-cart__actions-btn:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  backface-visibility: hidden;
  transition: border-color 0.25s ease 0s;
}

@media screen and (max-width: 767.98px) {
  .p-product-cart__actions-btn:after {
    width: 1.303vw;
    height: 1.303vw;
    border-width: 0.521vw;
    right: 5.209vw;
  }
}

.p-product-cart__actions-btn:hover {
  border-color: #59b9b2;
  color: #59b9b2;
  background: #fff;
}

.p-product-cart__actions-btn:hover:after {
  border-color: #59b9b2;
}

.p-product-detail__content {
  /* padding: 20px; */
  background: #fff;
}

/* @media screen and (max-width: 767.98px) {
  .p-product-detail__content {
    padding: 0 5.209vw 0;
  }
} */

.p-product-detail__data {
  display: grid;
  grid-template-columns: 343px 1fr;
  grid-template-rows: auto auto auto auto 1fr;
  flex-grow: 1;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data {
    padding: 0 5.209vw;
    grid-template-columns: 36.46vw 1fr;
  }
}

.p-product-detail__data[data-loading='1'] {
  pointer-events: none;
  opacity: 0.7;
}

.p-product-detail__data-image {
  width: 283px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  margin-top: -50px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 33.856vw;
  }
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-image {
    margin-top: 0;
  }
}

.p-product-detail__data-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 1.8px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-title {
    font-size: 4.5vw;
    letter-spacing: 0.05em;
  }
}

.p-product-detail__data-desc {
  padding-top: 15px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1.71;
  letter-spacing: 1.4px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 2/4;
    padding-top: 4.558vw;
    padding-bottom: 4.558vw;
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
  }
}

.p-product-detail__data-amount {
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #252525;
  padding: 40px 0 5px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.p-product-detail__data-amount.pt0 {
  padding-top: 10px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    border-top-width: 0.261vw;
    padding: 2.605vw 0;
  }
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount {
    padding: 10vw 0 2vw;
  }
}

.p-product-detail__data-soryo {
  position: absolute;
  top: 20px;
  left: 0;
}

.p-product-detail__data-soryo span.soryo01 {
  padding: 3px 8px;
  margin-right: 10px;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.p-product-detail__data-soryo span.soryo02 {
  font-size: 18px;
  text-decoration: line-through;
}

.p-product-detail__data-soryo span.soryo03 {
  font-size: 13px;
}

@media screen and (max-width: 375px) {
  .p-product-detail__data-soryo {
    top: 4vw;
  }

  .p-product-detail__data-soryo span.soryo01 {
    font-size: 2.93vw;
  }

  .p-product-detail__data-soryo span.soryo02 {
    font-size: 3.73vw;
  }

  .p-product-detail__data-soryo span.soryo03 {
    font-size: 2.7vw;
  }
}

.p-product-detail__data-amount-price {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.p-product-detail__data-amount-price-num {
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0;
  color: #ff0000;
}

.pt0 .p-product-detail__data-amount-price-num {
  color: #000000;
}

.p-product-detail__data-amount-price-num span {
  font-size: 16px;
  color: #000000;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount-price-num {
    font-size: 5.3vw;
    left: 0.469vw;
  }

  .p-product-detail__data-amount-price-num span {
    font-size: 3.6vw;
  }
}

.p-product-detail__data-amount-price-tax {
  font-size: 10px;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount-price-tax {
    font-size: 2.605vw;
    letter-spacing: 0.261vw;
  }
}

.p-product-detail__data-amount-count {
  margin-left: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount-count {
    margin-left: 2vw;
  }
}

.p-product-detail__data-amount-count-label {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-right: 5px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount-count-label {
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
    margin-right: 1.303vw;
  }
}

.p-product-detail__data-amount-count-field {
  border: 1px solid #252525;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 2px;
  width: 50px;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-amount-count-field {
    font-size: 3.73vw;
    letter-spacing: 0;
    width: 8vw;
    height: 7vw;
  }
}

.p-product-detail__data-actions {
  border-top: 1px solid #252525;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-actions {
    justify-content: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    padding-top: 5.209vw;
    border-top-width: 0.521vw;
  }
}

.p-product-detail__data-actions-btn {
  width: 270px;
  height: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #59b9b2;
  text-align: center;
  font-size: 19px;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  margin-right: 90px;
  cursor: pointer;
  border: 1px solid #59b9b2;
  backface-visibility: hidden;
  transition: background 0.25s ease 0s, color 0.25s ease 0s,
    border-color 0.25s ease 0s;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-actions-btn {
    width: 67.711vw;
    height: 13.022vw;
    margin: 0;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}

.p-product-detail__data-actions-btn svg {
  width: 16px;
  margin-left: 6px;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-actions-btn svg {
    margin-left: 1.303vw;
    width: 4.688vw;
  }
}

.p-product-detail__data-actions-btn:hover {
  background: #fff;
  border-color: #59b9b2;
  color: #59b9b2;
}

.p-product-detail__data-actions-note {
  width: 100%;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #707f89;
}

@media screen and (max-width: 767.98px) {
  .p-product-detail__data-actions-note {
    text-align: left;
    width: 100%;
    margin-top: 5.209vw;
    font-size: 3.126vw;
    letter-spacing: 0.313vw;
  }
}

/* @media print,screen and (min-width:768px){.p-recommended-product__products-navi{display:none}}@media screen and (max-width:767.98px){.p-recommended-product__products-navi{position:absolute;top:calc(50% - 33.856vw);z-index:10;width:100%}  .p-recommended-product__products-navi-item{position:absolute;display:flex;align-items:center;justify-content:center;left:5.209vw;width:10.417vw;height:10.417vw;border-radius:100%;background:#59b9b2;outline:none} .p-recommended-product__products-navi-item:after{content:"";position:relative;display:block;width:1.303vw;height:1.303vw;border-top:.521vw solid #fff;border-right:.521vw solid #fff;transform:rotate(-135deg);left:.391vw} */

.p-recommended-product__products-item-amount-count-field {
  border: 1px solid #252525;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  width: 80px;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 767.98px) {
  .p-recommended-product__products-item-amount-count-field {
    font-size: 3.646vw;
    width: 15.626vw;
    height: 8.855vw;
    padding: 0 1.303vw;
  }
}

.p-page__body .p-column-detail__body a {
  word-break: break-all;
}

footer {
  background-color: #28b2ab;
  padding: 70px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
footer img {
  max-width: 100px;
  height: auto;
  margin: auto;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 30px 0;
  }
}

.footer_link {
  margin-bottom: 40px;
}
.footer_link li {
  display: inline-block;
  padding: 0 20px;
  border-right: 2px solid #fff;
}
.footer_link li:last-child {
  border-right: 0px;
}
@media screen and (max-width: 1000px) {
  .footer_link {
    font-size: 12px;
  }
}

.copy {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .copy {
    font-size: 8px;
  }
}





@media (min-width: 1100px) {
            .gnav {
                display: block !important;
            }
        }

        .p-product-cart {
            z-index: 10;
        }

        .p-product-detail__content {
            padding: 0;
            background: #fff;
        }

        .c-container--very-thin {
            max-width: 980px;
            padding: 0 20px;
        }

        .purchese_type {
            margin: 0 0 40px 0;
        }

        .point {
            text-align: center;
            padding: 0px;
        }

        .campaign-banner {
            text-align: center;
            max-width: 980px;
            margin: 0 auto;
        }
        .campaign-banner .pc {
            max-width: 1200px;
            margin: auto;
        }
        .campaign-banner img {
            width: 100%;
            box-sizing: border-box;
        }
        .campaign-banner .sp {
            padding: 10px;
        }

        .campaign-label {
            background: #ffd748;
            color: #d10000;
            text-align: center;
            font-size: 16px;
            grid-row: 1/1;
            display: inline;
            width: fit-content;
            padding: 4px 10px;
            font-weight: bold;
            margin-bottom: 6px;
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/1;
        }

        .p-product-detail__data-title {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-row: 2/2;
        }

        .p-product-detail__data-desc {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 3/3;
        }

        .p-product-detail__data-amount {
            -ms-grid-column: 4;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 4;
            -ms-grid-row-span: 1;
            grid-row: 4/4;
        }

        .p-product-detail__data-actions {
            -ms-grid-column: 5;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 5;
            -ms-grid-row-span: 1;
            grid-row: 5/5;
        }

        @media screen and (max-width: 767.98px) {
            .campaign-label {
                -ms-grid-column: 1;
                -ms-grid-column-span: 1;
                grid-column: 1/3;
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                grid-row: 1/1;
                font-size: 14px;
                width: auto;
            }

            .p-product-detail__data-image {
                -ms-grid-row: 1;
                -ms-grid-row-span: 1;
                grid-row: 2/2;
            }

            .p-product-detail__data-title {
                -ms-grid-column: 2;
                -ms-grid-column-span: 1;
                grid-column: 2/3;
                -ms-grid-row: 2;
                -ms-grid-row-span: 1;
                grid-row: 2/2;
            }

            .p-product-detail__data-desc {
                -ms-grid-column: 3;
                -ms-grid-column-span: 1;
                grid-column: 1/3;
                -ms-grid-row: 3;
                -ms-grid-row-span: 1;
                grid-row: 3/3;
            }

            .p-product-detail__data-amount {
                -ms-grid-column: 4;
                -ms-grid-column-span: 1;
                grid-column: 1/3;
                -ms-grid-row: 4;
                -ms-grid-row-span: 1;
                grid-row: 4/4;
            }

            .p-product-detail__data-actions {
                -ms-grid-column: 5;
                -ms-grid-column-span: 1;
                grid-column: 1/3;
                -ms-grid-row: 5;
                -ms-grid-row-span: 1;
                grid-row: 5/5;
            }
        }

.annotation {
  font-size: 10px;
  margin-bottom: 10px;
}