@charset "UTF-8";
.wf-notosans {
  font-family: "Noto Sans Japanese";
}

.wf-roboto {
  font-family: "Roboto Condensed";
}

.color-black-blue {
  color: #071b33;
}

.CheckBox-wrp {
  padding: 0 15px;
}

.test_btn {
  color: #fff !important;
}

.test_btn:hover {
  background-color: #0c489b !important;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .vertical-center {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.horizontal-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .horizontal-center {
    position: relative;
    left: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -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) {
  .vh-center {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.tel-link:hover {
  text-decoration: none;
  color: #0c489b;
  cursor: default;
}

@media only screen and (max-width: 1000px) {
  .tel-link {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .tel-link {
    display: inline-block;
  }
}

.border-grey {
  border: solid 1px #ccc;
}

/*共通部分*/
.sp_nav_btn {
  right: 0;
  top: 0;
}

.sp_nav_btn a {
  color: #0c489b;
}

.sp-Header-btns {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .sp-Header-btns.sp {
    display: block;
  }
}

.sp-Header-btns div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/*.sp-Header-btns-yakuhan {
  position: absolute;
  top: 0px;
  right: 10px;

  &.sp {
    @include mq(999px) {
      display: block;
    }
  }
  div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}*/
.Sp_nav_list {
  border-bottom: 1px solid #FFFFFF;
  background-color: #0c489b;
}

.Sp_nav_list a {
  display: block;
  cursor: pointer;
  padding: 20px;
  color: #FFFFFF;
  font-weight: 500;
}

.Sp_nav_list a:hover {
  text-decoration: none;
}

.Sp_nav_list a.btn-arrow {
  position: relative;
}

.Sp_nav_list a.btn-arrow:after {
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: .5em;
  content: '\f105';
  width: 10px;
  height: 14px;
  border-radius: 100%;
  font-weight: bold;
  margin-top: -15px;
}

/**********************************************************************
	ページヘッダ - className : Header
***********************************************************************/
.Header {
  z-index: 1000;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: .5s;
  background-color: #fff;
  /*.Header-options-yakuhan {
    position: absolute;
    top: 0;
    right: 0;
    overflow: unset;
    &.pc {
      @include mq(999px) {
        display: none;
      }
    }
    .logo_r {
      position: relative;
      top: -5px;
    }
  }*/
}

.Header .Header-in {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .Header .Header-in {
    width: 100%;
  }
}

.Header .Header-in {
  /*.Header-logo-yakuhan {

      @include mq(566px) {
        width: 50%;
        height: auto;
        img {
          max-width: 100%;
          height: auto;
        }
      }
    }

    .yobi_logo {
      display: none;
      @include mq(999px) {
        display: block;
        padding-left: 10px;
      }
      @include mq(425px) {
        img {
          width: 55px;
          height: auto;
          padding-left: unset;
        }
      }
    }*/
}

.Header .Header-in.lower {
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .Header .Header-in.lower {
    width: 100%;
  }
}

.Header .Header-in.lower.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 0px 3px;
}

@media only screen and (max-width: 767px) {
  .Header .Header-in.lower.is-animation {
    top: 0;
  }
}

.Header .Header-in.lower .Header-gnav > ul {
  top: 0;
  right: 0;
  background-color: #fff;
  /*
           -webkit-transition : padding-left .5s;
           -moz-transition    : padding-left .5s;
           -ms-transition     : padding-left .5s;
           -o-transition      : padding-left .5s;
           transition         : padding-left .5s;
           */
}

.Header .Header-in.lower .Header-gnav > ul.is-animation {
  padding-left: 230px;
}

.Header .Header-in.lower .Header-gnav > ul.is-animation > li > a {
  padding: 20px 10px;
}

.Header .Header-in.lower .height0 {
  height: 0;
}

.Header .Header-options {
  position: absolute;
  top: 6px;
  right: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .Header .Header-options.pc {
    display: none;
  }
}

.Header .Header-btns {
  float: left;
  width: auto;
}

.Header .Header-btns ul {
  overflow: hidden;
}

.Header .Header-btns li {
  float: left;
  width: auto;
  margin-left: 10px;
}

.Header .Header-size {
  float: left;
  width: auto;
  font-size: 1.4rem;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 20px;
}

.Header .Header-size ul {
  display: table;
  table-layout: fixed;
  float: left;
}

.Header .Header-size li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  background: #e6e9ec;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.Header .Header-lang {
  float: left;
  width: auto;
  display: table;
  table-layout: fixed;
  margin-left: 10px;
  margin-top: 2px;
}

.Header .Header-lang li {
  display: table-cell;
  vertical-align: middle;
  color: #ced3d9;
}

.Header .Header-lang li:first-child:after {
  content: '/';
  font-size: 1.2rem;
  font-weight: bold;
}

.Header .Header-lang a {
  color: #ced3d9;
}

.Header .Header-lang span {
  color: #0c489b;
}

.Header .Header-lang a, .Header .Header-lang span {
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px;
}

.Header .Header-lang a:hover, .Header .Header-lang span:hover {
  text-decoration: none;
}

.Header .Header-beneath .animatedLink {
  position: absolute;
  display: none;
}

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

.Header .Header-gnav {
  max-width: 1200px;
  padding-left: 0;
  /*
    transition   : 1s;
     */
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .Header .Header-gnav.pc {
    display: none;
  }
}

.Header .Header-gnav.is-animation .animatedLink {
  z-index: 100;
  display: block;
}

@media only screen and (max-width: 987px) {
  .Header .Header-gnav.is-animation .animatedLink {
    top: 17px;
    left: 8px;
  }
}

.Header .Header-gnav > ul {
  display: table;
  width: 100%;
}

.Header .Header-gnav > ul > li {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  /*
      transition     : all .3s;
       */
}

.Header .Header-gnav > ul > li.hover {
  background: #0c489b;
  color: white;
}

.Header .Header-gnav > ul > li.hover + a {
  background: #0c489b;
  color: white;
}

.Header .Header-gnav > ul > li:hover {
  background: #0c489b;
  color: white;
}

.Header .Header-gnav > ul > li:hover a:before, .Header .Header-gnav > ul > li:hover a:after {
  display: none;
}

.Header .Header-gnav > ul > li:last-child a:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #e6e9ec;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.Header .Header-gnav > ul > li > a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 20px 28px;
  color: inherit;
  position: relative;
  background-color: #fff;
}

.Header .Header-gnav > ul > li > a:hover {
  background: #0c489b;
  color: white;
  text-decoration: none;
}

.Header .Header-gnav > ul > li > a:hover:before, .Header .Header-gnav > ul > li > a:hover:after {
  content: none;
  display: none;
}

.Header .Header-gnav > ul > li > a:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #e6e9ec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.Header .Header-snav {
  display: none;
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 100;
  background: #f3f4f6;
  right: 0;
  color: #333;
  margin: auto;
}

.Header .Header-snav a {
  color: inherit;
  padding: 0;
}

.Header .Header-snav a:hover {
  background: none;
  color: inherit;
}

.Header .Header-snav a:before, .Header .Header-snav a:after {
  content: none;
}

.Header .Header-snav_in {
  max-width: 1200px;
  width: inherit;
  margin: 0 auto;
  padding: 40px;
}

.Header .Header-snav_card dt {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  display: block;
  line-height: 1.6;
  padding-left: 15px;
}

.Header .Header-snav_card dt:before {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.0rem;
  line-height: 1;
  display: block;
}

.Header .Header-snav_card dd {
  position: relative;
  border: 1px solid #e6e9ec;
}

.Header .Header-snav_card dd:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #0c489b;
  border-bottom: none;
  bottom: 0;
  right: 0;
  position: absolute;
}

.Header hr {
  visibility: visible;
  width: inherit;
}

.Sp-nav {
  background-color: #eee !important;
}

.nav-header {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  /*.main_logo {
    @include mq(566px) {
      width: 50%;
      height: auto;
      img {
        max-width: 100%;
        height: auto;
      }
    }
  }
  .hnb_logo {
    margin-left: 15px;
    display: inline-block;
    img {
      max-width: 100%;
      height: auto;
    }
    @include mq(566px) {
      width: 30%;
      height: 30%;
    }

  }*/
}

.nav-header .close-sp_nav {
  display: block;
  width: 30px;
  position: absolute;
  top: 35%;
  right: 20px;
}

.nav-header .close-sp_nav i {
  color: #0c489b;
}

.sp-Header-gnav {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.sp-Header-gnav .gnav-item-wrap {
  margin: 0 0 10px 0;
  text-align: center;
  padding: 0px 5px;
  display: block;
  overflow: hidden;
}

.sp-Header-gnav .gnav-item-wrap .gnav-item {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  width: 48%;
  float: left;
  margin: 0 1%;
}

.sp-Header-gnav .gnav-item-wrap .gnav-item .item-inner {
  display: table;
  width: 100%;
}

.sp-Header-gnav .gnav-item-wrap .gnav-item .item-inner a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  font-size: 1.4rem;
  color: #333;
  background-color: #fff;
}

/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.Page_title .Page_title-inner,
.Page_title .Page_title-inner_02 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  height: 325px;
}

.Page_title .Page_title-inner_02 {
  height: 260px;
}

@media only screen and (max-width: 767px) {
  .Page_title .Page_title-inner_02 {
    height: 200px;
  }
}

.Page_title .Page_title-header,
.Page_title .Page_title-header_02 {
  padding: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  max-width: 556px;
  max-height: 260px;
  background: rgba(12, 72, 155, 0.8);
}

.Page_title .Page_title-header .ttl_03,
.Page_title .Page_title-header_02 .ttl_03 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
}

.Page_title .Page_title-header .ttl_03 span,
.Page_title .Page_title-header_02 .ttl_03 span {
  color: #739dd9;
  margin-bottom: 10px;
}

.Page_title .Page_title-header_02 {
  max-height: 130px;
  max-width: 100%;
  background: transparent;
}

.Page_title .Page_title-text {
  color: white;
  font-weight: bold;
}

.Page_title.bg-company {
  background-image: url(../images/bg-title-company.jpg);
}

@media only screen and (max-width: 767px) {
  .Page_title .Page_title-inner {
    height: 200px;
  }
  .Page_title .Page_title-header {
    top: auto;
    padding: 20px;
    max-width: 100%;
  }
}

/**********************************************************************
	SPナビゲーション - className : Page_title
***********************************************************************/
.Sp-nav {
  opacity: 0;
  height: 0;
}

.Sp-nav .m-card.card-picture .picture-inner {
  top: 50%;
  right: 10px;
  left: 10px;
  display: block;
  transform: translateY(-50%);
}

.Sp-nav .m-card.card-picture .picture-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

.Sp-nav .m-card.card-picture .picture-img {
  background: white;
}

.Sp-nav .m-card.card-picture .img-bg {
  opacity: 0.3;
}

/**********************************************************************
	ぱんくず - className : Breadcrumb
***********************************************************************/
.Breadcrumb {
  background: #f2f4f5;
  padding: 5px 10px;
}

.Breadcrumb .Breadcrumb-separator li {
  display: inline-block;
  font-size: 1.2rem;
}

.Breadcrumb .Breadcrumb-separator li:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}

.Breadcrumb .Breadcrumb-separator li:last-child:after {
  content: none;
}

/**********************************************************************
	コンテンツエリア
***********************************************************************/
@media only screen and (max-width: 767px) {
  .l-main_contents p {
    font-size: 115%;
  }
  .l-main_contents .f16 p {
    font-size: 100% !important;
  }
}

/**********************************************************************
	お知らせ - className : Information
***********************************************************************/
.Information {
  background: #f2f4f5;
  padding: 30px;
}

.Information .Information-footer {
  position: absolute;
  top: 0;
  right: 0;
}

.Information .Information-lists li {
  margin-bottom: 1em;
}

.Information .Information-lists li:last-child {
  margin-bottom: 0;
}

.Information .Information-lists dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.Information .Information-lists dl dt, .Information .Information-lists dl dd {
  display: table-cell;
  vertical-align: top;
}

.Information .Information-lists a {
  color: #333;
}

.Information .Information-date {
  width: 5.5em;
  font-size: 1.4rem;
}

.Information .Information-cat {
  text-align: center;
  width: 13em;
}

.Information .Information-title {
  width: inherit;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .Information {
    padding: 20px;
  }
  .Information .Information-footer {
    position: static;
  }
  .Information .Information-lists li {
    margin-bottom: 0.5em;
  }
  .Information .Information-lists dl {
    display: block;
    overflow: hidden;
  }
  .Information .Information-lists dl dt, .Information .Information-lists dl dd {
    display: block;
  }
  .Information .Information-date {
    float: left;
    width: auto;
  }
  .Information .Information-cat {
    float: left;
    width: auto;
  }
  .Information .Information-title {
    clear: both;
  }
}

/**********************************************************************
	新着情報（２カラム） - className : Information
***********************************************************************/
.Information.col-2 {
  background-color: #e6e9ec;
}

.Information.col-2 .Information-box {
  padding-top: 30px;
}

.Information.col-2 .Information-lists li {
  border-bottom: solid 1px #e6e9ec;
  padding: 0 30px 10px;
  margin-bottom: 20px;
}

.Information.col-2 .Information-lists dl dt, .Information.col-2 .Information-lists dl dd {
  display: inline-block;
}

.Information.col-2 .Information-lists dl dt {
  width: 100%;
}

.Information.col-2 .Information-date {
  width: 6em;
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .Information-date {
    width: 7em;
  }
}

.Information.col-2 .Information-cat {
  width: 10em;
}

.Information.col-2 .Information-cat span {
  position: relative;
  top: -3px;
}

.Information.col-2 .Information-footer {
  top: 30px;
  right: 30px;
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btns {
    padding: 0 1px;
  }
}

.Information.col-2 .m-tab.tab-style01 .tab-btn {
  padding: 5px 13.7px;
  margin-right: 1px;
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn {
    width: 50%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn:nth-child(2n) {
    border-right: none;
  }
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn:nth-child(3) {
    border-right: none;
  }
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn:nth-child(3) {
    border-right: solid 1px #f2f4f5;
  }
}

@media only screen and (max-width: 1024px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn:nth-child(6) {
    border-right: none;
  }
}

@media only screen and (max-width: 477px) {
  .Information.col-2 .m-tab.tab-style01 .min-txt1 {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 453px) {
  .Information.col-2 .m-tab.tab-style01 .min-txt2 {
    padding-top: 15px;
  }
}

.Information.col-2 .m-tab.tab-style01 .tab-contents {
  height: 400px;
  max-height: 400px;
  overflow-y: scroll;
}

.Information.col-2 .m-tab.tab-style01 .tab-content {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .Information.col-2 .m-tab.tab-style01 .tab-btn {
    margin-right: 0;
  }
}

/**********************************************************************
	バナー - className : Banner
***********************************************************************/
.Banner {
  padding: 40px 0;
  background-color: #e6e9ec;
}

.Banner.medical {
  background-color: #f2f4f5;
  /*.Banner-inner{
        width: inherit;
        max-width: 735px;
    }*/
}

.Banner.medical li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .Banner.medical li {
    display: block;
    margin-bottom: 10px;
  }
}

.Banner .Banner-inner {
  width: inherit;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/**********************************************************************
	ページフッタ - className : Footer
***********************************************************************/
.Footer {
  background: #fff;
  color: white;
}

.Footer .Footer-col-1 {
  width: 26%;
}

.Footer .Footer-col-2 {
  width: 18%;
}

.Footer .Footer-col-3 {
  width: 20%;
}

.Footer .Footer-col-4 {
  width: 19%;
}

.Footer .Footer-col-5 {
  width: 16%;
}

.Footer .Footer-col-6 {
  width: 16%;
}

@media only screen and (max-width: 1000px) {
  .Footer {
    /*.Footer-col-6 {
        width : 100/1*1%;

        li {
            //width: 100% ;
        }
    }*/
  }
  .Footer .no_br {
    white-space: normal;
  }
  .Footer .Footer-col {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 767px) {
  .Footer .Footer-col {
    width: 50%;
  }
  .Footer .Footer-col-6 {
    width: 100%;
  }
}

.footer_link_wrap {
  max-width: 1200px;
  width: 100%;
  padding-bottom: 20px;
}

.footer_link_wrap a {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .footer_link_wrap a {
    font-size: 1.2rem;
  }
}

.footer_link_wrap .footer_link .footer_link_cat {
  font-weight: bold;
}

.footer_link_wrap .footer_link .footer_link_lower {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .footer_link_wrap .footer_link .footer_link_lower {
    margin-bottom: 10px;
  }
}

.footer_link_wrap .footer_link .footer_link_lower li {
  padding-left: 20px;
  margin-bottom: 2px;
  background-image: url("../images/footer_lower_arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.footer_link_wrap .footer_link .footer_link_lower li a {
  font-size: 1.2rem;
  color: #333;
}

.footer_link_wrap .footer_link .footer_link_lower li.ex_link {
  background-image: url("../images/ex_link.png");
}

.f_pagetop {
  background-color: #0c489b;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.f_pagetop a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../images/pagetop_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}

.copyright {
  background-color: #e6e9ec;
  color: #333;
  font-size: 10px;
  padding: 10px;
  text-align: center;
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
}

.Pagetop.fixed {
  position: absolute;
  top: -40px;
}

/**********************************************************************
サイドバー - className : l-sidebar
***********************************************************************/
.l-sidebar {
  position: relative;
}

.l-sidebar.sidebar-fixed {
  position: fixed;
  top: 100px;
  right: auto;
  left: auto;
  width: 100%;
  max-width: 1180px;
}

.l-sidebar.sidebar-fixed:after {
  content: '';
  display: block;
  clear: both;
}

.l-sidebar.sidebar-fixed .side-nav {
  float: right;
  width: 236px;
}

@media only screen and (max-width: 767px) {
  .l-sidebar.sidebar-fixed {
    position: relative;
    top: auto;
    max-width: 100%;
  }
  .l-sidebar.sidebar-fixed .side-nav {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .l-sidebar .side-nav {
    margin-bottom: 40px;
  }
  .l-sidebar .side-nav:after {
    content: '';
    display: block;
    clear: both;
  }
}

.l-sidebar .side-nav li {
  width: 100%;
}

.l-sidebar .side-nav li:not(:last-child) a {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .l-sidebar .side-nav li {
    float: left;
    width: 50%;
  }
  .l-sidebar .side-nav li:nth-child(odd) a {
    border-right: none;
  }
  .l-sidebar .side-nav li:nth-child(5) {
    border-bottom: solid 1px #d9dcdf;
  }
}

.l-sidebar .side-nav a {
  display: block;
  color: #071b33;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 10px;
  border: solid 1px #d9dcdf;
}

.l-sidebar .side-nav a.current {
  color: #fff !important;
  background-color: #0c489b !important;
}

.l-sidebar .side-nav a:hover {
  color: #fff !important;
  background-color: #0c489b !important;
}

/**********************************************************************
	アコーディオンのCSS
***********************************************************************/
.m-box.box-fourth {
  padding: 40px;
  margin-bottom: 60px;
}

.m-box .m-box.box-white {
  padding: 40px 40px 0 20px;
  margin-bottom: 40px;
}

.m-box .m-box.box-white li.ac-btn {
  position: relative;
  padding-bottom: 40px;
  border-bottom: solid 1px #f2f4f5;
}

.m-box .m-box.box-white li.ac-btn p {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0 55px;
  margin-bottom: 0;
  display: inline-block;
}

.m-box .m-box.box-white li.ac-btn p:before {
  content: 'Q :';
  color: #0c489b;
  position: absolute;
  top: 0;
  left: 20px;
}

.m-box .m-box.box-white li.ac-btn i {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  background: #0c489b;
  padding: 22px;
  font-size: 2rem;
}

.m-box .m-box.box-white li.ac-inner p {
  position: relative;
  padding: 40px 55px;
}

.m-box .m-box.box-white li.ac-inner p:before {
  content: 'A :';
  color: #ff2c1e;
  font-weight: bold;
  font-size: 1.7rem;
  position: absolute;
  top: 40px;
  left: 20px;
}

.m-box .m-box.box-white li.ac-inner p .txt_red {
  color: #ff2c1e;
}

.m-box .m-box.box-white li.ac-inner p img {
  margin-top: 10px;
}

.m-box a.m-btn {
  width: 260px;
  margin: 0 auto;
}

.m-box a.m-btn.btn-arrow:after {
  top: 47%;
}

/**********************************************************************
	医療関係者の皆さまへ　製品リストテーブルのCSS
***********************************************************************/
.m-table.arrow-table thead th.w150 {
  max-width: 150px;
}

.m-table.arrow-table thead th.w150.tb_auto {
  width: 20% !important;
  max-width: none;
  font-size: 1.4rem;
}

.m-table.arrow-table thead th.w440 {
  max-width: 440px;
}

.m-table.arrow-table thead th.w440.tb_auto {
  width: 40% !important;
  font-size: 1.4rem;
}

.m-table.arrow-table thead th.w530 {
  max-width: 530px;
}

.m-table.arrow-table thead th.w530.tb_auto {
  width: auto !important;
  width: 40% !important;
  font-size: 1.4rem;
}

.m-table.arrow-table thead th.sort {
  position: relative;
}

.m-table.arrow-table thead th.sort:after {
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  content: '\f107';
  width: 10px;
  height: 14px;
  top: 38%;
}

.m-table.arrow-table thead th.sort.up:after {
  content: '\f106';
}

.m-table.arrow-table thead th a.tdu {
  color: #fff;
  text-decoration: underline;
}

.m-table.arrow-table thead th a.tdu:hover {
  color: #fff;
  text-decoration: none;
}

.m-table.arrow-table tbody tr td {
  text-align: left;
}

.m-table.arrow-table tbody tr td:first-child, .m-table.arrow-table tbody tr td:last-child {
  text-align: center;
}

.m-table .td-underline {
  text-decoration: underline;
}

.m-table .td-underline:hover {
  text-decoration: none;
}

.m-table .none-bar {
  display: block;
  text-align: center;
}

/**********************************************************************
	医療関係者の皆さまへ　印刷ボタンを囲むdivのCSS
***********************************************************************/
.btn-print-wrap {
  margin-bottom: 20px;
}

.btn-print-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.pagetop-middle {
  position: relative;
  padding: 0 10px;
  margin-bottom: 30px;
}

.pagetop-middle.top-30 {
  top: -30px;
  margin-bottom: 0px;
}

.pagetop-middle a {
  text-decoration: underline;
}

.pagetop-middle a:hover {
  text-decoration: none;
}

/**********************************************************************
	アコーディオン用のCSS
***********************************************************************/
.m-box .m-box.box-white {
  padding: 40px 40px 0;
}

@media only screen and (max-width: 1000px) {
  .m-box .m-box.box-white {
    padding: 40px 15px 0;
  }
}

.m-box .m-box.box-white li.ac-btn {
  width: 100%;
  padding-bottom: 31px;
}

.m-box .m-box.box-white li.ac-btn:after {
  content: '';
  display: block;
  clear: both;
}

.m-box .m-box.box-white li.ac-btn p {
  float: left;
  width: 65%;
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 55%;
  }
}

@media only screen and (max-width: 1000px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 48%;
    padding: 0px 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn p {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 40px 0 0;
  }
}

.m-box .m-box.box-white li.ac-btn p:before {
  content: '';
}

.m-box .m-box.box-white li.ac-btn .accordion-list-img {
  float: left;
  width: 35%;
  margin-top: -10px;
}

@media only screen and (max-width: 1100px) {
  .m-box .m-box.box-white li.ac-btn .accordion-list-img {
    width: 42%;
  }
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn .accordion-list-img {
    width: 100%;
    margin-top: 20px;
  }
}

.m-box .m-box.box-white li.ac-btn .accordion-list-img:after {
  content: '';
  display: block;
  clear: both;
}

.m-box .m-box.box-white li.ac-btn .accordion-list-img .img {
  float: left;
}

.m-box .m-box.box-white li.ac-btn .accordion-list-img .img:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn .accordion-list-img .img {
    width: 47%;
  }
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn .accordion-list-img .img .img-responsive {
    width: 100%;
    height: auto;
  }
}

.m-box .m-box.box-white li.ac-btn i {
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-btn i {
    padding: 10px;
  }
}

.m-box .m-box.box-white li.ac-btn i.fa-minus {
  background-color: #fff;
  color: #0c489b;
  border: solid 1px #0c489b;
}

.m-box .m-box.box-white li.ac-inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.m-box .m-box.box-white li.ac-inner .new-medicine-img {
  margin-bottom: 40px;
}

.m-box .m-box.box-white li.ac-inner p {
  position: relative;
  padding: 40px 55px;
}

@media only screen and (max-width: 767px) {
  .m-box .m-box.box-white li.ac-inner p {
    padding: 20px 0;
  }
}

.m-box .m-box.box-white li.ac-inner p:before {
  content: '';
}

.m-box .m-box.box-white li.ac-inner p img {
  margin-top: 10px;
}

.m-box a.m-btn {
  width: 260px;
  margin: 0 auto;
}

.m-box a.m-btn.btn-arrow:after {
  top: 50%;
}

/**********************************************************************
	モジュール用CSS
***********************************************************************/
.modal-content {
  top: 50% !important;
  transform: translateY(-50%);
  width: 100%;
  max-width: 950px;
  max-height: 90%;
  margin: 0 20px;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 1002;
  overflow: auto;
}

.modal-content .ttl_04 {
  width: auto;
}

#modal-overlay {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

/**********************************************************************
	画像ダウンロードチェックボックス
***********************************************************************/
.CheckBox-wrp dt {
  text-align: center;
  padding: 10px;
  width: 100%;
  background-color: #e6e9ec;
}

.CheckBox-wrp .m-form.form-search label input[type="checkbox"].customSelect + span.checkOnImg:before {
  position: absolute;
  margin: 10px;
  background-color: #fff;
}

.CheckBox-wrp .m-form.form-search label input[type="checkbox"].customSelect + span.checkOnImg:after {
  top: inherit;
  margin-top: 12px;
  left: 10px;
}

.CheckBox-wrp .m-form.form-search label input[type="checkbox"].customSelect + span.checkOnImg img {
  width: 100%;
}

.CheckBox-wrp .m-form.form-search label input[type="checkbox"].customSelect:checked + span.checkOnImg:before {
  background-color: #0c489b;
}

/**********************************************************************
	あなたは医療関係者の方ですか - className : Alert
***********************************************************************/
.Alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.Alert .Alert-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 95%;
  max-width: 700px;
  padding: 40px;
  border: 2px solid #999;
  background: white;
}

@media only screen and (max-width: 767px) {
  .Alert .Alert-box {
    padding: 20px;
    margin: 0 10px;
  }
}

/**********************************************************************
	サイドナビ
***********************************************************************/
.Site-sidebar-wrap.fixed {
  position: fixed;
  z-index: 10;
  top: 100px;
  right: 0;
  left: 0;
}

.Site-sidebar-wrap .Site-sidebar {
  background: white;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 22%;
  border: 1px solid #e6e9ec;
}

.Site-sidebar-wrap .Site-sidebar .side-nav > li {
  border-bottom: 1px solid #e6e9ec;
  font-size: 1.8rem;
}

.Site-sidebar-wrap .Site-sidebar .side-nav > li > a {
  display: block;
  padding: 15px 20px;
}

.Site-sidebar-wrap .Site-sidebar .side-nav > li.selected > a, .Site-sidebar-wrap .Site-sidebar .side-nav > li:hover > a {
  background: #0c489b;
  color: white;
  text-decoration: none;
}

.Site-sidebar-wrap .Site-sidebar .side-nav > li.selected > a {
  cursor: default;
}

.Site-sidebar-wrap .Site-sidebar .side-nav > li:last-child {
  border-bottom: none;
}

.Site-sidebar-wrap .Site-sidebar .side-sub-nav {
  padding: 5px 0;
}

.Site-sidebar-wrap .Site-sidebar .side-sub-nav > li > a {
  color: #333;
  padding: 5px 20px;
  display: block;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .Site-sidebar-wrap {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .Site-sidebar-wrap.fixed {
    position: static;
  }
  .Site-sidebar-wrap .Site-sidebar {
    position: static;
    width: inherit;
  }
  .Site-sidebar-wrap .Site-sidebar .side-nav > li > a {
    font-size: 1.6rem;
  }
  .Site-sidebar-wrap .Site-sidebar .side-sub-nav {
    padding: 10px;
  }
  .Site-sidebar-wrap .Site-sidebar .side-sub-nav > li {
    display: inline-block;
  }
  .Site-sidebar-wrap .Site-sidebar .side-sub-nav > li:after {
    content: '　/　';
    font-size: 1.2rem;
    display: inline;
  }
  .Site-sidebar-wrap .Site-sidebar .side-sub-nav > li > a {
    display: inline;
    padding: 0;
    font-size: 1.2rem;
  }
}

/**********************************************************************
	製品検索ポップアップ
***********************************************************************/
.Popup {
  display: inline-block;
  position: relative;
}

.Popup:hover {
  opacity: 1;
}

.Popup .Popup-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  visibility: hidden;
  background: white;
  z-index: 100;
  width: 200px;
  opacity: 0;
  transition: .25s;
  text-align: left;
  font-size: 12px;
}

.Popup .Popup-box:before {
  content: '';
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-left-color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.Popup .Popup-box:after {
  content: '';
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-left-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}

.Popup:hover .Popup-box {
  opacity: 1;
  visibility: visible;
}

.Popup2 {
  display: inline-block;
  position: relative;
  cursor: default;
}

.Popup2:hover {
  opacity: 1;
}

.Popup2 .Popup-box {
  position: absolute;
  top: 60px;
  right: 0;
  border: 1px solid #ccc;
  padding: 10px;
  visibility: hidden;
  background: white;
  z-index: 100;
  width: inherit;
  opacity: 0;
  transition: .25s;
  text-align: left;
  font-size: 14px;
}

.Popup2 .Popup-box:before {
  content: '';
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ccc;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

.Popup2 .Popup-box:after {
  content: '';
  border: 10px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: white;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
}

.Popup2:hover .Popup-box {
  opacity: 1;
  visibility: visible;
}

/****************************************************************
キャリア採用 : 下層ページ - className : Career
*****************************************************************/
.Recruit-nav a.hoverpurple {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.Recruit-nav a.hoverpurple p.m-btn:hover {
  opacity: 1;
}

.Recruit-nav a.hoverpurple:hover {
  outline: solid 1px #b984e0;
  background-color: rgba(11, 72, 155, 0.05);
}

.Recruit-nav a.hoverpurple p {
  padding-bottom: 20px;
}

.Recruit-nav a.hoverpurple.active {
  outline: solid 1px #b984e0;
  background-color: rgba(11, 72, 155, 0.05);
  opacity: 1;
}

.Recruit-nav a.hoverpurple .m-card.card-picture .picture-img:after {
  display: none;
}

/****************************************************************
Yahooサイト内検索 :
*****************************************************************/
#spSearch #srchBox.watermark #srchForm {
  padding-right: 30px;
  position: relative;
  background: #0c489b;
  overflow: hidden;
}

#spSearch #srchBox.watermark #srchInput {
  width: 100%;
}

#spSearch #srchBox.watermark #srchBtn {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  margin: auto;
  display: block;
}

#srchBox.watermark #srchBox > img {
  display: none;
}

#srchBox.watermark #srchForm {
  overflow: hidden;
}

#srchBox.watermark #srchBtn {
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: #0c489b;
  float: left;
}

#srchBox.watermark #srchInput {
  width: 200px;
  height: 30px;
  display: block;
  float: left;
  padding: 1px 1px 2px 1px;
  border: 1px solid #a5acb2;
  border-radius: 0;
  font-size: 1.2rem;
  border-right: none;
  background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#srchBox.watermark #srchInput.nomark {
  background: #fff;
}

#srchBox.watermark #srchInput:active, #srchBox.watermark #srchInput:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  #srchBox.watermark #srchInput {
    font-size: 16px;
  }
}

#srchBox.watermark #srchLogo {
  display: none;
}

.Language {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.Language ul {
  overflow: hidden;
}

.Language li {
  width: 50%;
  float: left;
}

.Language a {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 1.8rem;
  color: #aaa;
  background: white;
}

.Language a.active {
  color: white;
  background: #0c489b;
}

.Language a:hover {
  text-decoration: none;
}

img.vertical-middle {
  vertical-align: middle;
}

/****************************************************************
印刷 :
*****************************************************************/
@media print {
  body {
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
    zoom: 85%;
  　-webkit-print-color-adjust: exact;
  }
  .Header, .Breadcrumb, .Footer {
    display: none;
  }
  .chrome {
    zoom: 0.8;
  }
  .firefox body {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  /*	.edge body, .ie11 body, .ie10 body, .ie9 body, .ie8 body, .ie7 body {
          zoom: 85%;
      }*/
  .ipad body, .iphone body {
    width: 1024px;
    font-size: 1.2rem;
  }
  .ipad body .m-box.box-sideScroll > *, .iphone body .m-box.box-sideScroll > * {
    width: 1024px !important;
  }
  .edge .ttl_02, .edge .ttl_02_02, .edge .ttl_03_2, .edge .ttl_04, .edge .ttl_05, .ie11 .ttl_02, .ie11 .ttl_02_02, .ie11 .ttl_03_2, .ie11 .ttl_04, .ie11 .ttl_05, .ie10 .ttl_02, .ie10 .ttl_02_02, .ie10 .ttl_03_2, .ie10 .ttl_04, .ie10 .ttl_05, .ie9 .ttl_02, .ie9 .ttl_02_02, .ie9 .ttl_03_2, .ie9 .ttl_04, .ie9 .ttl_05, .ie8 .ttl_02, .ie8 .ttl_02_02, .ie8 .ttl_03_2, .ie8 .ttl_04, .ie8 .ttl_05, .ie7 .ttl_02, .ie7 .ttl_02_02, .ie7 .ttl_03_2, .ie7 .ttl_04, .ie7 .ttl_05 {
    font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .printnone {
    display: none !important;
  }
  .CheckBox-wrp .m-form.form-search label input[type="checkbox"].customSelect + span.checkOnImg:before {
    background: none;
  }
  .m-form.form-search .customSelect + span:before {
    border: none;
  }
}

/*
.t0{
  top: unset !important;
}*/


/* 210308write */
.w15 { width:15px; }

