<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
#index .key-visual a:hover {
  opacity: 0.8;
}

#index .key-visual &gt; li:nth-child(n + 2) {
  display: none;
}

#index .key-visual.slick-initialized li.slick-slide:nth-child(n + 2) {
  display: block;
}

.emergency li + li {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

.emergency dl {
  align-items: center;
  border: 1px solid #CCCCCC;
  display: flex;
  margin: 60px auto 35px auto;
  width: 980px;
}

.emergency dl dt {
  align-items: center;
  align-self: stretch;
  background: #E60A17;
  border-right: 1px solid #CCCCCC;
  box-sizing: border-box;
  display: flex;
  flex-basis: 18%;
  justify-content: center;
}

.emergency dl dt span {
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.emergency dl dd {
  background: #fff;
  box-sizing: border-box;
  flex-basis: 82%;
  padding: 10px 20px;
}

.emergency dl dd a {
  text-decoration: underline;
}

.emergency dl dd a:hover {
  text-decoration: none;
}

.process_flow {
  background: url(/assets/images/top/flow_bg_line.gif) no-repeat top left;
  display: flex;
  margin: 0px auto;
  width: 1000px;
}

.process_flow li {
  box-sizing: border-box;
  display: block;
  flex-basis: 170px;
  height: 174px;
  margin-left: -30px;
  text-align: center;
}

.process_flow li img {
  display: block;
  margin: 26px auto 4px auto;
}

.process_flow li span {
  color: #0074C8;
  display: block;
  font-size: 1.5rem;
  line-height: 120%;
  text-align: center;
}

.process_flow li:first-child {
  background: url(/assets/images/top/flow_bg_01.svg) no-repeat top left;
  box-sizing: border-box;
  color: #fff;
  display: block;
  flex-basis: 127px;
  margin-left: 0px;
  padding: 60px 0 0 0;
  text-align: center;
  text-shadow: 0 0 10px #000;
}

.process_flow li:nth-child(2) {
  margin-left: 0px;
}

.process_flow li:nth-child(3) img, .process_flow li:nth-child(4) img, .process_flow li:nth-child(5) img, .process_flow li:nth-child(6) img {
  margin-bottom: 10px;
}

.products_flow {
  background: url(/assets/images/top/flow_bg_line.gif) no-repeat bottom left;
  display: flex;
  margin: 0px auto 60px auto;
  width: 1000px;
}

.products_flow li {
  box-sizing: border-box;
  display: block;
  height: 150px;
  text-align: center;
}

.products_flow li img {
  height: 80px;
  margin: 5px auto 10px auto;
}

.products_flow li span {
  display: block;
  font-size: 1.3rem;
  text-align: center;
}

.products_flow li:first-child {
  background: url(/assets/images/top/flow_bg_02.svg) no-repeat top left;
  box-sizing: border-box;
  color: #fff;
  display: block;
  flex-basis: 127px;
  height: 150px;
  margin-left: 0px;
  padding: 50px 0 0 0;
  text-align: center;
  text-shadow: 0 0 10px #0074c8;
}

.products_flow li:nth-child(2) {
  flex-basis: 152px;
}

.products_flow li:nth-child(3), .products_flow li:nth-child(4), .products_flow li:nth-child(5), .products_flow li:nth-child(6), .products_flow li:nth-child(7) {
  flex-basis: 141px;
}

.process_sp {
  display: none;
}

.menu_list {
  background: #F3F8FD;
  padding: 45px 0;
  width: 100%;
}

.menu_list div {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 980px;
}

.menu_list div dl {
  background: #fff;
}

.menu_list div dl dt {
  background: #0074C8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  padding: 0 20px;
}

.menu_list div dl dd {
  font-size: 1.5rem;
  padding: 20px 20px;
}

.menu_list div dl dd ul li {
  background: url(/assets/images/common/icon_menu.png) no-repeat 0 5px;
  margin: 0 0 3px;
  padding: 0 0 0 26px;
}

.menu_list div dl dd ul li a {
  color: #0275C8;
}

.menu_list div dl dd ul li a:hover {
  text-decoration: underline;
}

.menu_list div dl.medical {
  flex-basis: 370px;
}

.menu_list div dl.general {
  flex-basis: 580px;
}

.menu_list div dl.general dd {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 30px 30px;
}

.menu_list div dl.general dd ul {
  flex-basis: 250px;
}

.menu_list div dl.general dd ul li:first-child {
  align-items: flex-start;
  background: none;
  display: flex;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 10px 0 0;
}

.menu_list div dl.general dd ul li:first-child span a {
  color: #005BAC;
  line-height: 120%;
}

.c_title-block {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}

.c_title-block .title-en {
  color: #0074C8;
  margin-bottom: 15px;
}

.c_title-block .title {
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
}

.c_title-block .title::before {
  background-color: #1174C8;
  bottom: -22px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
}

.c_title-block .title br {
  display: none;
}

.c_title-block .text {
  font-size: 1.4rem;
  font-weight: normal;
}

.c_button {
  margin: 0 auto;
  width: 376px;
}

.c_button a {
  align-items: center;
  border: 3px solid #0074C8;
  color: #0074C8;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding: 20px 0;
}

.c_button a::after {
  -webkit-transform: rotate(45deg);
  border-right: 3px solid #0074C8;
  border-top: 3px solid #0074C8;
  content: "";
  height: 5px;
  margin-left: 30px;
  transform: rotate(45deg);
  width: 5px;
}

.c_button a:hover {
  background-color: #0074C8;
  color: #fff;
}

.c_button a:hover::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

.quick-news {
  margin-top: 50px;
}

.quick-news .icon-link {
  text-align: center;
}

.products {
  margin-top: 65px;
}

.products .dummy {
  align-items: center;
  background-color: #ccc;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-bottom: 40px;
}

.products .img {
  margin: 30px 0;
  text-align: center;
}

.pickup {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #e6f1fa 45%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f1fa',GradientType=0 );
  padding-bottom: 60px;
}

.pickup .pickup-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.pickup .pickup-list__item {
  max-width: 273px;
  overflow: hidden;
  width: 22.9%;
}

.pickup .pickup-list__item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.pickup .pickup-list__item a:hover .bg-inner {
  top: 0;
}

.pickup .pickup-list__item .image img {
  max-width: none;
  width: 100%;
}

.pickup .pickup-list__item .bg-inner {
  background-color: rgba(0, 116, 200, 0.9);
  height: 100%;
  padding: .5em 1em;
  padding-bottom: 2em;
  position: absolute;
  top: calc(100% - 2.5em);
  transition: .2s;
  width: 100%;
}

.pickup .pickup-list__item .bg-inner .title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.pickup .pickup-list__item .bg-inner .text {
  color: #fff;
  font-size: 1.3rem;
}

.pickup .pickup-list__item .bg-inner .more {
  bottom: 5px;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  right: 10px;
}

.pickup .pickup-list__item .title-bg {
  background-color: #0074C8;
  bottom: 0;
  height: 50px;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
}

.pickup .pickup-list__item a {
  display: block;
}

.pickup .bunner-list {
  display: flex;
  justify-content: center;
}

.pickup .bunner-list__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin: 0 1%;
  width: 25.4%;
}

.pickup .bunner-list__item a {
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}

.pickup .bunner-list__item a:hover {
  opacity: .6;
}

.link-bunner{
  padding-top: 4vw;
  text-align: center;
  width: 25.4%;
  margin: auto;
}

/* IE10 &amp; IE11 */
_:-ms-input-placeholder, :root .pickup .pickup-list .title-bg {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .emergency dl {
    flex-direction: column;
    margin: auto;
    width: 90%;
  }
  .emergency dl dt {
    padding: 7px;
    width: 100%;
  }
  .emergency dl dd {
    font-size: 1.4rem;
    padding: 7px;
    width: 100%;
  }
  .process_flow,
  .products_flow {
    display: none;
  }
  .process_sp {
    display: flex;
    margin-bottom: 30px;
  }
  .process_sp ul:first-child {
    flex-basis: 50%;
  }
  .process_sp ul:first-child li img {
    width: 100%;
  }
  .process_sp ul:first-child li:first-child {
    background: url(/assets/images/top/flow_bg_01_sp.png) no-repeat top left;
    background-size: contain;
    border-bottom: none;
    box-sizing: border-box;
    color: #fff;
    min-height: 100px;
    padding: 20px 0px;
    text-align: center;
  }
  .process_sp ul:last-child {
    flex-basis: 50%;
  }
  .process_sp ul:last-child li {
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    text-align: center;
  }
  .process_sp ul:last-child li img {
    width: 100%;
  }
  .process_sp ul:last-child li:first-child {
    background: url(/assets/images/top/flow_bg_02_sp.png) no-repeat top left;
    background-size: contain;
    border-bottom: none;
    box-sizing: border-box;
    color: #fff;
    min-height: 100px;
    padding: 20px 0px;
    text-align: center;
  }
  .process_sp ul:last-child li:nth-child(2) {
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:nth-child(3) {
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:nth-child(4) {
    margin: 0 0 5px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:nth-child(5) {
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:nth-child(5) img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .process_sp ul:last-child li:nth-child(6) {
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:nth-child(6) img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .process_sp ul:last-child li:last-child {
    margin: 0 0 10px;
    padding: 0px 0 10px;
  }
  .process_sp ul:last-child li:last-child img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .menu_list {
    margin-top: 40px;
    padding: 30px 0;
  }
  .menu_list div {
    display: block;
    margin: auto;
    width: 90%;
  }
  .menu_list div dl dt {
    font-size: 1.6rem;
    line-height: 45px;
  }
  .menu_list div dl dd {
    font-size: 1.3rem;
    padding: 20px;
  }
  .menu_list div dl dd ul li {
    background: url(/assets/images/common/icon_menu.png) no-repeat 0 4px;
  }
  .menu_list div dl.medical {
    margin-bottom: 15px;
  }
  .menu_list div dl.general dd {
    display: block;
    padding: 20px 20px 10px 20px;
  }
  .menu_list div dl.general dd ul {
    margin: 0 0 20px;
  }
  .menu_list div dl.general dd ul li:first-child {
    padding: 10px;
  }
  .menu_list div dl.general dd ul li:first-child br {
    display: none;
  }
  .c_title-block .title {
    font-size: 2.8rem;
  }
  .c_title-block .title br {
    display: block;
  }
  .c_button {
    width: 100%;
  }
  .quick-news {
    margin-top: 25px;
  }
  .quick-news .icon-link {
    text-align: left;
  }
  .products {
    margin-top: 25px;
  }
  .pickup .pickup-list {
    display: block;
    margin-bottom: 16vw;
  }
  .pickup .pickup-list__item {
    max-width: none;
  }
  .pickup .pickup-list__item {
    width: 100%;
  }
  .pickup .pickup-list__item + li {
    margin-top: 8vw;
  }
  .pickup .bunner-list {
    display: block;
  }
  .pickup .bunner-list__item {
    width: 100%;
  }
  .pickup .bunner-list__item + li {
    margin-top: 8vw;
  }
  .link-bunner {
   width: 100%;
   margin: 4vw 1% 0 1%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pickup .pickup-list__item .bg-inner {
    top: calc(100% - 2em);
  }
  .pickup .pickup-list__item .bg-inner .title {
    font-size: 1.2rem;
  }
  .pickup .pickup-list__item .bg-inner .text {
    font-size: 1.1rem;
  }
}
</pre></body></html>