@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body.research #title {
  background-image: url(../images/research/title-bg.jpg);
}
body.research .image-box small {
  display: block;
  font-size: 97.5%;
}
body.research .ttl-block {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #19394f;
}

#research-sle .text-box p:not(:last-child) {
  margin-bottom: 30px;
}

#research-other .text-box p:not(:last-child) {
  margin-bottom: 30px;
}
#research-other .list dt {
  float: left;
  clear: left;
  font-weight: bold;
}
#research-other .list dd {
  padding-left: 21em;
}

#publications-wrap .title-level01 {
  margin-bottom: 45px;
}

.publications-box {
  margin-bottom: 140px;
}
.publications-box .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 0;
}
.publications-box .tab-list li {
  width: 160px;
  border: solid 1px #19394f;
  box-sizing: border-box;
  margin-left: -1px;
}
.publications-box .tab-list a {
  text-decoration: none !important;
  color: #000;
  padding: 5px;
  font-weight: 400;
  font-size: 112.5%;
  display: inline-block;
  transition: 0.2s;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.publications-box .tab-list a:hover {
  background-color: #19394f;
  transition: 0.2s;
}
.publications-box .tab-list .on a {
  background-color: #19394f;
  color: #fff;
}

.publications-catbox:not(:last-child) {
  margin-bottom: 83px;
}

.ajax-box .loading-box {
  min-height: 300px;
  background-image: url(../css/ajax-loader.gif);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
}

.acheve-box {
  min-height: 500px;
}

.achievement-subcatbox .title-level03 {
  margin-bottom: 38px;
  font-size: 125%;
}
.achievement-subcatbox .cat-list li .acheve-title {
  font-weight: bold;
  background-color: #d7e7ee;
  padding: 10px;
  letter-spacing: 0.05em;
  margin-bottom: -3px;
}
.achievement-subcatbox .cat-list li .acheve-cnt {
  padding: 10px;
}
.achievement-subcatbox .cat-list li:not(:last-child) {
  margin-bottom: 25px;
}

@media all and (min-width: 751px) {
  /* INDEX */
  #research-rheumatoid {
    margin-bottom: 100px;
  }
  #research-sle {
    margin-bottom: 85px;
  }
  #publications-nav {
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 750px) {
  body.research .ttl-block {
    font-size: 125%;
    margin-bottom: 20px;
  }
  body.research .image-box {
    text-align: center;
  }
  #research-sle .text-box p:not(:last-child) {
    margin-bottom: 25px;
  }
  #research-other .text-box p:not(:last-child) {
    margin-bottom: 25px;
  }
  #research-other .list dt {
    width: 100%;
  }
  #research-other .list dd {
    padding-left: 0em;
  }
  #research-other .list dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #publications-wrap .title-level01 {
    margin-bottom: 45px;
  }
  .publications-box {
    margin-bottom: 140px;
  }
  .publications-box .tab-list {
    gap: 5px 0;
  }
  .publications-box .tab-list li {
    width: 100px;
  }
  .publications-box .tab-list a {
    padding: 2px 5px;
    font-size: 100%;
  }
  .publications-box .tab-list a:hover {
    background-color: #19394f;
    transition: 0.2s;
  }
  .publications-box .tab-list .on a {
    background-color: #19394f;
    color: #fff;
  }
  .acheve-box {
    min-height: auto;
  }
  .achievement-subcatbox .title-level03 {
    font-size: 112.5%;
  }
}
