<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media only screen and (max-width: 1024px) {
  .m-card.card-caption .caption-info:before {
    width: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .m-card.card-caption .caption-info:before {
    width: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .m-card.card-caption .caption-info:after {
    right: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .m-card.card-caption .caption-info:after {
    right: 45px;
  }
}

.m-card.card-caption .caption-info.icon-clone:after {
  display: block;
  content: '\f24d';
  font-family: FontAwesome;
  font-size: 2.7rem;
  color: #fff;
  border: 0px solid transparent;
  position: absolute;
  top: -18px;
  bottom: 0;
  right: 41px;
  margin: auto;
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  .m-tab.tab-style01 .tab-btn {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .m-tab.tab-style01 .tab-btn {
    width: 50%;
  }
}

.Information-box .m-tab.tab-style01 .tab-btn {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1200px) {
  .Information-box .m-tab.tab-style01 .tab-btn {
    font-size: .9vw;
  }
}

@media only screen and (max-width: 1000px) {
  .Information-box .m-tab.tab-style01 .tab-btn {
    font-size: 1.3rem;
  }
}

.bg-color-color_box05 {
  background-color: #b984e0 !important;
}

.slider-inGrid .slider-container, .slider-inGrid .slider-nav-container {
  display: none;
  position: relative;
}

.slider-inGrid .slider-container.initialized, .slider-inGrid .slider-nav-container.initialized {
  display: block;
}

.slider-inGrid .slider-nav-container {
  position: relative;
  overflow: hidden;
}

.slider-inGrid .slider {
  overflow: hidden;
}

.slider-inGrid .slider a:hover img {
  opacity: .6;
}

.slider-inGrid .slider .slider .slick-slide &gt; img, .slider-inGrid .slider .slider-nav .slick-slide &gt; img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-inGrid .slider-nav {
  margin: 0 25px 0 30px;
}

.slider-inGrid .slider-nav .slick-slide {
  outline: 0;
  padding-left: 5px;
}

.slider-inGrid .slider-nav .slick-slide img {
  opacity: .5;
  z-index: 10;
}

.slider-inGrid .slider-nav .slick-slide.slick-current img {
  opacity: 1;
}

.slider-inGrid .slider-nav .slick-list.draggable {
  padding: 0 !important;
}

.slider-inGrid .slider-arrow {
  position: absolute;
  top: 20%;
  height: 36px;
  margin-top: -18px;
  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 10;
  /* 重要 */
}

@media only screen and (max-width: 767px) {
  .slider-inGrid .slider-arrow {
    font-size: 2.6rem;
  }
}

.slider-inGrid .slider-prev {
  left: 0;
  background-color: #0c489b;
  height: 111%;
  width: 20px;
}

.slider-inGrid .slider-prev:before {
  content: '';
  position: absolute;
  top: 41%;
  right: 4px;
  background: url("../images/arrow-prev.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 13px;
  height: 15px;
}

.slider-inGrid .slider-next {
  right: 0;
  background-color: #0c489b;
  height: 111%;
  width: 20px;
}

.slider-inGrid .slider-next:before {
  content: '';
  position: absolute;
  top: 41%;
  right: 3px;
  background: url("../images/arrow-next.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 13px;
  height: 15px;
}

@media only screen and (max-width: 767px) {
    .Information.col-2 .Information-lists li {
        padding: 0 15px 10px;
    }
}


/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title.bg-medical {
  background-image: url(../images/bg-title-medical.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

/**********************************************************************
	製品検索 - className : Product-search
***********************************************************************/
.Product-search.container_liquid {
  padding-bottom: 40px;
}

.Product-search .m-card.card-search {
  padding-top: 98.8%;
}

@media only screen and (max-width: 1024px) {
  .Product-search .m-card.card-search {
    padding-top: 133%;
  }
}

@media only screen and (max-width: 1000px) {
  .Product-search .m-card.card-search {
    padding-top: 43%;
  }
}

@media only screen and (max-width: 768px) {
  .Product-search .m-card.card-search {
    padding-top: 57.5%;
  }
}

@media only screen and (max-width: 767px) {
  .Product-search .m-card.card-search {
    padding-top: 6.5%;
  }
}

.Product-search .m-card.card-search .search-inner {
  top: 7%;
}

@media only screen and (max-width: 1000px) {
  .Product-search .m-card.card-search .search-inner {
    top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .ttl_03_2 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .Information.col-2 .ttl_03_2 {
    margin-bottom: 40px;
  }
}

.Information.col-2 .no_tab {
  margin-bottom: 50px;
}

.Information.col-2 .is_tab {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn {
    width: auto;
  }
}
/*
@media only screen and (max-width: 1024px) {
  .Information.col-2 .Information-footer {
    top: 80px;
  }
}
*/
@media only screen and (max-width: 768px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn {
    width: 50%;
  }
  .Information.col-2 .Information-footer {
    top: 30px;
  }
}

/**********************************************************************
	ピックアップ　className : Pick-up
***********************************************************************/
@media only screen and (max-width: 767px) {
  .Pick-up {
    margin-top: -35px;
  }
  .Pick-up .sp-b-1 {
    border-top: 1px solid #f2f4f5;
  }
}

.Pick-up .m-card.card-caption .caption-info {
  padding: 17px 6px;
  /*@include mq(405px) {
          &amp;.adj-pdg {
            padding: 18px 0;
          }
        }*/
}

.Pick-up .m-card.card-caption .caption-info.adj-pdg {
  padding: 9px 6px;
}

@media only screen and (max-width: 767px) {
  .Pick-up .m-card.card-caption .caption-info.adj-pdg {
    padding: 18px 6px;
    top: -5%;
  }
}

@media only screen and (max-width: 408px) {
  .Pick-up .m-card.card-caption .caption-info.adj-pdg .line2 {
    line-height: 1.0em;
    display: block;
  }
}

.Pick-up .m-card.card-caption .card-img {
  height: 255px;
}

@media only screen and (max-width: 1000px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 325px;
  }
}

@media only screen and (max-width: 768px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 59px;
  }
}

@media only screen and (max-width: 600px) {
  .Pick-up .m-card.card-caption .card-img {
    height: 59px;
  }
}

.Pick-up .m-card.card-caption .img-bg {
  height: 255px;
}

.Pick-up .m-card.card-caption .img-bg.adj-bgp {
  background-position: center 0%;
}

/**********************************************************************
	お役立ち情報　className : Useful-information
***********************************************************************/
.Useful-information {
  background-color: #e6e9ec;
}

.Useful-information .m-card.card-caption .caption-info {
  padding: 17px 6px;
}

.Useful-information .m-card.card-caption .caption-info.adj-pdg {
  padding: 9px 6px;
}

.Useful-information .m-card.card-caption .card-img {
  height: 255px;
}

@media only screen and (max-width: 1000px) {
  .Useful-information .m-card.card-caption .card-img {
    height: 325px;
  }
}

@media only screen and (max-width: 768px) {
  .Useful-information .m-card.card-caption .card-img {
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .Useful-information .m-card.card-caption .card-img {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .Useful-information .m-card.card-caption .card-img {
    height: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .Useful-information .m-card.card-caption .card-img {
    height: 60px;
  }
}

.Useful-information .m-card.card-caption .img-bg {
  height: 255px;
}

.Useful-information .m-card.card-caption .img-bg.adj-bgp {
  background-position: center 0%;
}

/**********************************************************************
	その他　className : Other
***********************************************************************/
.ttl_03_med {
  font-family: "Noto Sans Japanese";
  line-height: 1;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .ttl_03_med {
    padding-bottom: unset;
    margin-bottom: unset;
  }
}

.ttl_03_med span {
  text-shadow: none;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  letter-spacing: normal;
  color: #0c489b;
  margin-bottom: 10px;
}

.ttl_03_med:after {
  content: '';
  background: #ff2c1e;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .ttl_03_med:after {
    display: none;
  }
}

.ttl_03_med span {
  text-indent: 0;
}

.ttl_03_med:after {
  right: auto;
  margin: auto;
}

.ttl_03_med.logo {
  font-size: 1.8rem;
  line-height: inherit;
}

@media only screen and (max-width: 767px) {
  .Other .sp-b-1 {
    border-bottom: 1px solid #f2f4f5;
  }
  .Other .sp-t-1 {
    border-top: 1px solid #f2f4f5;
  }
}

.Other .ttl_03_med {
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  .Other .ttl_03_med {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .Other .ttl_03_med {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .Other .ttl_03_med span {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .Other .ttl_03_med span {
    font-size: 1.0rem;
    margin-bottom: 10px;
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .Other .ttl_03_med.f19 {
    font-size: 1.9rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .Other .ttl_03_med.f19 {
    font-size: 1.6rem !important;
  }
}

.Other .m-card.card-picture .picture-inner {
  top: 15px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .Other .m-card.card-picture .picture-inner {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .sp-font {
    color: #0c489b;
  }
}

/**********************************************************************
	お問い合わせ先　className : Contact
***********************************************************************/
.Contact {
  background-color: #e6e9ec;
}

.Contact .contact-wrap {
  position: relative;
  max-width: 900px;
}

@media only screen and (max-width: 1024px) {
  .Contact .contact-wrap-inner {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .Contact .contact-wrap-inner {
    width: 100%;
  }
}

.Contact .contact-info {
  border-right: solid 1px #cccccc;
  padding-top: 80px;
	padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .Contact .contact-info {
    border-right: none;
		padding-top: 20px;
		padding-bottom: 0 !important;
  }
}

.Contact .contact-info .support {
  margin-left: -55px;
}

@media only screen and (max-width: 767px) {
  .Contact .contact-info .support {
    margin-left: 0;
  }
}

.Contact .contact-info .tel-number {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .Contact .contact-info .tel-number {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .Contact .contact-info .tel-number img:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .Contact .contact-info .sp_lh1 {
    line-height: 1.0em;
  }
}

.Contact .btn-contact {
  position: relative;
  padding: 0 20px;
}

.Contact .btn-contact .m-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  max-width: 394px;
  width: 90%;
  height: 60px;
  padding: 20px 15px;
  margin: 0 auto;
  -webkit-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.Contact .btn-contact .m-btn.t2l {
  padding: 5px 15px;
}

#contact-top{
    top: 10%;
}
#contact-top2{
    top: 36%;
}
#contact-middle{
    top: 62.5%;
}
#contact-bottom{
    top: 89%;
}

@media only screen and (max-width: 1000px) {
  .Contact .btn-contact .m-btn {
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .Contact .btn-contact .m-btn {
    height: 50px;
    padding: 15px;
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
	
	.Contact .btn-contact .m-btn.t2l {
  height: 77px;
        padding: 15px 15px;
}
	
}

.Contact .img-contact {
  position: absolute;
  top: 11%;
  right: -20%;
}

@media only screen and (max-width: 1250px) {
  .Contact .img-contact {
    right: -17%;
  }
}

@media only screen and (max-width: 1024px) {
  .Contact .img-contact {
    right: -7.5%;
  }
}

@media only screen and (max-width: 1000px) {
  .Contact .img-contact {
    display: none;
  }
}


@media only screen and (max-width: 767px) {
    .Information.col-2 .Information-lists dl dt.Information-title {
        font-size: 115%;
    }

}


.m-form.form-search label input[type="checkbox"].customSelect + span:before {
    margin-right: 5px;
}



/**********************************************************************
	扉ページ：重要なお知らせ 追加200403
***********************************************************************/

#info {
  align-items: center;
  width: 1200px;
  margin: 45px auto 0;
  font-size: 1.7rem;
  text-align: center;
  border: 2px solid #ff2c1e; }
  #info &gt; p {
    background-color: #ff2c1e;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    padding: 45px 28px 40px;
    margin-bottom: 0; }
    #info &gt; p a {
      color: #fff;
      text-decoration: underline; }
      #info &gt; p a:hover {
        text-decoration: none; }


@media only screen and (max-width: 767px) {
  #info {
    display: block;
    align-items: center;
    width: auto;
    margin: 30px auto 0; }
    #info &gt; p {
      padding: 10px 17px 7px;
      margin-bottom: 0;
      text-align: center;
      font-size: 1.6rem; }
    #info &gt; div {
      flex: 1;
      padding: 10px; }
      #info &gt; div p {
        font-size: 1.5rem; } }


/**********************************************************************
	扉ページ：重要なお知らせ 追加200722
***********************************************************************/

.pt30 { padding-top:30px !important; }

#infoArea dl {
	display: flex;
	width: 1200px;
	margin: 30px auto 0;
}

#infoArea dl dt {
	background: url("../images/at_bg.png") no-repeat #efefef right center / cover;
	color: #ffffff;
	padding-right: 15px;
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

#infoArea dl dd {
	background: #efefef;
	width: 1100px;
	display: flex;
	align-items: center;
}

#infoArea dl dd ul { margin-left: 20px; }
#infoArea dl dd ul li { margin: 10px 0;}

#infoArea dl dd ul li a { color: #333333; }

@media only screen and (max-width: 767px) {
	
			#infoArea dl {
			width: 100%;
		}

		#infoArea dl dt {
			width: 20%;
			}

		#infoArea dl dd {
			width: 80%;
		}
 }

/**********************************************************************
	扉ページ：リンクエリア
***********************************************************************/
#topLinkArea p { width:1200px; margin:30px auto 0; transition:all 0.5s 0s ease; position:relative; }
#topLinkArea p:hover { opacity:0.7; text-decoration:none; }
@media only screen and (max-width: 767px) {
#topLinkArea p { width:100%; }
#topLinkArea img { width:100%; }
 }

#topLinkArea2 a { border:3px solid #0c489b; color: white;font-weight:bold; text-align:center; display:block; width:1200px; padding:30px 0 30px; margin:30px auto 0;background-color: #0c489b; transition:all 0.5s 0s ease; position:relative; font-size:150% }
#topLinkArea2 a:hover { opacity:0.7; text-decoration:none; }
#topLinkArea2 a:after { content:''; position:absolute; width:17px; height:30px; background-image:url(/common/images/icon-pdf-white.png); background-size:contain; top:0; bottom:0; margin:auto; right:1em; }
@media only screen and (max-width: 767px) {
#topLinkArea2 a { width:100%; }
 }</pre></body></html>