@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

.medicallip {
  font-family: "Noto Sans JP", sans-serif !important;
}
.medicallip .keyvisual {
  width: 100%;
  height: 100%;
}
.medicallip .keyvisual .keyvisual__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .medicallip .keyvisual .keyvisual__image {
    aspect-ratio: 1920/750;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .keyvisual .keyvisual__image {
    aspect-ratio: 1500/1028;
  }
}
.medicallip .anchor {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(255, 234, 0);
}
@media screen and (min-width: 768px) {
  .medicallip .anchor {
    height: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor {
    height: 63.2503660322px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .anchor {
    height: 18.6666666667vw;
  }
}
.medicallip .anchor .anchor__inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__inner {
    max-width: 1052px;
    margin: 0 auto;
  }
}
.medicallip .anchor .anchor__list {
  height: 100%;
  display: flex;
}
.medicallip .anchor .anchor__item {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__item::after {
    content: "";
    position: absolute;
  }
  .medicallip .anchor .anchor__item::after {
    top: 0.7320644217vw;
  }
  .medicallip .anchor .anchor__item::after {
    right: 0;
    width: 1px;
    background-color: rgb(14, 90, 47);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__item::after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__item::after {
    top: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__item::after {
    bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__item::after {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__item::after {
    bottom: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__item:first-child::before {
    content: "";
    position: absolute;
  }
  .medicallip .anchor .anchor__item:first-child::before {
    top: 0.7320644217vw;
  }
  .medicallip .anchor .anchor__item:first-child::before {
    left: 0;
    width: 1px;
    background-color: rgb(14, 90, 47);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__item:first-child::before {
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__item:first-child::before {
    top: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__item:first-child::before {
    bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__item:first-child::before {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__item:first-child::before {
    bottom: 7.027818448px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1052px) {
  .medicallip .anchor .anchor__item:first-child::before {
    display: none;
  }
  .medicallip .anchor .anchor__item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .anchor .anchor__item::after {
    content: "";
    position: absolute;
  }
  .medicallip .anchor .anchor__item::after {
    top: 2.6666666667vw;
  }
  .medicallip .anchor .anchor__item::after {
    bottom: 2.6666666667vw;
  }
  .medicallip .anchor .anchor__item::after {
    right: 0;
    width: 2px;
    background-color: rgb(14, 90, 47);
  }
  .medicallip .anchor .anchor__item:last-child::after {
    display: none;
  }
}
.medicallip .anchor .anchor__link {
  display: block;
  height: 100%;
  color: rgb(14, 90, 47);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link {
    font-size: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link {
    padding-top: 1.8301610542vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link {
    padding-top: 17.5695461201px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link::after {
    content: "";
    position: absolute;
  }
  .medicallip .anchor .anchor__link::after {
    bottom: 1.6837481698vw;
  }
  .medicallip .anchor .anchor__link::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-width: 0;
    border-color: rgb(14, 90, 47) transparent transparent transparent;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link::after {
    bottom: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link::after {
    bottom: 16.1639824305px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link::after {
    border-top-width: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link::after {
    border-top-width: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link::after {
    border-top-width: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link::after {
    border-right-width: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link::after {
    border-right-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link::after {
    border-right-width: 6.3250366032px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .anchor .anchor__link::after {
    border-left-width: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .anchor .anchor__link::after {
    border-left-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .anchor .anchor__link::after {
    border-left-width: 6.3250366032px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .anchor .anchor__link {
    font-size: 3.7333333333vw;
  }
  .medicallip .anchor .anchor__link {
    letter-spacing: 0.03em;
  }
  .medicallip .anchor .anchor__link {
    padding-top: 6vw;
  }
  .medicallip .anchor .anchor__link::after {
    content: "";
    position: absolute;
  }
  .medicallip .anchor .anchor__link::after {
    bottom: 2.1333333333vw;
  }
  .medicallip .anchor .anchor__link::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .medicallip .anchor .anchor__link::after {
    border-top-width: 1.8666666667vw;
  }
  .medicallip .anchor .anchor__link::after {
    border-right-width: 1.7333333333vw;
  }
  .medicallip .anchor .anchor__link::after {
    border-bottom-width: 0;
  }
  .medicallip .anchor .anchor__link::after {
    border-left-width: 1.7333333333vw;
  }
  .medicallip .anchor .anchor__link::after {
    border-color: rgb(14, 90, 47) transparent transparent transparent;
  }
}
.medicallip .problem {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .medicallip .problem {
    background-image: url(problem__background.webp);
    background-size: 100% 900px;
    clip-path: polygon(0 0, 100% 0, 100% 87%, 50% 100%, 0 87%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1001px) {
  .medicallip .problem {
    background-size: 100% 1200px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem {
    background-size: 100% 1600px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem {
    background-image: url(problem__background.sp.jpg);
    background-size: 100% auto;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__inner {
    padding-top: 5.8565153734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__inner {
    padding-top: 56.2225475842px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__inner {
    padding-bottom: 10.980966325vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__inner {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__inner {
    padding-bottom: 105.4172767204px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__inner {
    padding-top: 9.0666666667vw;
  }
  .medicallip .problem .problem__inner {
    padding-bottom: 20vw;
  }
}
.medicallip .problem .problem__decoration--image {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__decoration--image {
    width: 24.1581259151vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__decoration--image {
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__decoration--image {
    width: 231.9180087848px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__decoration--image {
    padding-bottom: 1.0980966325vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__decoration--image {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__decoration--image {
    padding-bottom: 10.541727672px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__decoration--image {
    width: 55.7333333333vw;
  }
  .medicallip .problem .problem__decoration--image {
    padding-bottom: 1.8666666667vw;
  }
}
.medicallip .problem .problem__heading {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__heading {
    line-height: 1;
  }
  .medicallip .problem .problem__heading {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__heading {
    font-size: 25.3001464129px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__heading .large {
    font-size: 3.8067349927vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__heading .large {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__heading .large {
    font-size: 36.5446559297px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__heading {
    font-size: 5.3333333333vw;
  }
  .medicallip .problem .problem__heading {
    letter-spacing: -0.04em;
    line-height: 1.3;
  }
  .medicallip .problem .problem__heading .large {
    font-size: 7.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__picture {
    display: block;
  }
  .medicallip .problem .problem__picture {
    padding-top: 2.196193265vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1366px) {
  .medicallip .problem .problem__picture {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  .medicallip .problem .problem__picture {
    padding-top: 21.0834553441px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__picture {
    margin-bottom: 2.7086383602vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1366px) {
  .medicallip .problem .problem__picture {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  .medicallip .problem .problem__picture {
    margin-bottom: 26.0029282577px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__list {
    width: 55.6368960469vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__list {
    width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__list {
    width: 534.1142020498px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .c-accordion__list {
    width: 89.3333333333vw;
  }
}
.medicallip .problem .c-accordion__item {
  background-color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.medicallip .problem .c-accordion__question {
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: rgb(94, 151, 106);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__question {
    font-size: 1.6105417277vw;
  }
  .medicallip .problem .c-accordion__question {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__question {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__question {
    font-size: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__question {
    padding-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__question {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__question {
    padding-top: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__question {
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__question {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__question {
    padding-bottom: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__question {
    padding-left: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__question {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__question {
    padding-left: 16.8667642753px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__question {
    padding-right: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__question {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__question {
    padding-right: 16.8667642753px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .c-accordion__question {
    font-size: 4.2666666667vw;
  }
  .medicallip .problem .c-accordion__question {
    padding-top: 4.6666666667vw;
  }
  .medicallip .problem .c-accordion__question {
    padding-bottom: 4.9333333333vw;
  }
  .medicallip .problem .c-accordion__question {
    line-height: 1;
  }
}
.medicallip .problem .c-accordion__wrapper {
  flex-direction: column;
  align-items: center;
}
.medicallip .problem .c-accordion__wrapper {
  gap: 0.439238653vw;
}
@media screen and (min-width: 1366px) {
  .medicallip .problem .c-accordion__wrapper {
    gap: 6px;
  }
}
@media screen and (max-width: 960px) {
  .medicallip .problem .c-accordion__wrapper {
    gap: 4.2166910688px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__accordion--image {
    width: 30.0146412884vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__accordion--image {
    width: 410px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__accordion--image {
    width: 288.140556369px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__accordion--image {
    width: 61.2vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__answer {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__answer {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__answer {
    padding-left: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__answer {
    padding-right: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__answer {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__answer {
    padding-right: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .c-accordion__answer {
    font-size: 3.7333333333vw;
  }
  .medicallip .problem .c-accordion__answer {
    padding-left: 5.3333333333vw;
  }
  .medicallip .problem .c-accordion__answer {
    padding-right: 3.6vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__accordion--text {
    font-size: 1.317715959vw;
  }
  .medicallip .problem .problem__accordion--text {
    color: rgb(51, 51, 51);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__accordion--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__accordion--text {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .problem__accordion--text {
    padding-top: 2.5622254758vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .problem__accordion--text {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .problem__accordion--text {
    padding-top: 24.5973645681px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .problem__accordion--text {
    font-size: 3.7333333333vw;
  }
  .medicallip .problem .problem__accordion--text {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .problem .c-accordion__item.is-open {
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .problem .c-accordion__item.is-open {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .problem .c-accordion__item.is-open {
    padding-bottom: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .problem .c-accordion__item.is-open {
    padding-bottom: 2.1333333333vw;
  }
}
.medicallip .lineup {
  position: relative;
  z-index: 1;
  padding: 0px !important;
  border-bottom: none;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup {
    margin-top: -14.6412884334vw;
  }
  .medicallip .lineup {
    background-image: url(lineup__background.webp);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup {
    margin-top: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup {
    margin-top: -140.5563689605px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup {
    margin-top: -26.6666666667vw;
  }
  .medicallip .lineup {
    background-image: url(lineup__background.sp.webp);
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__inner {
    padding-top: 18.3016105417vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__inner {
    padding-top: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__inner {
    padding-top: 175.6954612006px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__inner {
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__inner {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__inner {
    padding-top: 26.6666666667vw;
  }
  .medicallip .lineup .lineup__inner {
    padding-bottom: 16.6666666667vw;
  }
}
.medicallip .lineup .lineup__heading {
  position: relative;
  font-weight: bold;
  color: rgb(14, 90, 47);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading {
    margin-top: -9.5168374817vw;
  }
  .medicallip .lineup .lineup__heading {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading {
    margin-top: -130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading {
    margin-top: -91.3616398243px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading {
    padding-top: 9.5168374817vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading {
    padding-top: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading {
    padding-top: 91.3616398243px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading {
    font-size: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading {
    font-size: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading .large {
    font-size: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading .large {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading .large {
    font-size: 33.7335285505px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--green.webp);
  }
  .medicallip .lineup .lineup__heading::after {
    bottom: -1.8301610542vw;
  }
  .medicallip .lineup .lineup__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading::after {
    bottom: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading::after {
    bottom: -17.5695461201px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading::after {
    width: 5.270863836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading::after {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading::after {
    width: 50.6002928258px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__heading::after {
    height: 0.5856515373vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__heading::after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__heading::after {
    height: 5.6222547584px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__heading {
    font-size: 4.8vw;
  }
  .medicallip .lineup .lineup__heading {
    padding-top: 13.3333333333vw;
  }
  .medicallip .lineup .lineup__heading .large {
    font-size: 7.2vw;
  }
  .medicallip .lineup .lineup__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--green.sp.webp);
  }
  .medicallip .lineup .lineup__heading::after {
    bottom: -4.2666666667vw;
  }
  .medicallip .lineup .lineup__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
  .medicallip .lineup .lineup__heading::after {
    width: 12.5333333333vw;
  }
  .medicallip .lineup .lineup__heading::after {
    height: 1.3333333333vw;
  }
}
.medicallip .lineup .lineup__list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__list {
    gap: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__list {
    gap: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__list {
    padding-top: 6.8081991215vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__list {
    padding-top: 93px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__list {
    padding-top: 65.3587115666px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__list {
    flex-direction: column;
    align-items: center;
  }
  .medicallip .lineup .lineup__list {
    gap: 6.6666666667vw;
  }
  .medicallip .lineup .lineup__list {
    padding-top: 13.3333333333vw;
  }
}
.medicallip .lineup .lineup__item {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item {
    width: 38.7994143485vw;
  }
  .medicallip .lineup .lineup__item {
    border-radius: 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item {
    width: 530px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item {
    width: 372.4743777452px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item {
    width: 89.3333333333vw;
  }
  .medicallip .lineup .lineup__item {
    border-radius: 2.6666666667vw;
  }
}
.medicallip .lineup .lineup__item--heading {
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--heading {
    font-size: 1.6105417277vw;
  }
  .medicallip .lineup .lineup__item--heading {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--heading {
    font-size: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--heading {
    padding-top: 1.8301610542vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--heading {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--heading {
    padding-top: 17.5695461201px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--heading {
    padding-bottom: 1.6837481698vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--heading {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--heading {
    padding-bottom: 16.1639824305px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--heading .small {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--heading .small {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--heading .small {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--heading .large {
    font-size: 2.0497803807vw;
  }
  .medicallip .lineup .lineup__item--heading .large {
    color: rgb(255, 234, 0);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--heading .large {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--heading .large {
    font-size: 19.6778916545px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--heading {
    font-size: 4.5333333333vw;
  }
  .medicallip .lineup .lineup__item--heading {
    padding-top: 4.6666666667vw;
  }
  .medicallip .lineup .lineup__item--heading {
    padding-bottom: 4.6666666667vw;
  }
  .medicallip .lineup .lineup__item--heading .small {
    font-size: 3.7333333333vw;
  }
  .medicallip .lineup .lineup__item--heading .large {
    font-size: 5.6vw;
  }
  .medicallip .lineup .lineup__item--heading .large {
    color: rgb(255, 234, 0);
  }
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--heading {
  background-color: rgb(14, 90, 47);
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--heading {
  background-color: rgb(22, 82, 141);
}
.medicallip .lineup .lineup__item--content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--content {
    padding-top: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--content {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--content {
    padding-top: 25.3001464129px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--content {
    padding-bottom: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--content {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--content {
    padding-bottom: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--content {
    padding-top: 4.8vw;
  }
}
.medicallip .lineup .lineup__item--note {
  position: relative;
  color: rgb(14, 90, 47);
  font-weight: bold;
  background-color: rgb(222, 247, 233);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    font-size: 1.3909224012vw;
  }
  .medicallip .lineup .lineup__item--note {
    border-radius: 21px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    font-size: 13.3528550512px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    margin-top: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    margin-top: 19.6778916545px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    padding-top: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    padding-top: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    padding-bottom: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    padding-bottom: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    padding-left: 3.2210834553vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    padding-left: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    padding-left: 30.9224011713px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note {
    padding-right: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note {
    padding-right: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .medicallip .lineup .lineup__item--note::before {
    left: 1.4641288433vw;
  }
  .medicallip .lineup .lineup__item--note::before {
    background-image: url(lineup__item--note--image.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note::before {
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note::before {
    left: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note::before {
    width: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note::before {
    width: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note::before {
    width: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--note::before {
    height: 1.8301610542vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--note::before {
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--note::before {
    height: 17.5695461201px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--note {
    font-size: 3.2vw;
  }
  .medicallip .lineup .lineup__item--note {
    margin-top: 2.9333333333vw;
  }
  .medicallip .lineup .lineup__item--note {
    padding-top: 2.1333333333vw;
  }
  .medicallip .lineup .lineup__item--note {
    padding-bottom: 2.1333333333vw;
  }
  .medicallip .lineup .lineup__item--note {
    padding-left: 7.4666666667vw;
  }
  .medicallip .lineup .lineup__item--note {
    padding-right: 3.7333333333vw;
  }
  .medicallip .lineup .lineup__item--note {
    border-radius: 3.6vw;
  }
  .medicallip .lineup .lineup__item--note::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .medicallip .lineup .lineup__item--note::before {
    left: 3.4666666667vw;
  }
  .medicallip .lineup .lineup__item--note::before {
    width: 2.4vw;
  }
  .medicallip .lineup .lineup__item--note::before {
    height: 3.3333333333vw;
  }
  .medicallip .lineup .lineup__item--note::before {
    background-image: url(lineup__item--note--image.sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.medicallip .lineup .lineup__item--product {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--product {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--product {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--product {
    font-size: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--product {
    padding-top: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--product {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--product {
    padding-top: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--product .large {
    font-size: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--product .large {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--product .large {
    font-size: 15.4612005857px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--product {
    font-size: 3.6vw;
  }
  .medicallip .lineup .lineup__item--product {
    padding-top: 2.6666666667vw;
  }
  .medicallip .lineup .lineup__item--product .large {
    font-size: 4vw;
  }
}
.medicallip .lineup .lineup__item--risk {
  display: inline-block;
  color: rgb(51, 51, 51);
  line-height: 1;
  border-width: 1px;
  border-color: rgb(51, 51, 51);
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    margin-top: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    margin-top: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    padding-top: 0.5124450952vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    padding-top: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    padding-top: 4.9194729136px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    padding-bottom: 0.5124450952vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    padding-bottom: 4.9194729136px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    padding-left: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    padding-left: 8.4333821376px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--risk {
    padding-right: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--risk {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--risk {
    padding-right: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--risk {
    font-size: 2.9333333333vw;
  }
  .medicallip .lineup .lineup__item--risk {
    margin-top: 2.9333333333vw;
  }
  .medicallip .lineup .lineup__item--risk {
    padding-top: 0.9333333333vw;
  }
  .medicallip .lineup .lineup__item--risk {
    padding-bottom: 1.2vw;
  }
  .medicallip .lineup .lineup__item--risk {
    padding-left: 1.6vw;
  }
  .medicallip .lineup .lineup__item--risk {
    padding-right: 1.6vw;
  }
}
.medicallip .lineup .lineup__item--list {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--list {
    align-items: flex-end;
    justify-content: center;
  }
  .medicallip .lineup .lineup__item--list {
    gap: 3.1478770132vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--list {
    gap: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--list {
    gap: 30.2196193265px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--list {
    align-items: flex-end;
    justify-content: center;
  }
  .medicallip .lineup .lineup__item--list {
    gap: 6vw;
  }
}
.medicallip .lineup .lineup__item--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medicallip .lineup .lineup__item--type {
  color: rgb(22, 82, 141);
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  box-shadow: inset 0px 0px 12.87px 0.13px rgba(22, 82, 141, 0.38);
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    font-size: 1.3909224012vw;
  }
  .medicallip .lineup .lineup__item--type {
    border-radius: 21px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    font-size: 13.3528550512px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    margin-top: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    padding-top: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    padding-top: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    padding-bottom: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    padding-bottom: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    padding-left: 1.5373352855vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    padding-left: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    padding-left: 14.7584187408px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--type {
    padding-right: 1.5373352855vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--type {
    padding-right: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--type {
    padding-right: 14.7584187408px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--type {
    font-size: 3.2vw;
  }
  .medicallip .lineup .lineup__item--type {
    margin-top: 3.0666666667vw;
  }
  .medicallip .lineup .lineup__item--type {
    padding-top: 2.1333333333vw;
  }
  .medicallip .lineup .lineup__item--type {
    padding-bottom: 2.2666666667vw;
  }
  .medicallip .lineup .lineup__item--type {
    padding-left: 4vw;
  }
  .medicallip .lineup .lineup__item--type {
    padding-right: 4vw;
  }
  .medicallip .lineup .lineup__item--type {
    border-radius: 3.6vw;
  }
}
.medicallip .lineup .lineup__item--arrow {
  position: relative;
  width: 100%;
}
.medicallip .lineup .lineup__item--arrow {
  height: 9.6vw;
}
.medicallip .lineup .lineup__item--arrow {
  margin-top: 5.3333333333vw;
}
.medicallip .lineup .lineup__item--arrow {
  border-top: 2px solid #a3ccb5;
  box-sizing: border-box;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow {
  border-top: 2px solid #a3ccb5;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  content: "";
  position: absolute;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  bottom: 2.6666666667vw;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  border-top-width: 2.5333333333vw;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  border-right-width: 2.1333333333vw;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  border-bottom-width: 0;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  border-left-width: 2.1333333333vw;
}
.medicallip .lineup .lineup__item[data-color=green] .lineup__item--arrow::after {
  border-color: rgb(14, 90, 47) transparent transparent transparent;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow {
  border-top: 2px solid #a3b8cc;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  content: "";
  position: absolute;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  bottom: 2.6666666667vw;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  border-top-width: 2.5333333333vw;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  border-right-width: 2.1333333333vw;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  border-bottom-width: 0;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  border-left-width: 2.1333333333vw;
}
.medicallip .lineup .lineup__item[data-color=blue] .lineup__item--arrow::after {
  border-color: #16528d transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--image01 {
    width: 19.1068814056vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--image01 {
    width: 261px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--image01 {
    width: 183.4260614934px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--image01 {
    width: 56.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--image02 {
    width: 17.0571010249vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--image02 {
    width: 233px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--image02 {
    width: 163.7481698389px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--image02 {
    width: 38vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .lineup .lineup__item--image03 {
    width: 12.2254758419vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .lineup .lineup__item--image03 {
    width: 167px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .lineup .lineup__item--image03 {
    width: 117.364568082px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .lineup .lineup__item--image03 {
    width: 27.0666666667vw;
  }
}
.medicallip .product {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .medicallip .product {
    margin-top: -1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product {
    margin-top: -14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product {
    margin-top: -3.3333333333vw;
  }
}
.medicallip .product .product__tab--group {
  background-color: transparent;
  box-shadow: none;
  border-radius: 8px;
}
.medicallip .product .product__tab--group .product__tabs {
  display: flex;
  align-items: flex-end;
  background-color: transparent;
}
.medicallip .product .product__tab--group .product__tab {
  flex: 1;
  transition: background-color 0.3s ease, height 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab {
    height: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab {
    height: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab:has(.is-active) {
    height: 7.6866764275vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab:has(.is-active) {
    height: 105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab:has(.is-active) {
    height: 73.7920937042px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab {
    height: 26.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__tab:has(.is-active) {
    height: 28vw;
  }
}
.medicallip .product .product__tab--group .product__tab[data-color=green] {
  background-color: #f2fff8;
  color: #0d572d;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab[data-color=green] {
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab[data-color=green] {
    border-top-right-radius: 2.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__tab[data-color=green]:has(.is-active) {
  background-color: rgb(14, 90, 47);
  color: #ffffff;
}
.medicallip .product .product__tab--group .product__tab[data-color=blue] {
  background-color: #f0f8fe;
  color: #16528d;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab[data-color=blue] {
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab[data-color=blue] {
    border-top-left-radius: 2.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__tab[data-color=blue]:has(.is-active) {
  background-color: rgb(22, 82, 141);
  color: #ffffff;
}
.medicallip .product .product__tab--group .product__tab--link {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 700;
  color: inherit;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--link {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab--link {
    padding-top: 2vw;
  }
  .medicallip .product .product__tab--group .product__tab--link {
    padding-bottom: 1.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__tab--link.is-active {
  background-color: transparent;
}
.medicallip .product .product__tab--group .product__tab--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--wrapper {
    gap: 3.2942898975vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--wrapper {
    gap: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--wrapper {
    gap: 31.6251830161px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab--wrapper {
    flex-direction: column;
  }
}
.medicallip .product .product__tab--group .product__tab--heading {
  font-weight: bold;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--heading {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--heading {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--heading .small {
    font-size: 0.7320644217vw;
  }
  .medicallip .product .product__tab--group .product__tab--heading .small {
    vertical-align: super;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--heading .small {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--heading .small {
    font-size: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--heading .large {
    font-size: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--heading .large {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--heading .large {
    font-size: 15.4612005857px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab--heading {
    font-size: 3.2vw;
  }
  .medicallip .product .product__tab--group .product__tab--heading .small {
    font-size: 1.8666666667vw;
  }
  .medicallip .product .product__tab--group .product__tab--heading .small {
    vertical-align: super;
  }
  .medicallip .product .product__tab--group .product__tab--heading .large {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--image01 {
    width: 12.0058565154vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--image01 {
    width: 164px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--image01 {
    width: 115.2562225476px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab--image01 {
    width: 27.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__tab--image02 {
    width: 15.8857979502vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__tab--image02 {
    width: 217px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__tab--image02 {
    width: 152.5036603221px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__tab--image02 {
    width: 43.2vw;
  }
}
.medicallip .product .product__tab--group .product__panel {
  display: none;
  opacity: 0;
}
.medicallip .product .product__tab--group .product__panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.medicallip .product .product__tab--group .product__anchor {
  background-color: #f2fff8;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor {
    height: 5.1244509517vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor {
    height: 49.1947291362px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__anchor {
    height: 18.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor {
  background-color: #f2f9ff;
}
.medicallip .product .product__tab--group .product__anchor--inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--inner {
    max-width: 1052px;
    margin: 0 auto;
  }
}
.medicallip .product .product__tab--group .product__anchor--list {
  height: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--list {
    justify-content: center;
    align-items: center;
  }
}
.medicallip .product .product__tab--group .product__anchor--item {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    content: "";
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__anchor--item::after {
    top: 0.7320644217vw;
  }
  .medicallip .product .product__tab--group .product__anchor--item::after {
    right: 0;
    width: 1px;
    background-color: rgb(14, 90, 47);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    top: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    bottom: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    content: "";
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    top: 0.7320644217vw;
  }
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    left: 0;
    width: 1px;
    background-color: rgb(14, 90, 47);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    top: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    bottom: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    bottom: 7.027818448px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1052px) {
  .medicallip .product .product__tab--group .product__anchor--item:first-child::before {
    display: none;
  }
  .medicallip .product .product__tab--group .product__anchor--item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__anchor--item::after {
    content: "";
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__anchor--item::after {
    top: 2.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__anchor--item::after {
    bottom: 2.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__anchor--item::after {
    right: 0;
    width: 2px;
    background-color: rgb(14, 90, 47);
  }
  .medicallip .product .product__tab--group .product__anchor--item:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--item::after {
    background-color: #16528d;
  }
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--item:first-child::before {
    background-color: #16528d;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--item::after {
    background-color: #16528d;
  }
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--item:last-child::after {
    display: none;
  }
}
.medicallip .product .product__tab--group .product__anchor--link {
  height: 100%;
  font-weight: bold;
  color: rgb(14, 90, 47);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    line-height: 1;
    display: block;
  }
  .medicallip .product .product__tab--group .product__anchor--link {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    font-size: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    padding-top: 1.2445095168vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    padding-top: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    padding-top: 11.9472913616px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    content: "";
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    bottom: 1.0980966325vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-bottom-width: 0;
    border-color: rgb(14, 90, 47) transparent transparent transparent;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    bottom: 10.541727672px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-top-width: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-top-width: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-top-width: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-right-width: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-right-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-right-width: 6.3250366032px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-left-width: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-left-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-left-width: 6.3250366032px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__anchor--link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .medicallip .product .product__tab--group .product__anchor--link {
    font-size: 3.4666666667vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link {
    line-height: 1.3;
  }
  .medicallip .product .product__tab--group .product__anchor--link {
    padding-bottom: 1.6vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    content: "";
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    bottom: 2.1333333333vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-top-width: 1.8666666667vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-right-width: 1.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-bottom-width: 0;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-left-width: 1.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__anchor--link::after {
    border-color: rgb(14, 90, 47) transparent transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__spBackground {
    position: relative;
    z-index: 2;
    background-color: #4aa078;
    background-repeat: no-repeat;
  }
  .medicallip .product .product__tab--group .product__spBackground {
    padding-top: 12.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__spBackground {
    padding-bottom: 16vw;
  }
  .medicallip .product .product__tab--group .product__spBackground {
    background-image: url(product__background01.sp.jpg);
    background-size: cover;
    background-position: top center;
  }
  .medicallip .product .product__tab--group .product__spBackground {
    padding-bottom: 20vw;
  }
  .medicallip .product .product__tab--group .product__spBackground {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__spBackground {
    background-color: #4a72aa;
    background-image: url(product__background02.sp.jpg);
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--link {
  color: #16528d;
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__anchor--link::after {
  border-color: #16528d transparent transparent transparent;
}
.medicallip .product .product__tab--group .product__background {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__background {
    padding-top: 7.3206442167vw;
  }
  .medicallip .product .product__tab--group .product__background {
    background-image: url(product__background01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4aa078;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__background {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__background {
    padding-top: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__background {
    padding-bottom: 11.7130307467vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__background {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__background {
    padding-bottom: 112.4450951684px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__background {
    background-color: #4a72aa;
    background-image: url(product__background02.jpg);
  }
}
.medicallip .product .product__tab--group .product__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.medicallip .product .product__tab--group .c-product__heading {
  position: relative;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .c-product__heading {
    font-size: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .c-product__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .c-product__heading {
    font-size: 33.7335285505px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--yellow.webp);
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    bottom: -2.3426061493vw;
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    bottom: -32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    bottom: -22.4890190337px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    width: 5.270863836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    width: 50.6002928258px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    height: 0.5856515373vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .c-product__heading::after {
    height: 5.6222547584px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .c-product__heading {
    font-size: 7.2vw;
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url(heading__decoration--yellow.sp.webp);
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    bottom: -5.3333333333vw;
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    width: 12vw;
  }
  .medicallip .product .product__tab--group .c-product__heading::after {
    height: 1.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__text {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__text {
    font-size: 2.0497803807vw;
  }
  .medicallip .product .product__tab--group .product__text {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__text {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__text {
    font-size: 19.6778916545px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__text {
    padding-top: 5.1244509517vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__text {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__text {
    padding-top: 49.1947291362px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__text .large {
    font-size: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__text .large {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__text .large {
    font-size: 25.3001464129px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__text {
    font-size: 4.2666666667vw;
  }
  .medicallip .product .product__tab--group .product__text {
    padding-top: 12vw;
  }
  .medicallip .product .product__tab--group .product__text {
    line-height: 1.4;
  }
  .medicallip .product .product__tab--group .product__text .large {
    font-size: 5.6vw;
  }
}
.medicallip .product .product__tab--group .product__subtext {
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__subtext {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__subtext {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__subtext {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__subtext {
    padding-top: 1.8301610542vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__subtext {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__subtext {
    padding-top: 17.5695461201px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__subtext {
    text-align: center;
  }
  .medicallip .product .product__tab--group .product__subtext {
    font-size: 3.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__subtext {
    padding-top: 4vw;
  }
}
.medicallip .product .product__tab--group .product__content--wrapper {
  display: flex;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__content--wrapper {
    gap: 4.9780380673vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__content--wrapper {
    gap: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__content--wrapper {
    gap: 47.7891654466px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__content--wrapper {
    gap: 5.8666666667vw;
  }
  .medicallip .product .product__tab--group .product__content--wrapper {
    padding-top: 7.4666666667vw;
  }
}
.medicallip .product .product__tab--group .product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.medicallip .product .product__tab--group .product__image {
  filter: drop-shadow(0 37.7px 23px rgba(0, 0, 0, 0.35));
  transform: translateZ(0);
  will-change: filter;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image01 {
    width: 29.8682284041vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image01 {
    width: 408px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image01 {
    width: 286.7349926794px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image01 {
    padding-top: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image01 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image01 {
    padding-top: 35.1390922401px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__image01 {
    width: 62.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__image01 {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image02 {
    width: 31.0395314788vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image02 {
    width: 424px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image02 {
    width: 297.9795021962px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image02 {
    padding-top: 4.0263543192vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image02 {
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image02 {
    padding-top: 38.6530014641px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__image02 {
    width: 39.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image03 {
    width: 28.2576866764vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image03 {
    width: 386px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image03 {
    width: 271.2737920937px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__image03 {
    padding-top: 4.0263543192vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__image03 {
    padding-top: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__image03 {
    padding-top: 38.6530014641px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__image03 {
    width: 37.2vw;
  }
}
.medicallip .product .product__tab--group .product__name {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__name {
    font-size: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__name {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__name {
    font-size: 16.8667642753px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__name {
    padding-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__name {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__name {
    padding-top: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__name .large {
    font-size: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__name .large {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__name .large {
    font-size: 19.6778916545px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__name {
    font-size: 3.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__name {
    padding-top: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__name .large {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__name {
    padding-top: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__name {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__name {
    padding-top: 19.6778916545px;
  }
}
.medicallip .product .product__tab--group .product__type {
  color: rgb(22, 82, 141);
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  box-shadow: inset 0px 0px 12.87px 0.13px rgba(22, 82, 141, 0.38);
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    font-size: 1.3909224012vw;
  }
  .medicallip .product .product__tab--group .product__type {
    border-radius: 21px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    font-size: 13.3528550512px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    margin-top: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    padding-top: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    padding-top: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    padding-bottom: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    padding-bottom: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    padding-left: 1.5373352855vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    padding-left: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    padding-left: 14.7584187408px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__type {
    padding-right: 1.5373352855vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__type {
    padding-right: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__type {
    padding-right: 14.7584187408px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__type {
    display: inline-block;
  }
  .medicallip .product .product__tab--group .product__type {
    font-size: 3.6vw;
  }
  .medicallip .product .product__tab--group .product__type {
    margin-top: 4.1333333333vw;
  }
  .medicallip .product .product__tab--group .product__type {
    padding-top: 2.5333333333vw;
  }
  .medicallip .product .product__tab--group .product__type {
    padding-bottom: 2.4vw;
  }
  .medicallip .product .product__tab--group .product__type {
    padding-left: 4.5333333333vw;
  }
  .medicallip .product .product__tab--group .product__type {
    padding-right: 4.5333333333vw;
  }
  .medicallip .product .product__tab--group .product__type {
    border-radius: 4vw;
  }
}
.medicallip .product .product__tab--group .product__risk {
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    margin-top: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    margin-top: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-top: 0.5124450952vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-top: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-top: 4.9194729136px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-bottom: 0.5124450952vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-bottom: 4.9194729136px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-left: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-left: 8.4333821376px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-right: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__risk {
    padding-right: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__risk {
    font-size: 2.9333333333vw;
  }
  .medicallip .product .product__tab--group .product__risk {
    margin-top: 3.4666666667vw;
  }
  .medicallip .product .product__tab--group .product__risk {
    padding-top: 0.9333333333vw;
  }
  .medicallip .product .product__tab--group .product__risk {
    padding-bottom: 0.9333333333vw;
  }
  .medicallip .product .product__tab--group .product__risk {
    padding-left: 1.6vw;
  }
  .medicallip .product .product__tab--group .product__risk {
    padding-right: 1.6vw;
  }
}
.medicallip .product .product__tab--group .product__point {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point {
    background-image: linear-gradient(to top, rgb(74, 161, 120) 0%, rgb(26, 131, 71) 63%, rgb(18, 92, 48) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
  }
  .medicallip .product .product__tab--group .product__point {
    padding-bottom: 11.7130307467vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point {
    padding-bottom: 112.4450951684px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point {
    padding-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point {
    background-image: linear-gradient(to top, #4a72aa 0%, #4a72aa 68%, #395897 100%);
  }
}
.medicallip .product .product__tab--group .product__point--list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--list {
    padding-top: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--list {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--list {
    padding-top: 63.2503660322px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--list {
    gap: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--list {
    gap: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--list {
    padding-top: 13.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--list {
    gap: 8vw;
  }
}
.medicallip .product .product__tab--group .product__point--item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item {
    width: 55.6368960469vw;
  }
  .medicallip .product .product__tab--group .product__point--item {
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item {
    width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item {
    width: 534.1142020498px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-top: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-bottom: 4.0263543192vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item {
    padding-bottom: 38.6530014641px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    width: 7.3206442167vw;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    background: linear-gradient(135deg, #e6f7ee 50%, transparent 50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    width: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    height: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item::before {
    height: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--tube) {
    padding-bottom: 1.0980966325vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--tube) {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--tube) {
    padding-bottom: 10.541727672px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--nonSteroid) {
    padding-bottom: 2.4158125915vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--nonSteroid) {
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--item:has(.product__point--nonSteroid) {
    padding-bottom: 23.1918008785px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--item {
    width: 89.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--item {
    padding-top: 12vw;
  }
  .medicallip .product .product__tab--group .product__point--item {
    padding-bottom: 10.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--item {
    border-radius: 2.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    width: 18.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    height: 18.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--item::before {
    background: linear-gradient(135deg, #e6f7ee 50%, transparent 50%);
  }
  .medicallip .product .product__tab--group .product__point--item::before:has(.product__point--nonSteroid) {
    padding-bottom: 7.4666666667vw;
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--item::before {
  background: linear-gradient(135deg, #dae4ed 50%, transparent 50%);
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--item .product__point--item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--item .product__point--item::before {
    width: 18.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--item .product__point--item::before {
    height: 18.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__point--number--picture {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    top: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    top: 19.6778916545px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    left: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    left: 16.8667642753px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--number--picture {
    top: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--number--picture {
    left: 4vw;
  }
}
.medicallip .product .product__tab--group .product__point--number--image {
  width: auto;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--number--image {
    height: 3.074670571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--number--image {
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--number--image {
    height: 29.5168374817px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--number--image {
    height: 8.1333333333vw;
  }
}
.medicallip .product .product__tab--group .product__point--heading {
  position: relative;
  z-index: 1;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: rgb(14, 90, 47);
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--heading {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--heading {
    font-size: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--heading .large {
    font-size: 1.9033674963vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--heading .large {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--heading .large {
    font-size: 18.2723279649px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--heading {
    font-size: 3.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--heading .large {
    font-size: 5.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--heading {
  color: #16528d;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-top: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-top: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-left: 8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-left: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-left: 77.3060029283px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-right: 8.0527086384vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-right: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-right: 77.3060029283px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-top: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-left: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredients {
    padding-right: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredients {
    display: flex;
    flex-direction: column;
  }
  .medicallip .product .product__tab--group .product__point--ingredients {
    gap: 1.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__point--ingredient {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient {
    justify-content: space-between;
  }
  .medicallip .product .product__tab--group .product__point--ingredient {
    gap: 0.8052708638vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient {
    gap: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient {
    gap: 7.7306002928px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) {
    flex-direction: row-reverse;
  }
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--heading::after {
    left: -3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--heading::after {
    left: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--heading::after {
    left: -35.1390922401px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--wrapper {
    padding-left: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--wrapper {
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--wrapper {
    padding-left: 35.1390922401px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient {
    justify-content: center;
  }
  .medicallip .product .product__tab--group .product__point--ingredient {
    gap: 5.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) {
    flex-direction: row-reverse;
  }
  .medicallip .product .product__tab--group .product__point--ingredient:nth-child(even) .product__point--ingredient--wrapper {
    padding-left: 6.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__point--ingredient--image {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
  will-change: filter;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--image {
    width: 11.5666178624vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--image {
    width: 158px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--image {
    width: 111.0395314788px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient--image {
    width: 30.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    width: 26.3543191801vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    width: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    width: 253.0014641288px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    padding-top: 1.0980966325vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    padding-top: 10.541727672px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient--wrapper {
    width: 45.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__point--ingredient--heading {
  position: relative;
  font-weight: bold;
  color: rgb(14, 90, 47);
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    padding-bottom: 1.0980966325vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    padding-bottom: 10.541727672px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    content: "";
    position: absolute;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    left: -4.39238653vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    left: -42.1669106881px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    width: 29.2825768668vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    width: 281.1127379209px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    text-align: left;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    font-size: 3.4666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading {
    padding-bottom: 2.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    content: "";
    position: absolute;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    left: -8vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    bottom: 0;
    width: 100%;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    width: 53.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--heading::after {
    height: 2px;
    background-color: #d5d5d5;
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--ingredient--heading {
  color: #16528d;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--list {
    padding-top: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--list {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--list {
    padding-top: 7.027818448px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient--list {
    padding-top: 2.6666666667vw;
  }
}
.medicallip .product .product__tab--group .product__point--ingredient--item {
  position: relative;
  color: #000;
  white-space: nowrap;
  padding-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item {
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item {
    font-size: 9.8389458272px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    width: 0.2928257687vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    background-color: rgb(14, 90, 47);
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    width: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    width: 2.8111273792px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    height: 0.2928257687vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    height: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    height: 2.8111273792px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    display: inline-block;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    font-size: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    font-size: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    margin-left: 0.0732064422vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    margin-left: 1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    margin-left: 0.7027818448px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--ingredient--item {
    font-size: 2.6666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    width: 0.8vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    height: 0.8vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item::before {
    background-color: rgb(14, 90, 47);
    border-radius: 50%;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    display: inline-block;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    font-size: 1.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--ingredient--item .small {
    margin-left: 0.1333333333vw;
  }
}
.medicallip .product .product__tab--group .product__panel[data-tab-panel=tab-2] .product__point--ingredient--item::before {
  background-color: #16528d;
}
.medicallip .product .product__tab--group .product__point--vaseline {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    gap: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    gap: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    gap: 9.1361639824px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-top: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-top: 19.6778916545px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-right: 3.6603221083vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    padding-right: 35.1390922401px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--vaseline {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--image {
    width: 21.5226939971vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--image {
    width: 294px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--image {
    width: 206.6178623719px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--vaseline--image {
    width: 61.3333333333vw;
  }
}
.medicallip .product .product__tab--group .product__point--vaseline--list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    padding-bottom: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 2.3426061493vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--list {
    gap: 22.4890190337px;
  }
}
.medicallip .product .product__tab--group .product__point--vaseline--item {
  position: relative;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    padding-left: 2.4158125915vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    padding-left: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    padding-left: 23.1918008785px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    content: "";
    position: absolute;
    background-image: url(product__point--vaseline--check.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    width: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    width: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    width: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    height: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    height: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    font-size: 4.2666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--vaseline--item {
    padding-left: 8vw;
  }
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    content: "";
    position: absolute;
    background-image: url(product__point--vaseline--check.sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
  }
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    width: 4.8vw;
  }
  .medicallip .product .product__tab--group .product__point--vaseline--item::before {
    height: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--tube {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .medicallip .product .product__tab--group .product__point--tube {
    margin-top: -5.8565153734vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--tube {
    margin-top: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--tube {
    margin-top: -56.2225475842px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--tube {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--tube--picture {
    position: absolute;
  }
  .medicallip .product .product__tab--group .product__point--tube--picture {
    top: -19.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--picture {
    right: 1.7333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--picture {
    width: 62vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--picture {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--tube--image {
    position: relative;
    z-index: 0;
  }
  .medicallip .product .product__tab--group .product__point--tube--image {
    width: 19.5461200586vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--tube--image {
    width: 267px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--tube--image {
    width: 187.6427525622px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--tube--image {
    width: 62vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    font-size: 1.317715959vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--text {
    color: #000;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    padding-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    padding-top: 21.0834553441px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    margin-left: -0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    margin-left: -7.027818448px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--tube--text {
    text-align: center;
  }
  .medicallip .product .product__tab--group .product__point--tube--text {
    font-size: 4.2666666667vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--text {
    padding-top: 37.3333333333vw;
  }
  .medicallip .product .product__tab--group .product__point--tube--text {
    font-weight: 500;
  }
}
.medicallip .product .product__tab--group .product__point--nonSteroid {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    gap: 1.0248901903vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    gap: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    gap: 9.8389458272px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    padding-top: 1.0248901903vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    padding-top: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    padding-top: 9.8389458272px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid--image {
    width: 30.0878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid--image {
    width: 411px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid--image {
    width: 288.8433382138px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product .product__tab--group .product__point--nonSteroid--image {
    width: 61.3333333333vw;
  }
}
.medicallip .product__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro {
    margin-top: -14.6412884334vw;
  }
  .medicallip .product__intro {
    background-image: url(product__intro--background01.jpg), linear-gradient(to bottom, #0d4725, #215f36);
    background-size: 100% auto, 100% 100%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro {
    margin-top: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro {
    margin-top: -140.5563689605px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro {
    padding-top: 21.9619326501vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro {
    padding-top: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro {
    padding-top: 210.8345534407px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro {
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro {
    margin-top: -17.3333333333vw;
  }
  .medicallip .product__intro {
    padding-top: 29.3333333333vw;
  }
  .medicallip .product__intro {
    padding-bottom: 13.3333333333vw;
  }
  .medicallip .product__intro {
    background-image: url(product__intro--background01.sp.jpg), linear-gradient(to bottom, #0d4a26, #235d37);
    background-size: 100% 100%, 100% 100%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__panel[data-tab-panel=tab-2] .product__intro {
    background-image: url(product__intro--background02.jpg);
    background-size: 100% 100%, 100% 100%;
    background-color: #233c7b;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__panel[data-tab-panel=tab-2] .product__intro {
    background-image: url(product__intro--background02.sp.jpg);
    background-color: #3f6da4;
  }
}
.medicallip .product__intro--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medicallip .product__intro--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--wrapper:nth-of-type(n+2) {
    padding-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--wrapper:nth-of-type(n+2) {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--wrapper:nth-of-type(n+2) {
    padding-top: 21.0834553441px;
  }
}
.medicallip .product__intro--text {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--text {
    font-size: 1.9033674963vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--text {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--text {
    font-size: 18.2723279649px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--text {
    padding-top: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--text {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--text {
    padding-top: 63.2503660322px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--text {
    font-size: 4.2666666667vw;
  }
  .medicallip .product__intro--text {
    padding-top: 12vw;
  }
}
.medicallip .product__intro--picture {
  position: relative;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture {
    padding-top: 7.027818448vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--picture {
    padding-top: 96px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--picture {
    padding-top: 67.467057101px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture::before {
    content: "";
    position: absolute;
    background-image: url(product__intro--nonMenthol.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .medicallip .product__intro--picture::before {
    width: 10.2489019034vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--picture::before {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--picture::before {
    width: 98.3894582723px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture::before {
    height: 10.2489019034vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--picture::before {
    height: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--picture::before {
    height: 98.3894582723px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture::before {
    top: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--picture::before {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--picture::before {
    top: 42.1669106881px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture::before {
    left: -8.4187408492vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--picture::before {
    left: -115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--picture::before {
    left: -80.8199121523px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--picture {
    display: block;
  }
  .medicallip .product__intro--picture {
    padding-top: 10vw;
  }
  .medicallip .product__intro--picture::before {
    content: "";
    position: absolute;
    background-image: url(product__intro--nonMenthol.sp.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .medicallip .product__intro--picture::before {
    width: 22.4vw;
  }
  .medicallip .product__intro--picture::before {
    height: 22.4vw;
  }
  .medicallip .product__intro--picture::before {
    top: 4vw;
  }
  .medicallip .product__intro--picture::before {
    left: -18.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--picture[data-menthol=menthol]::before {
    background-image: url(product__intro--menthol.webp);
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--picture[data-menthol=menthol]::before {
    background-image: url(product__intro--menthol.sp.webp);
  }
}
.medicallip .product__intro--image {
  filter: drop-shadow(0 37.7px 23px rgba(0, 0, 0, 0.25));
  transform: translateZ(0);
  will-change: filter;
  backface-visibility: hidden;
  width: auto;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--image {
    height: 23.2064421669vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--image {
    height: 317px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--image {
    height: 222.7818448023px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--image01 {
    height: 50.4vw;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--image02 {
    height: 49.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--image03 {
    height: 57.0666666667vw;
  }
}
.medicallip .product__intro--heading {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--heading {
    font-size: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--heading {
    font-size: 16.8667642753px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--heading {
    padding-top: 2.635431918vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--heading {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--heading {
    padding-top: 25.3001464129px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--heading .large {
    font-size: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--heading .large {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--heading .large {
    font-size: 19.6778916545px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--heading {
    font-size: 5.0666666667vw;
  }
  .medicallip .product__intro--heading {
    padding-top: 5.3333333333vw;
  }
  .medicallip .product__intro--heading .large {
    font-size: 5.6vw;
  }
}
.medicallip .product__intro--risk {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    margin-top: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    margin-top: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    padding-top: 0.5124450952vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    padding-top: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    padding-top: 4.9194729136px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    padding-bottom: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    padding-bottom: 6.3250366032px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    padding-left: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    padding-left: 8.4333821376px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--risk {
    padding-right: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--risk {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--risk {
    padding-right: 8.4333821376px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--risk {
    font-size: 2.9333333333vw;
  }
  .medicallip .product__intro--risk {
    margin-top: 3.4666666667vw;
  }
  .medicallip .product__intro--risk {
    padding-top: 0.9333333333vw;
  }
  .medicallip .product__intro--risk {
    padding-bottom: 1.2vw;
  }
  .medicallip .product__intro--risk {
    padding-left: 1.6vw;
  }
  .medicallip .product__intro--risk {
    padding-right: 1.6vw;
  }
}
.medicallip .product__intro--buttons {
  padding-top: 4.39238653vw;
}
@media screen and (min-width: 1366px) {
  .medicallip .product__intro--buttons {
    padding-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .medicallip .product__intro--buttons {
    padding-top: 42.1669106881px;
  }
}
.medicallip .product__intro--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--buttons {
    gap: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--buttons {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--buttons {
    gap: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--buttons {
    flex-direction: column;
  }
  .medicallip .product__intro--buttons {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button {
    width: 36.6032210835vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button {
    width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button {
    width: 351.3909224012px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button {
    height: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button {
    height: 63.2503660322px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--button {
    width: 73.3333333333vw;
  }
  .medicallip .product__intro--button {
    height: 13.3333333333vw;
  }
}
.medicallip .product__intro--button--link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button--link {
    font-size: 1.8301610542vw;
  }
  .medicallip .product__intro--button--link {
    border-radius: 45px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button--link {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button--link {
    font-size: 17.5695461201px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button--link:hover {
    filter: brightness(90%);
    transform: scale(1.03);
  }
  .medicallip .product__intro--button--link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .medicallip .product__intro--button--link::after {
    border-top-width: 0.6588579795vw;
  }
  .medicallip .product__intro--button--link::after {
    border-right-width: 0;
    border-color: transparent transparent transparent rgb(51, 51, 51);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button--link::after {
    border-top-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button--link::after {
    border-top-width: 6.3250366032px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button--link::after {
    border-bottom-width: 0.6588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button--link::after {
    border-bottom-width: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button--link::after {
    border-bottom-width: 6.3250366032px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button--link::after {
    border-left-width: 0.8052708638vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button--link::after {
    border-left-width: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button--link::after {
    border-left-width: 7.7306002928px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .product__intro--button--link::after {
    right: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .product__intro--button--link::after {
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .product__intro--button--link::after {
    right: 21.0834553441px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .product__intro--button--link {
    font-size: 4.2666666667vw;
  }
  .medicallip .product__intro--button--link {
    border-radius: 6.6666666667vw;
  }
  .medicallip .product__intro--button--link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .medicallip .product__intro--button--link::after {
    border-top-width: 1.4666666667vw;
  }
  .medicallip .product__intro--button--link::after {
    border-bottom-width: 1.4666666667vw;
  }
  .medicallip .product__intro--button--link::after {
    border-left-width: 1.7333333333vw;
  }
  .medicallip .product__intro--button--link::after {
    border-right-width: 0;
    border-color: transparent transparent transparent rgb(51, 51, 51);
    top: 50%;
    transform: translateY(-50%);
  }
  .medicallip .product__intro--button--link::after {
    right: 6.6666666667vw;
  }
}
.medicallip .product__intro--button--link[data-color=white] {
  background-color: #fff;
  box-shadow: 2.828px 2.828px 6px 0px rgba(6, 0, 1, 0.15);
}
.medicallip .product__intro--button--link[data-color=yellow] {
  background-color: #ffea00;
  box-shadow: 2.828px 2.828px 6px 0px rgba(6, 0, 1, 0.15);
  min-height: 0 !important;
}
.medicallip .faq .faq__inner {
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__inner {
    padding-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__inner {
    padding-top: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__inner {
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__inner {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__inner {
    padding-top: 13.3333333333vw;
  }
  .medicallip .faq .faq__inner {
    padding-bottom: 13.3333333333vw;
  }
}
.medicallip .faq .faq__heading {
  position: relative;
  font-weight: bold;
  color: rgb(14, 90, 47);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__heading {
    background-color: #f5f5f5;
    line-height: 1.5;
  }
  .medicallip .faq .faq__heading {
    font-size: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__heading {
    font-size: 33.7335285505px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__heading .large {
    font-size: 3.513909224vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__heading .large {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__heading .large {
    font-size: 33.7335285505px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--green.webp);
  }
  .medicallip .faq .faq__heading::after {
    bottom: -1.8301610542vw;
  }
  .medicallip .faq .faq__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__heading::after {
    bottom: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__heading::after {
    bottom: -17.5695461201px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__heading::after {
    width: 5.270863836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__heading::after {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__heading::after {
    width: 50.6002928258px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__heading::after {
    height: 0.5856515373vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__heading::after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__heading::after {
    height: 5.6222547584px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__heading {
    font-size: 7.2vw;
  }
  .medicallip .faq .faq__heading {
    line-height: 1;
  }
  .medicallip .faq .faq__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--green.sp.webp);
  }
  .medicallip .faq .faq__heading::after {
    bottom: -6.6666666667vw;
  }
  .medicallip .faq .faq__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
  .medicallip .faq .faq__heading::after {
    width: 12.5333333333vw;
  }
  .medicallip .faq .faq__heading::after {
    height: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion {
    padding-top: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion {
    padding-top: 63.2503660322px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .c-accordion {
    padding-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__list {
    width: 80.5270863836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__list {
    width: 1100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__list {
    width: 773.0600292826px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__list {
    gap: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__list {
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__list {
    gap: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .c-accordion__list {
    width: 89.3333333333vw;
  }
  .medicallip .faq .c-accordion__list {
    gap: 5.3333333333vw;
  }
}
.medicallip .faq .c-accordion__item {
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.medicallip .faq .c-accordion__question {
  display: flex;
  align-items: center;
  background-color: rgb(94, 151, 106);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question {
    font-size: 1.6105417277vw;
  }
  .medicallip .faq .c-accordion__question {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question {
    font-size: 15.4612005857px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question {
    padding-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question {
    padding-top: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question {
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question {
    padding-bottom: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question {
    padding-left: 6.7349926794vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question {
    padding-left: 92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question {
    padding-left: 64.6559297218px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question {
    padding-right: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question {
    padding-right: 16.8667642753px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question::before {
    content: "";
    position: absolute;
  }
  .medicallip .faq .c-accordion__question::before {
    width: 3.074670571vw;
  }
  .medicallip .faq .c-accordion__question::before {
    top: 50%;
    transform: translateY(-50%);
    background-image: url(c-accordion__question--q.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question::before {
    width: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question::before {
    width: 29.5168374817px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question::before {
    height: 3.074670571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question::before {
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question::before {
    height: 29.5168374817px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__question::before {
    left: 2.7818448023vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__question::before {
    left: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__question::before {
    left: 26.7057101025px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .c-accordion__question {
    font-size: 4.2666666667vw;
  }
  .medicallip .faq .c-accordion__question {
    padding-top: 4.8vw;
  }
  .medicallip .faq .c-accordion__question {
    padding-bottom: 5.0666666667vw;
  }
  .medicallip .faq .c-accordion__question {
    padding-left: 16vw;
  }
  .medicallip .faq .c-accordion__question {
    line-height: 1;
  }
  .medicallip .faq .c-accordion__question::before {
    content: "";
    position: absolute;
  }
  .medicallip .faq .c-accordion__question::before {
    width: 8.2666666667vw;
  }
  .medicallip .faq .c-accordion__question::before {
    height: 8.2666666667vw;
  }
  .medicallip .faq .c-accordion__question::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .medicallip .faq .c-accordion__question::before {
    left: 5.0666666667vw;
  }
  .medicallip .faq .c-accordion__question::before {
    background-image: url(c-accordion__question--q.sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__item.is-open {
    padding-bottom: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__item.is-open {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__item.is-open {
    padding-bottom: 42.1669106881px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .c-accordion__item.is-open {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table {
    position: absolute;
  }
  .medicallip .faq .faq__table {
    top: 16.1054172767vw;
  }
  .medicallip .faq .faq__table {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table {
    top: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table {
    top: 154.6120058565px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table {
    width: 55.6368960469vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table {
    width: 760px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table {
    width: 534.1142020498px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table {
    width: 68.2666666667vw;
  }
  .medicallip .faq .faq__table {
    padding-top: 8vw;
  }
}
.medicallip .faq .faq__table .faq__table--heading {
  width: 100%;
  font-weight: bold;
  color: #599267;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--heading {
    font-size: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--heading {
    font-size: 16.8667642753px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--heading {
    margin-bottom: 1.756954612vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--heading {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--heading {
    margin-bottom: 16.8667642753px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--heading {
    font-size: 4vw;
  }
  .medicallip .faq .faq__table .faq__table--heading {
    margin-bottom: 3.4666666667vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  table-layout: fixed;
  border: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--structure {
    margin-top: 3.4666666667vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure {
  /* ヘッダー・セル共通 */
}
.medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
  text-align: center;
  vertical-align: middle;
  color: #333;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    font-size: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    font-size: 14.055636896px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    height: 4.831625183vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    height: 46.383601757px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    font-size: 3.4666666667vw;
  }
  .medicallip .faq .faq__table .faq__table--structure th, .medicallip .faq .faq__table .faq__table--structure td {
    height: 12.2666666667vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure thead tr {
  /* 左の列 */
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(1) {
    width: 20.4978038067vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(1) {
    width: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(1) {
    width: 196.7789165447px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(1) {
    width: 26vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure thead tr {
  /* 中央の列（皮膚） */
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(2) {
    width: 17.5695461201vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(2) {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(2) {
    width: 168.6676427526px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(2) {
    width: 20.9333333333vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure thead tr {
  /* 右の列（唇） */
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(3) {
    width: 17.5695461201vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(3) {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(3) {
    width: 168.6676427526px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__table .faq__table--structure thead tr th:nth-child(3) {
    width: 20.9333333333vw;
  }
}
.medicallip .faq .faq__table .faq__table--structure thead {
  /* 左上の空セル */
}
.medicallip .faq .faq__table .faq__table--structure thead th.is-empty {
  background-color: transparent;
  border-top: none;
  border-left: none;
}
.medicallip .faq .faq__table .faq__table--structure thead {
  /* グリーン背景のヘッダー1 */
}
.medicallip .faq .faq__table .faq__table--structure thead th.th-green1 {
  background-color: #a1dfb9;
  color: #333;
}
.medicallip .faq .faq__table .faq__table--structure thead {
  /* グリーン背景のヘッダー2 */
}
.medicallip .faq .faq__table .faq__table--structure thead th.th-green2 {
  background-color: #85d0a2;
  color: #333;
}
.medicallip .faq .faq__table .faq__table--structure {
  /* 行の見出し（左列） */
}
.medicallip .faq .faq__table .faq__table--structure tbody th {
  background-color: #fafafa;
}
.medicallip .faq .faq__table .faq__table--structure {
  /* 「唇」列の太字強調 */
}
.medicallip .faq .faq__table .faq__table--structure td.bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__answer {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__answer {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__answer {
    padding-left: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .c-accordion__answer {
    padding-right: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .c-accordion__answer {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .c-accordion__answer {
    padding-right: 28.1112737921px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .c-accordion__answer {
    padding-left: 5.3333333333vw;
  }
  .medicallip .faq .c-accordion__answer {
    padding-right: 5.3333333333vw;
  }
}
.medicallip .faq .faq__accordion--answer--inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--inner {
    gap: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--inner {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--inner {
    gap: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    content: "";
    position: absolute;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    width: 3.074670571vw;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    left: 0;
    background-image: url(c-accordion__question--a.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    width: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    width: 29.5168374817px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    height: 3.074670571vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    height: 42px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    height: 29.5168374817px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    top: 1.9033674963vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    top: 18.2723279649px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--inner::before {
    content: "";
    position: absolute;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    width: 8.2666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    height: 8.2666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    top: 6.1333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--inner::before {
    left: 0;
    background-image: url(c-accordion__question--a.sp.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.medicallip .faq .faq__accordion--answer--wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-top: 2.4890190337vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-top: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-top: 23.8945827233px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-left: 4.0263543192vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-left: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-left: 38.6530014641px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    margin-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    margin-top: 21.0834553441px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    padding-top: 2.9282576867vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    padding-top: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    content: "";
    position: absolute;
    top: 0;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    left: 3.953147877vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    height: 1px;
    background-color: #e0e0e0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    left: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    left: 37.9502196193px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    width: 70.8638360176vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    width: 968px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    width: 680.2928257687px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-top: 7.4666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper {
    padding-left: 10.6666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    margin-top: 4vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2) {
    padding-top: 5.3333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    content: "";
    position: absolute;
    top: 0;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    left: 9.3333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    width: 69.3333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--wrapper:nth-of-type(n+2)::after {
    height: 2px;
    background-color: #e0e0e0;
  }
}
.medicallip .faq .faq__accordion--answer--heading {
  font-weight: bold;
  line-height: 1;
  color: #599267;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--heading {
    font-size: 1.6105417277vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--heading {
    font-size: 15.4612005857px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--heading {
    font-size: 4.2666666667vw;
  }
}
.medicallip .faq .faq__accordion--answer--text {
  color: #333;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--text {
    line-height: 1;
  }
  .medicallip .faq .faq__accordion--answer--text {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--text {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--text {
    padding-top: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--text {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--text {
    padding-top: 14.055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--text {
    line-height: 1.5;
  }
  .medicallip .faq .faq__accordion--answer--text {
    font-size: 3.7333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--text {
    padding-top: 3.2vw;
  }
}
.medicallip .faq .faq__accordion--answer--case--heading {
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    padding-top: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    padding-top: 21.0834553441px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--case--heading {
    font-size: 3.7333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--case--heading {
    padding-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    font-size: 1.317715959vw;
  }
  .medicallip .faq .faq__accordion--answer--headingText {
    color: #333;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    margin-top: -0.1464128843vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    margin-top: -1.4055636896px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--headingText {
    font-size: 3.7333333333vw;
  }
}
.medicallip .faq .faq__accordion--answer--cases {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--cases {
    gap: 0.878477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--cases {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--cases {
    gap: 8.4333821376px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--cases {
    padding-top: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--cases {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--cases {
    padding-top: 11.2445095168px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--cases {
    gap: 0.2666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--cases {
    padding-top: 2.1333333333vw;
  }
}
.medicallip .faq .faq__accordion--answer--case {
  color: #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case {
    font-size: 1.317715959vw;
  }
  .medicallip .faq .faq__accordion--answer--case {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case {
    padding-left: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case {
    padding-left: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    content: "";
    position: absolute;
    top: 0.55em;
    transform: translateY(-50%);
    left: 0;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    width: 0.2928257687vw;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    background-color: #333;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    width: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    width: 2.8111273792px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    height: 0.2928257687vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    height: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--case::before {
    height: 2.8111273792px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--case {
    font-size: 3.7333333333vw;
  }
  .medicallip .faq .faq__accordion--answer--case {
    padding-left: 2.4vw;
  }
  .medicallip .faq .faq__accordion--answer--case {
    line-height: 1.5;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    width: 0.8vw;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    height: 0.8vw;
  }
  .medicallip .faq .faq__accordion--answer--case::before {
    background-color: #333;
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--note {
    letter-spacing: -0.04em;
  }
  .medicallip .faq .faq__accordion--answer--note {
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--note {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--note {
    font-size: 12.6500732064px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-right: 0.7320644217vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-right: 7.027818448px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-top: 39.7510980966vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-top: 543px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .faq .faq__accordion--answer--note {
    padding-top: 381.6105417277px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .faq .faq__accordion--answer--note {
    letter-spacing: 0.01em;
  }
  .medicallip .faq .faq__accordion--answer--note {
    font-size: 3.2vw;
  }
  .medicallip .faq .faq__accordion--answer--note {
    padding-top: 6.6666666667vw;
  }
  .medicallip .faq .faq__accordion--answer--note {
    line-height: 1.6;
  }
}
.medicallip .cm {
  background-image: linear-gradient(to top, rgb(89, 162, 121) 0%, rgb(14, 90, 47) 100%);
}
.medicallip .cm .cm__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__inner {
    padding-top: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__inner {
    padding-top: 70.2781844802px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__inner {
    padding-bottom: 7.3206442167vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__inner {
    padding-bottom: 70.2781844802px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .cm .cm__inner {
    padding-top: 13.3333333333vw;
  }
  .medicallip .cm .cm__inner {
    padding-bottom: 13.3333333333vw;
  }
}
.medicallip .cm .cm__heading {
  position: relative;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__heading {
    font-size: 3.8067349927vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__heading {
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__heading {
    font-size: 36.5446559297px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__heading::after {
    content: "";
    position: absolute;
    background-image: url(heading__decoration--yellow.webp);
  }
  .medicallip .cm .cm__heading::after {
    bottom: -2.3426061493vw;
  }
  .medicallip .cm .cm__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__heading::after {
    bottom: -32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__heading::after {
    bottom: -22.4890190337px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__heading::after {
    width: 5.270863836vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__heading::after {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__heading::after {
    width: 50.6002928258px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .cm__heading::after {
    height: 0.5856515373vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .cm__heading::after {
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .cm__heading::after {
    height: 5.6222547584px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .cm .cm__heading {
    font-size: 8.2666666667vw;
  }
  .medicallip .cm .cm__heading::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url(heading__decoration--yellow.sp.webp);
  }
  .medicallip .cm .cm__heading::after {
    bottom: -5.3333333333vw;
  }
  .medicallip .cm .cm__heading::after {
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
  }
  .medicallip .cm .cm__heading::after {
    width: 12vw;
  }
  .medicallip .cm .cm__heading::after {
    height: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .tvcm {
    width: 56.0761346999vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .tvcm {
    width: 766px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .tvcm {
    width: 538.3308931186px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .cm .tvcm {
    padding-top: 6.7349926794vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .cm .tvcm {
    padding-top: 92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .cm .tvcm {
    padding-top: 64.6559297218px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .cm .tvcm {
    width: 85.3333333333vw;
  }
  .medicallip .cm .tvcm {
    padding-top: 13.3333333333vw;
  }
}
.medicallip .cm .tvcm__block {
  padding: 0;
}
.medicallip .cm .tvcm__movie {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.medicallip .c-accordion {
  display: flex;
  justify-content: center;
  align-items: center;
}
.medicallip .c-accordion .c-accordion__list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.medicallip .c-accordion .c-accordion__item {
  overflow: hidden;
  transition: padding-bottom 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__item {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .medicallip .c-accordion .c-accordion__item {
    border-radius: 2.6666666667vw;
  }
}
.medicallip .c-accordion .c-accordion__question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__plus {
    position: absolute;
  }
  .medicallip .c-accordion .c-accordion__plus {
    right: 2.9282576867vw;
  }
  .medicallip .c-accordion .c-accordion__plus {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .c-accordion .c-accordion__plus {
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .c-accordion .c-accordion__plus {
    right: 28.1112737921px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__plus {
    width: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .c-accordion .c-accordion__plus {
    width: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .c-accordion .c-accordion__plus {
    width: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__plus {
    height: 1.1713030747vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .medicallip .c-accordion .c-accordion__plus {
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .medicallip .c-accordion .c-accordion__plus {
    height: 11.2445095168px;
  }
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__plus::before, .medicallip .c-accordion .c-accordion__plus::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .medicallip .c-accordion .c-accordion__plus::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .medicallip .c-accordion .c-accordion__plus::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .medicallip .c-accordion .c-accordion__plus {
    position: absolute;
  }
  .medicallip .c-accordion .c-accordion__plus {
    right: 5.3333333333vw;
  }
  .medicallip .c-accordion .c-accordion__plus {
    top: 50%;
    transform: translateY(-50%);
  }
  .medicallip .c-accordion .c-accordion__plus {
    width: 3.7333333333vw;
  }
  .medicallip .c-accordion .c-accordion__plus {
    height: 3.7333333333vw;
  }
  .medicallip .c-accordion .c-accordion__plus::before, .medicallip .c-accordion .c-accordion__plus::after {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .medicallip .c-accordion .c-accordion__plus::before {
    width: 100%;
  }
  .medicallip .c-accordion .c-accordion__plus::before {
    height: 0.5333333333vw;
  }
  .medicallip .c-accordion .c-accordion__plus::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .medicallip .c-accordion .c-accordion__plus::after {
    width: 0.5333333333vw;
  }
  .medicallip .c-accordion .c-accordion__plus::after {
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.medicallip .c-accordion .c-accordion__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out, padding 0.3s ease;
  overflow: hidden;
}
.medicallip .c-accordion .c-accordion__wrapper {
  min-height: 0;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .medicallip .c-accordion .c-accordion__wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
.medicallip .c-accordion .c-accordion__item.is-open .c-accordion__plus::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.medicallip .c-accordion .c-accordion__item.is-open .c-accordion__answer {
  grid-template-rows: 1fr;
}
.medicallip .c-accordion .c-accordion__item.is-open .c-accordion__wrapper {
  opacity: 1;
}
.medicallip .toolBox01 {
  background-color: #16528d;
}

[data-yid] {
  cursor: pointer;
}

.yModal {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  transition: 0.3s ease-in-out opacity;
}

.yModal.-open {
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.7);
}

.yModal.-close {
  opacity: 0;
  pointer-events: none;
}

.yModal__movie {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yModal__movie.-large {
  width: 60%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .yModal__movie.-large {
    width: 80%;
  }
}
.yModal__movie.-shorts {
  width: 22%;
  min-width: 300px;
  height: auto;
  aspect-ratio: 9/16;
}

.yModal__movie iframe {
  width: 100%;
  height: 100%;
}

.yModal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
  width: 2.6041666667%;
  min-width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .yModal__close {
    transform: translate(-25%, 25%);
    width: 10.6666666667%;
    min-width: auto;
    max-width: 50px;
  }
}
.yModal__close svg path {
  fill: #FFFFFF;
}