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

ヘッダー

****************************************************************************************************/
.header {
  position: relative;
  margin: 0 auto;
  /*  padding-left: 10px;
    padding-right: 10px;*/
  max-width: 1200px;
}

@media print, screen and (min-width: 769px) {
  .header {
    height: 90px;
  }
}
.header__logo {
  width: 500px;
  margin: 20px 0;
}

@media print, screen and (max-width: 1025px) {
  .header__logo {
    width: 50%;
    margin: 7px;
  }
}
@media print, screen and (max-width: 900px) {
  .header__logo {
    width: 60%;
    margin: 7px;
  }
}
@media print, screen and (max-width: 800px) {
  .header__logo {
    width: 60%;
  }

  .header__logo img {
    width: 100%;
  }
}
@media print, screen and (max-width: 400px) {
  .header__logo {
    width: 80%;
  }

  .header__logo img {
    width: 100%;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}

/****************************************************************************************************
****************************************************************************************************/
@media print, screen and (min-width: 769px) {
  .gnavi {
    margin: 0;
  }
}
.gnavi.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/****************************************************************************************************
****************************************************************************************************/
.gnavi__container {
  position: fixed;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: scroll;
  z-index: 10;
  background-color: #2E2996;
}

@media print, screen and (max-width: 640px) {
  .gnavi__container {
    position: fixed;
    top: 100px;
  }
}
@media print, screen and (min-width: 641px) {
  .gnavi__container {
    position: fixed;
    top: 90px;
  }
}
@media print, screen and (min-width: 800px) {
  .gnavi__container {
    position: fixed;
    top: 95px;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__container {
    position: fixed;
    top: 120px;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__container {
    position: static;
    overflow: visible;
    background-color: transparent;
  }
}
.gnavi.-close .gnavi__container {
  display: none;
}

.gnavi.-open .gnavi__container {
  animation: gnavi__fadeIn 0.1s ease-in-out;
}

@media print, screen and (min-width: 1100px) {
  .gnavi.-open .gnavi__container {
    display: block;
  }

  .gnavi.-close .gnavi__container {
    display: block;
  }
}
/****************************************************************************************************
****************************************************************************************************/
@keyframes gnavi__fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
/****************************************************************************************************

ボタン

****************************************************************************************************/
.gnavi__menuBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #331283;
  transition: opacity 0.2s ease;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__menuBtn {
    display: none;
  }
}
.gnavi__menuBtn::after {
  position: absolute;
  bottom: 4px;
  font-family: "Century Gothic", sans-serif;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.gnavi__menuBtn .gnavi__menuBtn.-close::after {
  content: "MENU";
}

.gnavi__menuBtn .gnavi__menuBtn.-open {
  background-color: #333;
}

.gnavi__menuBtn .gnavi__menuBtn.-open::after {
  content: "CLOSE";
  color: #fff;
}

/****************************************************************************************************

バー

****************************************************************************************************/
.gnavi__menuBtnBar {
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.gnavi__menuBtnBar:nth-of-type(1) {
  top: 15px;
}

.gnavi__menuBtnBar:nth-of-type(2) {
  top: 23px;
}

.gnavi__menuBtnBar:nth-of-type(3) {
  top: 31px;
}

.gnavi__menuBtn.-open .gnavi__menuBtnBar {
  background-color: #fff;
}

.gnavi__menuBtn.-open .gnavi__menuBtnBar:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

.gnavi__menuBtn.-open .gnavi__menuBtnBar:nth-of-type(2) {
  opacity: 0;
}

.gnavi__menuBtn.-open .gnavi__menuBtnBar:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  width: 30px;
}

/****************************************************************************************************

リスト

****************************************************************************************************/
.gnavi__list.-lv1 {
  padding-top: 0px;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 {
    display: flex;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 {
    margin: 0 auto;
  }
}
.gnavi__list.-lv2 {
  background-color: #16114C;
}

/****************************************************************************************************

リスト子

****************************************************************************************************/
/**************************************************

階層別

**************************************************/
/**************************************************

階層別

**************************************************/
/**************************************************

個別

**************************************************/
@media print, screen and (min-width: 1100px) {
  .gnavi__item {
    position: relative;
    line-height: 1.5;
  }
}
.gnavi__list.-lv1 .gnavi__item {
  font-size: 1.4rem;
}

.gnavi__list.-lv1 li.gnavi__item {
  margin: 0;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 .gnavi__item {
    font-size: 1.6rem;
  }

  .gnavi__list.-lv1 .gnavi__item:not(:last-child) {
    margin: 36px 20px 0 0;
  }
}
.gnavi__list.-lv2 .gnavi__item {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv2 .gnavi__item {
    font-size: 1.7rem;
  }
}
.gnavi__list.-lv1 &gt; .gnavi__item {
  border-bottom: 1px solid #fff;
  padding: 12px;
}

.gnavi__list.-lv1 &gt; .gnavi__item:last-child {
  background: #3B74B1;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 &gt; .gnavi__item {
    /*border-left: 2px solid #fff;*/
    border-bottom: none;
    /*width: 100%;*/
    text-align: center;
    padding: 0;
  }
}
.gnavi__list.-lv1 &gt; .gnavi__list.-lv1 &gt; .gnavi__item:last-child {
  border-right: 2px solid #fff;
}

.gnavi__item .gnavi__list.-lv2 &gt; .gnavi__item {
  border-top: 1px dotted #fff;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__item .gnavi__list.-lv2 &gt; .gnavi__item {
    border-top-style: solid;
  }
}
.gnavi__item .gnavi__item.-home {
  border-top: 1px solid #fff;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__item .gnavi__item.-home {
    display: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 .gnavi__item:last-child {
    background: #D23700;
    padding: 8px;
    color: #FFF;
    margin: 26px 0 0 0;
    text-align: center;
  }

  .gnavi__list.-lv1 .gnavi__item:last-child a {
    color: #FFF;
  }

  .gnavi__list.-lv1 .gnavi__item:hover {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 1100px) {
  .gnavi__item a {
    display: block;
    background: url(../../images/common/btn_wh.png) no-repeat right 1rem center;
    background-size: 1em;
  }
}
@media print, screen and (min-width: 1100px) {
  #navi__list.-lv1 {
    position: relative;
  }

  .current-item {
    border-bottom: 2px solid #000000 !important;
    transition: all 0.3s ease;
  }
}
/****************************************************************************************************

第二階層

****************************************************************************************************/
@media print, screen and (min-width: 1100px) {
  .gnavi__inner {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
.gnavi__item.-close .gnavi__inner {
  display: none;
}

.gnavi__item.-open .gnavi__inner {
  display: block;
  animation: gnavi__inner__fadeIn 0.1s ease-in-out forwards;
}

@keyframes gnavi__inner__fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes gnavi__inner__fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/****************************************************************************************************

コンテンツ

****************************************************************************************************/
.contentsBody {
  padding: 0 0 40px;
}

@media print, screen and (max-width: 735px) {
  .contentsBody {
    padding: 0 0 2.6rem;
  }
}
/****************************************************************************************************

ボタン

****************************************************************************************************/
/****************************************************************************************************

ボタンテキスト

****************************************************************************************************/
@media print, screen and (min-width: 769px) {
  .gnavi__item.-current .gnavi__itemBtnText {
    background-color: #16114C;
  }
}
.gnavi__item.-open .gnavi__itemBtnText {
  transition: background-color 0.2s ease-in-out;
  background-color: #16114C;
}

.gnavi__itemBtn.-noLink .gnavi__itemBtnText {
  display: block;
  padding: 10px;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .gnavi__itemBtn.-noLink .gnavi__itemBtnText {
    padding: 30px 10px;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 769px) {
  .gnavi__itemBtnText span {
    position: relative;
    display: inline-block;
    padding-left: 65px;
  }
}
.gnavi__itemBtnText span::before {
  content: "";
  position: absolute;
  top: calc( 50% - 22px );
  left: 0;
  display: block;
  width: 56px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}

.gnavi__item.-about .gnavi__itemBtnText span::before {
  background-image: url(../images/gnavi_icon1.png);
}

.gnavi__item.-report .gnavi__itemBtnText span::before {
  background-image: url(../images/gnavi_icon2.png);
}

.gnavi__item.-member .gnavi__itemBtnText span::before {
  background-image: url(../images/gnavi_icon3.png);
}

/****************************************************************************************************

リンク

****************************************************************************************************/
.gnavi__link {
  position: relative;
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none;
}

.gnavi__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: 10px;
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/navi_icon1.png) no-repeat 0 0;
  background-size: contain;
}

@media print, screen and (min-width: 1100px) {
  .gnavi__link {
    color: #333;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__link::before {
    display: none;
  }
}
@media print, screen and (min-width: 1100px) {
  .gnavi__list.-lv1 &gt; .gnavi__link {
    padding: 30px 10px;
  }

  .gnavi__list.-lv2 &gt; .gnavi__link {
    padding: 15px 10px;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
@media print, screen and (min-width: 737px) {
  .main__pageTitle {
    margin-bottom: 50px;
    font-size: 3.2rem;
    letter-spacing: 0.3em;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.breadcrumbs {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
}

@media print, screen and (min-width: 737px) {
  .breadcrumbs {
    margin: 0 auto 40px;
  }
}
.breadcrumbsList li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  padding: 0px 20px 0 0px;
  margin: 0;
}
@media print, screen and (max-width: 736px) {
  .breadcrumbsList li {
    font-size: 12px;
  }
}

.breadcrumbsList li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: #333 solid 1px;
  border-right: #333 solid 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.breadcrumbsList li a {
  color: #333;
}

.breadcrumbsList li a:hover {
  text-decoration: underline;
}

.breadcrumbsList &gt; a:first-child {
  padding: 0 25px 0 0;
}

.breadcrumbsList li:last-child::after {
  display: none;
}

@media print, screen and (max-width: 1025px) {
  .breadcrumbs {
    max-width: 90%;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.contents {
  max-width: 1200px;
}

/****************************************************************************************************
ブレイクポイント
****************************************************************************************************/
/****************************************************************************************************
フォント
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.footer {
  padding: 40px 10px;
  color: #fff;
  background-color: #0087CB;
}

.footer a {
  color: #fff;
}

/****************************************************************************************************
****************************************************************************************************/
.footer__inner {
  margin: 0 auto;
  max-width: 1000px;
}

/****************************************************************************************************
****************************************************************************************************/
.footer__link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/****************************************************************************************************
****************************************************************************************************/
.footer__linkItem {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 737px) {
  .footer__linkItem {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.footer__linkItem a {
  text-decoration: none;
}

.footer__linkItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.footer__linkItem:last-child {
  margin-right: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 737px) {
  .footer__linkItem:last-child {
    margin-right: 0;
    padding-right: 0;
  }
}
.footer__linkItem:last-child::after {
  content: none;
}




/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.footer__siteID {
  margin-bottom: 0;
  font-family: "Times New Roman", "Hiragino Mincho ProN", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/****************************************************************************************************
****************************************************************************************************/
.footer__addr {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 737px) {
  .footer__addr {
    font-size: 1.4rem;
  }
}

.footer__contact {
  display: flex;
  margin-bottom: 0;
}

.footer__contact, .copyright {
  font-size: 50%;
	text-align:center;
}





/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.heading.-type1 {
  border-bottom: 1px solid #333;
}

@media print, screen and (min-width: 737px) {
  .heading.-type1 {
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.3em;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/*-------------------------------------
pagetop
-------------------------------------*/
.pageTop {
  /*position: fixed;
  right: 30px;
  bottom: 30px;*/
	text-align:center;
}

.pageTop img {
  cursor: pointer;
}

.pageTop img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 735px) {
  .pageTop {
    /*position: fixed;
    right: 10px;
    bottom: 10px;
    width: 55px;*/
  }

 /* .pageTop img {
    width: 100%;
  }*/
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.section.-lv1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section.-lv1 :first-of-type {
  margin-top: 0;
}

@media print, screen and (min-width: 737px) {
  .section.-lv1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section.-lv2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 737px) {
  .section.-lv2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section.-lv3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 737px) {
  .section.-lv3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/****************************************************************************************************

関大のサイト関連

****************************************************************************************************/
/****************************************************************************************************

汎用クラス
リンクにピクトグラムをつける
class="linkPict -site1"

****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.linkPict {
  padding-left: 20px;
  transition: none;
}

@media print, screen and (min-width: 737px) {
  .linkPict {
    padding-left: 20px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/</pre></body></html>