@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
.result_submenu-box {
  margin-bottom: 70px;
  padding-top: 18px;
}

.ajax-tab {
  padding: 0px 24px;
  letter-spacing: -0.4em;
  white-space: nowrap;
  text-align: center;
}
.ajax-tab .slick-list {
  border-right: solid 1px #000;
}
.ajax-tab li {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  letter-spacing: normal;
  box-sizing: border-box;
}
.ajax-tab li:not(:first-child) .inner {
  border-left: none;
}
.ajax-tab li .inner {
  display: block;
  padding: 7px 5px;
  color: #666464;
  line-height: 1.3;
  text-align: center;
  background: #fff;
  color: #000;
  border: solid 1px #000;
  border-right: none;
  cursor: pointer;
}
.ajax-tab li .inner:hover {
  background: #000;
  color: #fff;
}
.ajax-tab li.on .inner {
  background: #000;
  color: #fff;
  border-right: none;
  border-left: none;
}
.ajax-tab .slick-slide:first-child .inner {
  border-left: solid 1px #000;
}

.result_submenu-box .slick-prev,
.result_submenu-box .slick-next,
.result_submenu-box .slick-prev:hover,
.result_submenu-box .slick-next:hover {
  z-index: 1;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition-property: 0.3s;
}
.result_submenu-box .slick-prev {
  left: 0px;
  border-bottom: 1px solid #0a1432;
  border-left: 1px solid #0a1432;
}
.result_submenu-box .slick-prev:hover {
  background-image: url("../images/common/anchor-prev.svg");
}
.result_submenu-box .slick-next {
  right: 0px;
  border-top: 1px solid #0a1432;
  border-right: 1px solid #0a1432;
}
.result_submenu-box .slick-next:hover {
  background-image: url("../images/common/anchor-next.svg");
}
.result_submenu-box .slick-prev:before,
.result_submenu-box .slick-next:before {
  display: none;
}
.result_submenu-box .slick-prev:hover,
.result_submenu-box .slick-next:hover {
  opacity: 0.6;
}

.result_lineup-box {
  margin-bottom: 100px;
}

.result-list > li:not(:last-child) {
  margin-bottom: 30px;
}
.result-list > li .titles {
  font-weight: bold;
}
.result-list > li .outlines {
  margin-bottom: 0;
}

.result-catbox {
  margin-bottom: 70px;
}
.result-catbox .title-cat {
  margin-bottom: 35px;
}
.result-catbox .affiliatedata {
  font-weight: 600;
  color: #0a1432;
}

.result-subcatbox:not(:last-child) {
  margin-bottom: 40px;
}

.loading-box {
  min-height: 50px;
  background: url("imports/ajax-loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
}

@media all and (min-width: 751px) {
  body.research #title .title-bg {
    background-image: url(../images/research/title-bg.jpg);
  }
  body.research .text p:not(:last-of-type) {
    margin-bottom: 34px;
  }
  #research-clinical {
    margin-bottom: 100px;
  }
  #research-clinical_case {
    margin-bottom: 130px;
  }
  #research-clinical_rimpa .box1 .image {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 750px) {
  body.research #title .title-bg {
    background-image: url(../images/research/title-bg_sp.jpg);
  }
  body.research .text p:not(:last-of-type) {
    margin-bottom: 15px;
  }
  /* INDEX */
}
