<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --main-color: #030870;
  --article-color: #3333cc;
  --library-color: #51c6c8;
  --ebooks-color: #089e9f;
  --pharma-color: #f06d9a;
  --product-color: #ff9937;
  --episode-color: #ff6600;
  --books-color: #008f25;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  line-height: 1.8;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  overflow-y: scroll;
}

body {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
div {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: none;
}

p {
  line-height: 1.3em;
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 1.5rem;
}

label:hover {
  cursor: pointer;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
}

input {
  outline: none;
  border: 1px solid #999;
  border-radius: 0.25em;
  background: #fff;
  padding: 0 0.5em;
  height: 3rem;
  margin-bottom: 0.25em;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,
input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}
input[type="checkbox"] {
  height: initial;
  display: none;
}
input[type="checkbox"] + label {
  min-width: 4em;
  margin-right: 0.5em;
  white-space: nowrap;
}
input[type="checkbox"] + label:before {
  font-family: "Material Icons";
  content: "check_box_outline_blank";
  position: relative;
  top: 0.175em;
  padding-right: 0.25em;
  font-size: 1.25em;
  color: #666;
}
input[type="checkbox"]:checked + label:before {
  content: "check_box";
  color: #4955a7;
}
input[type="checkbox"]:disabled + label {
  color: #aaa;
}
input[type="checkbox"]:disabled + label:hover {
  cursor: not-allowed;
}
input[type="checkbox"]:disabled + label:before {
  color: #aaa;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 0.25em;
  outline: none;
  background: #fff;
  padding: 0 1em;
  height: 3rem;
  margin-bottom: 0.25em;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: border-box;
  background-position: right 0.375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.25rem;
}

textarea {
  outline: none;
  border: 1px solid #999;
  border-radius: 0.25em;
  background: #fff;
  padding: 0 0.5em;
  margin-bottom: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  outline: none;
  background: #fff;
  padding: 0 0.5em;
}
button:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

hr {
  border-style: dashed;
  border-color: #999;
  border-width: 1px 0 0 0;
  margin: 1em 0;
  padding: 0.25em;
}

.wrapper {
  overflow: hidden;
  padding: 0 0.125em;
}
@media print, screen and (min-width: 768px) {
  .wrapper {
    padding: 0.25em;
  }
}
.wrapper header {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: fixed;
  width: 100%;
  z-index: 10000;
  min-width: 320px;
}
@media print, screen and (min-width: 768px) {
  .wrapper header {
    position: initial;
    width: initial;
  }
}

@media print, screen and (min-width: 1240px) {
  .wrapper {
    width: 1240px;
    margin: auto;
  }
}
.content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .content {
    flex-wrap: nowrap;
    font-size: 1.5rem;
  }
}

.content-main {
  width: 100%;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
}
.content-main.reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  .content-main.reverse {
    display: flex;
    flex-direction: initial;
  }
}
.content-main .content-main-body {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .content-main {
    display: flex;
  }
  .content-main .content-main-nav {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
    margin-right: 1em;
    font-size: 1.3rem;
  }
}
.content-main.content-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.content-main.content-compare {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .content-main.content-compare {
    width: calc(100% - 250px - 1em);
  }
}

.content-sidebar {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .content-sidebar {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    margin-left: 1em;
  }
}

.block-body {
  padding: 0.5em;
  font-size: 1.5rem;
  line-height: 1.3em;
}
@media print, screen and (min-width: 768px) {
  .block-body {
    padding: 1em;
  }
}

.block-body &gt; * {
  margin-bottom: 1em;
}

.float-right {
  float: right;
}

.float-md-right {
  float: none;
}
@media print, screen and (min-width: 768px) {
  .float-md-right {
    float: right;
  }
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.vertical-top {
  vertical-align: top !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

@media print {
  .wrapper header {
    position: initial !important;
  }

  .wrapper-breadcrumb {
    margin-top: 0 !important;
  }
}
.w-auto {
  width: auto !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

@media print, screen and (min-width: 768px) {
  .w-auto-md {
    width: auto !important;
  }

  .w-50-md {
    width: 50% !important;
  }

  .w-75-md {
    width: 75% !important;
  }

  .w-100-md {
    width: 100% !important;
  }
}
.h-auto {
  height: auto !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.display-none {
  display: none !important;
}

.display-inline {
  display: inline !important;
}

.display-flex {
  display: flex !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

@media print, screen and (min-width: 512px) {
  .display-none-sm {
    display: none !important;
  }

  .display-inline-sm {
    display: inline !important;
  }

  .display-flex-sm {
    display: flex !important;
  }

  .display-block-sm {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .display-none-md {
    display: none !important;
  }

  .display-inline-md {
    display: inline !important;
  }

  .display-flex-md {
    display: flex !important;
  }

  .display-block-md {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .display-none-lg {
    display: none !important;
  }

  .display-inline-lg {
    display: inline !important;
  }

  .display-flex-lg {
    display: flex !important;
  }

  .display-block-lg {
    display: block !important;
  }
}
.overflow-scroll-x {
  overflow-x: scroll !important;
}

.overflow-scroll-y {
  overflow-y: scroll !important;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.row .col-10 {
  width: 10%;
}
.row .col-20 {
  width: 20%;
}
.row .col-30 {
  width: 30%;
}
.row .col-40 {
  width: 40%;
}
.row .col-50 {
  width: 50%;
}
.row .col-60 {
  width: 60%;
}
.row .col-70 {
  width: 70%;
}
.row .col-80 {
  width: 80%;
}
.row .col-90 {
  width: 90%;
}
.row .col-100 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .row .col-10-md {
    width: 10%;
  }
  .row .col-20-md {
    width: 20%;
  }
  .row .col-30-md {
    width: 30%;
  }
  .row .col-40-md {
    width: 40%;
  }
  .row .col-50-md {
    width: 50%;
  }
  .row .col-60-md {
    width: 60%;
  }
  .row .col-70-md {
    width: 70%;
  }
  .row .col-80-md {
    width: 80%;
  }
  .row .col-90-md {
    width: 90%;
  }
  .row .col-100-md {
    width: 100%;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

@media print, screen and (min-width: 512px) {
  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }

  .flex-nowrap-sm {
    flex-wrap: nowrap !important;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }

  .flex-nowrap-md {
    flex-wrap: nowrap !important;
  }
}
.justify-between {
  justify-content: space-between !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-end {
  justify-content: flex-end !important;
}

@media print, screen and (min-width: 512px) {
  .justify-between-sm {
    justify-content: space-between !important;
  }

  .justify-start-sm {
    justify-content: flex-start !important;
  }

  .justify-center-sm {
    justify-content: center !important;
  }

  .justify-end-sm {
    justify-content: flex-end !important;
  }
}
@media print, screen and (min-width: 768px) {
  .justify-between-md {
    justify-content: space-between !important;
  }

  .justify-start-md {
    justify-content: flex-start !important;
  }

  .justify-center-md {
    justify-content: center !important;
  }

  .justify-end-md {
    justify-content: flex-end !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .justify-between-lg {
    justify-content: space-between !important;
  }

  .justify-start-lg {
    justify-content: flex-start !important;
  }

  .justify-center-lg {
    justify-content: center !important;
  }

  .justify-end-lg {
    justify-content: flex-end !important;
  }
}
.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

@media print, screen and (min-width: 512px) {
  .flex-direction-column-sm {
    flex-direction: column !important;
  }

  .flex-direction-row-sm {
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 768px) {
  .flex-direction-column-md {
    flex-direction: column !important;
  }

  .flex-direction-row-md {
    flex-direction: row !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .flex-direction-column-md {
    flex-direction: column !important;
  }

  .flex-direction-row-md {
    flex-direction: row !important;
  }
}
.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.modal-wrapper {
  display: none;
}
.modal-wrapper.active {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask {
  display: table-cell;
  vertical-align: middle;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1024px;
  margin: 0px auto;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6666666667);
  transition: all 0.3s ease;
  font-size: 1.5rem;
}
.modal-content .modal-button-close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
}
.modal-content .modal-button-close .material-icons {
  color: #fff;
  background: #333;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0.125em;
  height: 3.5rem;
  width: 3.5rem;
}

#is-medical-worker .modal-content {
  min-width: 50vh;
  max-width: 50rem;
  padding: 1.5em;
}

/* フォーム*/
.form-input {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .form-input {
    flex-direction: row;
  }
}
.form-input label {
  margin-right: 1em;
  margin-bottom: 0.25em;
  display: flex;
  align-items: center;
}
.form-input label.form-label {
  width: 15em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .form-input label.form-label {
    text-align: right;
  }
}
.form-input label.form-label-narrow {
  width: 10em;
}
.form-input label.form-label-wide {
  width: 20em;
}
.form-input select.error {
  border: 1px solid #cc3333;
  background: rgba(204, 51, 51, 0.6);
}
.form-input input {
  width: 100%;
}
.form-input input.error {
  border: 1px solid #cc3333;
  background: rgba(204, 51, 51, 0.6);
}
.form-input input.error + label {
  color: #cc3333;
}
.form-input input[type="checkbox"],
.form-input input[type="radio"] {
  width: auto;
}
.form-input input[type="radio"] {
  display: none;
}
.form-input input[type="radio"] + label {
  padding: 0 1.5em;
}
.form-input input[type="radio"] + label:before {
  font-family: "Material Icons";
  content: "radio_button_unchecked";
  position: relative;
  margin-right: 0.5em;
  top: 0.125em;
}
.form-input input[type="radio"]:checked + label {
  background: #86a9f8;
  border-radius: 0.25em;
}
.form-input input[type="radio"]:checked + label:before {
  font-family: "Material Icons";
  content: "radio_button_checked";
  position: relative;
  margin-right: 0.5em;
  top: 0.125em;
}
.form-input textarea {
  width: 100%;
}
.form-input textarea.error {
  border: 1px solid #cc3333;
  background: rgba(204, 51, 51, 0.6);
}

.input-group {
  width: 100%;
  height: 3rem;
  display: flex;
  flex-direction: row;
  /*
  input,
  button,
  select {
    border-radius: 0 !important;
    border: 1px solid #999;
    border-right: none;
    display: flex;
    align-items: center;
    &amp;:first-child {
      border-top-left-radius: 0.25em !important;
      border-bottom-left-radius: 0.25em !important;
      border-left: 1px solid #999;
    }
    &amp;:last-child {
      border-top-right-radius: 0.25em !important;
      border-bottom-right-radius: 0.25em !important;
      border-right: 1px solid #999;
    }
  }
  */
  /*
  .input-group-prepend {
  }
  .input-group-append {
  }
  */
}
.input-group &gt; * {
  border-radius: 0 !important;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #999;
  border-right: none;
  margin-right: 0;
  margin-left: 0;
}
.input-group .input-group-plaintext {
  align-items: center;
  display: flex;
  padding: 0 0.5em;
  background: #ddd;
}
.input-group &gt; *:first-child {
  border-top-left-radius: 0.25em !important;
  border-bottom-left-radius: 0.25em !important;
  border-left: 1px solid #999 !important;
}
.input-group &gt; *:last-child {
  border-top-right-radius: 0.25em !important;
  border-bottom-right-radius: 0.25em !important;
  border-right: 1px solid #999 !important;
}

/* グローバルナビゲーション */
.global-navigation {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.125em;
}
.global-navigation .short {
  display: inline;
}
.global-navigation .full{
  display: none;
}
@media (min-width: 764px) {
  .global-navigation .short {
    display: none;
  }
  .global-navigation .full{
    display: inline;
  }
}
.global-navigation-item {
  margin-right: 0.25em;
  width: 100%;
  max-width: 15rem;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-item {
    margin-right: 0.125em;
  }
  .global-navigation-item.global-navigation-item-sm {
    width: 85%;
  }
}
.global-navigation-item:last-child {
  margin-right: 0;
}
.global-navigation-item a {
  display: block;
  text-align: center;
  border: 1px #6c6cda solid;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background: #fff;
  margin-bottom: 0;
  text-decoration: none;
  padding: 0.5em;
}
.global-navigation-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.global-navigation-item img {
  display: inline-block;
  width: 2.4rem;
}

.global-navigation-title {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
@media print, screen and (max-width: 768px) {
  .global-navigation-title {
    font-size: 1.25em;
  }
}
@media print, screen and (max-width: 512px) {
  .global-navigation-title {
    font-size: 1em;
    letter-spacing: -1px;
  }
}
@media print, screen and (max-width: 374px) {
  .global-navigation-title {
    font-size: 1.125em;
    font-size: 1em;
  }
}

.global-navigation-subtitle {
  display: none;
  padding-top: 0.25em;
}

@media print, screen and (min-width: 768px) {
  .global-navigation-item a {
    padding: 0 0.25em;
  }
  .global-navigation-item img {
    display: none;
  }
  .global-navigation-item.global-navigation-item-sm {
    width: 100%;
  }

  .global-navigation-title {
    display: block;
    line-height: 2rem;
    padding: 0.25em 0 0;
  }

  .global-navigation-subtitle {
    display: block;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1240px) {
  .global-navigation-subtitle {
    /*display: block;*/
  }
}
/* グローバルナビゲーション個別カラー */
.global-navigation-home {
  flex-shrink: 0.975;
}
.global-navigation-home .global-navigation-title {
  border-bottom-color: #030870;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-home a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-home a.global-navigation-link.active {
  background: linear-gradient(
    rgba(3, 8, 112, 0.5) 0%,
    rgba(3, 8, 112, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-home a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(3, 8, 112, 0.25) 80%,
    rgba(3, 8, 112, 0.5) 100%
  );
}

.global-navigation-article {
  flex-shrink: 0.935;
}
.global-navigation-article .global-navigation-title {
  border-bottom-color: #3333cc;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-article a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-article a.global-navigation-link.active {
  background: linear-gradient(
    rgba(51, 51, 204, 0.5) 0%,
    rgba(51, 51, 204, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-article a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(51, 51, 204, 0.25) 80%,
    rgba(51, 51, 204, 0.5) 100%
  );
}

.global-navigation-ebooks {
  flex-shrink: 0.92;
}
.global-navigation-ebooks .global-navigation-title {
  border-bottom-color: #089e9f;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-ebooks a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-ebooks a.global-navigation-link.active {
  background: linear-gradient(
    rgba(8, 158, 159, 0.5) 0%,
    rgba(8, 158, 159, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-ebooks a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(8, 158, 159, 0.25) 80%,
    rgba(8, 158, 159, 0.5) 100%
  );
}

.global-navigation-videos {
  flex-shrink: 0.975;
}

.global-navigation-videos .global-navigation-title {
  border-bottom-color: #14178c;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-videos a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-videos a.global-navigation-link.active {
  background: linear-gradient(
          #14178c 0,
          #14178c99 20%,
          #14178c33 40%
  );
}
.global-navigation-videos a.global-navigation-link:hover {
  background: linear-gradient(
          #FFF 0%,
          #14178c33 60%,
          #14178c99 80%,
          #14178cFF 100%
  );
}

.global-navigation-pharma {
  flex-shrink: 0.975;
}
.global-navigation-pharma .global-navigation-title {
  border-bottom-color: #f06d9a;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-pharma a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-pharma a.global-navigation-link.active {
  background: linear-gradient(
    rgba(240, 109, 154, 0.5) 0%,
    rgba(240, 109, 154, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-pharma a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(240, 109, 154, 0.25) 80%,
    rgba(240, 109, 154, 0.5) 100%
  );
}

.global-navigation-product {
  flex-shrink: 0.95;
}
.global-navigation-product .global-navigation-title {
  border-bottom-color: #ff9937;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-product a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-product a.global-navigation-link.active {
  background: linear-gradient(
    rgba(255, 153, 55, 0.5) 0%,
    rgba(255, 153, 55, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-product a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 153, 55, 0.25) 80%,
    rgba(255, 153, 55, 0.5) 100%
  );
}

.global-navigation-books {
  flex-shrink: 0.9;
}
.global-navigation-books .global-navigation-title {
  border-bottom-color: #008f25;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-books a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-books a.global-navigation-link.active {
  background: linear-gradient(
    rgba(0, 143, 37, 0.5) 0%,
    rgba(0, 143, 37, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-books a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(0, 143, 37, 0.25) 80%,
    rgba(0, 143, 37, 0.5) 100%
  );
}

.global-navigation-library {
  flex-shrink: 0.935;
}
.global-navigation-library .global-navigation-title {
  border-bottom-color: #51c6c8;
}
@media print, screen and (max-width: 374px) {
  .global-navigation-library a.global-navigation-link {
    padding: 0.5em 0.125em;
  }
}
.global-navigation-library a.global-navigation-link.active {
  background: linear-gradient(
    rgba(81, 198, 200, 0.5) 0%,
    rgba(81, 198, 200, 0.25) 20%,
    rgba(255, 255, 255, 0) 40%
  );
}
.global-navigation-library a.global-navigation-link:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0) 60%,
    rgba(81, 198, 200, 0.25) 80%,
    rgba(81, 198, 200, 0.5) 100%
  );
}

/* サブナビゲーション */
.sub-navigation {
  margin-bottom: 0.125em;
  font-size: 1.2rem;
  overflow-x: auto;
}
.sub-navigation ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.sub-navigation ul li {
  font-size: 1em;
  min-width: 15rem;
  position: relative;
}
.sub-navigation ul li a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  text-align: center;
  border-right: 0.1rem solid #fff;
  color: #fff;
}
.sub-navigation ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.5rem transparent solid;
  border-left: 0.7rem #fff solid;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.sub-navigation ul li.active a:before {
  border: 0.5rem transparent solid;
  border-top: 0.7rem #fff solid;
}
.sub-navigation.sub-navigation-article {
  background: #9ea6ea;
}
.sub-navigation.sub-navigation-article ul li {
  background: #3333cc;
  text-shadow: 0 1px 0 #040b73;
  min-width: 15rem;
}
.sub-navigation.sub-navigation-article ul li.active {
  background: #4755b3;
}
.sub-navigation.sub-navigation-article ul li:hover {
  background: #3333cc linear-gradient(#9ea6ea 0%, #3333cc 100%);
}
.sub-navigation.sub-navigation-library {
  background: #45b5b8;
}
.sub-navigation.sub-navigation-library ul li {
  background: #51c6c8;
  text-shadow: 0 1px 0 #267f80;
  min-width: 15rem;
}
.sub-navigation.sub-navigation-library ul li.active {
  background: #45b5b8;
}
.sub-navigation.sub-navigation-library ul li:hover {
  background: #51c6c8 linear-gradient(#45b5b8 0%, #51c6c8 100%);
}
.sub-navigation.sub-navigation-product {
  background: #ffbd55;
}
.sub-navigation.sub-navigation-product ul li {
  background: #ff9937;
  text-shadow: 0 1px 0 #cc6600;
  min-width: 15rem;
}
.sub-navigation.sub-navigation-product ul li.active {
  background: #ff9937 linear-gradient(#ff9937 0%, #ffbd55 100%);
}
.sub-navigation.sub-navigation-product ul li:hover {
  background: #ff9937 linear-gradient(#ffbd55 0%, #ff9937 100%);
}
.sub-navigation.sub-navigation-pharma {
  background: #f6bcd3;
}
.sub-navigation.sub-navigation-pharma ul li {
  background: #f06d9a;
  text-shadow: 0 1px 0 #cc3366;
  min-width: 20rem;
}
.sub-navigation.sub-navigation-pharma ul li.active {
  background: #f06d9a linear-gradient(#f06d9a 0%, #f6bcd3 100%);
}
.sub-navigation.sub-navigation-pharma ul li:hover {
  background: #f06d9a linear-gradient(#f6bcd3 0%, #f06d9a 100%);
}
.sub-navigation.sub-navigation-ebooks {
  background: #51c6c8;
}
.sub-navigation.sub-navigation-ebooks ul li {
  background: #089e9f;
  text-shadow: 0 1px 0 #51c6c8;
}
.sub-navigation.sub-navigation-ebooks ul li:hover {
  background: #089e9f linear-gradient(#51c6c8 0%, #089e9f 100%);
}

.content-sidebar .guide-wrapper {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .content-sidebar .guide-wrapper {
    display: flex;
  }
}
.guide-wrapper {
  flex-direction: column !important;
  margin-bottom: 0.5em;
  border: 1px solid #030870;
  border-radius: 0.25em;
  padding: 0.25em;
  background: linear-gradient(#fff 0%, #eee 80%, #ccc 100%);
}
.guide-wrapper .guide-title:before {
  content: "🔰";
  margin-right: 0.5em;
}
.guide-wrapper .guide-content {
  font-size: 1.1em;
  font-weight: bold;
}
.guide-wrapper a {
  text-decoration: none;
  color: #222;
}
.guide-wrapper a :hover {
  opacity: 0.9;
}

.tag-list {
  display: flex;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
}
.tag-list .tag-item {
  padding: 0.25em 1em;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #aaa;
  margin: 0 0.125em;
  position: relative;
  bottom: -1px;
  background: #e6e6e6;
  cursor: pointer;
}
.tag-list .tag-item.active {
  background: #fff;
}

.wrapper-breadcrumb {
  padding: 0;
  margin: 0.5em;
  font-size: 1.2rem;
}
.wrapper-breadcrumb .list-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.wrapper-breadcrumb .list-breadcrumb .list-item {
  margin-left: 0;
  padding: 0;
}
.wrapper-breadcrumb .list-breadcrumb .list-item:before {
  content: "&gt;";
  padding: 0 1em;
}
.wrapper-breadcrumb .list-item:first-child:before {
  content: "";
  padding: 0;
}

.title-primary {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1rem 0.4rem;
  border-bottom: 0.1rem dashed #bac8e6;
  border-top: 3px solid #4955a7;
  background: #fff linear-gradient(#e9ece9 0%, #ffffff 70%) repeat-x left top;
}
.title-primary .title-note {
  font-weight: bold;
  display: inline-block;
}
.title-primary .title-subnote {
  font-size: 0.8em;
  color: #555;
}
.title-primary .title-icon-box {
  display: flex;
  justify-content: space-between;
  text-align: right;
  margin-top: 0.125em;
}
.title-primary .title-icon-box img {
  height: 1.1rem;
  width: auto;
}

.title-category {
  border-left: 3px solid #4955a7;
  padding-left: 0.75em;
  margin-bottom: 1em;
  font-weight: bold;
}

.title-heading {
  border-bottom: 1px dashed #4955a7;
  margin-bottom: 1em;
  margin-left: 0.25em;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.25em 0.5em 0;
}
.title-heading:before {
  border-left: 3px solid #4955a7 !important;
  content: "";
  margin-left: -1em;
  padding-left: 0.5em;
}
.title-heading.title-heading-library {
  border-color: #4aa3a4 !important;
}
.title-heading.title-heading-library::before {
  border-left: 3px solid #4aa3a4 !important;
}

.context-body .title-heading:before {
  border: none !important;
  margin-left: 0;
  padding-left: 0;
}

.title-members {
  color: #666666;
  font-size: 1.6rem;
  font-weight: bold;
}
.title-members.title-members-personal {
  background: #e3e7ff;
  border-left: 2px solid #86a9f8;
}
.title-members.title-members-personal .title-members-personal-note {
  margin-left: 0.1rem;
  padding: 1rem 1.5rem;
  border-left: 1px solid #86a9f8;
}
.title-members.title-members-personal .title-members-personal-subnote {
  font-size: 1.2rem;
  color: #36c;
}
.title-members.title-members-library {
  background: #d0ebe3;
  border-left: 0.2rem solid #4aa3a4;
}
.title-members.title-members-library .title-members-library-note {
  margin-left: 0.1rem;
  padding: 1rem 1.5rem;
  border-left: 0.1rem solid #4aa3a4;
}
.title-members.title-members-library .title-members-library-subnote {
  font-size: 1.2rem;
  color: #0e9e9e;
}

.pager {
  font-size: 1.2rem;
  margin: 0.5em;
}
.pager .pager-item {
  padding: 0.125em 0.5em;
  text-align: center;
  display: none;
}
@media print, screen and (min-width: 512px) {
  .pager .pager-item {
    display: inline;
  }
}
.pager .pager-item.pager-item-first,
.pager .pager-item.pager-item-pre,
.pager .pager-item.pager-item-next,
.pager .pager-item.pager-item-last,
.pager .pager-item.active,
.pager .pager-item.active + .pager-item,
.pager .pager-item.active + .pager-item + .pager-item {
  display: inline !important;
}
.pager .pager-item.active {
  background: #009;
  border-radius: 0.5em;
}
.pager .pager-item.active a {
  color: #fff;
}

ul.list {
  list-style: none;
}

.list {
  margin-bottom: 0.5em;
  margin-left: 1rem;
}
.list &gt; .list-item {
  margin-bottom: 0.125em;
  position: relative;
  padding: 0 0 0 0.5rem;
}
.list.list-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list.list-horizontal &gt; .list-item {
  padding-left: 0.25em;
}
.list.list-horizontal &gt; .list-item:first-child {
  padding-left: 0;
}
.list.list-horizontal &gt; .list-item.with-bar:after {
  content: "|";
  padding: 0 0.5em;
}
.list.list-horizontal &gt; .list-item:last-child.with-bar:after {
  content: none;
}
.list.list-style-arrow &gt; .list-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.375em transparent solid;
  border-left: 0.375em #030870 solid;
  position: absolute;
  left: -0.5em;
  top: 0.25em;
}
.list.list-style-disc {
  list-style-position: inside;
  list-style: disc;
}
.list.list-style-disc .list-item {
  padding: 0;
  margin-left: 1.5em;
}
.list.list-style-circle {
  list-style-position: inside;
  list-style: circle;
}
.list.list-style-circle .list-item {
  padding: 0;
  margin-left: 1.5em;
}
.list.list-error {
  color: #cc3333;
  text-decoration: underline;
}
.list.list-style-index .list-item {
  border-bottom: 1px dotted #ccc;
}
.list.list-autocomplete {
  background: #fff;
  color: #333;
  padding: 1em;
  position: absolute;
  top: 3.25em;
  z-index: 5000;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0.5em !important;
  box-shadow: 0 0.25em 0.25em rgba(153, 153, 153, 0.6);
}
.list.list-autocomplete li:hover {
  cursor: pointer;
}

dl.description {
  margin-bottom: 0.25em;
}
dl.description dt {
  color: #666;
  padding-right: 0.5em;
}
dl.description dt:after {
  content: ":";
}
dl.description dt.float {
  float: left;
}
dl.description-date {
  display: flex;
}
dl.description-date dt {
  width: 8em;
  min-width: 8em;
  color: #666;
  word-break: keep-all;
}
dl.description-date dd {
  word-break: keep-all;
  width: 100%;
}
dl.description-text {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  dl.description-text {
    flex-direction: row;
  }
}
dl.description-text dt {
  width: 12em;
  color: #666;
}
@media print, screen and (min-width: 768px) {
  dl.description-text dt {
    text-align: right;
  }
}
dl.description-text dt:after {
  content: ":";
  padding-right: 1em;
}
dl.description-text dd {
  text-align: left;
}
dl.description-shorttext {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  dl.description-shorttext {
    flex-direction: row;
  }
}
dl.description-shorttext dt {
  width: 7em;
  text-align: right;
  color: #666;
}
dl.description-shorttext dt:after {
  content: ":";
  padding-right: 0.5em;
}
dl.description-shorttext dd {
  text-align: left;
}

.card {
  border: 1px solid #999;
  margin: 0 0.5em 0.5em;
  border-radius: 0.25em;
  width: 100%;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .card {
    width: calc(33.3333333333% - 1em);
  }
}
@media print, screen and (min-width: 768px) {
  .card.card-lg {
    width: calc(50% - 1em);
  }
}
.card .card-title {
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 0.5em 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  background: #e6e6e6;
  align-items: center;
}
.card .card-body {
  padding: 0.5em;
}
.card .card-body .card-image img {
  max-width: initial;
  width: 120px;
}
.card .card-body .card-content {
  margin: 0 0.5em;
}
.card .card-body .card-label {
  color: #666;
  float: left;
  clear: both;
}
.card .card-body .card-label:after {
  content: ":";
}
.card .card-body .card-text {
  float: left;
}
.card.card-article .card-title {
  background: #d8dae8;
}
.card.card-library .card-title {
  background: #51c6c8;
}

.card-group {
  display: flex;
  flex-wrap: wrap;
}

.card-variations-wrapper .card-body {
  flex-direction: column;
  text-align: center;
}
.card-variations-wrapper .card-content {
  flex-direction: column;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .card-variations-wrapper .card-body {
    flex-direction: row;
    text-align: initial;
  }
  .card-variations-wrapper .card-content {
    flex-direction: row;
    text-align: initial;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.hero {
  position: relative;
  display: none;
}
.hero &gt; img {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(238, 238, 238, 0.4)
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 200px;
  height: auto;
}
.hero .hero-text {
  position: absolute;
  z-index: 1000;
  text-align: left;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
  padding: 1em 1.5em;
  margin: 1em 1.5em;
  border: 2px solid rgba(238, 238, 238, 0.9333333333);
  height: calc(100% - 2em);
  border-radius: 0.5em;
  font-weight: bold;
  background: linear-gradient(
    rgba(255, 255, 255, 0.6) 0%,
    rgba(238, 238, 238, 0.6) 80%,
    rgba(204, 204, 204, 0.6) 100%
  );
  box-shadow: 0 0.125em 0.125em rgba(153, 153, 153, 0.6);
}

@media print, screen and (min-width: 768px) {
  .hero {
    max-height: 27rem;
    overflow: hidden;
    margin-bottom: 1em;
    display: block;
  }
}
.img-thumbnail {
  width: 10em;
  height: 10em;
  margin: auto;
}
.img-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
  padding: 0.125em;
}
.img-thumbnail-md {
  width: 15em;
  height: 15em;
}
.img-thumbnail-md img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ccc;
  padding: 0.125em;
}

.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.325em 0.75em;
  font-size: 1.3rem;
  border-radius: 0.25em;
  transition: color 0.2s;
  background: #fff;
  height: auto;
  height: fit-content;
  color: #333;
  border: 1px solid #999;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  white-space: nowrap;
}
.button:hover {
  text-decoration: none;
  opacity: 0.9;
}
.button.button-sm {
  font-size: 1.1rem;
  line-height: 1.1;
  min-height: auto;
}
.button.button-sm .icon .material-icons {
  font-size: 1.5em;
}
.button.button-lg {
  font-size: 1.75rem;
}
.button.button-pill {
  border-radius: 1em;
}
.button.button-main {
  color: #030870;
  border: 1px solid #030870;
}
.button.button-main:hover {
  color: #fff;
  background: #030870;
}
.button.button-article {
  color: #3333cc;
  background: #fff;
  border: 1px solid #3333cc;
}
.button.button-article:hover {
  color: #fff;
  background: #3333cc;
}
.button.button-pharma {
  color: #f06d9a;
  background: #fff;
  border: 1px solid #f06d9a;
}
.button.button-pharma:hover {
  color: #fff;
  background: #f06d9a;
}
@media print {
  .button.button-pharma {
    min-height: 1.8em;
  }
}
.button.button-product {
  color: #ff9937;
  background: #fff;
  border: 1px solid #ff9937;
  margin-bottom: 0.5em;
}
.button.button-product:hover {
  color: #fff;
  background: #ff9937;
}
@media print {
  .button.button-product {
    min-height: 1.8em;
  }
}
.button.button-episode {
  color: #ff6600;
  background: #fff;
  border: 1px solid #ff6600;
  margin-bottom: 0.5em;
}
.button.button-episode:hover {
  color: #fff;
  background: #ff6600;
}
.button.button-library {
  color: #4aa3a4;
  background: #fff;
  border: 1px solid #4aa3a4;
}
.button.button-library:hover {
  color: #fff;
  background: #4aa3a4;
}
.button.button-ebooks {
  color: #089e9f;
  background: #fff;
  border: 1px solid #089e9f;
}
.button.button-ebooks:hover {
  color: #fff;
  background: #089e9f;
}
.button.button-disease {
  border: 1px solid #3333cc;
  margin-right: 1em;
  margin-bottom: 0.5em;
  background: #fff;
  white-space: break-spaces;
}
.button.button-disease:hover {
  background: #3333cc;
  color: #fff;
}
.button.button-favorite {
  color: #030870;
  border: 1px solid #030870;
  margin-bottom: 0.5em;
  background: #fff;
}
.button.button-favorite:hover {
  background: #030870;
  color: #fff;
}
.button.button-errata {
  color: #030870;
  border: 1px solid #030870;
  margin-bottom: 0.5em;
  background: #fff;
}
.button.button-errata:hover {
  background: #030870;
  color: #fff;
}
.button.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.button-icon .icon {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.125em !important;
}
.button.button-icon .text {
  align-items: center;
  padding: 0.125em 0.5em 0 0.5em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .button.button-icon .text {
    display: flex;
  }
}
.button.button-icon.button-rss {
  background-color: #fff;
  border-color: #f90;
  color: #f90;
}
.button.button-icon.button-rss:hover {
  background-color: #f90;
  color: #fff;
}
.button.button-icon.button-csv {
  border-color: #a2a4cb;
  color: #336;
}
.button.button-icon.button-csv:hover {
  background-color: #336;
  color: #fff;
}
.button.button-icon.button-alert {
  background-color: #e3e3ee;
  border-color: #a2a4cb;
  color: #336;
  height: 3rem;
}
.button.button-primary {
  border-color: #030870;
  color: #030870;
  background: #fff;
}
.button.button-primary:hover {
  color: #fff;
  background: #030870;
}
.button.button-primary.active {
  color: #fff;
  background: #030870;
}
.button.button-login,
.button.button-logout {
  color: #fff;
  border-radius: 0.5em;
  border-color: #040b73;
  background: #2f3a8c;
  background: linear-gradient(#6678c3 0%, #2f3a8c 100%);
  padding: 0.25em 2em;
  white-space: normal;
}
.button.button-danger {
  border-color: #cc3333;
  color: #cc3333;
  background: #fff;
}
.button.button-danger:hover {
  color: #fff;
  background: #cc3333;
}
.button.button-danger.active {
  color: #fff;
  background: #cc3333;
}
.button.button-members {
  color: #fff;
  border-color: #2b51d7;
  background: linear-gradient(#6d94df 0%, #547ed6 100%);
}
.button.button-members-library {
  color: #fff;
  border-color: #1c7374;
  background: linear-gradient(#0c9da0 0%, #038c8f 100%);
}
.button.button-link {
  background: none;
  border: none;
}
.button.button-navigation {
  border-radius: 2em;
  width: 12em;
  height: auto;
  position: relative;
}
.button.button-navigation .button-position-right,
.button.button-navigation .button-position-left {
  position: absolute;
  font-size: 1.6em;
  top: 0.25em;
  right: 0.5em;
  vertical-align: middle;
}
.button.button-navigation .button-position-left {
  transform: scale(-1, 1);
  right: auto;
  left: 0.5em;
}
.button:disabled {
  color: #fff;
  background: #ccc;
  border-color: #999;
  cursor: not-allowed;
}
.button:disabled:hover {
  color: #fff;
  background: #ccc;
  border-color: #999;
  opacity: 1;
}

.button-group .button {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .button-group .button {
    width: 22%;
  }
}
.button-group.button-group-product .button {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .button-group.button-group-product .button {
    width: 20%;
  }
}

.badge {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 0.5em;
  background: #ccc;
  color: #fff;
  border-radius: 0.25em;
  margin: 0 0.5em;
}
.badge.badge-pill {
  border-radius: 1em;
}
.badge.badge-new {
  background: #f90;
  border: #f90;
}
.badge.badge-primary {
  color: #030870;
  background: #fff;
  border-color: #030870;
}
.badge.badge-article {
  color: #3333cc;
  background: #fff;
  border-color: #3333cc;
}
.badge.badge-library {
  color: #51c6c8;
  background: #fff;
  border-color: #51c6c8;
}
.badge.badge-pharma {
  color: #f06d9a;
  background: #fff;
  border-color: #f06d9a;
}
.badge.badge-product {
  color: #ff9937;
  background: #fff;
  border-color: #ff9937;
}
.badge.badge-pharma-branded {
  width: 3em;
  text-align: center;
  background: #f02c6c;
  border: none;
  padding: 0;
}
.badge.badge-pharma-branded:before {
  content: "先/基";
}
.badge.badge-pharma-generic {
  width: 3em;
  text-align: center;
  background: #279a0f;
  border: none;
}
.badge.badge-pharma-generic:before {
  content: "後発";
}
.badge.badge-pharma-general {
  width: 3em;
  text-align: center;
  background: #008cd1;
  border: none;
}
.badge.badge-pharma-general:before {
  content: "一般";
}
.badge.badge-pharma-not-available {
  width: 3em;
  text-align: center;
  background: #484848;
  border: none;
}
.badge.badge-pharma-not-available:before {
  content: "未";
}

.table {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #aaa;
}
.table .year {
  width: 8em;
  text-align: center;
}
.table th,
.table td {
  padding: 0.5em;
  vertical-align: middle;
  border: 1px solid #aaa;
}
.table th {
  background: #e6e6e6;
  font-weight: bold;
  word-break: keep-all;
}
.table.table-hover tr:hover {
  background: #bbd4ee !important;
}
.table.table-striped tr:nth-child(even) {
  background: #f1f6fc;
}
.table.table-noborder {
  border: none;
}
.table.table-noborder th,
.table.table-noborder td {
  border: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .table.table-responsive.table-responsive-card {
    border: none;
  }
  .table.table-responsive.table-responsive-card td {
    border-bottom-width: 0;
  }
  .table.table-responsive.table-responsive-card tr.header {
    margin-top: 0.5em;
  }
  .table.table-responsive.table-responsive-card tr.footer {
    margin-bottom: 0.5em;
  }
  .table.table-responsive.table-responsive-card tr.footer *:last-child {
    border-bottom-width: 1px;
  }
}
.table.table-responsive tr {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .table.table-responsive tr {
    display: table-row;
    flex-direction: initial;
  }
}
.table.table-responsive tbody th {
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .table.table-responsive tbody td {
    position: relative;
  }
  .table.table-responsive tbody td:before {
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 1em;
    line-height: 2em;
  }
  .table.table-responsive thead {
    display: none;
  }
}
.table.table-scroll {
  display: block;
  overflow-x: scroll;
}
.table.table-price {
  border: none;
}
.table.table-price th {
  background: initial;
}
.table.table-price th,
.table.table-price td {
  border: none;
  border-bottom: 1px dotted #999;
  text-align: left !important;
  line-height: 2em;
}
.table.table-price thead th {
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .table-responsive-product tbody td,
  .table-responsive-pharma tbody td {
    border-bottom-width: 0;
    padding-left: 7em;
  }
  .table-responsive-product tbody td:before,
  .table-responsive-pharma tbody td:before {
    position: absolute;
    width: 6em;
    background: #ccc;
    content: attr(data-label);
  }
  .table-responsive-product tbody .footer td,
  .table-responsive-pharma tbody .footer td {
    border-bottom-width: 1px;
  }
  .table-responsive-product .img-thumbnail,
  .table-responsive-pharma .img-thumbnail {
    width: auto;
    height: auto;
    text-align: center;
  }
}

.table-responsive-product img {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .table-responsive-product img {
    width: auto;
  }
}

tr.abstract th {
  background: #33c !important;
  color: #fff;
}

.table-dotted {
  border: none;
}
.table-dotted tbody th {
  text-align: right;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding-top: 0.5em;
  background: #fff;
}
.table-dotted tbody th:after {
  content: ":";
}
.table-dotted tbody td {
  text-align: left;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #999;
  padding-top: 0.5em;
  margin-bottom: 1em;
  background: #fff;
}

.border {
  border-style: solid;
  border-color: #999;
  border-width: 1px;
}

.border-none {
  border: none !important;
}

.border-library {
  border-color: #4aa3a4 !important;
}

.border-primary {
  border-color: #030870 !important;
}

.border-top {
  border-top-width: 1px;
  border-style: solid;
  border-top-color: #999;
}

.border-dotted {
  border-style: dotted !important;
}

.border-rounded {
  border-radius: 0.25em;
}

.message {
  margin: 0.25em;
  padding: 1em;
  border-radius: 0.25em;
  border: none;
  color: #444;
  background: #d8dae8;
}
@media print, screen and (min-width: 768px) {
  .message {
    margin: 1em;
  }
}
.message &gt; p:first-child {
  margin-top: 0;
}
.message &gt; p:last-child {
  margin-bottom: 0;
}
.message.message-article {
  color: #444;
  border: 1px solid #9b9dc7;
  background: #eeeff6;
}
.message.message-outline-article {
  color: #444;
  border: 1px solid #9b9dc7;
  background: #fff;
}
.message.message-product {
  background: #fff5dd;
  color: #444;
}
.message.message-notification {
  background: #fff5dd;
  color: #444;
}
.message.message-library {
  border: solid 1px #4aa3a4;
  background: #f4faf8;
  color: #444;
}
.message.message-danger {
  color: #cc3333;
  background: #fff;
  border: solid 1px #cc3333;
}

.bg-danger {
  color: #db7070;
  background: #f8e2e2;
}

.alert {
  font-size: 1.4rem;
  padding: 1em;
}
.alert.alert-warning {
  border: 2px solid #e5c16f;
  background: #ffd77c;
  border-radius: 0.5em;
  color: #222;
}
.alert.alert-danger {
  border: 1px solid #db7070;
  background: #f8e2e2;
  border-radius: 0.5em;
  color: #222;
}
.alert .alert-header {
  font-size: 1.2em;
  background: #ffd77c;
  padding: 0.25em 1em;
  font-weight: bold;
}
.alert .alert-body {
  padding: 1em;
}

.fs-xs {
  font-size: 0.9rem;
}

.fs-sm {
  font-size: 1rem;
}

.fs-md {
  font-size: 1.2rem;
}

.fs-lg {
  font-size: 1.5rem;
}

.fs-xl {
  font-size: 2rem;
}

a {
  color: #009;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -15rem;
}
@media print, screen and (min-width: 512px) {
  .anchor {
    top: -17.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .anchor {
    top: -4rem;
  }
}
.anchor.anchor-info {
  top: -20rem;
}
@media print, screen and (min-width: 768px) {
  .anchor.anchor-info {
    top: -4rem;
  }
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 0.25em !important;
}

.m-sm {
  margin: 0.5em !important;
}

.m-md {
  margin: 1em !important;
}

.m-lg {
  margin: 2em !important;
}

.m-xl {
  margin: 3em !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 0.25em !important;
}

.mt-sm {
  margin-top: 0.5em !important;
}

.mt-md {
  margin-top: 1em !important;
}

.mt-lg {
  margin-top: 2em !important;
}

.mt-xl {
  margin-top: 3em !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 0.25em !important;
}

.mr-sm {
  margin-right: 0.5em !important;
}

.mr-md {
  margin-right: 1em !important;
}

.mr-lg {
  margin-right: 2em !important;
}

.mr-xl {
  margin-right: 3em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 0.25em !important;
}

.mb-sm {
  margin-bottom: 0.5em !important;
}

.mb-md {
  margin-bottom: 1em !important;
}

.mb-lg {
  margin-bottom: 2em !important;
}

.mb-xl {
  margin-bottom: 3em !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 0.25em !important;
}

.ml-sm {
  margin-left: 0.5em !important;
}

.ml-md {
  margin-left: 1em !important;
}

.ml-lg {
  margin-left: 2em !important;
}

.ml-xl {
  margin-left: 3em !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 0.25em !important;
}

.pt-sm {
  padding-top: 0.5em !important;
}

.pt-md {
  padding-top: 1em !important;
}

.pt-lg {
  padding-top: 2em !important;
}

.pt-xl {
  padding-top: 3em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 0.25em !important;
}

.pr-sm {
  padding-right: 0.5em !important;
}

.pr-md {
  padding-right: 1em !important;
}

.pr-lg {
  padding-right: 2em !important;
}

.pr-xl {
  padding-right: 3em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 0.25em !important;
}

.pb-sm {
  padding-bottom: 0.5em !important;
}

.pb-md {
  padding-bottom: 1em !important;
}

.pb-lg {
  padding-bottom: 2em !important;
}

.pb-xl {
  padding-bottom: 3em !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 0.25em !important;
}

.pl-sm {
  padding-left: 0.5em !important;
}

.pl-md {
  padding-left: 1em !important;
}

.pl-lg {
  padding-left: 2em !important;
}

.pl-xl {
  padding-left: 3em !important;
}

.pl-2xl {
  padding-left: 4em !important;
}

/* 上下左右 同じ　*/
.p-sm {
  padding: 0.5em !important;
}

.p-md {
  padding: 1em !important;
}

.p-lg {
  padding: 2em !important;
}

.p-xl {
  padding: 3em !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .text-align-left-md {
    text-align: left !important;
  }

  .text-align-right-md {
    text-align: right !important;
  }

  .text-align-center-md {
    text-align: center !important;
  }
}
.text-primary {
  color: #030870;
}

.text-article {
  color: #3333cc;
}

.text-library {
  color: #51c6c8;
}

.text-ebooks {
  color: #089e9f;
}

.text-danger {
  color: #cc3333 !important;
}

.text-dark {
  color: #222 !important;
}

.text-light {
  color: #eee !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold;
}

.vivbold {
  background: #ecb7b7;
}

.rotate-before-90:before {
  transform: rotate(90deg);
}

/* ログインフォーム */
.login-wrapper {
  font-size: 1.3rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #6d78ba;
  background: #d8dae8;
  padding: 1em;
  margin-bottom: 1em;
}

.content-sidebar .login-wrapper {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .content-sidebar .login-wrapper {
    display: block;
  }
}
.login-title {
  margin-bottom: 0.5rem;
  border: 0.1rem solid #959fd1;
  background: #5e6ab0;
  background: linear-gradient(to top, #6d78ba 0%, #5e6ab0 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.25em 0.125em;
}
.login-title .material-icons {
  margin-right: 0.25em;
  font-size: 1.5em;
}
.login-title .login-title-note {
  display: flex;
  align-items: center;
}

.login-body {
  background-color: #fff;
  text-align: center;
  padding: 0.5em;
}
.login-body .form-input {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  .login-body .form-input {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.login-body .form-input label {
  text-align: left;
  margin-right: 0.5em;
  justify-content: flex-start;
}
@media print, screen and (min-width: 1024px) {
  .login-body .form-input label {
    width: 10em;
    text-align: right;
    justify-content: flex-end;
  }
}
.login-body .form-input label:after {
  content: ":";
}
.login-body .login-info {
  padding: 0.5em;
}

.login-footer {
  padding: 1em 0.25em 0;
}

.login-message-wrapper {
  font-size: 1.5rem;
}

.login-message-header {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: bold;
}

.login-message-body {
  font-size: 1em;
  margin: 1em;
}

.login-message-body p {
  font-size: 1em!important;
  margin: 0.125em 0!important;
}

.login-message-list-wrapper {
  font-size: 0.75em;
  color: #333;
  margin: 1.5rem;
}

.login-message-list-wrapper .list.list-style-asterisk &gt; .list-item:before {
  content: "※";
}

.header-content {
  background: #fff;
  width: calc(100% - 0.25em);
}
@media print, screen and (min-width: 768px) {
  .header-content {
    width: auto;
  }
}

.header-top {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .header-top {
    height: auto;
  }
}
.header-top .logo {
  width: 48vw;
  max-width: 20rem;
  max-height: 5rem;
}
@media print, screen and (min-width: 512px) {
  .header-top .logo {
    width: 20rem;
  }
}
.header-top .header-information {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-top .header-information {
    display: block;
  }
  .header-top .header-information .list {
    display: flex;
  }
  .header-top .header-information .list &gt; .list-item:before {
    top: 0.5em;
  }
}
.header-top .header-modal-menu {
  display: block;
  padding: 0 !important;
  height: inherit;
}
@media print, screen and (min-width: 1024px) {
  .header-top .header-modal-menu {
    display: none;
  }
}
.header-top .header-modal-menu:hover {
  cursor: pointer;
}
.header-top .header-modal-menu .material-icons {
  font-size: 3em;
  background: none;
  border: none;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .header-top .header-modal-menu .material-icons {
    font-size: 4.8rem;
    position: relative;
  }
}

.footer-content {
  background: #f0f0f0;
  border: 0.1rem solid #999;
  border-radius: 0.125em;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .footer-content {
    flex-wrap: nowrap;
  }
}
.footer-content .footer-navigation {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .footer-content .footer-navigation {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer-content .footer-navigation {
    flex-direction: initial;
    width: auto;
  }
}
.footer-content .footer-navigation .footer-navigation-box {
  margin-right: 0;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .footer-content .footer-navigation .footer-navigation-box {
    margin-right: 1em;
    min-width: 15em;
  }
}
.footer-content .foot-note {
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem dotted #666;
  font-weight: bold;
  font-size: 1.25em;
}

.footer-logo-wrapper {
  display: flex;
  align-items: flex-end;
  margin: 1em;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .footer-logo-wrapper {
    width: initial;
  }
}
.footer-logo-wrapper .footer-logo {
  margin-right: 1em;
}

footer .copyright {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}

.banner-wrapper {
  display: block;
  margin: 1rem 0;
  padding-top: 1rem;
  border-top: 1px dotted #666;
}
@media print, screen and (min-width: 768px) {
  .banner-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .banner-wrapper {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.banner-wrapper .banner {
  margin-bottom: 1em;
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .banner-wrapper .banner {
    display: block;
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .banner-wrapper .banner {
    display: block;
    margin-right: 0;
  }
}
.banner-wrapper .banner.banner-mbc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .banner-wrapper .banner.banner-mbc {
    display: block;
  }
}
.banner-wrapper .banner.banner-mbc .banner-title {
  font-weight: bold;
  color: #3d865c;
  font-size: 1.2em;
  border-bottom: 3px solid #3d865c;
  border-top: 3px solid #3d865c;
  background: #fff linear-gradient(rgba(61, 134, 92, 0.2) 0%, #ffffff 70%)
    repeat-x left top;
  text-align: left;
  line-height: 1.15em;
}
.banner-wrapper .banner.banner-mbc .banner-content .list-item {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
  padding: 0.5em 0;
}
.banner-wrapper .banner.banner-mbc .banner-content .banner-text a {
  font-weight: bold;
}

.header-search-wrapper {
  margin-bottom: 0.5em;
}

.header-search-form {
  background: #4955a7;
  border: 0.1rem solid #040b73;
  padding: 0.5rem;
  border-radius: 0;
  margin: 0;
  color: #fff;
}

.header-search {
  display: flex;
}
.header-search.header-search-article {
  justify-content: space-between;
}
.header-search-label {
  display: none;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .header-search-label {
    display: inline-block;
  }
}

.header-search-input {
  display: flex;
  font-size: 1.2rem;
}
.header-search-input input,
.header-search-input select {
  color: #111;
}
.header-search-input input {
  padding: 0.3rem 0.5rem;
  min-width: 20vw;
}
@media print, screen and (min-width: 768px) {
  .header-search-input input {
    min-width: 30rem;
  }
}
.header-search-input button {
  border: 1px #999 solid;
  border-radius: 0.25em;
  color: #111;
}
.header-search-input :hover[type="submit"] {
  background: #d8dae8;
}

.header-search-option {
  padding: 0.25em 1em;
  font-size: 1.2rem;
  border: 0.1rem solid #040b73;
  border-top: none;
  color: #333;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header-search-option {
    display: flex;
  }
}
.header-search-option .material-icons {
  font-size: 2rem;
  vertical-align: middle;
  padding-bottom: 0.15rem;
}
.header-search-option fieldset {
  margin: 0 0.5em 0 0;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  border: 1px solid #999;
  border-radius: 0.25em;
}

.info-record {
  padding: 0.5em;
  border-bottom: 1px dotted #666;
}
.info-record .info-date {
  color: #666;
}
.info-record .info-title {
  font-weight: bold;
}

.archive-wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .archive-wrapper {
    flex-direction: row;
  }
}
.archive-wrapper .archive-nav {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .archive-wrapper .archive-nav {
    width: 200px;
    margin-right: 1em;
    min-width: 200px;
  }
}
.archive-wrapper .archive-body {
  width: 100%;
}
.archive-wrapper .archive-body table tr td:first-child {
  width: 6em;
  text-align: center;
}
.archive-wrapper .archive-body table a {
  margin-right: 0.5em;
  white-space: nowrap;
  padding: 0.25em;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  .archive-wrapper .archive-body table a {
    padding: unset;
    line-height: initial;
  }
}

@media print, screen and (min-width: 768px) {
  .product-description {
    margin-left: 1em;
  }
}

.product-image {
  border: 1px solid #ccc;
  border-radius: 0.25em;
  padding: 0.125em;
  text-align: center;
}

.product-thumbnails-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-thumbnails-wrapper .product-thumbnail {
  padding: 0.125em;
  border: 1px solid #ccc;
  margin: 0.125em;
  width: calc(20% - 0.5em);
}
@media print, screen and (min-width: 768px) {
  .product-thumbnails-wrapper .product-thumbnail {
    max-width: 50px;
  }
}

.product-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-card-wrapper .product-card {
  width: 100%;
  margin: 0.5em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .product-card-wrapper .product-card {
    width: calc(50% - 1em);
  }
}
.product-card-wrapper .product-card .product-card-image {
  text-align: center;
}
.product-card-wrapper .product-card .product-card-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.25em 0;
}
.context-wrapper {
  border: 1px solid #4955a7;
  margin-bottom: 1em;
  font-size: 1.3rem;
}
.context-wrapper .context-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding: 0.6rem 1rem 0.4rem;
  border-top: 3px solid #4955a7;
  background: #fff linear-gradient(#e9ece9 0%, #ffffff 70%);
}
.context-wrapper .context-header .context-menu {
  background: #ccc;
  padding: 0 0.5em;
  border-radius: 0.25em;
}
@media print, screen and (min-width: 768px) {
  .context-wrapper .context-header .context-menu {
    display: none;
  }
}
.context-wrapper .context-permanent {
  display: block !important;
}
.context-wrapper .context-body {
  padding: 0.5em;
  display: none;
  border-top: 0.1rem dashed #bac8e6;
}
.context-wrapper .context-body.active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .context-wrapper .context-body {
    display: block;
  }
}
.context-wrapper .context-body hr {
  border-style: dotted;
  border-width: 1px 0 0 0;
  margin: 0.5em 0.25em;
}

.context-navigation {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.5em;
}
.context-navigation .list-item {
  margin-left: 1em;
}
.context-navigation .list-horizontal .list-item {
  margin: 0;
}

.context-recommend-wrapper .card {
  width: 100%;
  margin: 0 0 0.5em 0;
}
.context-recommend-wrapper .card .card-title {
  background: #fff linear-gradient(#e9ece9 0%, #ffffff 70%);
}
.search-result-wrapper {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.search-result {
  border-top: 1px dotted #999;
  clear: both;
  padding: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .search-result {
    padding: 1em 0.125em;
  }
}

.search-result-image {
  float: right;
  width: 100px;
  border: 1px solid #999;
  border-radius: 0.125em;
  margin-bottom: 1em;
}

.search-result-title {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: flex;
}
.search-result-title img {
  height: 3.6rem;
  margin-right: 1em;
}
.search-result-title .search-result-title-text {
  align-items: center;
  height: 100%;
}

.button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0.125em 1em;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .button-wrapper {
    flex-direction: row;
  }
}
.button-wrapper .button {
  max-width: initial;
  margin-bottom: 0.25em;
  text-align: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .button-wrapper .button {
    max-width: 20em;
  }
  .button-wrapper .button:not(:first-of-type) {
    margin-left: 1em;
  }
}
.button-wrapper .button .text {
  display: inline-flex !important;
  min-width: 13em;
  justify-content: center;
}

.search-result-favorite,
.search-result-download {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.search-result-favorite .button-wrapper,
.search-result-download .button-wrapper {
  margin-right: 0;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .search-result-favorite,
  .search-result-download {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1024px) {
  .search-result-favorite,
  .search-result-download {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.search-result-favorite .button,
.search-result-download .button {
  max-width: 20em;
  text-align: center;
  justify-content: center;
}
.search-result-favorite .button .text,
.search-result-download .button .text {
  display: inline-flex !important;
  min-width: 13em;
  justify-content: center;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: inherit;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.rotate {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.highlight {
  background: #ecb7b7;
}

@media print {
  .wrapper {
    width: auto !important;
    margin: auto;
  }

  .content-sidebar {
    display: none !important;
  }

  .global-navigation-subtitle {
    padding: 0 !important;
  }
}
.citation-wrapper .title-category {
  margin-left: 1em;
  font-weight: bold;
}
.citation-wrapper .title-page {
  border-left: 3px solid #a9a9d6;
  padding-left: 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.citation-wrapper .button-pubmed,
.citation-wrapper .button-article {
  width: 10em;
  height: 2em;
}
.citation-wrapper .button-pubmed {
  color: #20558a;
  background: #fff;
  border: 1px solid #20558a;
}
.citation-wrapper .button-pubmed:hover {
  color: #fff;
  background: #20558a;
}
.citation-wrapper .list.list-style-citation &gt; .list-item {
  line-height: 1.25em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.citation-wrapper .list.list-style-citation &gt; .list-item:before {
  content: "-";
  position: absolute;
  left: -0.5em;
  top: 0;
}
.citation-wrapper .list.list-style-citation &gt; .list-item .button {
  margin-left: 1em;
}
.citation-wrapper .accordion[open] .accordion-title {
  display: none;
}
.citation-wrapper .accordion-title:hover {
  cursor: pointer;
}

.list-item .badge-new {
  position: relative;
  bottom: 0.25em;
}

.context-wrapper .context-body::-webkit-scrollbar {
  width: 1.25em;
}
.context-wrapper .context-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.context-wrapper .context-body::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.context-wrapper .context-body &gt; ul.list{
  max-height: 24em;
  overflow-y: auto;
  padding: 0.5em;
  margin-left: 0.5em;
}

.context-wrapper .context-body &gt; ul.list::-webkit-scrollbar {
  width: 0.75em;
}
.context-wrapper .context-body &gt; ul.list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.context-wrapper .context-body &gt; ul.list::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}</pre></body></html>