@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// 富山大学経済学部 共通CSS
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* body */
body {
  color: #212529;
  font-family: 'Noto Sans JP', Arial,'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* 文字間 */
.space-px1 {
  letter-spacing: 1px;
}
/* 見出し */
h1, h2, h3, h4, h5 {
  letter-spacing: 1px;
}
h2.h1 {
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.page-contents h1 span,
h2.h1 span {
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
}
.page-contents h1,
.page-contents div.report {
  position: relative;
  margin-bottom: 2rem;
}
.page-contents h1::after,
.page-contents div.report::after {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  display: inline-block;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  background: linear-gradient(to right, #559D2C, #158743, #00664E);
}
.page-contents div.report h1::after {
  content: none;
}
.page-contents h2 {
  position: relative;
  border-bottom: 3px solid #e2e8ed;
}
.page-contents h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 15%;
  height: inherit;
  border-bottom: 3px solid #00664e;
}
.page-contents h3 {
  border-left: 4px solid #00664e;
  padding: 0 0.5rem;
}
.page-contents h4 {
  background-color: #e2e8ed;
  border-left: 3px solid #00664e;
  padding: 0.125rem 0.5rem;
}
.page-contents h4.text-green,
.page-contents h5.text-green {
  background-color: transparent;
  border-left: none;
  padding-left: 0;
  color: #00664e;
}
.page-contents h4.text-green::before,
.page-contents h4.text-green::after,
.page-contents h5.text-green::before,
.page-contents h5.text-green::after {
  content: "－";
  font-weight: 700;
}
.page-contents h4.h6.text-green {
  letter-spacing: 1px;
}
@media (max-width: 575.98px) {
  .page-contents h4.h5 {
    font-size: 18px;
  }
}
.page-contents li {
  margin-bottom: 0.5rem;
}

.link-green-icon {
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
  font-weight: 500;
}
.link-green-icon::before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "＞";
  color: #fff;
  background-color: #00664e;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
}
.link-gray-arrow {
  list-style: none;
  position: relative;
  padding-left: 1.75rem;
}
.link-gray-arrow::before {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "＞";
  color: #00664e;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  background-color: #e2e8ed;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .page-contents h1 {
    margin-bottom: 3rem;
  }
  .page-contents h1::after,
  .page-contents div.report::after {
    bottom: -2rem;
    width: 60px;
    height: 5px;
  }
}


@media (min-width: 768px) {
  h2.h1 {
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5 {
    letter-spacing: 2px;
  }
  h2.h1 {
    margin-bottom: 60px;
  }
  .page-contents h1 span,
  h2.h1 span {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  h2.h1 {
    font-size: 42px;
    margin-bottom: 60px;
  }
  .page-contents h1 span,
  h2.h1 span {
    font-size: 16px;
  }
}

/* 共通 */
p,li,table {    /* SPベーステキスト：14px／NotoSansJP Regular 指定なしデフォルト */
  font-size: 0.9375rem;
}
p {
  line-height: 1.75;
  margin-bottom: 1rem;
}
.font-green { /* 文字色緑 */
  color: #00664e;
}
.marker-yellow { /* 下線ストライプ */
  padding: 0 .125rem 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 221, 49, .75), rgba(255, 221, 49, .75) 3px, transparent 3px, transparent 6px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto .5rem; 
}
@media (min-width: 768px) {
  p,li,table {    /* PCベーステキスト：16px／NotoSansJP Regular 指定なしデフォルト */
    font-size: 1rem;
  }
  p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
}

/* リンク */
a {
  color: inherit;
  text-decoration: none;
  transition: .15s ease-in-out;
  outline: none!important;
}
a:hover {
  color: #212529;
  opacity: 0.75;
  text-decoration: none;
}
a:focus{
outline:none!important;
}

.page-contents a {
  color: #00664e;
  text-decoration: underline;
  font-weight: 500;
}

/* リンクアイコン */
.link-pdf,
.link-external,
.link-word {
    position: relative;
    padding-right: 1.125rem;
    display: inline-block;
}
.link-pdf span,
.link-external span,
.link-word span {
    display: inline-block;
}
.link-pdf::after,
.link-external::after,
.link-word::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.link-pdf::after {
  width: 15px;
  height: 18px;
  background: url("../images/common/icon-pdf.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-pdf.white::after {
  width: 15px;
  height: 18px;
  background: url("../images/common/icon-pdf-w.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-pdf.green::after {
  width: 15px;
  height: 18px;
  background: url("../images/common/icon-pdf-g.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-word.green::after {
  width: 15px;
  height: 18px;
  background: url("../images/common/icon-word-g.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-external::after {
  width: 14px;
  height: 14px;
  background: url("../images/common/icon-external-link.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-external.white::after {
  width: 14px;
  height: 14px;
  background: url("../images/common/icon-external-link-w.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-external.green::after {
  width: 14px;
  height: 14px;
  background: url("../images/common/icon-external-link-g.svg") 0 0 no-repeat;
  background-size: contain;
}
.link-pdf:hover::after,
.link-external:hover::after {
  opacity: 0.75;
}

/* 1行リンクスタイル（緑丸）／link-green-circle */
.link-green-circle {
  list-style-type: none;
  position: relative;
  padding-left: 1.75rem;
}
.link-green-circle::before {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: .2rem;
  content: "＞";
  color: #fff;
  background-color: #00664e;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
/*.link-orange-square .link-pdf span,
.link-orange-square .link-external span,
.link-orange-square .link-download span {
    text-decoration: none;
}*/
/* 画像 */
figure.w-50-100,
figure.w-75-100 {
  max-width: 100%;
}
@media (min-width: 768px) {
  figure.w-50-100 {
    max-width: 50%;
  }
  figure.w-75-100 {
    max-width: 75%;
  }
}
/* 背景グレー */
.bg-gray {
  background-color: #f4f4f4!important;
}
.bg-gray02 {
  background-color: #e2e8ed!important;
}
/* 背景緑 */
.bg-green {
  background-color: #00664e!important;
}
/* 罫線緑 */
.border-green {
  border-color: #00664e!important;
}

/* ボタン背景白の場合 */
.btn-white {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 30px;
  vertical-align: middle;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid #212529;
  color: #212529!important;
  font-size: 15px;
  text-decoration: none!important;
  font-weight: 400!important;
}
.btn-white::before,
.btn-white::after {
  position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-white.arrow-circle::before {
  width: 28px;
  height: 28px;
  border: 1px solid #212529;
  border-radius: 50%;
}
.btn-white::after {
  right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #212529;
	border-right: 1px solid #212529;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: all .2s linear;
}
.btn-white:hover {
  opacity: 1;
  color: #00664e!important;
}
.btn-white:hover::before {
  border: none;
}
.btn-white:hover::after {
  right: 15px;
}
@media (min-width: 768px) {
  .btn-white {
    padding: 10px 50px 10px 30px;
    font-size: 16px;
  }
}
/* ボタン背景緑の場合 */
.btn-green {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 30px;
  vertical-align: middle;
  min-width: 200px;
  background-color: #00664e;
  border: 1px solid #00664e;
  color: #fff!important;
  font-size: 15px;
  text-decoration: none!important;
  font-weight: 400!important;
}
.btn-green::before,
.btn-green::after {
  position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-green.arrow-circle::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
}
.btn-green::after {
  right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: all .2s linear;
}
.btn-green.arrow-circle::after {
	border-top: 1px solid #00664e;
	border-right: 1px solid #00664e;
}
.btn-green:hover {
  opacity: 1;
  color: #00664e!important;
  background-color: rgb(255, 255, 255, 0.75);
  border: solid 1px #00664e;
}
.btn-green:hover::after {
  right: 15px;
	border-top: 1px solid #00664e;
	border-right: 1px solid #00664e;
}
@media (min-width: 768px) {
  .btn-green {
    padding: 10px 50px 10px 30px;
    font-size: 16px;
  }
}
/* ボタン背景グレーの場合 */
.btn-gray {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 30px;
  vertical-align: middle;
  min-width: 200px;
  background-color: #e2e8ed;
  border: 1px solid #e2e8ed;
  color: #212529!important;
  font-size: 15px;
  text-decoration: none!important;
  font-weight: 400!important;
}
.btn-gray::before,
.btn-gray::after {
  position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn-gray.arrow-circle::before {
  width: 28px;
  height: 28px;
  border: 1px solid #00664e;
  border-radius: 50%;
  background-color: #fff;
}
.btn-gray::after {
  right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #00664e;
	border-right: 1px solid #00664e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: all .2s linear;
}
.btn-gray:hover {
  opacity: 1;
  color: #00664e!important;
  background-color: rgb(255, 255, 255, 0.75);
  border: solid 1px #00664e;
}
.btn-gray:hover::before {
  border: none;
}
.btn-gray:hover::after {
  right: 15px;
}
@media (min-width: 768px) {
  .btn-gray {
    padding: 10px 50px 10px 30px;
    font-size: 16px;
  }
}

/* +++++++++++++++
// ヘッダー 
// +++++++++++++++ */

header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 3;
}

/* ヘッダーライン／緑グラデーション／header-line */
.header-line {
  display: none;
}
@media (min-width: 768px) {
  .header-line {
    display: block;
    border-top: 8px solid #00664e;
    border-image: linear-gradient(to right, #198c33 0%, #00664e 100%);
    border-image-slice: 1;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: 0;
  }
}

/* extra-navigation／エクストラナビゲーション */
.extra-navigation {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 100;
  margin: 0 58px 0 0;
}
.extra-navigation li {
  list-style: none;
  font-size: .8125rem;    /* 13px */
  padding: 0;
  position: relative;
}
.extra-navigation li:last-child {
  padding: 0;
  margin-left: 10px;
}
.extra-navigation li.language a, 
.extra-navigation li.language span {
  font-size: 0.9375rem;
  font-weight: 900;
  color: rgba(33,37,41,0.4);
}
.extra-navigation li.language span,
.extra-navigation li.language a:hover {
  font-weight: 900;
  color: #00664e;
  opacity: 1;
}

@media (min-width: 576px) {
  .extra-navigation {
    top: 16px;
    margin: 0 80px 0 0;
  }
  .extra-navigation li {
    padding: 0 8px;
  }
  .extra-navigation li:last-child {
    margin-left: 5px;
  }
}

/* 検索アイコン／extra-navigation-search */
.extra-navigation .link-external {
  padding-right: 1rem;
}
.extra-navigation .link-external::after {
  width: 12px;
  height: 12px;
}
.extra-navigation-search {
  width: 15px;
}

@media (min-width: 768px) {
  .extra-navigation {
    margin: 0 10px 0 0;
  }
  .extra-navigation li {
    padding: 0 4px;
    font-size: .75rem;    /* 12px */
  }
}

@media (min-width: 992px) {
  .extra-navigation {
      margin: 0 20px 0 0;
  }
  .extra-navigation li {
    padding: 0 8px;
  }
  .extra-navigation li {
    font-size: .875rem;    /* 14px */
  }
  .extra-navigation li:last-child {
    margin-left: 10px;
  }
  .extra-navigation li.language a, 
  .extra-navigation li.language span {
    font-size: 16px;
  }
  .extra-navigation-search {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .extra-navigation li {
    padding: 0 10px;
  }
}
/* 検索モーダル */

.offcanvas.offcanvas-top.search-modal {
  height: 200px;
}
.offcanvas.offcanvas-top.search-modal .offcanvas-body {
  margin: 0 auto;
}
.offcanvas.offcanvas-top.search-modal .offcanvas-body input {
  max-width: 255px;
}
.serch-btn {
    width: 18px;
    margin-left: .5rem;
    vertical-align: middle;
}
@media (min-width: 576px) {
  .offcanvas.offcanvas-top.search-modal {
    width: 700px;
    border-radius: 20px;
    margin: 1rem auto;
    max-width: 90%;
  }
}

/* ヘッダーエリア全体／header-area */
.header-area {
  height: 48px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  background-color: #00664e;
  border-radius: 0;
  height: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (min-width: 576px) {
  .header-area {
    height: 56px;
  }
  .navbar-toggler {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 768px) {
  .header-area {
    height: 100px;
  }
}


/* ロゴエリア/site-logo */
.site-logo {
  /*height: 100px;*/
  padding: 0 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0;
}
.site-logo img {
  max-width: 30px;
  margin-right: 2px;
}

@media (min-width: 576px) {
  .site-logo {
    padding: 0 10px;
    /*font-size: 1.25rem;*/
    font-size: 1.125rem;
    font-weight: 400;
  }
  .site-logo img {
    /*max-width: 36px;*/
    max-width: 33px;
    margin-right: 4px;
  }
}

@media (min-width: 1200px) {   /* 992→1200 */
  .site-logo {
    padding: 0 15px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    white-space: nowrap;
  }
  .site-logo img {
    max-width: 50px;
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {  /* 1200→1400 */
  .site-logo {
    font-size: 1.875rem;
  }
  .site-logo img {
    max-width: 65px;
    margin-right: 10px;
  }
}


/* グローバルナビゲーション／global-navigation */
.global-navigation {
  margin: 0;
  padding: 0;
  background-color: transparent!important;
  position: static;
}
.global-navigation ul.global-navigation-menu > li {
  list-style: none;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  width: 100%;
}
.global-navigation ul.global-navigation-menu > li span.nav-link { 
  padding: 5px 10px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
}
.global-navigation ul.global-navigation-menu > li a:hover {
  opacity: 1;
}
.nav-pills .nav-link {
  border-radius: 15px;
}
.global-navigation .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
}
.global-navigation .offcanvas-md {
  background: #00664e;
  color: #fff;
}
.global-navigation .navbar-nav .dropdown-menu {
  border: none;
  background-color: #00664e;
}
.global-navigation ul.global-navigation-menu > li ul.dropdown-menu li {
  padding: 0.25rem 0.75rem;
}
.global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  white-space: normal;
}
.global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item:hover,
.global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item:focus {
  color: #212529;
  background-color: #fff;
}
.global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item:hover .link-external.white::after {
  background: url("../images/common/icon-external-link.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
.global-navigation .dropdown-toggle::after {
  position: absolute;
  right: 15px;
}
.global-navigation .other-links {
  list-style: none;
  text-align: center;
}
.global-navigation .other-links li a {
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
}
.global-navigation .other-links li a:hover,
.global-navigation .other-links li a.bg-dark:hover {
  background-color: #fff!important;
  color: #212529;
  opacity: 1;
}
.global-navigation .other-links li a:hover .link-external.white::after {
  background: url("../images/common/icon-external-link.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
@media (min-width: 768px) {
  .global-navigation {
    padding: 15px 20px 10px;
  }
  .global-navigation ul.global-navigation-menu > li {
    padding: 0 5px;
    position: static;
    width: auto;
    border-bottom: none;
  }
  .global-navigation ul.global-navigation-menu > li span.nav-link {
    color: #212529;
    font-size: 14px;
    position: relative;
  }
  .global-navigation ul.global-navigation-menu > li span.nav-link.active,
  .global-navigation ul.global-navigation-menu > li span.nav-link:hover { /* hover時の設定再確認 */
    background-color: #00664e;
    border-radius: 15px;
    padding: 5px 10px;
    color: #fff;
  }
  .global-navigation ul.global-navigation-menu > li span.nav-link.show::after { /* hover時の設定再確認 */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-bottom: 10px solid #212529;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: none;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu.show {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0;
    padding: 20px;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu li {
    display: flex;
    justify-content: center;
    padding: 0.5rem 3rem 0.5rem 0.75rem;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .2s linear;
    max-width: 350px;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 35px;
    height: 1px;
    background: #fff;
    transition: all .2s linear;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item:hover::before {
    right: -25px;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item::after {
    content: '';
    position: absolute;
    top: 32%;
    right: -15px;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: skewX(45deg);
    transition: all .2s linear;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu .dropdown-item:hover::after {
    right: -20px;
  }
  
  .global-navigation .dropdown-toggle::after {
    content: none;
  }

}
@media (min-width: 1200px) {   /* 992→1200 */
  .global-navigation ul.global-navigation-menu > li {
    padding: 0 8px;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu.show {
    padding: 30px;
  }
  .global-navigation ul.global-navigation-menu > li span.nav-link {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {  /* 1200→1400 */
  .global-navigation {
    padding: 15px 60px 10px 30px;
    width: 100%;
    display: flex;
  }
  .global-navigation ul.global-navigation-menu {
    width: 100%;
    justify-content: space-between;
    /* max-width: 750px; */
    max-width: 780px;
  }
  .global-navigation ul.global-navigation-menu > li ul.dropdown-menu.show {
    padding: 40px;
  }
  .global-navigation ul.global-navigation-menu > li span.nav-link {
    font-size: 16px;
  }
}

/* メインコンテンツ */
main {
  position: relative;
}


/* 固定バナー */
.fixed-banner {
  position: fixed;
  right: 0;
  top: 40%;
  writing-mode: vertical-rl;
  z-index: 1;
}
.fixed-banner a {
  letter-spacing: 3px;
  font-size: 14px;
  color: #00664e;
  font-weight: 500;
  border: 2px solid #00664e;
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding: 1rem 0.5rem 2rem;
  background-color: #F4F4F4;
}
.fixed-banner a.link-external::after {
  bottom: 7px;
  right: 11px;
  background: url("../images/common/icon-external-link-g.svg") 0 0 no-repeat;
  background-size: contain;
  top: auto;
}

/* コンテンツエリア */
.contents-area {
  padding: 60px 0 60px;

  background-image: url("../images/common/contents-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contents-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
}
.contents-area ul {
  list-style: none;
}
.contents-area ul li a {
  border: solid 2px #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  font-size: 16px;
}
.contents-area .link-external.white::after {
  width: 16px;
  height: 16px;
}
.contents-area .link-pdf.white::after {
  width: 18px;
  height: 20px;
}
.contents-area ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 102, 78, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 576px) {
  .contents-area ul li a {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  .contents-area {
    padding: 80px 0 80px;
  }
  .contents-area ul li a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .contents-area {
    padding: 100px 0 100px;
  }
}
@media (min-width: 1400px) {
}
/* +++++++++++++++
// フッター 
// +++++++++++++++ */
.footer {
  padding-top: 1rem;
}
.footer .link-area p {
  font-weight: 500;
  border-left: 5px solid #00664e;
  padding-left: 0.5rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.footer .link-area  ul {
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer .link-area.menu-link ul li ul li a::before {
  content: "－";
  padding-right: 0.25rem;
}
.footer .link-area.menu-link,
.footer .link-area ul:last-child {
  margin-bottom: 0;
}
.footer .link-area .link-external {
  padding-right: 1rem;
}
.footer .link-area .link-external::after {
  width: 12px;
  height: 12px;
}
.footer .link-area.menu-link,
.footer .link-area li:last-child {
  margin-right: 0;
}
.footer .footer-bottom {
  letter-spacing: 2px;
}
.footer .footer-copyright {
  background-image: linear-gradient(to right, #198c33 0%, #00664e 100%);
}
@media (min-width: 576px) {
  .footer .footer-bottom li span + span {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 120px;
    margin-top: -72px;
  }
  .footer .link-area li {
    margin-right: 2rem;
  }
}
/* トップへ戻るボタン */
#pagetop {
  position: fixed;
  z-index: -1;
  right: 15px;
  bottom: 15px;
  transition: all .2s linear;
  opacity: 0;
}
#pagetop a.pagetop {
  width: 45px;
  height: 45px;
  background-image: linear-gradient(to bottom, #198c33 0%, #00664e 50%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetop a.pagetop span.arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 768px) {
  #pagetop {
    right: 20px;
  }
  #pagetop a.pagetop {
    width: 50px;
    height: 50px;
  }
  #pagetop a.pagetop span.arrow {
    height: 12px;
    width: 12px;
  }
}
@media (min-width: 992px) {
  #pagetop {
    right: 30px;
  }
  #pagetop a.pagetop {
    width: 60px;
    height: 60px;
  }
  #pagetop a.pagetop span.arrow {
    height: 15px;
    width: 15px;
  }
}


/* +++++++++++++++
// 下層ページ 
// +++++++++++++++ */

/* ページタイトルヘッダー／page-header */
.page-header {
  margin-top: 48px;
  flex-direction: column-reverse;
  background-color: #F4F4F4;
}
.page-header > div.bg-white {
  background-repeat: no-repeat;
  background-position: right 10% center;
  min-height: 80px;
}
.page-header > div.bg-white {
  background-size: auto 50%;
}
.page-header.page-about > div.bg-white {
  background-image: url("../images/common/about.svg");
}
.page-header.page-admission > div.bg-white {
  background-image: url("../images/common/admission.svg");
}
.page-header.page-education > div.bg-white {
  background-image: url("../images/common/education.svg");
}
.page-header.page-life > div.bg-white {
  background-image: url("../images/common/life.svg");
}
.page-header.page-research > div.bg-white {
  background-image: url("../images/common/research.svg");
}
.page-header.page-graduate > div.bg-white {
  background-image: url("../images/common/graduate.svg");
}
.page-header.page-international > div.bg-white {
  background-image: url("../images/common/international.svg");
  background-size: auto 42%;
}
.page-header.page-news > div.bg-white {
  background-image: url("../images/common/news.svg");
}

.page-header p {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.page-header-title {
  position: relative;
  align-items: center;
}
.page-header nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  line-height: 1.2;
}
.page-header .breadcrumb li {
  color: #212529;
  font-size: 14px;
}
.page-header .breadcrumb li a {
  color: #00664e;
  font-weight: 500;
}
.page-header-image {
  height: 150px;
}

@media (min-width: 576px) {
  .page-header {
    margin-top: 56px;
  }
  .page-header > div.bg-white {
    min-height: 100px;
  }
  .page-header > div.bg-white {
    background-size: auto 80%;
  }
  .page-header.page-international > div.bg-white {
    background-size: auto 70%;
  }
  .page-header-title {
    align-items: start;
  }
  .page-header p {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .page-header-image {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .page-header {
    margin-top: 100px;
    flex-direction: row;
  }
  .page-header > div.bg-white {
    background-position: right 10% center;
    margin-top: 0;
    margin-left: 0;
    min-height: 120px;
  }
  .page-header-title {
    align-items: center;
  }
  .page-header p {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .page-header nav {
    width: 90%;
  }
  .page-header-image {
    height: 150px;
  }
  .page-header-image img {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .page-header p {
    font-size: 32px;
  }
  .page-header .breadcrumb li {
    font-size: 15px;
  }
  .page-header-image {
    height: 200px;
  }
  .page-header.page-international > div.bg-white {
    background-size: auto 80%;
  }
}
@media (min-width: 1200px) {
  .page-header p {
    font-size: 38px;
  }
  .page-header .breadcrumb li {
    font-size: 16px;
  }
}

/* ローカルナビ／local-nav */
.local-nav-link {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 30px;
  vertical-align: middle;
  width: 100%;
  background-color: #e2e8ed;
  border: 1px solid #e2e8ed;
  margin-bottom: 15px;
  font-size: 15px;
}
.local-nav-link.active {
  background-color: #00664e;
  border: 1px solid #00664e;
  color: #fff;
}
.local-nav-link::before,
.local-nav-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.local-nav-link::before {
  width: 28px;
  height: 28px;
  border: 1px solid #00664e;
  border-radius: 50%;
  background-color: #fff;
}
.local-nav-link::after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00664e;
  border-right: 1px solid #00664e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s linear;
}
.local-nav-link:hover {
  opacity: 1;
  color: #00664e;
  background-color: #fff;
  border: solid 1px #00664e;
}
.local-nav-link:hover::after {
  right: 15px;
}
.local-nav-link:hover::before {
  border-color: #fff;
}
.local-nav-link:hover .link-external::after {
  width: 14px;
  height: 14px;
  background: url("../images/common/icon-external-link-g.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 1;
}
.local-nav ul li > ul li {
  border-left: 4px solid #00664e;
  padding: 0 0.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .local-nav-link {
    padding: 10px 40px 10px 30px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .local-nav {
    width: 360px;
    position: relative;
  }
  .local-nav ul {
    position: sticky;
    top: 5rem;
    margin-bottom: 0;
  }
  .local-nav-link {
    padding: 12px 40px 12px 30px;
  }
}
@media (min-width: 1400px) {
  .local-nav {
    width: 400px;
  }
}


/* ページコンテンツ／page-contents */
@media (min-width: 1200px) {
  .page-contents {
    width: 100%;
  }
  .page-contents > div.container {
    margin-right: 0;
    padding: 0 2rem 0 6rem;
    max-width: 100%;
  }
}

/* @media (min-width: 1400px) {
  .page-contents > div.container {
  }
} */

/* ベーステーブル01（教員紹介、寄附講義・外部講師による講義） */
.base-table01 {
  border-color: #e2e8ed;
}
.base-table01 thead th {
  background-color: #00664e;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.base-table01 tbody th {
  font-weight: 400;
  background-color: #e2e8ed;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.base-table01 tbody tr:last-child th:first-child {
  border-bottom: 1px solid #e2e8ed;
}
.base-table01 .last-th-border-bottom {  /* 最後のthを結合していた場合に個別に設定 */
  border-bottom: 1px solid #e2e8ed;
}

/* テーブル（教員紹介のみ） */
.base-table01.members-table tbody td a {
  background-color: #e2e8ed;
  padding: 0.25rem 1rem;
  /* border-radius: 20px; */
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.base-table01.members-table tbody th + td {
  white-space: nowrap;
}
.base-table01.members-table tbody td a:nth-child(2) {
  margin-left: 0.25rem;
}
.base-table01.members-table tbody td:last-child {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .base-table01.members-table thead {
    display: none;
  }
  .base-table01.members-table tbody th {
    border-bottom: none;
  }
  .base-table01.members-table tbody th,
  .base-table01.members-table tbody td {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0.25rem 0.25rem 0.25rem 6rem;
  }
  .base-table01.members-table tbody th::before,
  .base-table01.members-table tbody td::before {
    content: attr(data-label)"：";
    /* display: inline-block; */
    display: block;
    float: left;
    width: 6rem;
    margin-left: -6rem;
  }
  .base-table01.members-table tbody tr:last-child th:first-child {
    border-bottom: none;
  }
  .base-table01.members-table tbody td:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .base-table01.members-table tbody th,
  .base-table01.members-table tbody td {
    border-left: none;
    border-right: none;
  }
  .base-table01.members-table tr:first-child {
    border-top: 3px solid #00664e;
  }
  .base-table01.members-table tr:last-child {
    border-bottom: none;
  }
}
/* ベーステーブル01（経済学部・大学院の沿革、学生生活年間スケジュール） */
.base-table02 tr th,
.base-table02 tr td {
  padding: 0.5rem;
}
.base-table02 tr:first-child th {
  border-top: 4px solid #00664e;
}
.base-table02 tr:first-child td {
    border-top: 4px solid #E2E8ED;
}
.base-table02 tr:last-child {
    border-bottom: 3px solid #E2E8ED;
}
.base-table02 tr td {
  border-right: none;
  border-left: none;
}
.base-table02 tbody th {
  background-color: #e2e8ed;
  border-bottom: 1px solid #fff;
  border-right: none;
  border-left: none;
  white-space: nowrap;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .base-table02 tr th,
  .base-table02 tr td {
    padding: 1rem;
  }
}


/* 学部長メッセージ */
figure.float-start.dean-message {
  max-width: 400px;
}
  @media (min-width: 768px) {
  figure.float-start.dean-message {
    max-width: 50%;
  }
}
/* 学部紹介 */
.reorganization-diagram .diagram {
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  padding: 1rem;
}
.reorganization-diagram .diagram:last-child {
  margin-bottom: 0;
}
.reorganization-diagram .reorganization-arrow {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #00664e;
  margin: 1rem;
}
.reorganization-diagram .diagram-left, .reorganization-diagram .diagram-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reorganization-diagram .diagram-left {
  margin-right: 0.5rem;
  width: 50%;
  min-width: 110px;
}
.reorganization-diagram .diagram-left p {
  background: #539c2d;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 15px;
  height: 54px;
}
.reorganization-diagram .diagram-left p:last-child {
  margin-bottom: 0;
}
.reorganization-diagram .diagram-left p:nth-child(2) {
  background-color: #107f46;
}
.reorganization-diagram .diagram-left p:last-child {
  background-color: #00674e;
}
.reorganization-diagram .diagram:first-child .diagram-right ul {
  list-style: disc;
  margin-bottom: 0;
}
.reorganization-diagram .diagram:last-child .diagram-right ul {
  margin-bottom: 0;
  padding-left: 0;
}
.reorganization-diagram .diagram .diagram-right li {
  font-size: 14px;
}
.reorganization-diagram .diagram:last-child .diagram-left p {
  background: linear-gradient(to right, #559D2C, #158743, #00664E);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 182px;
}
.reorganization-diagram .diagram:last-child .diagram-right li {
  background-color: #dfeada;
  padding: 0.25rem;
  color: #333;
  border: solid 2px #2c9d48;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  height: 54px;
  line-height: 1.2;
}
.reorganization-diagram .diagram:last-child .diagram-right li:nth-child(2) {
  background-color: #FEEADA;
  border: solid 2px #F5853C;
}
.reorganization-diagram .diagram:last-child .diagram-right li:last-child {
  margin-bottom: 0;
  background-color: #E1D9EB;
  border: solid 2px #754199;
}
.reorganization-diagram .diagram:last-child .diagram-right li img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .reorganization-diagram .diagram {
    padding: 1.5rem;
  }
  .reorganization-diagram  .diagram-title {
    font-size: 18px;
  }
  .reorganization-diagram .diagram .diagram-right li {
    font-size: 15px;
  }

  .reorganization-diagram .diagram:last-child .diagram-right li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .reorganization-diagram .diagram {
    height: 320px;
    width: 47%;
    text-align: left;
    padding: 1rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .reorganization-diagram .reorganization-arrow {
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 30px solid #00664e;
    border-right: none;
  }
}
@media (min-width: 1400px) {
  .reorganization-diagram .diagram {
    width: 45%;
    padding: 2rem;
  }
}
/* 各プログラムについて */
.program-flow li {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 420px;
}
.program-flow li:first-child {
  margin-top: 0;
}
.program-flow li:last-child {
  margin-bottom: 0;
}
.program-flow li.program-arrow {
  width: 4%;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.program-flow li.program-arrow::after {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    border-top: 15px solid #00664E;
    content: "";
}
.program-select-arrow {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #e2e8ed;
  margin: 1rem auto;
}
/* .program-select p {
} */
.program-select p span.arrow-bottom {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-bottom: 4px solid #e2e8ed;
  border-right: 4px solid #e2e8ed;
  transform: rotate(45deg);
}
#program01 h3,
#program02 h3,
#program03 h3 {
  border: none;
  display: inline-block;
}
#program01 h3 {
  background-color: #DFEADA;
  color: #2C9D48;
  border: solid 2px #2C9D48;
}
#program02 h3 {
  background-color: #FEEADA;
  color: #F5853C;
  border: solid 2px #F5853C;
}
#program03 h3 {
  background-color: #E1D9EB;
  color: #754199;
  border: solid 2px #754199;
}

@media (min-width: 576px) {
  .program-flow li {
    width: 28%;
    margin: 0;
  }
  .program-flow li.program-arrow::after {
    border-top: 15px solid transparent;
    border-left: 15px solid #00664E;
    left: 65%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media (max-width: 575.98px) {
  #program01 h3,
  #program02 h3,
  #program03 h3 {
    font-size: 18px;
  }
}
/* 留学報告書 */
.page-contents div.report p {
  margin-bottom: 0;
  font-weight: 700;
  text-align: left;
  display: inline-block;
}
.local-nav.international ul.archive span.archive-title {
  position: relative;
  border-bottom: 2px solid #e2e8ed;
  display: block;
}
.local-nav.international ul.archive span.archive-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15%;
  height: inherit;
  border-bottom: 2px solid #00664e;
}
/* .local-nav.international ul.archive > li ul {
    font-size: 14px;
} */
.local-nav.international ul.archive > li ul li::before {
  content: "－";
  padding-right: 0.25rem;
}
.local-nav.international ul.archive > li,
.local-nav.international ul.archive > li ul li {
  border: none;
  padding: 0;
  /*font-weight: 400;*/
  line-height: 2.2;
}
@media (min-width: 992px) {
  .page-contents div.report p {
    font-size: 18px;
  }
}
/* お問い合わせ */
.contact-list {
  list-style: none;
}
@media (min-width: 768px) {
  .contact-list {
    list-style: disc;
  }
}
/* ページャー */
.pagination .page-arrow,
.pagination .page-number {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.pagination .page-number {
  font-size: 15px;
}
.pagination .page-number.active {
  background-color: #00664e;
}
.pagination .page-number.active span {
  color: #fff!important;
}