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

/*メインカラー*/
/*テキストカラー(メインコンテンツ内のテキスト)*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../webfont/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../webfont/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1280px ) { /*PC*/ }
@media screen and (max-width: 1280px ) and (min-width: 980px ) { /*MIDPC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list &gt; * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect &gt; *:nth-child(1) {
  -webkit-animation: fadeUp 0.3s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.3s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(2) {
  -webkit-animation: fadeUp 0.3s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.3s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(3) {
  -webkit-animation: fadeUp 0.3s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.3s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(4) {
  -webkit-animation: fadeUp 0.3s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.3s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(5) {
  -webkit-animation: fadeUp 0.3s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.3s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(6) {
  -webkit-animation: fadeUp 0.3s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.3s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(7) {
  -webkit-animation: fadeUp 0.3s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.3s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(8) {
  -webkit-animation: fadeUp 0.3s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.3s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(9) {
  -webkit-animation: fadeUp 0.3s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.3s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(10) {
  -webkit-animation: fadeUp 0.3s 3s 1 ease normal forwards;
          animation: fadeUp 0.3s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(11) {
  -webkit-animation: fadeUp 0.3s 3.3s 1 ease normal forwards;
          animation: fadeUp 0.3s 3.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(12) {
  -webkit-animation: fadeUp 0.3s 3.6s 1 ease normal forwards;
          animation: fadeUp 0.3s 3.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(13) {
  -webkit-animation: fadeUp 0.3s 3.9s 1 ease normal forwards;
          animation: fadeUp 0.3s 3.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(14) {
  -webkit-animation: fadeUp 0.3s 4.2s 1 ease normal forwards;
          animation: fadeUp 0.3s 4.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(15) {
  -webkit-animation: fadeUp 0.3s 4.5s 1 ease normal forwards;
          animation: fadeUp 0.3s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(16) {
  -webkit-animation: fadeUp 0.3s 4.8s 1 ease normal forwards;
          animation: fadeUp 0.3s 4.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(17) {
  -webkit-animation: fadeUp 0.3s 5.1s 1 ease normal forwards;
          animation: fadeUp 0.3s 5.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(18) {
  -webkit-animation: fadeUp 0.3s 5.4s 1 ease normal forwards;
          animation: fadeUp 0.3s 5.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(19) {
  -webkit-animation: fadeUp 0.3s 5.7s 1 ease normal forwards;
          animation: fadeUp 0.3s 5.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(20) {
  -webkit-animation: fadeUp 0.3s 6s 1 ease normal forwards;
          animation: fadeUp 0.3s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(21) {
  -webkit-animation: fadeUp 0.3s 6.3s 1 ease normal forwards;
          animation: fadeUp 0.3s 6.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(22) {
  -webkit-animation: fadeUp 0.3s 6.6s 1 ease normal forwards;
          animation: fadeUp 0.3s 6.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(23) {
  -webkit-animation: fadeUp 0.3s 6.9s 1 ease normal forwards;
          animation: fadeUp 0.3s 6.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(24) {
  -webkit-animation: fadeUp 0.3s 7.2s 1 ease normal forwards;
          animation: fadeUp 0.3s 7.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(25) {
  -webkit-animation: fadeUp 0.3s 7.5s 1 ease normal forwards;
          animation: fadeUp 0.3s 7.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(26) {
  -webkit-animation: fadeUp 0.3s 7.8s 1 ease normal forwards;
          animation: fadeUp 0.3s 7.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(27) {
  -webkit-animation: fadeUp 0.3s 8.1s 1 ease normal forwards;
          animation: fadeUp 0.3s 8.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(28) {
  -webkit-animation: fadeUp 0.3s 8.4s 1 ease normal forwards;
          animation: fadeUp 0.3s 8.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(29) {
  -webkit-animation: fadeUp 0.3s 8.7s 1 ease normal forwards;
          animation: fadeUp 0.3s 8.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(30) {
  -webkit-animation: fadeUp 0.3s 9s 1 ease normal forwards;
          animation: fadeUp 0.3s 9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  display: inline-block;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}


/*-----------------------------------------------------------*/
/*サイドバー*/
/*-----------------------------------------------------------*/
#side_nav {
  display: none;
}

@media screen and (min-width: 1280px ) { /*PC*/
  #contener {
    padding-left: 240px;
  }
  #side_nav {
    display: block;
    width: 100%;
    max-width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-filter: drop-shadow(10px 0px 6px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(10px 0px 6px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(10px 0px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(10px 0px 6px rgba(0, 0, 0, 0.1));
    background: #fff;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), to(#F6F6F5));
    background: linear-gradient(to right, #fff, #fff, #F6F6F5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=quote($statCol), endColorstr=quote($endCol),GradientType=1 );
  }
}
@media screen and (min-width: 1280px ) and (-ms-high-contrast: none) {
  #side_nav {
    -webkit-box-shadow: 10px 0px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 0px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1280px ) {
  .bg_earth {
    height: 200px;
    text-align: center;
    margin: 1em 0 0 0;
  }
  ul#side_main_nav {
    background: url("../img/earth-bg.png") no-repeat center top;
    overflow-y: auto;
    height: calc(95vh - 200px);
  }
  ul#side_main_nav li {
    border-bottom: 1px solid #bfbfbf;
  }
  ul#side_main_nav li a {
    display: block;
    padding: 1.5em 1em;
    position: relative;
  }
  ul#side_main_nav li a:hover {
    background: #fff;
    -webkit-animation: fadein 3s ease 0s infinite alternate forwards;
            animation: fadein 3s ease 0s infinite alternate forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  ul#side_main_nav li a:after {
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    color: #d32937;
    position: absolute;
    right: 1em;
  }
}
/*お知らせ*/
#infocenter {
  position: relative;
  padding: 3em 0;
  background: #f3f9ff;
  margin-bottom: 10em;
  padding-left: 10em;
  /*Grid PC*/
  /*共通スタイル*/
  /*高専からのお知らせ*/
  /*COVID-19*/
  /*学生の活躍*/
  /*Event*/
  /*Event*/
}
@media screen and (max-width: 1280px ) and (min-width: 980px ) {
  #infocenter { /*MIDPC*/
    padding-left: 2em;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #infocenter { /*TB*/
    padding-left: 1em;
    margin-bottom: 8em;
  }
}
@media screen and (max-width: 560px ) {
  #infocenter { /*SP*/
    padding-left: 1em;
    margin-bottom: 4em;
  }
}
#infocenter h1 {
  background: #702891;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 2em;
  font-size: 120%;
  font-weight: normal;
}
@media screen and (max-width: 1280px ) and (min-width: 980px ) {
  #infocenter h1 { /*MIDPC*/
    display: none;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #infocenter h1 { /*TB*/
    display: none;
  }
}
@media screen and (max-width: 560px ) {
  #infocenter h1 { /*SP*/
    display: none;
  }
}
#infocenter .cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2em 2em;
      grid-template-areas: "infomation active" "infomation student" "infomation event";
}
@media screen and (max-width: 560px ) {
  #infocenter .cont { /*SP*/
    display: block;
  }
}
#infocenter #infomation {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: infomation;
  border-right: 1px solid #ccc;
}
#infocenter #covid-19 {
  grid-area: covid-19;
}
#infocenter #active {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: active;
}
#infocenter #event {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: event;
}
#infocenter #student {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: student;
}
#infocenter .infohed {
  font-size: 100%;
  font-weight: normal;
  position: relative;
  padding-left: 70px;
  margin-bottom: 1em;
}
@media screen and (max-width: 560px ) {
  #infocenter .infohed { /*SP*/
    padding-left: 50px;
  }
}
#infocenter .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  background: #ccc;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 560px ) {
  #infocenter .infohed:before { /*SP*/
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
  }
}
#infocenter .infohed span {
  display: block;
  font-size: 50%;
}
#infocenter .infohed a {
  font-size: 80%;
  top: 0;
  position: absolute;
  right: 1em;
  padding: 4px 10px;
  border-radius: 5px;
}
#infocenter .infohed a:after {
  padding-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #d32937;
}
#infocenter .infohed a:hover {
  background: #fff;
  text-decoration: none;
}
#infocenter .infostyle1 ul {
  width: 100%;
  padding-right: 1em;
}
#infocenter .infostyle1 ul li {
  padding: 1em 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#infocenter .infostyle1 ul li &gt; * {
  display: table-cell;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle1 ul li { /*SP*/
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 8px -5px #ababab;
            box-shadow: 0px 0px 8px -5px #ababab;
  }
}
#infocenter .infostyle1 ul li &gt; span, #infocenter .infostyle1 ul li a {
  display: table-cell;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle1 ul li &gt; span, #infocenter .infostyle1 ul li a { /*SP*/
    display: block;
  }
}
#infocenter .infostyle1 ul li &gt; span {
  width: 15%;
  font-size: 60%;
  text-align: center;
  background: #ccc;
  color: #fff;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle1 ul li &gt; span { /*SP*/
    width: 30%;
  }
}
#infocenter .infostyle1 ul li a {
  min-width: 80%;
  text-decoration: none;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle1 ul li a { /*SP*/
    padding-left: 0;
  }
}
#infocenter .infostyle1 ul li a:after {
  content: "";
  display: block;
  width: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  border-bottom: 1px solid #ccc;
}
#infocenter .infostyle1 ul li a:hover {
  text-decoration: none;
}
#infocenter .infostyle1 ul li a:hover:after {
  width: 100%;
}
#infocenter .infostyle1 ul li a span.new {
  color: #ef5353 !important;
  text-align: right;
}
#infocenter .infostyle1 ul li a span.new:before {
  display: none;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle2 { /*SP*/
    padding: 1em 0;
  }
}
#infocenter .infostyle2:nth-last-of-type(n+2) {
  border-bottom: 1px solid #ccc;
}
#infocenter .infostyle2 ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#infocenter .infostyle2 ul li {
  padding: 1em;
  width: 50%;
}
#infocenter .infostyle2 ul li &gt; span, #infocenter .infostyle2 ul li a {
  display: block;
}
#infocenter .infostyle2 ul li &gt; span {
  width: 100%;
  font-size: 60%;
  color: #ad0000;
}
#infocenter .infostyle2 ul li a {
  min-width: 80%;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #infocenter .infostyle2 ul li a { /*SP*/
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 1em;
    -webkit-box-shadow: 0px 0px 8px -5px #ababab;
            box-shadow: 0px 0px 8px -5px #ababab;
  }
}
#infocenter .infostyle2 ul li a:after {
  content: "";
  display: block;
  width: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  border-bottom: 1px solid #ccc;
}
#infocenter .infostyle2 ul li a:hover {
  text-decoration: none;
}
#infocenter .infostyle2 ul li a:hover:after {
  width: 100%;
}
#infocenter .infostyle2 ul li a span.new {
  color: #ef5353 !important;
  text-align: right;
}
#infocenter .infostyle2 ul li a span.new:before {
  display: none;
}
#infocenter #infomation .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f02c";
  background: #702891;
  color: #fff;
}
@media screen and (max-width: 560px ) {
  #infocenter #infomation { /*SP*/ }
}
#infocenter #infomation.infostyle1 ul li &gt; span {
  background: #702891 !important;
}
#infocenter #covid-19 .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f071";
  background: #a61b1b;
  color: #fff;
}
#infocenter #action .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f19d";
  background: #dd3131;
  color: #fff;
}
#infocenter #infomation.infostyle1 ul li &gt; span {
  background: #702891 !important;
}
#infocenter #event .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f073";
  background: #daa117;
  color: #fff;
}
#infocenter #event.infostyle1 ul li &gt; span {
  background: #daa117;
}
#infocenter #student .infohed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f5ad";
  background: #1b9ba6;
  color: #fff;
}
#infocenter #student.infostyle1 ul li &gt; span {
  background: #1b9ba6;
}

/*学科紹介*/
#dep_list {
  margin-bottom: 5em;
}
#dep_list header {
  background: url("../img/depbg2.png") no-repeat right bottom, url("../img/hilight.png") no-repeat center top #3070b1;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #dep_list header { /*SP*/
    background: url("../img/depbg2.png") no-repeat center bottom, url("../img/hilight.png") no-repeat center top #3070b1;
  }
}
#dep_list header:after {
  content: "";
  width: 40vw;
  height: 0;
  padding-bottom: 30%;
  background: url("../img/vr.jpg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 1em;
  top: -3em;
}
@media screen and (max-width: 560px ) {
  #dep_list header:after { /*SP*/
    width: 50vw;
    top: -10px;
  }
}
#dep_list header:before {
  content: "";
  width: 553px;
  height: 1132px;
  background: url("../img/depbg1.png") no-repeat left top;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  bottom: -566px;
}
@media screen and (max-width: 560px ) {
  #dep_list header:before { /*SP*/
    width: 183px;
    height: 360px;
    top: 0;
    background: url("../img/depbg1.png") no-repeat left center;
    background-size: contain;
  }
}
#dep_list header .inr {
  width: 50%;
  padding: 8em 0;
  margin: 0 0 10em auto;
  background-size: 100%;
}
@media screen and (max-width: 560px ) {
  #dep_list header .inr { /*SP*/
    padding: 3em 0;
    margin: 0 0 5em auto;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #dep_list header .inr { /*tab*/
    padding: 5em 0;
    margin: 0 0 5em auto;
  }
}
#dep_list header .inr h1 {
  color: #3070b1;
  font-size: 220%;
  position: absolute;
  top: -2em;
}
#dep_list header .inr h1 span {
  color: #fff;
  display: block;
}
@media screen and (max-width: 560px ) {
  #dep_list header .inr h1 { /*SP*/
    font-size: 100%;
    text-align: right;
    right: 1em;
  }
}
#dep_list header .inr p.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5em;
  z-index: 0;
}
#dep_list header .inr p.line:before, #dep_list header .inr p.line:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #cecece;
  display: block;
}
#dep_list header .inr p.line:before {
  margin-right: 0.5em;
}
#dep_list header .inr p.line:after {
  margin-left: 0.5em;
}
@media screen and (max-width: 560px ) {
  #dep_list header .inr { /*tab*/ }
  #dep_list header .inr p.line {
    display: block;
    text-align: right;
    padding: 1em;
  }
  #dep_list header .inr p.line:before, #dep_list header .inr p.line:after {
    display: none;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #dep_list header .inr { /*tab*/ }
  #dep_list header .inr p.line {
    display: block;
    text-align: right;
    padding: 1em;
  }
  #dep_list header .inr p.line:before, #dep_list header .inr p.line:after {
    display: none;
  }
}
#dep_list header .inr dl {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: normal;
}
#dep_list header .inr dl dt {
  font-size: 300%;
}
#dep_list header .inr dl dd {
  font-size: 150%;
  line-height: 2.8;
}
@media screen and (max-width: 560px ) {
  #dep_list header .inr dl { /*SP*/
    width: 100%;
  }
  #dep_list header .inr dl dt {
    font-size: 200%;
  }
  #dep_list header .inr dl dd {
    font-size: 120%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #dep_list header .inr dl { /*miidpc*/
    width: 100%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
  }
  #dep_list header .inr dl dt {
    font-size: 200%;
  }
  #dep_list header .inr dl dd {
    font-size: 120%;
    line-height: 3;
    text-align: left;
  }
}
#dep_list .dep_cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#dep_list .dep_cont a {
  display: block;
  width: 30.3%;
  text-decoration: none;
  margin: 0 1.5% 2em;
}
#dep_list .dep_cont a dl {
  height: 100%;
  -webkit-box-shadow: 0px 0px 15px -5px #ababab;
          box-shadow: 0px 0px 15px -5px #ababab;
  padding: 2em;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 560px ) {
  #dep_list .dep_cont a dl { /*SP*/
    padding: 0.5em;
  }
}
#dep_list .dep_cont a dl dt {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}
#dep_list .dep_cont a dl dd {
  position: relative;
  padding: 20px;
  color: #b0b0b0;
  text-align: center;
}
#dep_list .dep_cont a dl dd span {
  display: block;
  font-size: 140%;
  color: #252525;
}
#dep_list .dep_cont a * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#dep_list .dep_cont a:hover dt img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 560px ) { /*SP*/
  #dep_list .dep_cont a {
    width: 100%;
    text-decoration: none;
  }
  #dep_list .dep_cont a dl dd {
    position: relative;
    padding: 5px;
    color: #b0b0b0;
  }
  #dep_list .dep_cont a dl dd p {
    margin: 0;
  }
  #dep_list .dep_cont a dl dd span {
    display: block;
    font-size: 100%;
    color: #252525;
  }
  #dep_list .dep_cont a dl dd:after {
    width: 20%;
    top: -20px;
  }
  #dep_list .dep_cont a * {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  #dep_list .dep_cont a:hover dt img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  #dep_list .dep_cont a:hover dd:after {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    background-position: right center;
  }
}
/*------------------------------------------------------------*/
/*link*/
/*------------------------------------------------------------*/
#link {
  margin-bottom: 60px;
  padding: 40px;
  background: #f7f7f7;
}
#link h2 {
  font-size: 140%;
  color: #dedede;
  text-align: center;
  padding: 1.5em;
}
#link ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#link ul li {
  width: 25%;
  padding: 10px 10px;
  text-align: center;
}

@media screen and (max-width: 560px ) { /*SP*/
  #link {
    margin-bottom: 20px;
    padding: 10px;
  }
  #link h2 {
    padding: 10px 0;
    font-size: 140%;
  }
  #link ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #link ul li {
    width: 33.3%;
  }
}</pre></body></html>