<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =======================================

  IndexElements

======================================= */
#container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#container::before {
  content: '';
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/facilities/library/searchtool/files/common/bg_img.jpg) no-repeat center bottom;
  background-size: cover;
}

/* ------------------------------------
  text_search
------------------------------------ */
.text_search {
  margin: 0 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text_search h2 {
  width: calc(100% / 4 - 24px / 4);
  margin: 0 8px 0 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
.text_search h2 span {
  display: block;
  font-size: 1.2rem;
}
.search_box {
  width: 75%;
}
.input_wrap {
  width: 80%;
  position: relative;
}
.search_box input {
  width: 100%;
  padding: 30px 80px 30px 40px;
  font-size: 1.6rem;
  line-height: 1.2;
  outline: none;
  border: none;
  border-radius: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(113, 50, 175, 0.2);
  box-shadow: 0 0 20px rgba(113, 50, 175, 0.2);
}
.search_box input::-webkit-input-placeholder {
  color: rgba(48, 30, 65, 0.6);
}
.search_box input:-ms-input-placeholder {
  color: rgba(48, 30, 65, 0.6);
}
.search_box input::-moz-placeholder {
  color: rgba(48, 30, 65, 0.6);
}
.search_box input::-ms-input-placeholder {
  color: rgba(48, 30, 65, 0.6);
}
.search_box input::placeholder {
  color: rgba(48, 30, 65, 0.6);
}
.search_box button {
  padding: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search_box button::before {
  content: '\e91e';
  font-family: 'komazawa';
  display: block;
  color: #301e41;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media only screen and (max-width: 767px) {
  .text_search {
    display: block;
  }
  .text_search h2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .text_search h2 span {
    display: inline-block;
  }
  .search_box {
    width: 100%;
  }
  .input_wrap {
    width: 100%;
  }
  .search_box input {
    padding: 20px 80px 20px 40px;
  }
  .search_box button {
    right: 10px;
  }
}

/* ------------------------------------
  fuculty_search
------------------------------------ */
.fuculty_header {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fuculty_header h2 {
  width: calc(100% / 4 - 24px / 4);
  margin: 0 8px 0 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.fuculty_header .all {
  width: 100%;
}
.fuculty_header .all a {
  min-height: 70px;
  padding: 23px 34px 23px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 1.8rem;
  line-height: 1.4;
  background: #fff;
  position: relative;
}
h2.fuculty_ttl {
  padding: 40px 0 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.fuculty_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fuculty_list li {
  width: calc(100% / 4 - 24px / 4);
  margin: 10px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fuculty_list li:nth-child(4n) {
  margin-right: 0;
}
.fuculty_list li a {
  min-height: 70px;
  padding: 15px 30px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #fff;
  position: relative;
}
.fuculty_list li a span {
  font-size: 1.3rem;
  color: #7a7a7a;
  display: block;
}
.fuculty_header .all a::before,
.fuculty_list li a::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fuculty_header .all a::before {
  border-top: 10px solid #492d65;
  border-left: 10px solid #492d65;
}
.fuculty_list .buddhism a::before {
  border-top: 10px solid #814916;
  border-left: 10px solid #814916;
}
.fuculty_list .japanese a::before,
.fuculty_list .english a::before,
.fuculty_list .geography a::before,
.fuculty_list .history a::before,
.fuculty_list .sociology a::before,
.fuculty_list .psychology a::before {
  border-top: 10px solid #0d7dbd;
  border-left: 10px solid #0d7dbd;
}
.fuculty_list .economics a::before {
  border-top: 10px solid #c58800;
  border-left: 10px solid #c58800;
}
.fuculty_list .law a::before {
  border-top: 10px solid #72b531;
  border-left: 10px solid #72b531;
}
.fuculty_list .business a::before {
  border-top: 10px solid #38723f;
  border-left: 10px solid #38723f;
}
.fuculty_list .health a::before {
  border-top: 10px solid #e35e2f;
  border-left: 10px solid #e35e2f;
}
.fuculty_list .globalmedia a::before {
  border-top: 10px solid #e14a7f;
  border-left: 10px solid #e14a7f;
}
.fuculty_header .all a::after,
.fuculty_list li a::after {
  content: '\e90a';
  font-family: 'komazawa';
  display: block;
  font-size: 1.7rem;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.fuculty_list .globalmedia a {
  font-size: 1.4rem;
}
.fuculty_list .globalmedia a::after {
  font-size: 1.5rem;
  line-height: 1.3;
}

/* tab */
.tab_view .fuculty_list .globalmedia a {
  font-size: 0.9vw;
}

@media only screen and (max-width: 1359px) {
  .fuculty_list li a {
    padding: 15px 1.8vw 15px 1.5vw;
    font-size: 1.4vw;
  }
  .fuculty_list li a span {
    font-size: 1vw;
  }
  .fuculty_list .health a {
    letter-spacing: -0.01em;
  }
  .fuculty_list .globalmedia a {
    font-size: 1.1vw;
    letter-spacing: -0.01em;
  }
  .fuculty_header .all a::after,
  .fuculty_list li a::after {
    right: 5px;
  }
}

@media only screen and (max-width: 979px) {
  .fuculty_list li a {
    padding: 15px 20px 15px 20px;
    font-size: 1.3rem;
  }
  .fuculty_list li a span {
    font-size: 1rem;
  }
  .fuculty_list .globalmedia a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .fuculty_header {
    display: block;
  }
  .fuculty_header h2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .fuculty_header .all {
    width: 100%;
  }
  .fuculty_header .all a {
    min-height: 60px;
    padding: 10px 34px 10px 34px;
    font-size: 1.6rem;
  }
  .fuculty_list li,
  .fuculty_list li:nth-child(4n) {
    width: 49%;
    margin: 2% 2% 0 0;
  }
  .fuculty_list li:nth-child(2n) {
    margin-right: 0;
  }
  .fuculty_list li a {
    min-height: 60px;
    padding: 10px 20px 10px 20px;
  }
  .fuculty_list .globalmedia a {
    font-size: 1.3rem;
  }
}

/*-- Hover --*/
.fuculty_search a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .fuculty_search a:hover {
    opacity: 0.7;
  }
  body:not(.tab_view) .fuculty_header .all a:hover::after,
  body:not(.tab_view) .fuculty_list li a:hover::after {
    right: 0;
  }
}

@media (min-width: 1360px) {
  body:not(.tab_view) .fuculty_header .all a:hover::after,
  body:not(.tab_view) .fuculty_list li a:hover::after {
    right: 5px;
  }
}

/* ------------------------------------
  news
------------------------------------ */
.news {
  margin-top: 40px;
}
.news li + li {
  margin-top: 10px;
}
.news li a {
  display: block;
}
.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news dt {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  background: #e69f00;
}
.news dd {
  width: calc(100% - 175px);
  padding: 22px 40px 22px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  background: #fff;
}
.news dd::before {
  content: '\e90a';
  font-family: 'komazawa';
  display: block;
  font-size: 1.7rem;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.news dd .date {
  margin: 0 23px 0 0;
}

@media (max-width: 767px) {
  .news dl {
    display: block;
  }
  .news dt {
    width: 100%;
    padding: 10px;
  }
  .news dd {
    width: 100%;
    display: block;
    padding: 20px 30px 20px 20px;
  }
  .news dd .date {
    margin: 0 0 5px;
    display: block;
  }
}

/*-- Hover --*/
.news li a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media (min-width: 768px) {
  body:not(.tab_view) .news li a:hover {
    opacity: 0.7;
  }
  body:not(.tab_view) .news a:hover dd::before {
    right: 5px;
  }
}
</pre></body></html>