@charset "utf-8";

body {
  overflow-x: hidden !important;
}
.c5-contents img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}

/*nucleus----------------------------------*/
.c5-mv_nucleus_top {
  max-width: 1000px;
  margin: 0 auto 80px auto;
  position: relative;
}
.c5-mv_nucleus_txt {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  text-align: right;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 10px #fff;
  background: linear-gradient(to right,  rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
}
.c5-mv_nucleus {
  margin-bottom: 60px;
}
.c5-mv_nucleus.live-streaming {
  background: url("/medical/nucleus/nucleus-live/images/Nucleus_Live_banners_2050x600px.jpg") no-repeat right center;
  background-size: auto 100%;
  height: 28vw;
  max-height: 450px;
}
.c5-mv_nucleus.icu {
  background: url("/medical/nucleus/nucleus-icu/images/Banner_Nucleus_ICU1.png") no-repeat right center;
  background-size: auto 100%;
  height: 28vw;
  max-height: 450px;
}
.bg01 {
  background: url("/medical/nucleus/nucleus-icu/images/Banner_easy_to_use.jpg") no-repeat right center;
  background-size: auto 100%;
  height: 28vw;
  max-height: 450px;
}
.c5-mv_nucleus__txt {
  margin: 0 auto;
  max-width: 1200px;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.c5-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.c5-mv_nucleus__lead {
  font-size: 1.4rem;
}
.c5-mv_nucleus__sp {
  display: none;
}
.c5-movie {
  max-width: 1000px;
  margin: 60px auto 0;
}
.c5-section_nucleus {
  padding: 80px 0;
  box-sizing: border-box;
}
.c5-section_nucleus.top {
  padding-top: 40px;
}
.c5-section_nucleus.bg_gray {
  border-image-source: linear-gradient(#f6f6f6,#f6f6f6);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
.c5-cols {
  display: flex;
  justify-content: space-between;
}
.c5-cols + *,
.c5-img_full + * {
  margin-top: 60px
}
.c5-cols.col2 > div {
  flex: 0 1 48%;
}
.c5-cols.col3 > div {
  flex: 0 1 30%;
}
.c5-cols.rv {
  flex-direction: row-reverse;
}
.c5-cols_txt {
  flex: 1;
  margin-right: 40px;
}
.c5-cols.rv .c5-cols_txt {
  margin-left: 40px;
  margin-right: 0;
}
.c5-cols_img {
  flex: 0 1 48%;
}
.c5-cols.col2 .c5-cols_img,
.c5-cols.col3 .c5-cols_img {
  text-align: center;
  margin-bottom: 20px;
}
.c5-img_full {
  text-align: center;
  margin-top: 40px;
}
.c5-fixed_bn {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 20px;
  margin-top: 60px;
}
.c5-fixed_bn__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-bannerArea__button {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #012d74;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.c5-bannerArea__button:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.c5-related_nucleus {
  display: flex;
  justify-content: center;
}
.c5-related_nucleus > a {
  text-decoration: none;
  flex: 0 1 285px;
  margin: 0 20px;
  transition: all .3s ease;
}
.c5-related_nucleus > a:hover {
  opacity: .7;
}
.c5-related_nucleus__img {
  margin-bottom: 10px;
}
.ver_product {
  padding: 15px;
  background-color: #fff;
}
.ver_full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right:  calc(50% - 50vw);
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}
.c5-section_nucleus.ver_full {
  padding: 80px 30px;
}
.c5-sp {
  display: none;
}
.js_scroll-fade {
  display: none;
}
.c5-new-icon{
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 3px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 8px;
  line-height: 1;
  background: #eb0100;
}

/*modal only css------------------*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  text-align: center;
  margin: 0 !important;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 1600px;
  /*vertical-align: middle;*/
  top: 50%;
  transform: translateY(-50%);
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -40px;
  right: 0;
  width: 35px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #fff!important
}

@media (max-width: 767px) {
  .c5-mv_nucleus_top {
    margin-bottom: 60px;
  }
  .c5-mv_nucleus_txt {
    position: static;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .c5-mv_nucleus {
    margin-bottom: 40px;
  }
  .c5-mv_nucleus.live-streaming,
  .c5-mv_nucleus.icu,
  .bg01 {
    height: auto;
    max-height: none;
    background: none;
  }
  .c5-mv_nucleus__sp {
    display: block;
    margin: 20px -20px 0 -20px;
  }
  .c5-mv_nucleus__lead {
    font-size: 1.2rem;
  }
  .c5-movie {
    margin-top: 40px;
  }
  .c5-section_nucleus,
  .c5-section_nucleus.ver_full {
    padding: 40px 0;
  }
  .c5-cols {
    display: block;
  }
  .c5-cols.col2 > div:not(:last-child),
  .c5-cols.col3 > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .c5-fixed_bn__inner.c5-cols.col3 > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .c5-cols_txt,
  .c5-cols.rv .c5-cols_txt {
    margin: 0 0 20px 0;
  }
  .c5-related_nucleus {
    display: block;
  }
  .c5-related_nucleus > a {
    max-width: 285px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .c5-related_nucleus > a:last-child {
    margin-bottom: 0;
  }
  .ver_full {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .c5-new-icon{
    font-size: .85714rem;
  }
}
