@charset "UTF-8";
/* --------------------------------------------
   メディセル筋膜ケア
-------------------------------------------- */
body {
  overflow: hidden;
}

.medicel-sub {
  margin-inline: auto;
  position: relative;
  width: 53.3333333333em;
  max-width: 100%;
  margin-top: -4em;
  padding: 2em 2em 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.medicel-intro dt {
  padding: 0.2em 0.5em;
  border-radius: 1.6666666667em;
  background-color: #e89f33;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
.medicel-intro dd {
  margin-top: 1em;
}

.bfaf-item__content-text {
  width: 95%;
  max-width: 29.6666666667em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}

.bfaf-item__content-title {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.2em 0;
  background-color: #eee;
  color: #5F4F37;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}
.bfaf-item + .bfaf-item.crossmark::after {
  -webkit-transform: translate(0, -20%);
  top: 50%;
  left: -5.5em;
  width: 6.4666666667em;
  height: 6em;
  transform: translate(0, -20%);
  background: url(../../images/icon_cross.png) 0 center/contain no-repeat;
}
.bfaf-item + .bfaf-item.nonmark::after {
  content: none;
}

.data-table-03 th {
  width: 29% !important;
  color: #E89F33;
  font-weight: bold !important;
}
.data-table-03 td {
  width: 52% !important;
  text-align: left !important;
}
.data-table-03 td:first-of-type {
  width: 28% !important;
  text-align: center !important;
}

.btn-set {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 2em 2em;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 53.3333333333em;
  max-width: 100%;
}
.btn-set__item {
  width: 48%;
}
.btn-set__item a {
  width: 100%;
}

.data-table-wrap.-pdnone {
  padding: 0;
}

.bf-photo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 5em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-photo + .bf-photo {
  margin-top: 3em;
}
.bf-photo__item {
  width: 26.6666666667em;
}
.bf-photo__item + .bf-photo__item {
  position: relative;
}
.bf-photo__item + .bf-photo__item::after {
  -webkit-transform: translate(0, -60%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -5.5em;
  width: 6.5em;
  height: 6em;
  transform: translate(0, -60%);
  background: url(../../images/icon_arrow_flame.png) 0 center/contain no-repeat;
  content: "";
}
.bf-photo__img {
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
}
.bf-photo__cap {
  margin-top: 0.5em;
}

.faq-intro__title {
  display: block;
  position: relative;
  padding-left: 1.4em;
}
.faq-intro__title::before {
  display: inline-block;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 1.5em;
  content: "Q";
}
.faq-intro__cnt {
  display: block;
  position: relative;
  padding-left: 1.5em;
}
.faq-intro__cnt::before {
  display: inline-block;
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 1.7em;
  font-weight: bold;
  content: "A";
}

.add-img {
  position: relative;
}
.add-img::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 17.9375em;
  height: 17.1875em;
  transform: translateY(-50%);
  background: url(../../images/img_dog_jr.png) center center/contain no-repeat;
  content: "";
}

.sns-medicel {
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 1em;
  border-radius: 10px;
  background-color: #fff;
}
.sns-medicel .sns-link {
  margin-left: 0;
}
@media screen and (max-width: 1900px) {
  /* メディセル筋膜ケア */
}
@media screen and (max-width: 1540px) {
  /* メディセル筋膜ケア */
}
@media screen and (max-width: 1260px) {
  /* メディセル筋膜ケア */
}
@media screen and (max-width: 1100px) {
  /* メディセル筋膜ケア */
}
@media screen and (max-width: 840px) {
  /* メディセル筋膜ケア */
  .data-table-wrap.-pdnone {
    padding: 2em 2em;
  }
  .add-img::before {
    width: 12.875em;
    height: 18.5625em;
  }
  .sns-medicel .sns-link {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  /* メディセル筋膜ケア */
  .medicel-main {
    overflow: hidden;
  }
  .medicel-main img {
    width: 150vw;
    max-width: initial;
  }
  .medicel-sub {
    position: static;
    margin-top: 0;
    padding: 2em 0 0;
  }
  .bfaf-item + .bfaf-item.crossmark {
    margin-top: 4em;
  }
  .bfaf-item + .bfaf-item.crossmark::after {
    -webkit-transform: translate(-50%, 0);
    top: -6em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .data-table-03 th {
    width: 100% !important;
    padding: 1.5em 0 0 !important;
    border: none;
    font-size: 1.5em !important;
  }
  .data-table-03 td {
    width: 100% !important;
    padding: 0 1em 0.7em !important;
  }
  .data-table-03 td:first-of-type {
    width: 100% !important;
    border: none;
    font-size: 1.5em;
    text-align: center !important;
  }
  .data-table-03 td:last-of-type {
    padding: 0 1em 2.7em !important;
  }
  .btn-set__item {
    width: 100%;
  }
  .bf-photo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bf-photo__item + .bf-photo__item::after {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    top: -3em;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .add-img::before {
    top: 6.5em;
    right: 1em;
    font-size: 0.5em;
  }
  .sns-medicel .sns-link {
    margin-top: 0;
  }
}