@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
html[data-browse-mode="S"] .block-topic-path {
  margin: 0;
}
.medical_main {
  color: #221714;
  letter-spacing: 0;
}
html[data-browse-mode="S"] .medical_main .isPc {
  display: none;
}
html[data-browse-mode="P"] .medical_main .isSp {
  display: none;
}
.medical_main .inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .medical_main .inner {
  padding: 0 calc((20 / 390) * 100vw);
}
.medical_main .head2 {
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 50px;
}
html[data-browse-mode="P"] .medical_main .head2 {
  font-size: 34px;
}
html[data-browse-mode="S"] .medical_main .head2 {
  font-size: 26px;
}
.medical_main .c_txt {
  line-height: 2;
  font-size: 15px;
}
.medical_main .c_txt b {
  font-weight: 500;
  background: linear-gradient(180deg, transparent 0%, transparent calc(100% - 7px), rgba(236,97,51,0.4) calc(100% - 7px), rgba(236,97,51,0.4) 100%);
}
html[data-browse-mode="P"] .medical_main .seciton {
  padding: 92px 0 100px;
}
html[data-browse-mode="S"] .medical_main .seciton {
  padding: 50px 0;
}
.medical_main .sectitle {
  position: relative;
}
.medical_main .sectitle:before {
  position: absolute;
  content: attr(title);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #848484;
  opacity: 0.3;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  text-transform: uppercase;
}
html[data-browse-mode="P"] .medical_main .sectitle:before {
  text-align: right;
  width: 100%;
  max-width: 960px;
  font-size: 100px;
  line-height: 1.17;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="S"] .medical_main .sectitle:before {
  right: 0;
  font-size: 70px;
  top: 30px;
  line-height: 1.2;
}
html[data-browse-mode="S"] .medical_main .splide {
  overflow: hidden;
  margin-right: calc((20 / 390) * -100vw);
}
html[data-browse-mode="S"] .medical_main .splide__track {
  overflow: visible;
  margin-right: calc((20 / 390) * 100vw);
}
.medical_main .splide__pagination {
  bottom: 0;
}
html[data-browse-mode="P"] .medical_main .splide__pagination {
  width: 100%;
  max-width: 960px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
html[data-browse-mode="S"] .medical_main .splide__pagination {
  right: 0;
  left: calc((20 / 390) * -100vw);
  width: 100vw;
}
.medical_main .splide__pagination li + li {
  margin-left: 11px;
}
.medical_main .splide__pagination__page {
  margin: 0;
  border: solid 1px #221714;
  background: #221714;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.medical_main .splide__pagination__page:hover {
  opacity: 1;
}
.medical_main .splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
html[data-browse-mode="P"] .medical_main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.main_visual img {
  width: 100%;
}
.bg_gray {
  background-color: #e8e7e7;
}
.contents_nav_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  display: none;
}
.contents_nav_fixed.isfixed {
  display: block;
}
html[data-browse-mode="P"] .contents_nav_fixed {
  padding: 16px 20px;
}
html[data-browse-mode="S"] .contents_nav_fixed {
  padding: 16px calc((20 / 390) * 100vw);
}
.contents_nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[data-browse-mode="P"] .contents_nav_links {
  gap: 20px;
}
html[data-browse-mode="S"] .contents_nav_links {
  gap: 10px;
}
.contents_nav_links a {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
          box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
  line-height: 2;
  border-radius: 20px;
  max-width: 150px;
}
html[data-browse-mode="P"] .contents_nav_links a {
  font-size: 18px;
}
html[data-browse-mode="S"] .contents_nav_links a {
  font-size: 16px;
  padding: 2px;
}
section.introduction {
  position: relative;
  z-index: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
html[data-browse-mode="P"] section.introduction {
  background-image: url("/img/usr/images/medical_devices/right_pc_bg.png");
  background-size: calc((75 / 140) * 100vw);
  background-repeat: no-repeat;
  background-position: right -50px bottom 30px;
  padding: 72px 0 100px;
}
html[data-browse-mode="S"] section.introduction {
  background-image: url("/img/usr/images/medical_devices/bg1_sp.png");
  background-position: top 28px center;
  padding: 80px 0;
}
html[data-browse-mode="S"] section.introduction:before {
  width: 60px;
  aspect-ratio: 60/371;
  top: 48px;
  left: 10px;
}
html[data-browse-mode="P"] section.introduction .inner {
  max-width: 1400px;
  padding: 0;
}
html[data-browse-mode="P"] section.introduction .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="S"] section.introduction .contents {
  padding-left: calc((20 / 390) * 100vw);
}
html[data-browse-mode="P"] section.introduction .intro_block {
  min-width: 580px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 220px;
}
html[data-browse-mode="S"] section.introduction .c_txt {
  line-height: 2.2;
}
html[data-browse-mode="P"] .intro_slide {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html[data-browse-mode="S"] .intro_slide {
  margin-bottom: 50px;
}
.cta_container {
  background: #fff;
}
.cta_container .movie {
  aspect-ratio: 960/540;
  max-width: 960px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .cta_container .movie {
  aspect-ratio: 390/219;
}
html[data-browse-mode="P"] .cta_container .formen .splide__list,
html[data-browse-mode="P"] .cta_container .forwomen .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
html[data-browse-mode="P"] .cta_container .formen .splide__list li,
html[data-browse-mode="P"] .cta_container .forwomen .splide__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html[data-browse-mode="P"] .cta_container .cta_wrap {
  padding: 100px 0 20px;
}
html[data-browse-mode="S"] .cta_container .splide {
  padding-bottom: 27px;
}
.cta_container .splide__slide {
  text-align: center;
}
.cta_container .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cta_container .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
html[data-browse-mode="P"] .cta_container .tag_wrap {
  gap: 10px;
  margin-bottom: 10px;
}
html[data-browse-mode="S"] .cta_container .tag_wrap {
  gap: 5px;
}
.cta_container .tag {
  border: solid 1px #e22754;
  color: #e22754;
  font-weight: 500;
}
html[data-browse-mode="P"] .cta_container .tag {
  font-size: 12px;
  padding: 1.5px 4px;
}
html[data-browse-mode="S"] .cta_container .tag {
  font-size: 10px;
  padding: 2px 5px;
}
.cta_container .name {
  font-weight: 500;
}
html[data-browse-mode="P"] .cta_container .name {
  font-size: 20px;
}
html[data-browse-mode="S"] .cta_container .name {
  font-size: 16px;
}
html[data-browse-mode="P"] .cta_container .kind {
  font-size: 14px;
}
html[data-browse-mode="S"] .cta_container .kind {
  font-size: 13px;
}
.cta_container .price_wrap {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
}
.cta_container .price_wrap.red {
  color: #e22754;
}
html[data-browse-mode="P"] .cta_container .price_wrap {
  margin: 10px 0;
}
html[data-browse-mode="S"] .cta_container .price_wrap {
  margin: -2px 0 10px;
}
.cta_container .price {
  font-family: "Roboto", sans-serif;
}
.cta_container .price.red {
  color: #e22754;
}
html[data-browse-mode="P"] .cta_container .price {
  font-size: 24px;
}
html[data-browse-mode="S"] .cta_container .price {
  font-size: 20px;
}
.cta_container .yen {
  font-size: 16px;
}
.cta_container .tax {
  font-size: 10px;
}
.cta_container .btn {
  background: #221714;
  color: #fff;
  line-height: 2;
  font-weight: 400;
}
html[data-browse-mode="P"] .cta_container .btn {
  font-size: 15px;
}
html[data-browse-mode="S"] .cta_container .btn {
  font-size: 13px;
  padding: 7px;
}
#cta2 .movie {
  display: none;
}
html[data-browse-mode="P"] #cta2 .cta_wrap {
  padding: 0;
}
html[data-browse-mode="S"] #cta2 .cta_wrap {
  padding-bottom: 27px;
}
html[data-browse-mode="S"] #cta2 .forwomen .item_contents {
  padding-bottom: 30px;
}
html[data-browse-mode="P"] #cta2 .formen .item_contents {
  padding-bottom: 50px;
}
.cta_head2 {
  text-align: center;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
html[data-browse-mode="P"] .cta_head2 {
  font-size: 40px;
}
html[data-browse-mode="S"] .cta_head2 {
  font-size: 37px;
}
section.forwomen .cta_head2 {
  color: #d7b4c7;
}
section.formen .cta_head2 {
  color: #afd1eb;
}
.item_contents {
  padding: 100px 0 80px;
}
html[data-browse-mode="S"] .item_contents {
  padding: 50px 0;
}
html[data-browse-mode="P"] section.feature {
  background-image: url("/img/usr/images/medical_devices/left_pc_bg.png");
  background-size: calc((75 / 140) * 100vw);
  background-repeat: no-repeat;
  background-position: left -50px top 48px;
}
html[data-browse-mode="S"] section.feature {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("/img/usr/images/medical_devices/bg2_sp.png");
  background-position: top 253px center;
}
html[data-browse-mode="P"] section.feature .section {
  padding-bottom: 80px;
}
.feature_message {
  background: #fff;
  margin-top: 50px;
}
html[data-browse-mode="P"] .feature_message {
  padding: 30px 40px;
}
html[data-browse-mode="S"] .feature_message {
  padding: 30px calc((20 / 390) * 100vw);
}
html[data-browse-mode="P"] .feature_message .m_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
html[data-browse-mode="S"] .feature_message .m_text {
  font-size: 14px;
  line-height: 1.5;
}
html[data-browse-mode="P"] .messeage_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message_title {
  position: relative;
  z-index: 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  padding: 22px 0;
  margin-bottom: 20px;
}
.message_title:before {
  position: absolute;
  content: attr(en);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #848484;
  font-weight: bold;
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 1.2;
}
.messege_person_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html[data-browse-mode="P"] .messege_person_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  border-left: solid 1px #e4e4e4;
}
html[data-browse-mode="S"] .messege_person_wrap {
  border-top: solid 1px #e4e4e4;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 2px;
}
.messege_person_wrap img {
  -webkit-box-flex: 116;
      -ms-flex: 116;
          flex: 116;
  width: 116px;
}
html[data-browse-mode="P"] .messege_person_wrap img {
  margin-top: 2px;
}
html[data-browse-mode="S"] .messege_person_detail {
  -webkit-box-flex: 172;
      -ms-flex: 172;
          flex: 172;
}
.messege_person_name {
  font-weight: 500;
  margin-bottom: 20px;
}
html[data-browse-mode="P"] .messege_person_name {
  font-size: 16px;
}
html[data-browse-mode="S"] .messege_person_name {
  font-size: 15px;
}
html[data-browse-mode="P"] .messege_person_text {
  font-size: 14px;
}
html[data-browse-mode="S"] .messege_person_text {
  font-size: 12px;
}
.feature_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
html[data-browse-mode="P"] .feature_nav {
  gap: 40px;
}
html[data-browse-mode="S"] .feature_nav {
  gap: calc((19 / 390) * 100vw);
}
.feature_nav a {
  position: relative;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}
html[data-browse-mode="P"] .feature_nav a {
  row-gap: 11px;
  width: 150px;
  padding-bottom: 35px;
}
.feature_nav a:after {
  position: absolute;
  content: "";
  left: 50%;
  border-right: solid 1px #221714;
  border-bottom: solid 1px #221714;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
html[data-browse-mode="P"] .feature_nav a:after {
  width: 13px;
  height: 13px;
  bottom: 14px;
}
html[data-browse-mode="S"] .feature_nav a {
  font-size: 12px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html[data-browse-mode="S"] .feature_nav a:after {
  width: 9px;
  height: 9px;
  bottom: 18px;
}
.feature_nav .navtitle {
  color: #ec6133;
}
html[data-browse-mode="P"] .feature_nav .navtitle {
  font-size: 14px;
}
html[data-browse-mode="S"] .feature_nav .navtitle {
  margin-bottom: 3px;
}
.feature_nav .navtitle span {
  font-family: "Roboto", sans-serif;
}
html[data-browse-mode="P"] .feature_nav .navtitle span {
  vertical-align: text-bottom;
  font-size: 20px;
  line-height: 1;
  padding-left: 3px;
}
html[data-browse-mode="S"] .feature_nav .navtitle span {
  vertical-align: baseline;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1.25;
}
html[data-browse-mode="P"] section.features + section.features {
  margin-top: 100px;
}
html[data-browse-mode="S"] section.features + section.features {
  margin-top: 45px;
}
html[data-browse-mode="P"] section.features:last-of-type {
  padding-bottom: 100px;
}
html[data-browse-mode="S"] section.features:last-of-type {
  padding-bottom: 60px;
}
html[data-browse-mode="P"] section.features .block {
  margin-top: 40px;
}
html[data-browse-mode="S"] section.features .block {
  margin-top: 32px;
  padding: calc((20 / 390) * 100vw);
}
section.features .label {
  color: #ec6133;
  border: solid 1px #ec6133;
  text-align: center;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html[data-browse-mode="P"] section.features .label {
  font-size: 20px;
  padding: 2.5px 15px;
  margin: 0 auto 30px;
}
html[data-browse-mode="S"] section.features .label {
  font-size: 14px;
  line-height: 1.875;
  padding: 0 15px;
  margin: 0 auto 20px;
}
section.features .effect_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html[data-browse-mode="P"] section.features .effect_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
html[data-browse-mode="S"] section.features .effect_list {
  padding: 0 calc((20 / 390) * 100vw);
  gap: 20px 30px;
}
section.features .effect_item {
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #f0f0f0;
  font-weight: 500;
  text-align: center;
}
html[data-browse-mode="P"] section.features .effect_item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 160px;
}
html[data-browse-mode="P"] section.features .effect_item:first-of-type {
  padding-top: 20px;
}
html[data-browse-mode="S"] section.features .effect_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 15px);
  padding: 10px 0 16px;
}
html[data-browse-mode="S"] section.features .effect_item:not(:first-of-type) {
  padding: 10px 0 29px;
}
section.features .num {
  font-family: "Roboto", sans-serif;
  color: #ec6133;
}
html[data-browse-mode="P"] section.features .num {
  position: absolute;
  top: 16px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 24px;
}
html[data-browse-mode="S"] section.features .num {
  font-size: 21px;
  line-height: 1.333;
}
html[data-browse-mode="P"] section.features .effect {
  font-size: 18px;
}
html[data-browse-mode="S"] section.features .effect {
  font-size: 16px;
  margin: auto;
}
section.features .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html[data-browse-mode="P"] section.features .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
}
html[data-browse-mode="S"] section.features .column {
  gap: 20px;
  margin-top: 32px;
}
html[data-browse-mode="P"] section.features .column .detail {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
html[data-browse-mode="S"] section.features .column .detail {
  -webkit-box-flex: 17;
      -ms-flex: 17;
          flex: 17;
}
html[data-browse-mode="P"] section.features .column .detail .c_txt {
  font-size: 16px;
}
html[data-browse-mode="S"] section.features .column .detail .c_txt {
  line-height: 2;
}
html[data-browse-mode="P"] section.features .column .img {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  aspect-ratio: 4/5;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
html[data-browse-mode="S"] section.features .column .img {
  -webkit-box-flex: 16;
      -ms-flex: 16;
          flex: 16;
}
html[data-browse-mode="P"] .feature1_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .feature1_image_wrap {
  margin-bottom: 32px;
}
html[data-browse-mode="P"] .feature1_image:nth-of-type(1) {
  -webkit-box-flex: 442;
      -ms-flex: 442;
          flex: 442;
}
html[data-browse-mode="P"] .feature1_image:nth-of-type(2) {
  -webkit-box-flex: 510;
      -ms-flex: 510;
          flex: 510;
}
html[data-browse-mode="S"] .feature1_image + .feature1_image {
  margin-top: 30px;
}
.feature_head3 {
  position: relative;
  z-index: 0;
  color: #ec6133;
  font-weight: bold;
}
html[data-browse-mode="P"] .feature_head3 {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}
html[data-browse-mode="S"] .feature_head3 {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.feature_head3:after {
  position: absolute;
  content: attr(title);
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  color: #848484;
  opacity: 0.3;
  font-weight: bold;
  z-index: -1;
}
html[data-browse-mode="P"] .feature_head3:after {
  font-size: 60px;
}
html[data-browse-mode="S"] .feature_head3:after {
  font-size: 40px;
}
.feature_head3 span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  vertical-align: sub;
}
html[data-browse-mode="P"] .feature_head3 span {
  font-size: 60px;
  margin-left: 10px;
}
html[data-browse-mode="S"] .feature_head3 span {
  font-size: 40px;
  line-height: 1.3;
  margin-left: 7px;
}
.feature_head4 {
  font-weight: 500;
}
html[data-browse-mode="P"] .feature_head4 {
  font-size: 24px;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .feature_head4 {
  font-size: 20px;
  margin-bottom: 32px;
}
.feature_head5 {
  font-weight: 500;
  margin-bottom: 20px;
}
html[data-browse-mode="P"] .feature_head5 {
  font-size: 24px;
}
html[data-browse-mode="S"] .feature_head5 {
  font-size: 18px;
}
.gender_label {
  font-weight: 500;
  border: solid 1px #221714;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
html[data-browse-mode="P"] .gender_label {
  padding: 4.5px 41px;
  font-size: 18px;
}
html[data-browse-mode="S"] .gender_label {
  font-size: 15px;
  line-height: 1.8;
  padding: 1px 35px;
}
#feature01 .block {
  background: rgba(255,255,255,0.9);
}
html[data-browse-mode="P"] #feature01 .block {
  padding: 30px 40px 40px;
}
#feature03 .features_article .block {
  background: #fff;
}
html[data-browse-mode="P"] #feature03 .features_article .block {
  padding: 32px 27px 27px;
}
html[data-browse-mode="P"] .features_about {
  margin-top: 100px;
}
html[data-browse-mode="S"] .features_about {
  margin-top: 50px;
}
.features_about .block {
  background-color: rgba(255,255,255,0.8);
}
html[data-browse-mode="P"] .features_about .block {
  padding: 50px;
}
.features_about h4 {
  text-align: center;
}
.features_about h4 div + div {
  margin-top: 10px;
}
.features_about .about_logo {
  display: block;
}
html[data-browse-mode="P"] .features_about .about_logo {
  width: 248px;
  margin: 0 auto 16px;
}
html[data-browse-mode="S"] .features_about .about_logo {
  width: 145px;
  margin: 10px auto;
}
.features_about .about_title {
  font-weight: 500;
  text-align: center;
}
html[data-browse-mode="P"] .features_about .about_title {
  font-size: 16px;
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .features_about .about_title {
  font-size: 12px;
  margin-bottom: 20px;
}
.features_about .series + .series {
  margin-top: 50px;
}
html[data-browse-mode="P"] .features_about .series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html[data-browse-mode="P"] .features_about .series .c_txt {
  font-size: 16px;
}
html[data-browse-mode="P"] .features_about .series_image {
  min-width: 420px;
  margin-right: 40px;
}
.features_about .about_feature_title {
  font-weight: 500;
  text-decoration: underline;
}
.features_about .about_feature_title.fanctional {
  color: #607d95;
}
.features_about .about_feature_title.recovery {
  color: #ec6133;
}
html[data-browse-mode="P"] .features_about .about_feature_title {
  font-size: 24px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .features_about .about_feature_title {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.c_detail_btn {
  background: #fff;
  display: block;
  border: solid 1px #221714;
  text-align: center;
}
html[data-browse-mode="P"] .c_detail_btn {
  width: 250px;
  margin-top: 20px;
  padding: 13px;
}
html[data-browse-mode="S"] .c_detail_btn {
  font-size: 13px;
  max-width: 200px;
  padding: 9px;
  margin: 20px auto 0;
}
section.voice {
  overflow-x: hidden;
}
html[data-browse-mode="P"] section.voice {
  background-image: url("/img/usr/images/medical_devices/left_pc_bg.png");
  background-size: calc((75 / 140) * 100vw);
  background-repeat: no-repeat;
  background-position: left -50px bottom;
}
html[data-browse-mode="S"] section.voice {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("/img/usr/images/medical_devices/bg2_sp.png");
  background-position: top 106px center;
}
html[data-browse-mode="P"] section.voice .inner {
  max-width: 1400px;
  padding-right: 0;
  padding-left: 220px;
}
section.voice .splide {
  padding-bottom: 37px;
}
section.voice .splide__slide {
  background: rgba(255,255,255,0.8);
  border: solid 1px #221714;
}
html[data-browse-mode="P"] section.voice .splide__slide {
  padding: 20px;
}
html[data-browse-mode="S"] section.voice .splide__slide {
  padding: 20px calc((20 / 390) * 100vw);
}
section.voice .splide:not(.is-overflow) .splide__pagination {
  display: block;
  text-align: center;
}
section.voice .splide__arrows {
  position: absolute;
  max-width: 1100px;
  width: 1100px;
  left: -70px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.voice .splide__arrow {
  top: -37px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 50px;
  height: 50px;
  opacity: 1;
  background: rgba(34,23,20,0.6);
}
section.voice .splide__arrow:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
section.voice .splide__arrow:hover {
  opacity: 1;
}
section.voice .splide__arrow svg {
  display: none;
}
section.voice .splide__arrow--prev {
  left: 0;
}
section.voice .splide__arrow--prev:before {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  margin-left: 5px;
}
section.voice .splide__arrow--next {
  right: 0;
}
section.voice .splide__arrow--next:before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-right: 5px;
}
section.voice .voice_title {
  background: #dbdcdc;
  font-weight: 500;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 16px;
}
section.voice .voice_text {
  line-height: 2;
}
html[data-browse-mode="P"] section.voice .voice_text {
  font-size: 16px;
}
html[data-browse-mode="S"] section.voice .voice_text {
  font-size: 14px;
}
html[data-browse-mode="P"] section.gift .gifts + .gifts {
  margin-top: 50px;
}
html[data-browse-mode="S"] section.gift .gifts + .gifts {
  margin-top: 44px;
}
html[data-browse-mode="P"] section.gift .detail {
  -webkit-box-flex: 60;
      -ms-flex: 60;
          flex: 60;
}
html[data-browse-mode="S"] section.gift .detail {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}
section.gift .img img {
  width: 100%;
}
html[data-browse-mode="P"] section.gift .img {
  -webkit-box-flex: 32;
      -ms-flex: 32;
          flex: 32;
}
html[data-browse-mode="S"] section.gift .img {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
html[data-browse-mode="P"] section.gift .c_detail_btn {
  margin-top: 50px;
}
.gift_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html[data-browse-mode="P"] .gift_wrap {
  gap: 40px;
}
html[data-browse-mode="S"] .gift_wrap {
  gap: 20px;
}
.gift_head3 {
  position: relative;
  z-index: 0;
  font-weight: 500;
}
.gift_head3:before {
  position: absolute;
  content: attr(title);
  top: 0;
  font-family: "Roboto", sans-serif;
  z-index: -1;
  font-weight: bold;
  color: #848484;
  opacity: 0.3;
}
html[data-browse-mode="P"] .gift_head3 {
  padding-top: 46px;
  font-size: 24px;
  margin-bottom: 30px;
}
html[data-browse-mode="P"] .gift_head3:before {
  font-size: 60px;
  line-height: 1.2;
}
html[data-browse-mode="S"] .gift_head3 {
  padding-top: 25px;
  font-size: 20px;
  margin-bottom: 20px;
}
html[data-browse-mode="S"] .gift_head3:before {
  line-height: 1.3;
  font-size: 40px;
}
#gift_wrapping .gift_head3:before {
  left: 0;
}
html[data-browse-mode="P"] #gift_e .gift_wrap {
  text-align: right;
}
#gift_e .gift_head3 {
  text-align: right;
}
#gift_e .gift_head3:before {
  right: 0;
}
html[data-browse-mode="P"] #gift_e .c_detail_btn {
  margin-left: auto;
  margin-right: 0;
}
.voice_text {
  line-height: 2;
}
html[data-browse-mode="S"] .voice_text {
  font-size: 14px;
}
section.set {
  background: #eee;
  text-align: center;
}
html[data-browse-mode="P"] section.set {
  padding: 50px 0 100px;
}
html[data-browse-mode="S"] section.set {
  padding: 30px 0 50px;
}
section.set .block {
  background: #fff;
}
html[data-browse-mode="P"] section.set .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px;
  padding: 40px 30px;
}
html[data-browse-mode="S"] section.set .block {
  margin-top: 30px;
  padding: 30px calc((20 / 390) * 100vw);
}
html[data-browse-mode="P"] section.set .head2 {
  margin-bottom: 30px;
}
html[data-browse-mode="S"] section.set .head2 {
  margin-bottom: 20px;
}
html[data-browse-mode="S"] section.set .set_txt {
  font-size: 14px;
}
section.set .set_txt span {
  color: #e22754;
  font-weight: 500;
}
html[data-browse-mode="P"] section.set .set_txt span {
  font-size: 22px;
}
html[data-browse-mode="S"] section.set .set_txt span {
  font-size: 18px;
}
section.set .set_head3 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
html[data-browse-mode="P"] section.set .set_head3 {
  font-size: 20px;
}
html[data-browse-mode="S"] section.set .set_head3 {
  font-size: 16px;
}
section.set .set_comment {
  position: relative;
  background: #fce9ed;
  font-weight: 500;
  color: #e22754;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 11px;
  font-size: 16px;
  margin: 20px auto 18px;
}
section.set .set_comment:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
  border-top: 9px solid #fce9ed;
  border-bottom: 0;
  bottom: -8px;
}
section.set .set_price {
  font-family: "Roboto", sans-serif;
}
html[data-browse-mode="P"] section.set .set_price {
  font-size: 24px;
}
html[data-browse-mode="S"] section.set .set_price {
  font-size: 20px;
}
section.set .set_price span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
}
html[data-browse-mode="S"] section.set .set_price span {
  padding-left: 3px;
}
section.set .set_price_wrap {
  color: #e22754;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  margin-bottom: 10px;
}
html[data-browse-mode="P"] section.set .set_price_wrap {
  gap: 26px;
}
html[data-browse-mode="S"] section.set .set_price_wrap {
  gap: 33px;
}
section.set .set_normal_price {
  font-size: 14px;
}
section.set .set_normal_price span {
  font-size: 10px;
}
section.set .buy_btn {
  display: block;
  color: #fff;
  background: #ec6133;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 0;
  margin-top: 20px;
}
html[data-browse-mode="P"] section.set .buy_btn {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
html[data-browse-mode="P"] section.set .cv_line {
  margin-top: 50px;
}
html[data-browse-mode="S"] section.set .cv_line {
  margin-top: 30px;
}
section.product .inner {
  position: relative;
  z-index: 0;
}
html[data-browse-mode="P"] section.product {
  background-image: url("/img/usr/images/medical_devices/left_pc_bg.png");
  background-size: calc((75 / 140) * 100vw);
  background-repeat: no-repeat;
  background-position: left -50px top 48px;
}
html[data-browse-mode="S"] section.product {
  background-image: url("/img/usr/images/medical_devices/product_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top 267px center;
}
html[data-browse-mode="S"] section.product .product_contents {
  margin-top: 50px;
}
html[data-browse-mode="P"] section.product .product_contents_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
section.product .product_tops_image {
  margin: 0 auto;
}
html[data-browse-mode="P"] section.product .product_tops_image {
  aspect-ratio: 46/30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="P"] section.product .product_tops_image img {
  max-width: 347px;
}
html[data-browse-mode="S"] section.product .product_tops_image {
  max-width: 240px;
}
html[data-browse-mode="P"] section.product .product_bottoms_image {
  aspect-ratio: 46/30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="P"] section.product .product_bottoms_image img {
  max-width: 256px;
}
html[data-browse-mode="S"] section.product .product_bottoms_image {
  margin: 0 auto;
  max-width: 200px;
}
section.product .product_block {
  background: #fff;
  margin-top: 30px;
}
section.product .product_label {
  position: relative;
  font-weight: 500;
  border: solid 1px #221714;
  cursor: pointer;
}
section.product .product_label:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 20px;
  top: 50%;
  border-right: solid 1px #221714;
  border-bottom: solid 1px #221714;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
section.product .product_label.isOpen:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(-1, -1);
          transform: translateY(-50%) rotate(45deg) scale(-1, -1);
}
html[data-browse-mode="P"] section.product .product_label {
  padding: 22px 32px 22px 20px;
}
html[data-browse-mode="S"] section.product .product_label {
  padding: 13px 32px 13px 20px;
}
section.product .product_detail {
  border: solid 1px #221714;
  border-top: none;
  display: none;
}
html[data-browse-mode="P"] section.product .product_detail {
  min-height: 412px;
  padding: 20px 20px 25px;
}
html[data-browse-mode="S"] section.product .product_detail {
  padding: 22px 20px 25px;
}
section.product dl + dl {
  margin-top: 16px;
}
section.product dt,
section.product dd {
  font-size: 14px;
}
section.product dt {
  font-weight: 500;
}
section.product dd {
  margin-top: 10px;
}
html[data-browse-mode="P"] section.size {
  padding-bottom: 100px;
}
html[data-browse-mode="S"] section.size {
  padding-bottom: 80px;
}
html[data-browse-mode="S"] section.size .head2 {
  margin-bottom: 30px;
}
section.size .size_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.size .size_tab_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 500;
  background: #f0f0f0;
  color: #221714;
  cursor: pointer;
}
html[data-browse-mode="P"] section.size .size_tab_item {
  font-size: 20px;
  padding: 15.5px 0;
}
html[data-browse-mode="S"] section.size .size_tab_item {
  font-size: 16px;
  padding: 13px 0;
}
section.size .size_tab_item.active {
  color: #fff;
  background: #221714;
}
section.size .size_tab_contents {
  display: none;
}
section.size .size_tab_contents.isView {
  display: block;
}
section.size .size_tab_block {
  background: #fff;
  text-align: center;
}
html[data-browse-mode="P"] section.size .size_tab_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 40px 50px;
}
html[data-browse-mode="S"] section.size .size_tab_block {
  padding: 30px calc((20 / 390) * 100vw);
}
section.size .shirts {
  width: 180px;
  margin: 0 auto 20px;
}
section.size .leggings {
  width: 170px;
  margin: 0 auto 20px;
}
html[data-browse-mode="S"] section.size .leggings {
  margin-top: 30px;
}
section.size table {
  width: 100%;
}
section.size th,
section.size td {
  background: #f0f0f0;
  text-align: center;
  border: solid 1px #fff;
  vertical-align: middle;
}
html[data-browse-mode="P"] section.size th,
html[data-browse-mode="P"] section.size td {
  min-width: 80px;
}
html[data-browse-mode="S"] section.size th,
html[data-browse-mode="S"] section.size td {
  min-width: 60px;
}
section.size thead tr th:first-of-type {
  background: #fff;
}
html[data-browse-mode="P"] section.size thead tr th:first-of-type {
  width: 80px;
}
html[data-browse-mode="S"] section.size thead tr th:first-of-type {
  width: 60px;
}
section.size thead tr th:nth-of-type(2) {
  font-size: 16px;
  height: 30px;
}
section.size tbody tr:first-of-type th {
  background: #e5e5e5;
  font-weight: 400;
  font-size: 12px;
}
section.size tbody tr th,
section.size tbody tr td {
  font-family: "Roboto", sans-serif;
  height: 46px;
}
section.size tbody tr:not(:first-of-type) th {
  font-weight: 500;
  font-size: 16px;
}
html[data-browse-mode="S"] section.size tbody tr:not(:first-of-type) th {
  width: 60px;
}
section.size tbody tr td {
  font-weight: 400;
  font-size: 14px;
}
html[data-browse-mode="P"] section.faq {
  padding: 50px 0 100px;
}
html[data-browse-mode="S"] section.faq {
  padding: 60px 0 100px;
}
section.faq dl {
  border-bottom: solid 1px #dbdcdc;
  padding-bottom: 15px;
}
section.faq dl + dl {
  padding-top: 15px;
}
section.faq dt,
section.faq dd {
  position: relative;
  font-weight: 500;
}
section.faq dt:before,
section.faq dd:before {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #f0f0f0;
}
html[data-browse-mode="P"] section.faq dt,
html[data-browse-mode="P"] section.faq dd {
  padding-left: 60px;
  font-size: 18px;
}
html[data-browse-mode="P"] section.faq dt:before,
html[data-browse-mode="P"] section.faq dd:before {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
html[data-browse-mode="S"] section.faq dt,
html[data-browse-mode="S"] section.faq dd {
  padding-left: 40px;
  font-size: 14px;
}
html[data-browse-mode="S"] section.faq dt:before,
html[data-browse-mode="S"] section.faq dd:before {
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
section.faq dt {
  cursor: pointer;
}
section.faq dt:before {
  content: "Q";
}
section.faq dd {
  display: none;
}
section.faq dd:before {
  content: "A";
}
html[data-browse-mode="P"] section.faq dd:before {
  top: 0;
}
html[data-browse-mode="P"] section.faq dd {
  margin-top: 16px;
}
html[data-browse-mode="S"] section.faq dd {
  margin-top: 10px;
}
section.faq .quest,
section.faq .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="P"] section.faq .quest,
html[data-browse-mode="P"] section.faq .answer {
  min-height: 40px;
}
html[data-browse-mode="S"] section.faq .quest,
html[data-browse-mode="S"] section.faq .answer {
  min-height: 42px;
}
section.faq dt.isOpen .quest:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.faq .quest {
  position: relative;
  padding-right: 40px;
}
section.faq .quest:before,
section.faq .quest:after {
  position: absolute;
  content: "";
  background: #221714;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.faq .quest:before {
  height: 1px;
  right: 0;
  top: 20px;
}
html[data-browse-mode="P"] section.faq .quest:before {
  width: 20px;
}
html[data-browse-mode="S"] section.faq .quest:before {
  width: 14px;
}
section.faq .quest:after {
  width: 1px;
}
html[data-browse-mode="P"] section.faq .quest:after {
  height: 20px;
  top: 10px;
  right: 10px;
}
html[data-browse-mode="S"] section.faq .quest:after {
  height: 14px;
  top: 13px;
  right: 7px;
}
.company_block {
  border: solid 1px #221714;
  margin-top: 52px;
  text-align: center;
}
html[data-browse-mode="P"] .company_block {
  padding: 32px 20px 30px;
}
html[data-browse-mode="S"] .company_block {
  padding: 32px calc((20 / 390) * 100vw) 30px;
}
.company_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="P"] .company_logo {
  gap: 37px;
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .company_logo {
  gap: 28px;
  margin-bottom: 15px;
}
.company_text {
  font-size: 14px;
}
html[data-browse-mode="P"] .ftlogo_1 {
  width: 113px;
}
html[data-browse-mode="S"] .ftlogo_1 {
  width: 88px;
}
html[data-browse-mode="P"] .ftlogo_2 {
  width: 123px;
}
html[data-browse-mode="S"] .ftlogo_2 {
  width: 96px;
}
