@charset "UTF-8";

#container #header,
#h-siteroot {
  display: none;
}

/* プロジェクト全体の共通のベースとなるstyle */
/* 初期化style */
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* *, *::before, *::after {
  box-sizing: inherit;
} */
@media (max-width: 950px) and (min-width: 641px) {
  body {
    display: block !important;
  }
}
/* 変数及びプリフィックスなどを定義したstyle */
/* プロジェクト全体の共通のベースとなるstyle */
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
#container {
  width: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
#container #header {
  margin: 0 auto;
}
#container #header ul#menu li#endmenu {
  float: left !important;
  margin: 0 auto;
}
#container #header a img, #container #header span img {
  display: inline-block;
}
#container #header .c5-med_logo {
  margin-right: 2em;
}
/* mixin style */
/* animation style */
.fadeIn_first {
  opacity: 0;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.js-fadeIn {
  opacity: 0;
}
.js-scrollin {
  -webkit-animation: fadein 0.3s forwards;
  animation: fadein 0.3s forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c5-4kor_wrapp .c5-zoom img {
  -webkit-animation: zoom-out 0.3s forwards;
  animation: zoom-out 0.3s forwards;
  -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) rotate(0.0001deg) scale3d(1, 1, 1);
  outline: 1px solid transparent;
}
.c5-4kor_wrapp .c5-zoom:hover img {
  -webkit-animation: zoom 0.3s forwards;
  animation: zoom 0.3s forwards;
  -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) rotate(0.0001deg) scale3d(1, 1, 1);
  outline: 1px solid transparent;
}
.c5-4kor_wrapp .c5-next_area a.c5-next-arrow img {
  -webkit-animation: zoom-out 2s alternate-reverse infinite;
  animation: zoom-out 2s alternate-reverse infinite;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1.2) translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
    transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
  }
}
/* ページ固有のstyle */
.c5-4kor_wrapp img {
  max-width: 100%;
  height: auto;
}
.c5-4kor_wrapp span, .c5-4kor_wrapp b {
  display: inline-block;
}
.c5-4kor_wrapp a:link, .c5-4kor_wrapp a:visited, .c5-4kor_wrapp a:active, .c5-4kor_wrapp a:hover {
  color: #fff;
}
.c5-inner {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.008em;
  color: #fff;
  width: 100%;
  max-width: 1200px;
  /*width: 1228px;*/
  padding-left: 14px;
  padding-right: 14px;
  margin: 0 auto;
  box-sizing: border-box;
}
.c5-ma {
  margin: auto;
}
.c5-m0 {
  margin: 0;
}
.c5-m0a {
  margin: 0 auto;
}
.c5-m000a {
  margin: 0 0 0 auto;
}
.c5-mt15 {
  margin-top: 15px;
}
.c5-mt20 {
  margin-top: 20px;
}
.c5-mt28 {
  margin-top: 28px;
}
.c5-mt30 {
  margin-top: 30px;
}
.c5-mt40 {
  margin-top: 40px;
}
.c5-mt60 {
  margin-top: 60px;
}
.c5-mt60vw {
  margin-top: 60vw;
}
.c5-mt110 {
  margin-top: 110px;
}
.c5-mt135 {
  margin-top: 135px;
}
.c5-mt860 {
  margin-top: 860px;
}
.c5-ml-20 {
  margin-left: -20px;
}
.c5-mr15 {
  margin-right: 15px;
}
.c5-mr80 {
  margin-right: 80px;
}
.c5-mb5 {
  margin-bottom: 5px !important;
}
.c5-mb10 {
  margin-bottom: 10px;
}
.c5-mb15 {
  margin-bottom: 15px;
}
.c5-mb50 {
  margin-bottom: 50px;
}
.c5-mb60 {
  margin-bottom: 60px;
}
.c5-mb70 {
  margin-bottom: 70px;
}
.c5-mb110 {
  margin-bottom: 110px;
}
.c5-mb125 {
  margin-bottom: 125px;
}
.c5-mb250 {
  margin-bottom: 250px;
}
.c5-mb700 {
  margin-bottom: 700px;
}
.c5-pt10 {
  padding-top: 10px;
}
.c5-pt15 {
  padding-top: 15px;
}
.c5-pt50 {
  padding-top: 50px;
}
.c5-pt55 {
  padding-top: 55px;
}
.c5-pt60 {
  padding-top: 60px;
}
.c5-pt100 {
  padding-top: 100px;
}
.c5-pl10 {
  padding-left: 10px;
}
.c5-pl14 {
  padding-left: 14px;
}
.c5-pl25 {
  padding-left: 25px;
}
.c5-pl30 {
  padding-left: 30px;
}
.c5-pl40 {
  padding-left: 40px;
}
.c5-pl45 {
  padding-left: 45px;
}
.c5-pl50 {
  padding-left: 50px;
}
.c5-pr25 {
  padding-right: 25px;
}
.c5-pr30 {
  padding-right: 30px;
}
.c5-pr35 {
  padding-right: 35px;
}
.c5-pb15 {
  padding-bottom: 15px;
}
.c5-pb30 {
  padding-bottom: 30px !important;
}
.c5-pb50 {
  padding-bottom: 50px !important;
}
.c5-pb55 {
  padding-bottom: 55px;
}
.c5-pb60 {
  padding-bottom: 60px;
}
.c5-pb85 {
  padding-bottom: 85px;
}
.c5-pb100 {
  padding-bottom: 100px !important;
}
.c5-fz12 {
  font-size: 12px;
}
.c5-fz15 {
  font-size: 15px;
}
.c5-fz16 {
  font-size: 16px;
}
.c5-fz26 {
  font-size: 26px;
}
.c5-fz20 {
  font-size: 20px;
}
.c5-fz22 {
  font-size: 22px;
}
.c5-fz27 {
  font-size: 27px;
}
.c5-fz30 {
  font-size: 30px;
}
.c5-fz32 {
  font-size: 32px;
}
.c5-fz34 {
  font-size: 34px;
}
.c5-fz40 {
  font-size: 40px;
}
.c5-fz43 {
  font-size: 43px;
}
.c5-fff20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.c5-bdr {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.c5-lh15 {
  line-height: 1.5;
}
.c5-lh17 {
  line-height: 1.7;
}
.c5-mw-movie {
  max-width: 735px;
  width: 100%;
}
.c5-kv_wrapp {
  background-color: #666;
}
.c5-kv {
  position: relative;
  color: #fff;
}
.c5-full {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-size: cover;
  color: #fff;
}
.c5-full-in {
  /*width: 100%;*/
  /*min-width: 1200px;*/
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center top;
}
.c5-ttl_obi {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 50px;
  /*min-width: 1200px;*/
}
.c5-next_area {
  background-color: #fff;
  /*min-width: 1200px;*/
  padding: 35px 0 50px;
  position: relative;
  box-sizing: border-box;
}
.c5-next_area .c5-next-arrow {
  margin: 0 auto;
}
.c5-next_area .c5-totop {
  position: absolute;
  right: 0;
  top: 26%;
  opacity: 0.5;
}
.c5-next_area .c5-totop:hover, .c5-next_area .c5-totop:active {
  opacity: 0.2;
}
.c5-next_area .c5-dwn {
  position: absolute;
  right: 10%;
  top: 43%;
  font-size: 24px;
  font-weight: bold;
  color: #231815;
  text-decoration: none;
}
.c5-next_area .c5-dwn:link, .c5-next_area .c5-dwn:visited {
  color: #231815;
}
.c5-next_area .c5-dwn:hover, .c5-next_area .c5-dwn:active {
  color: #888;
}
.c5-next_area .c5-dwn::before {
  content: "▶";
  margin-right: 5px;
}
.c5-next_area img {
  display: block;
  padding: 35px 50px;
  margin: 0 auto;
}
.c5-file {
  height: 254px;
  background-color: #fff;
  position: relative;
}
.c5-file:before {
  position: absolute;
  content: "";
  width: 43px;
  height: 82px;
  top: 33%;
  left: -53px;
  background: url(/medical/solution/images/4kor/tri.png) top left no-repeat;
  background-size: 43px 82px;
  background-color: #eaeaea;
}
.c5-file.c5-dn:before {
  display: none;
}
.c5-file tr {
  height: 130px;
}
.c5-file td {
  vertical-align: top;
  padding: 0;
}
.c5-file .c5-file__01 {
  background-color: #779da6;
}
.c5-file .c5-file__01 .c5-file__ttl:before {
  background-color: #779da6;
}
.c5-file .c5-file__02 {
  background-color: #7eaad5;
}
.c5-file .c5-file__02 .c5-file__ttl:before {
  background-color: #7eaad5;
}
.c5-file .c5-file__03 {
  background-color: #7e9995;
}
.c5-file .c5-file__03 .c5-file__ttl:before {
  background-color: #7e9995;
}
.c5-file .c5-file__04 {
  background-color: #b5c3b6;
}
.c5-file .c5-file__04 .c5-file__ttl:before {
  background-color: #b5c3b6;
}
.c5-file .c5-file__05 {
  background-color: #ad9581;
}
.c5-file .c5-file__05 .c5-file__ttl:before {
  background-color: #ad9581;
}
.c5-file .c5-file__img {
  width: 240px;
  height: 130px;
  /* background-color:#fff; */
  display: block;
  overflow: hidden;
}
.c5-file .c5-file__ttl {
  font-size: 43px;
  font-weight: 300;
  padding: 14px;
  vertical-align: middle;
  position: relative;
}
.c5-file .c5-file__ttl:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  top: -16px;
  left: 0;
  background: url(/medical/solution/images/4kor/file_cap.png) top left no-repeat;
  background-size: 122px 16px;
}
.c5-file .c5-file__content {
  height: 124px;
}
.c5-file .c5-file__pdname {
  font-size: 23px;
  font-weight: 300;
  color: #231815;
  padding: 6px 0 6px 14px;
  letter-spacing: -0.04em;
}
.c5-file .c5-file__list {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  padding: 0 14px;
  margin: 0;
  list-style: none;
}
.c5-file .c5-file__list li {
  margin: 0;
}
.c5-flex-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c5-f-it__imgarea {
  flex: 0 1 280px;
}
.c5-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c5-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c5-flex-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c5-prd {
  line-height: 1.1;
}
.c5-prd .c5-prd-category {
  font-size: 24px;
  color: #c7e6f5;
  font-weight: 600;
}
.c5-prd .c5-prd-name {
  font-size: 22px;
}
.c5-prd .c5-prd-price {
  font-size: 17px;
}
.c5-catch {
  font-size: 55px;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 70px;
}
.c5-f-it .c5-f-it__catch {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.c5-f-it .c5-f-it__text {
  font-size: 22px;
  margin: 4px 0 0;
  padding: 0;
}
.c5-f-it__textarea {
  flex: 1;
  padding: 15px 20px;
  width: 100%;
  line-height: 1.2;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: rgba(255, 255, 255, 0.2);
}
.c5-f-it__imgarea img {
  display: block;
  margin: 0;
  padding: 0;
}
.c5-w530 {
  width: 530px;
}
.c5-w585 {
  width: 585px;
}
.c5-af-arrow {
  position: relative;
}
.c5-af-arrow:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 115px;
  top: 24%;
  right: -60px;
  background: url(/medical/solution/images/4kor/arrow2.svg) top left no-repeat;
  background-size: 40px 115px;
}
#kv .c5-full-in {
  background-image: url(/medical/solution/images/4kor/kv.jpg);
  background-size: cover;
  background-position: center;
}
#kv h1 {
  top: 40px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}
#kv p {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  line-height: 36px;
}
#kv .c5-inner {
  padding: 0 14px;
}
#kv img {
  display: block;
  margin-left: 19.6%;
  margin-top: -70px;
}
#kv .c5-half {
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 125, 158, 0.6)), color-stop(50%, rgba(65, 125, 158, 0.6)), color-stop(50%, transparent), to(transparent));
  background: -webkit-linear-gradient(left, rgba(65, 125, 158, 0.6) 0%, rgba(65, 125, 158, 0.6) 50%, transparent 50%, transparent 100%);
  background: -o-linear-gradient(left, rgba(65, 125, 158, 0.6) 0%, rgba(65, 125, 158, 0.6) 50%, transparent 50%, transparent 100%);
  background: linear-gradient(90deg, rgba(65, 125, 158, 0.6) 0%, rgba(65, 125, 158, 0.6) 50%, transparent 50%, transparent 100%);
}
#sec1 {
  background-color: #eaeaea;
}
#sec1 .c5-inner {
  padding: 60px 0 0;
}
#sec1 .c5-inner:last-child {
  padding: 45px 0 40px;
}
#sec1 .c5-flex-container a {
  margin-left: 66px;
}
#sec1 .c5-flex-container a:first-child {
  margin-left: 0;
}
#sec1 .c5-ttl_obi {
  background-color: #afabaa;
}
#sec2 {
  background-color: #000;
  padding: 0;
}
#sec2 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec2_back.jpg);
  background-color: #779da6;
  background-size: contain;
}
#sec2 .c5-ttl_obi {
  background-color: #779da6;
}
#sec2 .c5-flex-end {
  margin-top: 50px;
}
#sec2 .c5-movie {
  margin-bottom: 45px;
}
#sec2 .c5-prd-category {
  font-size: 27px;
  font-weight: 600;
}
#sec2 .c5-prd-name {
  font-size: 22px;
}
#sec2 .c5-prd-price {
  font-size: 17px;
}
#sec3 {
  background-color: #7eaad5;
  padding: 0;
}
#sec3 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec3_back.jpg);
  background-color: #7eaad5;
  background-size: cover;
}
#sec3 .c5-ttl_obi {
  background-color: #7eaad5;
}
#sec4 {
  background-color: #7e9995;
  padding: 0;
}
#sec4 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec4_back.jpg);
  background-color: #7e9995;
  background-size: contain;
}
#sec4 .c5-ttl_obi {
  background-color: #7e9995;
}
#sec4 .c5-prd .c5-prd-category {
  width: 240px;
}
#sec5 {
  background-color: #b5c3b6;
  padding: 0;
}
#sec5 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec5_back.jpg);
  background-color: #b5c3b6;
  background-size: cover;
}
#sec5 .c5-ttl_obi {
  background-color: #b5c3b6;
}
#sec5 .c5-inner {
  position: relative;
}
#sec5 .c5-prdimg {
  position: relative;
  /*right: -160px;*/
  text-align: right;
}
#sec5 .c5-prd-category {
  color: #3e8da0;
}
#sec5 .c5-prd {
  margin: -24px 0 0 0;
}
#sec5 .c5-flex-item p {
  width: 280px;
}
#sec6 {
  background-color: #ad9581;
  padding: 0;
}
#sec6 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec6_back.jpg);
  background-color: #ad9581;
  background-size: cover;
}
#sec6 .c5-ttl_obi {
  background-color: #ad9581;
}
#sec6 .c5-wrapp-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
#sec6 .c5-prd {
  line-height: 1.1;
}
#sec6 .c5-prd .c5-prd-category {
  font-size: 22px;
  color: #c7e6f5;
  font-weight: 600;
}
#sec6 .c5-prd .c5-prd-name {
  font-size: 20px;
}
#sec6 .c5-prd .c5-prd-price {
  font-size: 15px;
}
#sec7 {
  background-color: #fff;
  padding: 0;
}
#sec7 .c5-full-in {
  background-image: url(/medical/solution/images/4kor/sec7_back.jpg);
  background-color: #edeff1;
  background-size: contain;
}
#sec7 .c5-ttl_obi {
  background-color: rgba(35, 24, 21, 0.3);
}
#sec7 .c5-fl-box {
  background-color: rgba(219, 220, 220, 0.9);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#sec7 .c5-fl-boxl {
  padding: 50px 10px 60px 45px;
  line-height: 1.5;
  color: #231815;
}
#sec7 .c5-fl-boxl b {
  color: #3e789b;
  line-height: 1;
}
#sec7 .c5-fl-boxr {
  padding: 50px 14px 40px 30px;
  background-color: rgba(14, 115, 155, 0.5);
}
#sec7 .c5-txpd {
  padding-right: 10px;
}
#sec7 .c5-txpd2 {
  padding-left: 5px;
}
#sec7 .c5-btn_text {
  color: #333;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
  font-size: 20px;
}
#sec7 .c5-btn_text_notes {
  color: #333;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
}
#sec7 .c5-btn_dwn {
  margin: 30px auto 0;
}
#sec7 .c5-btn_dwn img {
  display: block;
  margin: 0 auto;
}
#sec7 .c5-btn_list_ttl {
  font-size: 30px;
  font-weight: 800;
  width: 360px;
  margin: 0 auto;
  border-bottom: 2px solid #ccc;
}
#sec7 .c5-btn_list {
  text-align: left;
  width: 360px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 50px;
  padding: 20px 0;
  border-bottom: 2px solid #ccc;
}
#sec7 .c5-btn_list_item {
  margin-left: 1em;
  text-indent: -1em;
}
#sec7 .c5-btn_list_item b {
  font-weight: 800;
}
#sec7 .c5-btn_list_item:last-child {
  margin-bottom: 0;
}
#sec7 .c5-dwn-img {
  float: left;
  position: relative;
  left: 25%;
}
@media (max-width: 1980px) and (min-width: 1500px) {
  #sec7 .c5-dwn-img {
    left: 30%;
  }
}
#sec7 .c5-inline {
  display: inline-block;
}

.c5-nav {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: #025bac;
}
.c5-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.c5-nav_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-nav ul {
  list-style: none;
  display: flex;
}
.c5-nav li {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  flex: 0 20%;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
/*.c5-nav li:last-child {
  padding-left: 15px;
  flex: 0 1 20%;
}*/
.c5-nav a:not(.c5-btn_radius) {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 100%;
  padding-top: 5px;
  transition: background .3s ease;
}
.c5-nav a.l1 {
  padding-top: 1em;
}
.c5-nav a:hover {
  background-color: #fff;
  color: #025bac;
  text-decoration: none;
}
.c5-nav a.c5-icon_down:hover::before {
  border-color: #025bac transparent transparent transparent;
}
.c5-btn_radius {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  line-height: 1.3;
  text-decoration: none;
  transition: background .3s ease;
}
.c5-btn_radius .small {
  font-size: 13px;
}
.c5-icon_down {
  position: relative;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.c5-icon_down::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
}

.c5-fixed_footer {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 10;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
a.c5-btn_dl {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
a.c5-btn_dl::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.c5-af-arrow_sp {
  display: none;
}
.c5-sp {
  display: none;
}

@media (min-width: 641px) {
  .c5-file__05 + .c5-file__content .c5-file__pdname {
    font-size: 18px;
  }
  .c5-file__05 .c5-file__ttl {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .c5-4kor_wrapp {
    font-size: 14px;
  }
  #kv h1 {
    font-size: 8vw;
    text-align: center;
    top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #kv p {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
  }
  #kv p br {
    display: none;
  }
  #kv img {
    margin: 0;
    display: inline-block;
    max-width: 80%;
  }
  .c5-kvimg {
    text-align: center;
    margin-bottom: 20px;
  }
  .c5-ttl_obi {
    padding: 15px;
    font-size: 24px;
  }
  .c5-flex-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c5-flex-container + .c5-flex-container {
    margin-top: 30px;
  }
  .c5-flex-container.sp-reverse {
    flex-direction: column-reverse;
  }
  .c5-flex-item {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .c5-flex-item.c5-sp_col2 {
    width: 46%;
  }
  .c5-f-it__textarea {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .c5-f-it .c5-f-it__catch {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .c5-f-it .c5-f-it__text {
    font-size: 14px;
  }
  .c5-f-it .c5-f-it__text br {
    display: none;
  }
  .c5-mt135 {
    margin-top: 0;
  }
  .c5-prd {
    margin-bottom: 15px;
  }
  .c5-catch {
    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
  }
  .c5-lead {
    font-size: 14px !important;
  }
  .c5-lead br {
    display: none;
  }
  .wistia_responsive_padding {
    width: 100% !important;
  }
  #sec2 .c5-movie {
    margin: 0;
  }
  #sec2 .c5-flex-end {
    margin-top: 20px;
    text-align: center;
  }
  .c5-prd-category {
    font-size: 16px !important;
    text-align: center;
  }
  .c5-prd-name {
    font-size: 14px !important;
    text-align: center;
  }
  .c5-prd .c5-prd-price {
    font-size: 14px !important;
    text-align: center;
  }
  .c5-f-it__imgarea {
    text-align: center;
  }
  .c5-f-it__imgarea img {
    display: inline-block;
  }
  .c5-pl25,
  .c5-pl45,
  .c5-pl50 {
    padding-left: 0;
  }
  .c5-pr25 {
    padding-right: 0;
  }
  .c5-mt60 {
    margin-top: 0;
  }
  .c5-mb125 {
    margin-bottom: 0;
  }
  .c5-next_area img {
    padding: 10px 30px;
  }
  .c5-next_area {
    padding: 10px 0;
  }
  .c5-next_area .c5-dwn {
    display: none;
  }
  .c5-totop {
    display: none;
  }
  .c5-pb100 {
    padding-bottom: 0 !important;
  }
  #sec5 .c5-prdimg {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    /*right: auto;*/
  }
  .c5-fz22 {
    font-size: 14px;
  }
  #sec5 .c5-flex-item p {
    width: auto;
  }
  #sec5 .c5-prd {
    margin: 0;
    text-align: center;
  }
  #sec4 .c5-prd .c5-prd-category {
    width: auto;
  }
  .c5-bdr {
    border: none;
  }
  .c5-nav {
    padding: 10px 15px 0 15px;
  }
  .c5-nav ul {
    flex-wrap: wrap;
  }
  .c5-nav li {
    font-size: 12px;
    flex: 0 1 33.333%;
    margin-bottom: 10px;
  }
  .c5-nav li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  .c5-nav li:last-child {
    flex: 0 1 33.333%;
  }
  .c5-icon_down {
    padding-bottom: 10px;
  }
  .c5-icon_down::before {
    border-width: 5px 5px 0 5px;
  }
  .c5-btn_radius {
    padding: 5px;
  }
  .c5-btn_radius .small {
    font-size: 10px;
  }
  .c5-fixed_footer {
    padding: 10px 15px;
  }
  a.c5-btn_dl {
    font-size: 16px;
  }
  .c5-btn_notes {
    font-size: 10px;
  }
  .c5-ml-20 {
    margin-left: 0;
  }
  .c5-mr80 {
    margin-right: 0;
  }
  .c5-fz16,
  .c5-fz20 {
    font-size: 12px;
  }
  .c5-sp_mt30 {
    margin-top: 30px;
  }
  .c5-mt40 {
    margin-top: 0;
  }
  .c5-fz34 {
    font-size: 18px;
  }
  #sec7 .c5-fl-boxl {
    padding: 15px;
  }
  .c5-fl-boxl p br {
    display: none;
  }
  .c5-fz30 {
    font-size: 14px;
  }
  .c5-fz40 {
    font-size: 18px;
  }
  .c5-fz26,
  .c5-fz27 {
    font-size: 14px;
  }
  .c5-f-2col__textarea__middle {
    padding: 15px;
  }
  .c5-f-2col__textarea__middle img {
    margin-top: 20px;
  }
  .c5-f-2col__textarea__middle .c5-fz30 {
    text-align: center;
    font-size: 16px;
  }
  #sec7 .c5-btn_text {
    padding: 15px;
    font-size: 14px;
    margin: 40px 0 0 0;
    text-align: left;
  }
  #sec7 .c5-dwn-img {
    left: 0;
    width: 30%;
  }
  #sec7 .c5-inline {
    width: 63%;
    float: right;
  }
  #sec7 .c5-inline + * {
    clear: both;
  }
  #sec7 .c5-btn_list_ttl {
    width: auto;
    font-size: 16px;
    text-align: left;
  }
  #sec7 .c5-btn_list {
    width: auto;
    font-size: 14px;
    margin-bottom: 0;
    border: none;
    padding-top: 10px;
  }
  #sec7  .c5-btn_dwn {
    padding: 0 15px;
    margin: 0;
  }
  #sec7 .c5-btn_dwn img {
    max-width: 80%;
  }
  #sec6 .c5-wrapp-bg {
    padding: 0 15px;
    margin-top: 30px;
    background: none;
  }
  #sec2 .c5-full-in,
  #sec3 .c5-full-in,
  #sec5 .c5-full-in,
  #sec6 .c5-full-in {
    background-size: auto 75vh;
  }
  #sec4 .c5-full-in {
    background-size: auto 47vh;
  }
  .c5-sp_fr {
    float: right;
    width: 48%;
    margin-top: 30px;
  }
  .c5-sp_fl {
    float: left;
    width: 48%;
    margin-top: 30px;
  }
  .c5-af-arrow::after {
    display: none;
  }
  .c5-af-arrow_sp {
    margin: 20px 0;
    display: block;
    height: 40px;
    position: relative;
    width: 100%;
  }
  .c5-af-arrow_sp::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 115px;
    top: -90%;
    right: 45%;
    background: url(/medical/solution/images/4kor/arrow2.svg) top left no-repeat;
    background-size: 40px 115px;
    transform: rotate(90deg);
  }
  .c5-mb50,
  .c5-mb70 {
    margin-bottom: 0;
  }
  .c5-pb85 {
    padding-bottom: 0;
  }
  .c5-mt60vw {
    margin-top: 34.5vh;
  }
  .c5-sp {
    display: block;
  }
  .c5-prd-img {
    text-align: center;
  }
  .size27 {
    max-width: 75% !important;
  }
  #sec1 .c5-inner {
    padding: 30px 14px 0 14px !important;
  }
  #sec1 .c5-inner + .c5-inner {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  #sec1 .c5-flex-container {
    padding: 0;
  }
  #sec1 .c5-flex-container + .c5-flex-container {
    margin-top: -1px;
  }
  #sec1 .c5-flex-container a:first-child {
    border-top: 1px solid #333;
  }
  #sec1 .c5-flex-container a {
    flex: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box; 
    border-bottom: 1px solid #333;
    position: relative;
    text-decoration: none;
  }
  #sec1 .c5-flex-container a:hover {
    text-decoration: none;
  }
  #sec1 .c5-flex-container a::before {
    content: '';
    position: absolute;
    top: 30%;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg)
  }
  #sec1 .c5-flex-container a:last-child {
    margin-bottom: 0;
  }
  .c5-file {
    height: auto;
    background: none;
  }
  .c5-file .c5-file__ttl {
    font-size: 18px;
    padding: 0;
    color: #000;
    width: 15%;
  }
  .c5-file .c5-file__01,
  .c5-file .c5-file__02,
  .c5-file .c5-file__03,
  .c5-file .c5-file__04,
  .c5-file .c5-file__05 {
    background: none;
  }
  .c5-file .c5-file__pdname {
    font-size: 14px;
    background: none;
    padding: 0;
  }
  .c5-file:before,
  .c5-file .c5-file__ttl::before {
    display: none;
  }
  .c5-file .c5-file__img {
    display: none;
  }
  .c5-file td {
    vertical-align: middle;
  }
  .c5-file tr {
    height: auto !important;
  }
  .c5-file .c5-file__list {
    display: none;
  }
  .c5-sp_shadow {
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  }
}

.s5-returnToTop {
  z-index: 99;
  margin: 0;
}

