@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
.main {
  background: url("/general/know-vwd/img/bg.png") center/auto;
  display: flex;
  height: auto;
  min-height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 980px) {
  .main {
    min-height: auto;
  }
}
.main .sidenavigation {
  width: 31.25%;
  min-width: 390px;
  min-height: 100%;
  display: block;
  position: relative;
}
.main .sidenavigation__wrap {
  background: #fff;
  height: calc(100% - 80px);
  border-radius: 0 0 100px 0;
  box-sizing: border-box;
}
.main .sidenavigation__wrap__block {
  padding: 40px 40px 40px 10px;
  width: 390px;
  margin-inline-start: auto;
  height: 91vh;
  box-sizing: border-box;
}
.main .sidenavigation__wrap__block strong {
  color: #EA8787;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 12px;
  margin-bottom: 24px;
}
.main .sidenavigation__wrap__block strong::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url("/general/know-vwd/img/nav/icn_menu.png") center/cover no-repeat;
  margin-top: 3px;
}
.main .sidenavigation__wrap__block ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main .sidenavigation__wrap__block ul li a {
  background: #EF737C;
  background: linear-gradient(90deg, rgb(239, 115, 124) 0%, rgb(234, 135, 135) 100%);
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  height: 65px;
  width: 100%;
  border-radius: 70px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding-left: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}
.main .sidenavigation__wrap__block ul li a::before {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  background: url("/general/know-vwd/img/nav/nav_cursor_01.png") center/cover no-repeat;
  margin: 0 2px;
}
.main .sidenavigation__wrap__block ul li a:hover {
  transform: translateX(8px);
}
.main .sidenavigation__wrap__block ul li a.current {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
}
.main .sidenavigation__wrap__block ul li a.current:hover {
  transform: translateX(0);
}
.main .sidenavigation__wrap__block ul li a.home::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/general/know-vwd/img/nav/nav_cursor_02.png") center/cover no-repeat;
  margin: 0;
}
.main .sidenavigation__wrap__block ul li a br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main .sidenavigation {
    width: 33%;
    min-width: auto;
  }
  .main .sidenavigation__wrap__block {
    padding: 40px 10px;
    width: 100%;
  }
  .main .sidenavigation__wrap__block ul li a {
    height: 60px;
    padding-right: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .main .sidenavigation {
    display: none;
  }
}
.main .maincontents {
  width: 68.75%;
  height: 100%;
  position: relative;
  padding: 45px 45px 80px;
  box-sizing: border-box;
}
.main .maincontents::before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/general/know-vwd/img/contents_frame.png") top left/contain no-repeat;
}
.main .maincontents .section {
  max-width: 980px;
  display: block;
  margin-inline: auto;
  box-sizing: border-box;
}
.main .maincontents .section img {
  max-width: 100%;
  width: auto;
}
.main .maincontents .section.index.greeting {
  background: #FCF9F1;
  padding: 80px 40px 20px;
  position: relative;
  border-radius: 10px;
  box-shadow: 20px 20px 40px rgba(239, 115, 124, 0.2);
}
.main .maincontents .section.index.greeting p {
  font-size: 18px;
  background-image: linear-gradient(180deg, #ddd 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
}
.main .maincontents .section.index.greeting p:nth-child(2) {
  border-bottom: 1px solid #ddd;
  padding-right: 170px;
}
.main .maincontents .section.index.greeting small {
  font-size: 16px;
  text-align: right;
  display: block;
  padding-right: 170px;
  padding-top: 80px;
}
.main .maincontents .section.index.greeting::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  content: "";
  width: 64px;
  height: 96px;
  background: url("/general/know-vwd/img/index/illust_pin.png") center/contain no-repeat;
}
.main .maincontents .section.index.greeting::after {
  position: absolute;
  bottom: 20px;
  right: 50px;
  content: "";
  width: 153px;
  height: 257px;
  background: url("/general/know-vwd/img/index/illust_dr.png") center/contain no-repeat;
}
.main .maincontents .section.contents h1 {
  font-size: 40px;
  color: #D43A47;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
  position: relative;
  min-height: 83px;
}
.main .maincontents .section.contents h1::after {
  content: url("/general/know-vwd/img/contents/icn_01.png");
  display: block;
  width: 56px;
  height: 83px;
}
.main .maincontents .section.contents h1.noicn::after {
  display: none;
}
.main .maincontents .section.contents .contents_frame {
  background: #fff;
  padding: 24px 40px 40px;
  border-radius: 24px;
}
.main .maincontents .section.contents .contents_frame h2 {
  font-size: 20px;
  color: #D1632C;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 72px;
  min-height: 99px;
  background: url("/general/know-vwd/img/contents/h2_bg.png") bottom center/auto repeat-x;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.main .maincontents .section.contents .contents_frame h2::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 6px;
  width: 56px;
  height: 99px;
  background: url("/general/know-vwd/img/contents/icn_02.png") center/contain no-repeat;
}
.main .maincontents .section.contents .contents_frame h2 sup {
  font-size: 12px;
  margin-top: -14px;
}
.main .maincontents .section.contents .contents_frame h2.noicn {
  display: block;
  padding-left: 0;
  min-height: auto;
}
.main .maincontents .section.contents .contents_frame h2.noicn::before {
  display: none;
}
.main .maincontents .section.contents .contents_frame h3.heading {
  font-size: 24px;
  font-weight: 400;
  background: #EF737C;
  color: #fff;
  border-radius: 5px;
  line-height: 1.5;
  padding: 10px;
  margin: 0;
}
.main .maincontents .section.contents .contents_frame h4.heading {
  font-size: 18px;
  font-weight: 600;
  color: #EF737C;
  line-height: 1.5;
  padding: 0 0 8px;
  margin-bottom: 8px;
  border-bottom: 4px solid #eee;
}
.main .maincontents .section.contents .contents_frame table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.main .maincontents .section.contents .contents_frame table.table_01 {
  border-collapse: collapse;
  border: 1px solid #333;
  text-align: center;
}
.main .maincontents .section.contents .contents_frame table.table_01 br {
  display: none;
}
.main .maincontents .section.contents .contents_frame table.table_01 thead th {
  border: 1px solid #333;
  background: #999999;
  color: #fff;
  padding: 12px 6px;
  font-weight: 500;
}
.main .maincontents .section.contents .contents_frame table.table_01 tbody tr td {
  padding: 12px 6px;
  border: 1px solid #333;
}
.main .maincontents .section.contents .contents_frame table.table_01 tbody tr:nth-child(1) td {
  background: #FBE8E6;
}
.main .maincontents .section.contents .contents_frame table.table_01 tbody tr:nth-child(2) td {
  background: #F7D2CE;
}
.main .maincontents .section.contents .contents_frame table.table_01 tbody tr:nth-child(3) td {
  background: #F5ADA5;
}
.main .maincontents .section.contents .contents_frame p {
  font-size: 16px;
  line-height: 2;
}
.main .maincontents .section.contents .contents_frame p strong {
  color: #E16F37;
}
.main .maincontents .section.contents .contents_frame ul.list_style01 li {
  position: relative;
  padding-left: 20px;
}
.main .maincontents .section.contents .contents_frame ul.list_style01 li:not(:first-child) {
  margin-top: 8px;
}
.main .maincontents .section.contents .contents_frame ul.list_style01 li::before {
  content: "";
  background: #E16F37;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 8px;
  position: absolute;
  left: 3px;
  top: 12px;
}
.main .maincontents .section.contents .contents_frame a {
  color: #EF737C;
}
.main .maincontents .section.contents .contents_frame a:hover {
  text-decoration: none;
}
.main .maincontents .section.contents .contents_frame .frame_type01 {
  border: 1px dashed #E16F37;
  background: #FFFDE4;
  border-radius: 10px;
  padding: 20px;
}
.main .maincontents .section.contents .contents_frame .frame_type01 dl {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.main .maincontents .section.contents .contents_frame .frame_type01 dl dt {
  margin: 0;
  background: #E16F37;
  color: #fff;
  width: 240px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  border-radius: 65px;
}
.main .maincontents .section.contents .contents_frame .frame_type01 dl dd {
  margin: 0;
  width: calc(100% - 264px);
}
.main .maincontents .section.contents .contents_frame .frame_img .img_heading {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 16px;
  margin: 0 0 8px;
  position: relative;
}
.main .maincontents .section.contents .contents_frame .frame_img .img_heading sup {
  font-size: 12px;
}
.main .maincontents .section.contents .contents_frame .frame_img .img_heading::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #E16F37;
  display: block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 12px;
}
.main .maincontents .section.contents .contents_frame .frame_img__block {
  border-radius: 20px;
  border: 4px solid #eee;
  padding: 30px;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 {
  display: flex;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li {
  width: 24.44%;
  position: relative;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 0%;
  background: url("/general/know-vwd/img/contents/hemostasis_img_cursor.png") right top/contain no-repeat;
  width: 15.164%;
  aspect-ratio: 95/419;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li img,
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li p {
  width: 84.836%;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li img {
  margin-inline: inherit;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 8px;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child {
  width: 26.8%;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child::after {
  display: none;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child img,
.main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child p {
  width: 100%;
}
.main .maincontents .section.contents .contents_frame .frame_img__block img {
  margin-inline: auto;
  display: block;
  max-width: auto;
  width: 100%;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 p {
  background: #FBE8E6;
  position: relative;
  padding: 16px 24px;
  border-radius: 8px;
  width: calc(100% - 140px);
  box-sizing: border-box;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 p::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(80%) translateY(-50%);
  color: #FBE8E6;
  font-size: 16px;
}
.main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 img {
  width: 100px;
}
.main .maincontents .section.contents .contents_frame .notes {
  display: block;
  text-align: right;
  word-break: break-all;
}
.main .maincontents .section.contents .contents_frame .mt_wide {
  margin-top: 40px !important;
}
.main .maincontents .section.contents .contents_frame .mt {
  margin-top: 24px !important;
}
.main .maincontents .section.contents .contents_frame .mt_half {
  margin-top: 12px !important;
}
.main .maincontents .section.contents .contents_frame .img_center {
  display: block;
  margin-inline: auto;
  max-width: auto;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .main .maincontents {
    width: 67%;
    padding: 4% 4% 8%;
    box-sizing: border-box;
  }
  .main .maincontents::before {
    width: 14%;
    height: 14%;
  }
  .main .maincontents .section.index.greeting {
    padding: 10% 6% 20px;
  }
  .main .maincontents .section.index.greeting p {
    font-size: 16px;
  }
  .main .maincontents .section.index.greeting p:nth-child(2) {
    padding-right: 0;
  }
  .main .maincontents .section.index.greeting small {
    font-size: 16px;
    padding-right: 25%;
    padding-top: 28%;
  }
  .main .maincontents .section.index.greeting::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-30%);
    content: "";
    width: 5.3333333333vw;
    height: 8vw;
  }
  .main .maincontents .section.index.greeting::after {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 12.75vw;
    height: 21.4166666667vw;
    background: url("/general/know-vwd/img/index/illust_dr.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 980px) {
  .main .maincontents {
    width: 100%;
    padding: 0 5% 12%;
  }
  .main .maincontents::before {
    display: none;
  }
  .main .maincontents .section.index.greeting small {
    padding-top: 14%;
  }
}
@media screen and (max-width: 767px) {
  .main .maincontents .section.index.greeting p {
    font-size: 14px;
  }
  .main .maincontents .section.index.greeting small {
    font-size: 14px;
    padding-top: 14vw;
  }
  .main .maincontents .section.index.greeting::before {
    width: 8vw;
    height: 12vw;
  }
  .main .maincontents .section.index.greeting::after {
    width: 15.8333333333vw;
    height: auto;
    aspect-ratio: 153/257;
    background: url("/general/know-vwd/img/index/illust_dr.png") center/contain no-repeat;
  }
  .main .maincontents .section.contents h1 {
    display: flex;
    gap: 8px;
    min-height: auto;
  }
  .main .maincontents .section.contents h1 span {
    max-width: calc(100% - 7.3011734029vw);
    font-size: min(4.6936114733vw, 36px);
  }
  .main .maincontents .section.contents h1::after {
    content: "";
    display: inline-block;
    width: 7.3011734029vw;
    height: 10.8213820078vw;
    background: url("/general/know-vwd/img/contents/icn_01.png") center/contain no-repeat;
  }
  .main .maincontents .section.contents .contents_frame {
    padding: 3.9113428944vw 5.2151238592vw;
    border-radius: 3.1290743155vw;
  }
  .main .maincontents .section.contents .contents_frame h2 {
    font-size: 17px;
    padding-left: 9.3872229465vw;
    line-height: 1.8;
    min-height: 12.9074315515vw;
  }
  .main .maincontents .section.contents .contents_frame h2::before {
    width: 7.3011734029vw;
    height: 12.9074315515vw;
  }
  .main .maincontents .section.contents .contents_frame h2 sup {
    margin-top: -10px;
  }
  .main .maincontents .section.contents .contents_frame h2.noicn {
    font-size: 16px;
    padding: 3.1290743155vw 1.0430247718vw;
    margin: 0 0 4.1720990874vw;
  }
  .main .maincontents .section.contents .contents_frame h2.noicn::before {
    display: none;
  }
  .main .maincontents .section.contents .contents_frame h2.noicn sup {
    font-size: 10px;
  }
  .main .maincontents .section.contents .contents_frame h3.heading {
    font-size: 18px;
    padding: 6px 8px;
  }
  .main .maincontents .section.contents .contents_frame h4.heading {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .main .maincontents .section.contents .contents_frame table {
    font-size: 14px;
  }
  .main .maincontents .section.contents .contents_frame table.table_01 br {
    display: block;
  }
  .main .maincontents .section.contents .contents_frame table.table_01 thead th {
    padding: 6px 2px;
  }
  .main .maincontents .section.contents .contents_frame table.table_01 tbody tr td {
    padding: 6px 2px;
  }
  .main .maincontents .section.contents .contents_frame p {
    font-size: 14px;
  }
  .main .maincontents .section.contents .contents_frame ul.list_style01 {
    font-size: 14px;
  }
  .main .maincontents .section.contents .contents_frame ul.list_style01 li {
    padding-left: 16px;
  }
  .main .maincontents .section.contents .contents_frame ul.list_style01 li::before {
    left: 2px;
    top: 10px;
  }
  .main .maincontents .section.contents .contents_frame .frame_type01 {
    padding: 3.1290743155vw;
    border-radius: 2.0860495437vw;
    font-size: 14px;
  }
  .main .maincontents .section.contents .contents_frame .frame_type01 dl {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .main .maincontents .section.contents .contents_frame .frame_type01 dl dt {
    margin: 0;
    width: 100%;
    height: 40px;
  }
  .main .maincontents .section.contents .contents_frame .frame_type01 dl dt br {
    display: none;
  }
  .main .maincontents .section.contents .contents_frame .frame_type01 dl dd {
    width: 100%;
  }
  .main .maincontents .section.contents .contents_frame .frame_img .img_heading {
    font-size: 16px;
  }
  .main .maincontents .section.contents .contents_frame .frame_img .img_heading::before {
    top: 10px;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block {
    border-radius: 2.6075619296vw;
    padding: min(3.9113428944vw, 30px);
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li {
    width: 90%;
    max-width: 400px;
    position: relative;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li::after {
    content: "";
    position: relative;
    display: block;
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    height: 60px;
    width: 60px;
    background: url("/general/know-vwd/img/contents/hemostasis_img_cursor.png") center/50% no-repeat;
    aspect-ratio: 95/419;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li img {
    margin-inline: inherit;
    width: 100%;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li p {
    width: 100%;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child {
    width: 90%;
    max-width: 400px;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child::after {
    display: none;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child img,
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child p {
    width: 100%;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_style01 li:last-child br {
    display: none;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 {
    flex-direction: column;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 p {
    width: 100%;
    background: #FBE8E6;
    position: relative;
    padding: 3.1290743155vw;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 p::after {
    content: "▼";
    position: absolute;
    right: 30%;
    top: 100%;
    transform: translateX(0) translateY(-40%) skewX(40deg);
    color: #FBE8E6;
    font-size: 24px;
  }
  .main .maincontents .section.contents .contents_frame .frame_img__block .img_balloon_01 img {
    width: 70px;
    margin: -16px 1% 0 auto;
    position: relative;
  }
  .main .maincontents .section.contents .contents_frame .notes {
    font-size: 11px;
  }
  .main .maincontents .section.contents .contents_frame .mt {
    margin-top: 24px;
  }
  .main .maincontents .section.contents .contents_frame .mt_half {
    margin-top: 16px;
  }
}
.main sup {
  line-height: 1;
  padding-left: 2px;
}

.foot_menu {
  background: url("/general/know-vwd/img/bg.png") center/auto;
  font-family: "Zen Maru Gothic", sans-serif;
  box-sizing: border-box;
  padding-bottom: 15%;
}
.foot_menu::before {
  content: "";
  width: 100%;
  height: 7.431vw;
  display: block;
  background: url("/general/know-vwd/img/nav/foot_navi_bg.png") bottom center/100% auto no-repeat;
}
.foot_menu__inner {
  background: #fff;
  padding: 2% 10% 10%;
  border-radius: 0 0 7.431vw 7.431vw;
}
.foot_menu h2 {
  color: #EA8787;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 8px;
  margin-bottom: 24px;
}
.foot_menu h2::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background: url("/general/know-vwd/img/nav/icn_menu.png") center/cover no-repeat;
  margin-top: 3px;
}
.foot_menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.foot_menu ul li a {
  background: #EF737C;
  background: linear-gradient(90deg, rgb(239, 115, 124) 0%, rgb(234, 135, 135) 100%);
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
  height: 50px;
  width: 100%;
  border-radius: 70px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  padding-left: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}
.foot_menu ul li a::before {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  background: url("/general/know-vwd/img/nav/nav_cursor_01.png") center/cover no-repeat;
  margin: 0 2px;
}
.foot_menu ul li a.current {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
}
.foot_menu ul li a.home::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/general/know-vwd/img/nav/nav_cursor_02.png") center/cover no-repeat;
  margin: 0;
}
.foot_menu ul li a br {
  display: none;
}
@media screen and (min-width: 981px) {
  .foot_menu {
    display: none;
  }
}

#global-nav {
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: -1200px;
  background: #fff;
  width: 100%;
  text-align: center;
  transition: 0.5s ease-in-out;
  height: 100vh;
  overflow-y: scroll;
  display: block;
}
#global-nav ul {
  list-style: none;
  position: static;
  right: auto;
  bottom: auto;
  padding: 1px 0 0 !important;
  margin-top: 100px;
  text-align: left;
  background: url("/general/know-vwd/img/nav/nav_dashed.png") top/100% no-repeat;
}
@media screen and (max-width: 640px) {
  #global-nav ul {
    margin-top: 86px;
  }
}
#global-nav ul li {
  background: url("/general/know-vwd/img/nav/nav_dashed.png") bottom/100% no-repeat;
  padding-bottom: 1px;
}
#global-nav ul li a {
  display: flex;
  gap: 8px;
  padding: 4% 5%;
  text-decoration: none;
  color: #D96E7F;
  font-size: min(4.1666666667vw, 24px);
}
#global-nav ul li a svg {
  width: 10px;
  height: auto;
  margin: 0 3px;
}
#global-nav ul li a.home svg {
  width: 16px;
  margin: 0;
}
#global-nav ul li a.current {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  color: #fff;
}
#global-nav ul li a.current svg path {
  stroke: #fff;
}
#global-nav ul li a.current.home svg path {
  fill: #fff;
  stroke: none;
}

body.index .sidenavigation ul li:nth-child(1) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.index #navigation ul li:nth-child(1) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.index #navigation ul li:nth-child(1) a svg path {
  fill: #fff;
}
body.index .foot_menu ul li:nth-child(1) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.about .sidenavigation ul li:nth-child(2) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.about #navigation ul li:nth-child(2) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.about #navigation ul li:nth-child(2) a svg path {
  stroke: #fff;
}
body.about .foot_menu ul li:nth-child(2) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.hemostasis .sidenavigation ul li:nth-child(3) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.hemostasis #navigation ul li:nth-child(3) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.hemostasis #navigation ul li:nth-child(3) a svg path {
  stroke: #fff;
}
body.hemostasis .foot_menu ul li:nth-child(3) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.genetics .sidenavigation ul li:nth-child(4) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.genetics #navigation ul li:nth-child(4) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.genetics #navigation ul li:nth-child(4) a svg path {
  stroke: #fff;
}
body.genetics .foot_menu ul li:nth-child(4) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.treatment .sidenavigation ul li:nth-child(5) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.treatment #navigation ul li:nth-child(5) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.treatment #navigation ul li:nth-child(5) a svg path {
  stroke: #fff;
}
body.treatment .foot_menu ul li:nth-child(5) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.precaution .sidenavigation ul li:nth-child(6) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.precaution #navigation ul li:nth-child(6) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.precaution #navigation ul li:nth-child(6) a svg path {
  stroke: #fff;
}
body.precaution .foot_menu ul li:nth-child(6) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.life-event .sidenavigation ul li:nth-child(7) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}
body.life-event #navigation ul li:nth-child(7) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
  color: #fff;
}
body.life-event #navigation ul li:nth-child(7) a svg path {
  stroke: #fff;
}
body.life-event .foot_menu ul li:nth-child(7) a {
  background: #D14465;
  background: linear-gradient(90deg, rgb(209, 68, 101) 0%, rgb(213, 57, 68) 100%);
  transform: translateY(0);
}