@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */
.main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul, .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight, section.exp .figMap ul, section.exp .figMap ol.mapNum, .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight {
  display: inline-block; }
  .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul, .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight, section.exp .figMap ul, section.exp .figMap ol.mapNum, .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight {
    display: block; }
  .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul:after, .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight:after, section.exp .figMap ul:after, section.exp .figMap ol.mapNum:after, .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/img/common/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/img/common/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/img/common/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/img/common/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/img/common/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(/img/common/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* -------------------------------------
	index用CSS
------------------------------------- */
ol.counter_1 {
  counter-reset: num 1 !important; }

ol.counter_2 {
  counter-reset: num 2 !important; }

ol.counter_3 {
  counter-reset: num 3 !important; }

ol.counter_4 {
  counter-reset: num 4 !important; }

ol.counter_5 {
  counter-reset: num 5 !important; }

ol.counter_6 {
  counter-reset: num 6 !important; }

ol.counter_7 {
  counter-reset: num 7 !important; }

ol.counter_8 {
  counter-reset: num 8 !important; }

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

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

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

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

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.breakWord {
  word-break: break-all; }

.fontMS {
  font-family: 'ＭＳ Ｐゴシック', sans-serif; }

.op {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .op:hover {
    opacity: .7; }

.pd5em {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em; }

.fbCont {
  display: none; }
  .fbCont h2 {
    margin: 0em 0 1em;
    padding: 0 0 6px .5em;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    font-size: 200%;
    border-bottom: 2px solid #ddd;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fbCont h2 {
        font-size: 184.61538%; } }
    .fbCont h2:after {
      content: "";
      display: block;
      width: 200px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      background-color: #1080B3; }
      @media only screen and (max-width: 768px) {
        .fbCont h2:after {
          width: 80px; } }
  .fbCont .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .fbCont .item {
        display: block; } }
    .fbCont .item figure {
      text-align: center;
      margin-right: 2em;
      margin-bottom: 2em;
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
  .fbCont table {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin: 0px;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd; }
    .fbCont table thead {
      background: #1080B3; }
      .fbCont table thead tr th, .fbCont table thead tr td {
        border-right: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
        font-size: 123.07692%; }
    .fbCont table tbody tr th {
      text-align: center;
      background: #f7f7f7;
      color: #1080B3;
      font-weight: bold;
      white-space: nowrap; }
    .fbCont table tbody tr td {
      color: #000; }
    .fbCont table tbody tr th, .fbCont table tbody tr td {
      border-right: 1px solid #cdcdcd;
      border-bottom: 1px solid #cdcdcd;
      padding: 10px 10px;
      font-size: 107.69231%; }
      @media only screen and (max-width: 768px) {
        .fbCont table tbody tr th, .fbCont table tbody tr td {
          display: block; } }
      .fbCont table tbody tr th p, .fbCont table tbody tr td p {
        margin-bottom: 0; }
    .fbCont table tfoot {
      background: #eaeaea; }
      .fbCont table tfoot tr th, .fbCont table tfoot tr td {
        border-right: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        padding: 12px 10px;
        text-align: center;
        color: #000;
        font-weight: bold;
        font-size: 123.07692%; }
        @media only screen and (max-width: 767px) {
          .fbCont table tfoot tr th, .fbCont table tfoot tr td {
            padding: 6px 5px; } }
    .fbCont table caption {
      font-weight: bold;
      font-size: 115.38462%;
      margin-bottom: 5px; }
    .fbCont table.narrow thead tr th, .fbCont table.narrow thead tr td {
      padding: 7px 5px;
      font-size: 115.38462%; }
    .fbCont table.narrow tfoot tr th, .fbCont table.narrow tfoot tr td {
      padding: 6px 5px;
      font-size: 115.38462%; }
    .fbCont table.narrow tbody tr th, .fbCont table.narrow tbody tr td {
      padding: 6px 5px;
      font-size: 100%; }

#gmap {
  width: 100%;
  height: 440px;
  margin-top: 90px;
  margin-bottom: 90px; }

.main-contents#catIndex {
  margin-top: 0;
  margin-bottom: 0; }
  .main-contents#catIndex .main-contents-inner {
    min-width: 100%;
    max-width: 100%; }
    .main-contents#catIndex .main-contents-inner main.subpage {
      float: none;
      width: 100% !important;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .main-contents#catIndex .main-contents-inner main.subpage > p.lead {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10px; } }
      .main-contents#catIndex .main-contents-inner main.subpage h2 {
        border: none;
        font-weight: normal;
        font-size: 153.84615%;
        margin-bottom: 20px;
        text-align: center; }
        .main-contents#catIndex .main-contents-inner main.subpage h2:after {
          display: none; }
      .main-contents#catIndex .main-contents-inner main.subpage > h2 {
        margin-top: 20px; }
      .main-contents#catIndex .main-contents-inner main.subpage .newsArea {
        margin: 0 auto 60px;
        max-width: 1200px;
        min-width: 1000px; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .main-contents-inner main.subpage .newsArea {
            max-width: 100%;
            min-width: 100%; } }
        .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl {
          display: table;
          table-layout: fixed;
          width: 100%; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl {
              padding: 0 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
          .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl > h2 {
            display: table-cell;
            font-weight: normal;
            border-bottom: none;
            font-size: 184.61538%;
            vertical-align: middle;
            text-align: left; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl > h2:after {
              display: none; }
          .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl a {
            display: table-cell;
            width: 100px;
            vertical-align: middle;
            color: #000;
            text-decoration: none;
            position: relative;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl a:after {
              content: '';
              display: block;
              position: absolute;
              top: 21px;
              right: 13px;
              width: 3px;
              height: 3px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000;
              -webkit-transform-origin: top center;
              transform-origin: top center;
              -webkit-transform: rotate(-45deg) translate(0, -50%);
              transform: rotate(-45deg) translate(0, -50%); }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl a:before {
              content: "";
              width: 25px;
              height: 25px;
              border: 1px solid #9a9a9a;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 7px;
              right: 0; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea .ttl a:hover {
              opacity: .7; }
        .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul {
          border-top: 3px solid #333;
          margin-top: 0; }
          .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li {
            background-color: #f8f9f9;
            border-bottom: 1px solid #dbe0e0;
            margin: 0;
            padding: 0; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li:nth-child(2n) {
              background-color: #f1f3f3; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li:before {
              display: none; }
            .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li a {
              color: #000;
              text-decoration: none;
              display: block;
              padding: 15px 20px;
              -webkit-transition: all 0.2s;
              transition: all 0.2s; }
              .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li a:hover {
                background: #cbedfd; }
              .main-contents#catIndex .main-contents-inner main.subpage .newsArea ul li a span {
                padding-right: 1em; }
      .main-contents#catIndex .main-contents-inner main.subpage .categoryLink {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto 50px; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink {
            width: 100%;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
        .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem {
          width: 32%;
          margin-right: 1%; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem:nth-of-type(2n) {
            margin-right: 1% !important; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem:nth-of-type(3n) {
            margin-right: 0; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem {
              width: 49%; } }
          @media only screen and (max-width: 413px) {
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem {
              width: 100%; }
              .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.threeColumn .catItem img {
                width: 100%; } }
        .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.twoColumn .catItem {
          width: 49%;
          margin-right: 2%; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.twoColumn .catItem:nth-of-type(2n) {
            margin-right: 0; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.twoColumn .catItem {
              width: 49%; } }
          @media only screen and (max-width: 413px) {
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.twoColumn .catItem {
              width: 100%; }
              .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.twoColumn .catItem img {
                width: 100%; } }
        .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem {
          background-color: #f9f9f9;
          margin-bottom: 1.5em; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem a > div {
            position: relative; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem a > div:before {
              content: '';
              width: 25px;
              height: 25px;
              border: 1px solid #9a9a9a;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -13px;
              right: 20px;
              background-color: #fff; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem a > div:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -1px;
              right: 34px;
              margin-left: 9px;
              width: 3px;
              height: 3px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000;
              -webkit-transform-origin: top center;
              transform-origin: top center;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem a > div dl {
              margin: 0; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.law {
            border-top: 3px solid #1fb9df; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.law a > div:before {
              border: 1px solid #1fb9df; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.law a > div:after {
              border-right: 1px solid #1fb9df;
              border-bottom: 1px solid #1fb9df; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.law dt {
              color: #1fb9df; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.economics {
            border-top: 3px solid #8ec31f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.economics a > div:before {
              border: 1px solid #8ec31f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.economics a > div:after {
              border-right: 1px solid #8ec31f;
              border-bottom: 1px solid #8ec31f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.economics dt {
              color: #8ec31f; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.business {
            border-top: 3px solid #cb5d4f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.business a > div:before {
              border: 1px solid #cb5d4f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.business a > div:after {
              border-right: 1px solid #cb5d4f;
              border-bottom: 1px solid #cb5d4f; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.business dt {
              color: #cb5d4f; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.humanities {
            border-top: 3px solid #4f86c5; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.humanities a > div:before {
              border: 1px solid #4f86c5; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.humanities a > div:after {
              border-right: 1px solid #4f86c5;
              border-bottom: 1px solid #4f86c5; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.humanities dt {
              color: #4f86c5; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.psychology {
            border-top: 3px solid #b73280; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.psychology a > div:before {
              border: 1px solid #b73280; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.psychology a > div:after {
              border-right: 1px solid #b73280;
              border-bottom: 1px solid #b73280; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.psychology dt {
              color: #b73280; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.social {
            border-top: 3px solid #e83418; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.social a > div:before {
              border: 1px solid #e83418; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.social a > div:after {
              border-right: 1px solid #e83418;
              border-bottom: 1px solid #e83418; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.social dt {
              color: #e83418; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.global {
            border-top: 3px solid #fbcc50; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.global a > div:before {
              border: 1px solid #fbcc50; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.global a > div:after {
              border-right: 1px solid #fbcc50;
              border-bottom: 1px solid #fbcc50; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.global dt {
              color: #fbcc50; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.rehabilitation {
            border-top: 3px solid #ed6d01; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.rehabilitation a > div:before {
              border: 1px solid #ed6d01; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.rehabilitation a > div:after {
              border-right: 1px solid #ed6d01;
              border-bottom: 1px solid #ed6d01; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.rehabilitation dt {
              color: #ed6d01; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.nutrition {
            border-top: 3px solid #f6ac1d; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.nutrition a > div:before {
              border: 1px solid #f6ac1d; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.nutrition a > div:after {
              border-right: 1px solid #f6ac1d;
              border-bottom: 1px solid #f6ac1d; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.nutrition dt {
              color: #f6ac1d; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.pharmacy {
            border-top: 3px solid #ec6e82; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.pharmacy a > div:before {
              border: 1px solid #ec6e82; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.pharmacy a > div:after {
              border-right: 1px solid #ec6e82;
              border-bottom: 1px solid #ec6e82; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem.pharmacy dt {
              color: #ec6e82; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem dl {
            margin-top: .5em;
            padding-left: 1.5em;
            padding-right: 1.5em; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem dl dt {
              font-size: 138.46154%;
              margin-bottom: 0; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink.faculty .catItem dl dd {
              font-weight: bold; }
        .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem {
          width: 49%;
          margin-right: 2%;
          margin-bottom: 1em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 413px) {
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem {
              width: 100%; } }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem:nth-of-type(2n) {
            margin-right: 0; }
          .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a {
            color: #000;
            text-decoration: none;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            display: block; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a figure {
              margin-bottom: .25em;
              margin-top: 0; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a:hover {
              opacity: .7; }
            .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a p {
              font-size: 123.07692%;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              position: relative;
              padding-left: 30px;
              padding-top: 4px;
              margin-bottom: 20px;
              margin: 0; }
              .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a p:after {
                content: '';
                display: block;
                position: absolute;
                top: 20px;
                left: 8px;
                width: 3px;
                height: 3px;
                margin-top: -2px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform-origin: top center;
                transform-origin: top center;
                -webkit-transform: rotate(-45deg) translate(0, -50%);
                transform: rotate(-45deg) translate(0, -50%); }
              .main-contents#catIndex .main-contents-inner main.subpage .categoryLink .catItem a p:before {
                content: "";
                width: 20px;
                height: 20px;
                border: 1px solid #9a9a9a;
                border-radius: 50%;
                display: block;
                position: absolute;
                top: 7px;
                left: 0; }
      .main-contents#catIndex .main-contents-inner main.subpage .picBnrs {
        margin-top: 70px;
        margin-bottom: 30px; }
        .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul {
          width: 1000px;
          margin-right: auto;
          margin-left: auto; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul {
              width: 100%; } }
          .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li {
            float: left;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            width: 49%;
            border-top: 3px solid #333;
            border-bottom: 1px solid #333; }
            .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li:before {
              display: none; }
            .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li:nth-child(2n) {
              float: right; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li {
                float: none !important;
                width: 95%;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 1em; } }
            .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a {
              display: table;
              color: #000;
              text-decoration: none;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-transition: all 0.2s;
              transition: all 0.2s; }
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:hover {
                background: #1080B3; }
                .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:hover:before {
                  border: 1px solid #fff; }
                .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:hover:after {
                  border-right: 1px solid #fff;
                  border-bottom: 1px solid #fff; }
                .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:hover p {
                  color: #fff; }
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:before {
                content: '';
                width: 25px;
                height: 25px;
                border: 1px solid #9a9a9a;
                border-radius: 50%;
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -13px;
                left: 20px; }
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -1px;
                left: 20px;
                margin-left: 9px;
                width: 3px;
                height: 3px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform-origin: top center;
                transform-origin: top center;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a p {
                display: table-cell;
                vertical-align: middle;
                padding-left: 4em; }
              .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a figure {
                display: table-cell;
                width: 33%; }
                .main-contents#catIndex .main-contents-inner main.subpage .picBnrs ul li a figure img {
                  vertical-align: bottom; }
      .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 1000px;
        max-width: 1200px;
        margin: 20px auto; }
        .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4.contentWidth {
          max-width: 1000px; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4 {
            min-width: 100%;
            max-width: 100%;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px; }
            .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4 a {
              width: 49%; }
              .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4 a figure {
                text-align: center;
                margin-top: 0; } }
    @media only screen and (max-width: 768px) and (max-width: 413px) {
      .main-contents#catIndex .main-contents-inner main.subpage .fig-bnr-4 a {
        width: 100%; } }
      .main-contents#catIndex .main-contents-inner main.subpage .campusInfo {
        max-width: 1200px;
        min-width: 1040px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .main-contents-inner main.subpage .campusInfo {
            max-width: 100%;
            min-width: 100%;
            display: block;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: .5em; } }
        .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div {
          text-align: center; }
          .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div h2 {
            margin-top: 0;
            margin-bottom: 10px; }
            .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div h2.portisland {
              display: inline-block;
              width: 320px;
              height: 57px;
              background: url('../img/access/ttl_portisland.png') no-repeat;
              background-size: 320px 57px;
              text-indent: 100%;
              white-space: nowrap;
              overflow: hidden; }
              @media only screen and (max-width: 768px) {
                .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div h2.portisland {
                  width: 100% !important;
                  background-size: 100% auto !important; } }
            .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div h2.arise {
              display: inline-block;
              width: 220px;
              height: 57px;
              background: url('../img/access/ttl_arise.png') no-repeat;
              background-size: 220px 57px;
              text-indent: 100%;
              white-space: nowrap;
              overflow: hidden; }
          .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div p {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div p {
                max-width: 100%; } }
            .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div p.adress {
              border-top: 1px solid #afafaf;
              padding-top: 2em; }
          .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul {
            max-width: 500px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul {
                max-width: 100%;
                width: 95%;
                margin-left: auto;
                margin-right: auto;
                display: block; } }
            .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li {
              width: 49%; }
              @media only screen and (max-width: 768px) {
                .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li {
                  width: 100%;
                  padding-left: 0; } }
              .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li:before {
                display: none; }
              .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li a {
                background: #f9f9f9;
                display: block;
                text-decoration: none;
                color: #000;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding-top: 25px;
                padding-bottom: 25px;
                position: relative;
                -webkit-transition: all 0.2s;
                transition: all 0.2s; }
                .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li a:before {
                  content: "";
                  width: 25px;
                  height: 25px;
                  border: 1px solid #9a9a9a;
                  border-radius: 50%;
                  display: block;
                  position: absolute;
                  top: 50%;
                  margin-top: -13px;
                  left: 20px;
                  background: #fff; }
                .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li a:after {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 30px;
                  width: 3px;
                  height: 3px;
                  margin-top: 0;
                  border-right: 1px solid #000;
                  border-bottom: 1px solid #000;
                  -webkit-transform-origin: top center;
                  transform-origin: top center;
                  -webkit-transform: rotate(-45deg) translate(0, -50%);
                  transform: rotate(-45deg) translate(0, -50%); }
                .main-contents#catIndex .main-contents-inner main.subpage .campusInfo > div ul li a:hover {
                  opacity: .7; }
  .main-contents#catIndex .bnrArea {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 15px;
    min-width: 1000px; }
    .main-contents#catIndex .bnrArea.social_contribution_seminar {
      background: url("/img/social_contribution/bg_index_01.jpg") center center no-repeat;
      background-size: 100% auto; }
    .main-contents#catIndex .bnrArea.social_contribution_relation {
      background: url("/img/social_contribution/bg_index_02.jpg") center center no-repeat;
      background-size: 100% auto; }
    .main-contents#catIndex .bnrArea.international {
      background: url("/img/international/bg_index_01.jpg") center top no-repeat;
      background-size: cover; }
    .main-contents#catIndex .bnrArea.support {
      background: url("/img/support/bg_index_01.jpg") center top no-repeat;
      background-size: cover; }
    .main-contents#catIndex .bnrArea.faculty {
      background: url("/img/faculty/bg_index_01.jpg") center top no-repeat;
      background-size: cover; }
    .main-contents#catIndex .bnrArea.bnr_facility_01 {
      background: url("/img/facility/bg_facility_01.jpg") center top no-repeat;
      background-size: cover; }
    .main-contents#catIndex .bnrArea.bnr_facility_02 {
      background: url("/img/facility/bg_facility_02.jpg") center top no-repeat;
      background-size: cover; }
    .main-contents#catIndex .bnrArea.career {
      background: url("/img/career/bg_index.jpg") center bottom no-repeat;
      background-size: cover; }
    @media only screen and (max-width: 768px) {
      .main-contents#catIndex .bnrArea {
        background-size: 1200% !important;
        min-width: 100%; } }
    .main-contents#catIndex .bnrArea h2 {
      color: #fff;
      margin-top: 0; }
    .main-contents#catIndex .bnrArea p a {
      color: #fff;
      text-decoration: none;
      position: relative;
      font-size: 123.07692%; }
      .main-contents#catIndex .bnrArea p a:hover {
        text-decoration: underline; }
      .main-contents#catIndex .bnrArea p a:before {
        content: '';
        width: 25px;
        height: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        left: -32px;
        top: -3px; }
      .main-contents#catIndex .bnrArea p a span {
        position: relative; }
        .main-contents#catIndex .bnrArea p a span:before {
          content: '';
          display: inline-block;
          position: absolute;
          top: 9px;
          left: -23px;
          width: 3px;
          height: 3px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .main-contents#catIndex .bnrArea > p.lead {
      margin: 0 auto 40px;
      color: #fff;
      font-size: 100%;
      line-height: 1.8;
      width: 100%; }
    .main-contents#catIndex .bnrArea ul {
      width: 1000px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        .main-contents#catIndex .bnrArea ul {
          width: 90%;
          display: block; } }
      .main-contents#catIndex .bnrArea ul.threeColumn li {
        margin-right: 5%; }
        .main-contents#catIndex .bnrArea ul.threeColumn li:nth-child(3n) {
          margin-right: 0; }
        .main-contents#catIndex .bnrArea ul.threeColumn li a {
          height: 100%; }
      .main-contents#catIndex .bnrArea ul.twoColumn li {
        width: 49%;
        margin-right: 2%; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .bnrArea ul.twoColumn li {
            width: 100%; } }
        .main-contents#catIndex .bnrArea ul.twoColumn li:nth-child(2n) {
          margin-right: 0; }
      .main-contents#catIndex .bnrArea ul li {
        background: #fff;
        width: 30%;
        margin-bottom: 10px;
        margin-right: 3%;
        padding-left: 0;
        display: table; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .bnrArea ul li {
            width: 100%; } }
        .main-contents#catIndex .bnrArea ul li:before {
          display: none; }
        .main-contents#catIndex .bnrArea ul li a {
          display: block;
          color: #000;
          text-decoration: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px;
          position: relative;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          display: table-cell;
          vertical-align: middle; }
          .main-contents#catIndex .bnrArea ul li a:hover {
            background: #1080B3;
            color: #fff; }
            .main-contents#catIndex .bnrArea ul li a:hover:before {
              border: 1px solid #fff; }
            .main-contents#catIndex .bnrArea ul li a:hover:after {
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff; }
          .main-contents#catIndex .bnrArea ul li a:before {
            content: '';
            width: 25px;
            height: 25px;
            border: 1px solid #9a9a9a;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            left: 20px; }
          .main-contents#catIndex .bnrArea ul li a:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 20px;
            margin-left: 9px;
            width: 3px;
            height: 3px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .main-contents#catIndex .bnrArea .boxLink {
      max-width: 1200px;
      min-width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .main-contents#catIndex .bnrArea .boxLink {
          max-width: auto;
          min-width: auto;
          width: 95%;
          margin-left: auto;
          margin-right: auto; } }
      .main-contents#catIndex .bnrArea .boxLink div a {
        text-decoration: none;
        color: #000;
        background: #fff;
        display: block;
        height: 100%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .main-contents#catIndex .bnrArea .boxLink div a:hover {
          color: #fff;
          background: #1080B3; }
      .main-contents#catIndex .bnrArea .boxLink .oneBox a {
        margin-bottom: 1em; }
      .main-contents#catIndex .bnrArea .boxLink .oneBox dl {
        display: table;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5em;
        table-layout: fixed;
        width: 100%;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .bnrArea .boxLink .oneBox dl {
            display: block; } }
        .main-contents#catIndex .bnrArea .boxLink .oneBox dl dt {
          position: relative;
          display: table-cell;
          width: 16em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-weight: normal;
          font-size: 123.07692%;
          vertical-align: middle;
          text-align: left;
          padding-left: 2em; }
          .main-contents#catIndex .bnrArea .boxLink .oneBox dl dt:before {
            content: "";
            width: 25px;
            height: 25px;
            border: 1px solid #9a9a9a;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            left: 0;
            background: #fff; }
          .main-contents#catIndex .bnrArea .boxLink .oneBox dl dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 11px;
            width: 3px;
            height: 3px;
            margin-top: 0;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%); }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .bnrArea .boxLink .oneBox dl dt {
              display: block; } }
        .main-contents#catIndex .bnrArea .boxLink .oneBox dl dd {
          display: table-cell;
          vertical-align: middle;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: left; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .bnrArea .boxLink .oneBox dl dd {
              display: block;
              border-top: 1px solid #e5e8e8;
              padding-top: .5em; } }
      .main-contents#catIndex .bnrArea .boxLink .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .bnrArea .boxLink .wrap {
            display: block; } }
        .main-contents#catIndex .bnrArea .boxLink .wrap > div {
          -webkit-flex-basis: 49.5%;
          -ms-flex-preferred-size: 49.5%;
          flex-basis: 49.5%;
          background: #fff;
          margin-bottom: 1em; }
        .main-contents#catIndex .bnrArea .boxLink .wrap div dl {
          text-align: left;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
          padding: 1.5em; }
          .main-contents#catIndex .bnrArea .boxLink .wrap div dl dt {
            font-weight: normal;
            font-size: 123.07692%;
            position: relative;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 2em; }
            .main-contents#catIndex .bnrArea .boxLink .wrap div dl dt:before {
              content: "";
              width: 25px;
              height: 25px;
              border: 1px solid #9a9a9a;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -13px;
              left: 0;
              background: #fff; }
            .main-contents#catIndex .bnrArea .boxLink .wrap div dl dt:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 11px;
              width: 3px;
              height: 3px;
              margin-top: 0;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000;
              -webkit-transform-origin: top center;
              transform-origin: top center;
              -webkit-transform: rotate(-45deg) translate(0, -50%);
              transform: rotate(-45deg) translate(0, -50%); }
          .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd {
            margin-bottom: 0;
            border-top: 1px solid #e5e8e8;
            padding-top: .5em; }
            .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight figure {
              float: right;
              margin-left: 1em;
              margin-bottom: 1em;
              margin-top: 0;
              max-width: 40%; }
              .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight figure img {
                vertical-align: top; }
            .main-contents#catIndex .bnrArea .boxLink .wrap div dl dd .figureRight p {
              margin-top: 0; }
        .main-contents#catIndex .bnrArea .boxLink .wrap div.col3 {
          -webkit-flex-basis: 32.5%;
          -ms-flex-preferred-size: 32.5%;
          flex-basis: 32.5%; }
          .main-contents#catIndex .bnrArea .boxLink .wrap div.col3 dl dt {
            display: table; }
            .main-contents#catIndex .bnrArea .boxLink .wrap div.col3 dl dt span {
              display: table-cell;
              vertical-align: middle; }
  .main-contents#catIndex .grayArea {
    background: #f0f1f1;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .main-contents#catIndex .grayArea {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .main-contents#catIndex .grayArea .inner {
      width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .main-contents#catIndex .grayArea .inner {
          width: 100%; } }
      .main-contents#catIndex .grayArea .inner .figBanner {
        background: #fff; }
        .main-contents#catIndex .grayArea .inner .figBanner a {
          text-decoration: none;
          color: #000;
          display: table; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .grayArea .inner .figBanner a {
              display: block; } }
          .main-contents#catIndex .grayArea .inner .figBanner a:hover dl {
            color: #fff;
            background: #1080B3; }
            .main-contents#catIndex .grayArea .inner .figBanner a:hover dl dt:after {
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff; }
            .main-contents#catIndex .grayArea .inner .figBanner a:hover dl dt:before {
              border: 1px solid #fff; }
          .main-contents#catIndex .grayArea .inner .figBanner a figure {
            display: table-cell;
            vertical-align: top;
            width: 38%;
            margin: 0;
            padding: 0; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .grayArea .inner .figBanner a figure {
                display: block;
                width: 90%;
                margin: 0 auto; } }
            .main-contents#catIndex .grayArea .inner .figBanner a figure img {
              vertical-align: middle; }
          .main-contents#catIndex .grayArea .inner .figBanner a dl {
            display: table-cell;
            padding: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .grayArea .inner .figBanner a dl {
                display: block;
                margin: 0; } }
            .main-contents#catIndex .grayArea .inner .figBanner a dl dt {
              font-size: 123.07692%;
              position: relative;
              padding-left: 35px;
              margin-bottom: 10px; }
              .main-contents#catIndex .grayArea .inner .figBanner a dl dt:before {
                content: "";
                width: 25px;
                height: 25px;
                border: 1px solid #9a9a9a;
                border-radius: 50%;
                display: block;
                position: absolute;
                top: 0;
                left: 0; }
              .main-contents#catIndex .grayArea .inner .figBanner a dl dt:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -2px;
                left: 10px;
                width: 3px;
                height: 3px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
            .main-contents#catIndex .grayArea .inner .figBanner a dl dd {
              margin: 0; }
      .main-contents#catIndex .grayArea .inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media only screen and (max-width: 768px) {
          .main-contents#catIndex .grayArea .inner ul {
            width: 95%;
            margin: 10px auto;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .main-contents#catIndex .grayArea .inner ul.twoColumn li {
          width: 49%;
          margin-right: 2%; }
          .main-contents#catIndex .grayArea .inner ul.twoColumn li:nth-child(2n) {
            margin-right: 0; }
        .main-contents#catIndex .grayArea .inner ul li {
          -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
          background: #fff;
          text-align: center;
          margin-right: 5%;
          margin-bottom: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0; }
          .main-contents#catIndex .grayArea .inner ul li:nth-child(3n) {
            margin-right: 0; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .grayArea .inner ul li:nth-child(3n) {
                margin-right: 0; } }
          .main-contents#catIndex .grayArea .inner ul li:before {
            display: none; }
          @media only screen and (max-width: 768px) {
            .main-contents#catIndex .grayArea .inner ul li {
              -webkit-flex-basis: 49%;
              -ms-flex-preferred-size: 49%;
              flex-basis: 49%;
              margin-right: 0; } }
          @media only screen and (max-width: 413px) {
            .main-contents#catIndex .grayArea .inner ul li {
              width: 100%; } }
          .main-contents#catIndex .grayArea .inner ul li a {
            display: table;
            background: #fff;
            text-decoration: none;
            height: 100%;
            min-height: 60px;
            width: 100%;
            table-layout: fixed;
            text-align: center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: .5em;
            padding-bottom: .5em;
            color: #000;
            position: relative;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
            @media only screen and (max-width: 768px) {
              .main-contents#catIndex .grayArea .inner ul li a {
                text-align: left;
                padding-left: 40px; } }
            .main-contents#catIndex .grayArea .inner ul li a:hover {
              background: #1080B3;
              color: #fff; }
              .main-contents#catIndex .grayArea .inner ul li a:hover:before {
                border: 1px solid #fff; }
              .main-contents#catIndex .grayArea .inner ul li a:hover:after {
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff; }
            .main-contents#catIndex .grayArea .inner ul li a:before {
              content: '';
              width: 25px;
              height: 25px;
              border: 1px solid #9a9a9a;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -13px;
              left: 20px; }
              @media only screen and (max-width: 768px) {
                .main-contents#catIndex .grayArea .inner ul li a:before {
                  left: 5px; } }
            .main-contents#catIndex .grayArea .inner ul li a:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -1px;
              left: 20px;
              margin-left: 9px;
              width: 3px;
              height: 3px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000;
              -webkit-transform-origin: top center;
              transform-origin: top center;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
              @media only screen and (max-width: 768px) {
                .main-contents#catIndex .grayArea .inner ul li a:after {
                  left: 5px; } }
            .main-contents#catIndex .grayArea .inner ul li a span {
              display: table-cell;
              vertical-align: middle;
              width: 76%; }
              @media only screen and (max-width: 768px) {
                .main-contents#catIndex .grayArea .inner ul li a span {
                  width: 100%; } }
  .main-contents#catIndex .targetLinks {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .main-contents#catIndex .targetLinks {
        max-width: 100%;
        min-width: 100%;
        display: block; } }
    .main-contents#catIndex .targetLinks div ul li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .main-contents#catIndex .targetLinks div ul li:before {
        display: none; }
      .main-contents#catIndex .targetLinks div ul li a {
        text-decoration: none;
        color: #000;
        position: relative;
        padding-left: 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .main-contents#catIndex .targetLinks div ul li a:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 3px;
          height: 3px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%); }
        .main-contents#catIndex .targetLinks div ul li a:hover {
          text-decoration: underline;
          color: #1080B3; }
      .main-contents#catIndex .targetLinks div ul li ul li {
        padding-left: 0; }
    .main-contents#catIndex .targetLinks > div {
      -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
      flex-basis: 32%; }
      @media only screen and (max-width: 768px) {
        .main-contents#catIndex .targetLinks > div {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          width: 95%;
          margin: 0 auto; } }
      .main-contents#catIndex .targetLinks > div > ul > li {
        border-bottom: 1px solid #e5e8e8;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1.5em;
        position: relative; }
        .main-contents#catIndex .targetLinks > div > ul > li:last-child {
          border-bottom: none; }
        .main-contents#catIndex .targetLinks > div > ul > li:after {
          content: '';
          display: block;
          position: absolute;
          top: 26px;
          left: 10px;
          width: 3px;
          height: 3px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%); }
        .main-contents#catIndex .targetLinks > div > ul > li:before {
          content: "";
          width: 25px;
          height: 25px;
          border: 1px solid #9a9a9a;
          border-radius: 50%;
          display: block;
          position: absolute;
          top: 13px;
          left: 0;
          background: #fff; }
        .main-contents#catIndex .targetLinks > div > ul > li > a {
          font-size: 123.07692%; }
          .main-contents#catIndex .targetLinks > div > ul > li > a:before {
            display: none; }
        .main-contents#catIndex .targetLinks > div > ul > li > span {
          padding-left: 1em;
          font-size: 123.07692%; }

section#kensyo {
  margin-top: 1.5em;
  margin-bottom: 40px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-box-shadow: 0px 0px 6px 3px #f7f4f6;
  box-shadow: 0px 0px 6px 3px #f7f4f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background: #F7F7F7; }
  section#kensyo h1 {
    text-align: center;
    padding: 8px;
    border: none !important; }
    section#kensyo h1:before {
      display: none; }
  section#kensyo p.mainLead {
    text-align: center;
    font-size: 138.46154%; }
  section#kensyo p.mainCopy {
    text-align: center;
    font-size: 184.61538%;
    font-weight: bold;
    margin-bottom: 20px; }
  section#kensyo > h2 {
    color: #1080B3;
    text-align: center;
    border-bottom: none;
    font-size: 184.61538%;
    border-bottom: 1px solid #1080B3; }
    section#kensyo > h2:after {
      display: none; }
  section#kensyo > ul {
    width: 90%;
    margin-bottom: 30px; }
  section#kensyo > h3 {
    text-align: center; }

section.exp {
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }
  @media only screen and (max-width: 768px) {
    section.exp {
      display: block;
      min-width: 100%;
      max-width: 100%; } }
  section.exp .cTxt {
    -webkit-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%; }
    @media only screen and (max-width: 768px) {
      section.exp .cTxt {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%; } }
  section.exp .figMap {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .5em; }
    @media only screen and (max-width: 768px) {
      section.exp .figMap {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%; } }
    section.exp .figMap ul {
      text-align: left;
      width: 100%; }
      section.exp .figMap ul li {
        float: left; }
        section.exp .figMap ul li:before {
          display: none !important; }
        section.exp .figMap ul li a {
          color: #000 !important;
          text-decoration: none;
          position: relative;
          padding-left: 1.5em; }
          section.exp .figMap ul li a:before {
            content: "";
            width: 15px;
            height: 15px;
            background-color: #000;
            display: block;
            position: absolute;
            top: 1px;
            left: 0;
            border-radius: 50%; }
          section.exp .figMap ul li a:after {
            content: "";
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            width: 3px;
            height: 3px;
            display: block;
            position: absolute;
            top: 7px;
            left: 3px;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
          section.exp .figMap ul li a:hover {
            text-decoration: underline; }
    section.exp .figMap ol.mapNum {
      text-align: left; }
      section.exp .figMap ol.mapNum li {
        float: left;
        margin-right: 1em;
        padding-left: 2em; }
        section.exp .figMap ol.mapNum li:before {
          content: counter(num) !important;
          font-weight: normal;
          background-color: #000;
          border-radius: 50%;
          color: #fff;
          width: 1em;
          height: 1em;
          font-size: 76.92308%;
          text-align: center;
          line-height: 1;
          padding: .5em;
          top: 0; }
        section.exp .figMap ol.mapNum li a {
          color: #000;
          text-decoration: none; }
          section.exp .figMap ol.mapNum li a:hover {
            text-decoration: underline; }

section#portisland h2 {
  display: inline-block;
  width: 356px;
  height: 165px;
  background: url('../img/campusmap/portisland/lead.png') no-repeat;
  background-size: 356px 165px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    section#portisland h2 {
      display: inherit;
      width: auto;
      height: 50px;
      background: none;
      text-indent: 0%; } }

section#arise h2 {
  display: inline-block;
  width: 229px;
  height: 165px;
  background: url('../img/campusmap/arise/lead.png') no-repeat;
  background-size: 229px 165px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.picBox div figure {
  margin: 0 auto !important; }

.mainCnt .main-contents .main-contents-inner main.subpage .mainBnr {
  width: 100%;
  margin: 1em auto 5em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr {
      width: 100%; } }
  @media only screen and (max-width: 413px) {
    .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr {
      width: 95%;
      margin: 1em auto 2em; } }
  .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr ul {
    width: 775px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr ul {
        width: 100%; } }
    .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr ul li {
      margin: 0 0 1em 0;
      padding: 0; }
      .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr ul li:before {
        display: none; }
      @media only screen and (max-width: 768px) {
        .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr ul li {
          text-align: center;
          width: 100%; } }
  .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr a {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .mainCnt .main-contents .main-contents-inner main.subpage .mainBnr a:hover {
      opacity: .7; }

.mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr {
  width: 100%;
  margin: 1em auto 5em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr {
      width: 100%; } }
  @media only screen and (max-width: 413px) {
    .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr {
      width: 95%;
      margin: 1em auto 2em; } }
  .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div {
    display: inline-block;
    border: 1px solid #d8e0e0; }
    .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a {
      position: relative;
      color: #000;
      display: block;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a:hover {
        opacity: .7; }
      .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl {
        text-align: left;
        margin: 0;
        position: absolute;
        top: 1em;
        left: 1em; }
        @media only screen and (max-width: 413px) {
          .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl {
            position: relative;
            top: auto;
            left: auto;
            padding: 1em; } }
        .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl dt {
          position: relative;
          padding-left: 2em;
          font-size: 123.07692%; }
          @media only screen and (max-width: 413px) {
            .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl dt {
              font-size: 107.69231%;
              margin-bottom: .5em; } }
          .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl dt:before {
            content: '';
            width: 25px;
            height: 25px;
            border: 1px solid #9a9a9a;
            background-color: #fff;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            left: 0; }
          .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 0;
            margin-left: 9px;
            width: 3px;
            height: 3px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        @media only screen and (max-width: 413px) {
          .mainCnt .main-contents .main-contents-inner main.subpage .txtPicBnr div a dl dd {
            font-size: 92.30769%; } }

.mainCnt .main-contents .main-contents-inner main.subpage .purpose {
  background-color: #f9f9f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em; }
  .mainCnt .main-contents .main-contents-inner main.subpage .purpose h3 {
    margin-top: 0 !important;
    background: none; }
  .mainCnt .main-contents .main-contents-inner main.subpage .purpose dl {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em; }
    .mainCnt .main-contents .main-contents-inner main.subpage .purpose dl dt {
      font-size: 138.46154%; }
    .mainCnt .main-contents .main-contents-inner main.subpage .purpose dl dd {
      font-size: 123.07692%; }

.mainCnt .main-contents .main-contents-inner main.subpage .infoCnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt {
      display: block; } }
  .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div {
    width: 33%;
    margin-right: 1%;
    margin-bottom: 1em;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 768px) {
      .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div {
        display: block;
        width: 100%; } }
    .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a {
      background: #1080B3;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.5em 1em 0.5em 2em;
      text-decoration: none;
      color: #fff;
      border: double 4px #67c5ff;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      min-height: 75px; }
      .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a:before {
        content: '\e801';
        margin: auto;
        color: #fff;
        line-height: 1;
        font-size: 123.07692%;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a:after {
        content: url("/img/common/ico-blank_white.png"); }
      .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a:hover {
        color: #1080B3;
        background: #f9f9f9; }
        .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a:hover:before {
          color: #1080B3; }
        .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a:hover:after {
          content: url("/img/common/ico-blank.png"); }
      .mainCnt .main-contents .main-contents-inner main.subpage .infoCnt div a.blueBtn:after {
        display: none; }

.categoryNewsArea {
  margin: 0 auto 60px;
  width: 100%; }
  .categoryNewsArea .ttl {
    display: table;
    table-layout: fixed;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .categoryNewsArea .ttl {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .categoryNewsArea .ttl > h2 {
      display: table-cell;
      font-weight: normal;
      border-bottom: none !important;
      font-size: 184.61538%;
      vertical-align: middle;
      text-align: left; }
      .categoryNewsArea .ttl > h2:after {
        display: none !important; }
      @media only screen and (max-width: 768px) {
        .categoryNewsArea .ttl > h2 {
          display: table-row; } }
    .categoryNewsArea .ttl a {
      display: table-cell;
      width: 100px;
      vertical-align: middle;
      color: #000;
      text-decoration: none;
      position: relative;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (max-width: 768px) {
        .categoryNewsArea .ttl a {
          padding-top: .7em; } }
      .categoryNewsArea .ttl a:after {
        content: '';
        display: block;
        position: absolute;
        top: 21px;
        right: 13px;
        width: 3px;
        height: 3px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%); }
      .categoryNewsArea .ttl a:before {
        content: "";
        width: 25px;
        height: 25px;
        border: 1px solid #9a9a9a;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 7px;
        right: 0; }
      .categoryNewsArea .ttl a:hover {
        opacity: .7; }
      @media only screen and (max-width: 768px) {
        .categoryNewsArea .ttl a {
          display: block; } }
  .categoryNewsArea ul {
    border-top: 3px solid #333;
    margin-top: 0; }
    .categoryNewsArea ul li {
      background-color: #f8f9f9;
      border-bottom: 1px solid #dbe0e0;
      margin: 0 !important;
      padding: 0 !important; }
      .categoryNewsArea ul li:nth-child(2n) {
        background-color: #f1f3f3; }
      .categoryNewsArea ul li:before {
        display: none !important; }
      .categoryNewsArea ul li a {
        color: #000 !important;
        text-decoration: none;
        display: block;
        padding: 15px 20px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
        .categoryNewsArea ul li a:hover {
          background: #cbedfd; }
        .categoryNewsArea ul li a span {
          padding-right: 1em; }

.recipeList figure {
  background-color: #fffaef;
  padding-top: .5em;
  padding-bottom: .5em; }
  .recipeList figure a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .recipeList figure a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

nav.pager {
  text-align: center;
  margin-top: 2em; }
  nav.pager p {
    display: inline; }
    nav.pager p.prev {
      margin-right: 1em !important; }
    nav.pager p.next {
      margin-left: 1em !important; }
    nav.pager p a {
      text-decoration: none; }
      nav.pager p a:hover {
        text-decoration: underline; }
  nav.pager ol {
    display: inline; }
    nav.pager ol li {
      display: inline;
      padding: 0 !important; }
      nav.pager ol li:before {
        display: none !important; }
      nav.pager ol li a {
        text-decoration: none;
        padding: .2em .5em;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #1080B3;
        background: #f9f9f9; }
        nav.pager ol li a:hover, nav.pager ol li a.current {
          background: #1080B3;
          color: #fff; }

.formStyle input[type="text"],
.formStyle input[type="date"],
.formStyle input[type="datetime"],
.formStyle input[type="email"],
.formStyle input[type="number"],
.formStyle input[type="search"],
.formStyle input[type="time"],
.formStyle input[type="url"],
.formStyle textarea,
.formStyle select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  font-size: 123.07692%;
  margin: 0;
  outline: 0;
  padding: 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff8e0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset;
  margin-bottom: .5em; }

.formStyle .checkbox {
  display: none; }

.formStyle .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle; }

.formStyle .checkbox:checked + .checkbox-icon {
  color: #1080B3;
  font-weight: bold; }

.formStyle .checkbox + .checkbox-icon:before {
  content: "\e803";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 138.46154%;
  color: #ccc;
  font-size: 22px;
  position: relative;
  z-index: 2; }

.formStyle .checkbox:checked + .checkbox-icon:before {
  content: "\e803";
  color: #17bcdf; }

.formStyle .checkbox:disabled + .checkbox-icon:before {
  content: "\e803";
  color: #eaeaea; }

.formStyle .checkbox + .checkbox-icon:after {
  border: 1px solid #e5e8e8;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.formStyle .radio {
  display: none; }

.formStyle .radio + .radio-icon {
  margin-right: .2em; }

.formStyle .radio:checked + .radio-icon {
  color: #1080B3;
  font-weight: bold; }

.formStyle .radio + .radio-icon:before {
  content: "\f192";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 138.46154%;
  color: #ccc;
  padding-right: .2em; }

.formStyle .radio:checked + .radio-icon:before {
  content: "\f192";
  color: #17bcdf; }

.formStyle input[type="submit"],
.formStyle input[type="reset"] {
  -webkit-appearance: none;
  border: 0;
  padding: 1em 2em;
  cursor: pointer;
  margin-right: 1em;
  background: #b0b1a9;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .formStyle input[type="submit"]:hover,
  .formStyle input[type="reset"]:hover {
    opacity: .7; }

.formStyle input[type="submit"] {
  background: #1080B3; }
  .formStyle input[type="submit"].send {
    background: #10b35a; }
  .formStyle input[type="submit"].back {
    background: #b0b1a9 !important; }

@media only screen and (max-width: 768px) {
  .formStyle table thead {
    display: none; } }

@media only screen and (max-width: 768px) {
  .formStyle table tbody th, .formStyle table tbody td {
    display: block; } }

.teach em {
  color: #000 !important;
  font-weight: normal !important; }

.partner_universities div a {
  color: #000;
  text-decoration: none; }
  .partner_universities div a:hover {
    color: #1080B3;
    text-decoration: underline; }
  .partner_universities div a figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .partner_universities div a dl dt {
    margin-bottom: 0 !important; }

.subIndex .bnrArea {
  text-align: center;
  padding: 3em 1em;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .subIndex .bnrArea.org {
    background: url("/img/facility/org/bg_org_01.jpg") center center no-repeat;
    background-size: cover; }
  @media only screen and (max-width: 768px) {
    .subIndex .bnrArea {
      background-size: 1200% !important;
      min-width: 100%; } }
  .subIndex .bnrArea h2 {
    color: #fff !important;
    margin-top: 0 !important;
    border: none !important;
    text-align: left;
    font-size: 153.84615% !important; }
    .subIndex .bnrArea h2:after {
      display: none !important; }
  .subIndex .bnrArea > p {
    margin: 0 auto 40px;
    color: #fff;
    font-size: 123.07692%;
    width: 100%;
    text-align: left; }
  .subIndex .bnrArea ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .subIndex .bnrArea ul {
        width: 90%;
        display: block; } }
    .subIndex .bnrArea ul.threeColumn li {
      margin-right: 5%; }
      .subIndex .bnrArea ul.threeColumn li:nth-child(3n) {
        margin-right: 0; }
      .subIndex .bnrArea ul.threeColumn li a {
        height: 100%; }
    .subIndex .bnrArea ul.twoColumn li {
      width: 49%;
      margin-right: 2%; }
      .subIndex .bnrArea ul.twoColumn li:nth-child(2n) {
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .subIndex .bnrArea ul.twoColumn li {
          width: 100%; } }
    .subIndex .bnrArea ul li {
      background: #fff;
      width: 30%;
      margin-bottom: 10px;
      margin-right: 3%;
      padding-left: 0 !important;
      display: table; }
      @media only screen and (max-width: 768px) {
        .subIndex .bnrArea ul li {
          width: 100%; } }
      .subIndex .bnrArea ul li:before {
        display: none !important; }
      .subIndex .bnrArea ul li a {
        display: block;
        color: #000;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        display: table-cell;
        vertical-align: middle; }
        .subIndex .bnrArea ul li a:hover {
          background: #1080B3;
          color: #fff; }
          .subIndex .bnrArea ul li a:hover:before {
            border: 1px solid #fff; }
          .subIndex .bnrArea ul li a:hover:after {
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff; }
        .subIndex .bnrArea ul li a:before {
          content: '';
          width: 25px;
          height: 25px;
          border: 1px solid #9a9a9a;
          border-radius: 50%;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -13px;
          left: 20px; }
        .subIndex .bnrArea ul li a:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 20px;
          margin-left: 9px;
          width: 3px;
          height: 3px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .subIndex .bnrArea .boxLink {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .subIndex .bnrArea .boxLink {
        max-width: auto;
        min-width: auto;
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
    .subIndex .bnrArea .boxLink div a {
      text-decoration: none;
      color: #000;
      background: #fff;
      display: block;
      height: 100%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .subIndex .bnrArea .boxLink div a:hover {
        color: #fff;
        background: #1080B3; }
    .subIndex .bnrArea .boxLink .oneBox a {
      margin-bottom: 1em; }
    .subIndex .bnrArea .boxLink .oneBox dl {
      display: table;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.5em;
      table-layout: fixed;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        .subIndex .bnrArea .boxLink .oneBox dl {
          display: block; } }
      .subIndex .bnrArea .boxLink .oneBox dl dt {
        position: relative;
        display: table-cell;
        width: 16em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        font-size: 123.07692%;
        vertical-align: middle;
        text-align: left;
        padding-left: 2em; }
        .subIndex .bnrArea .boxLink .oneBox dl dt:before {
          content: "";
          width: 25px;
          height: 25px;
          border: 1px solid #9a9a9a;
          border-radius: 50%;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -13px;
          left: 0;
          background: #fff; }
        .subIndex .bnrArea .boxLink .oneBox dl dt:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 11px;
          width: 3px;
          height: 3px;
          margin-top: 0;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%); }
        @media only screen and (max-width: 768px) {
          .subIndex .bnrArea .boxLink .oneBox dl dt {
            display: block; } }
      .subIndex .bnrArea .boxLink .oneBox dl dd {
        display: table-cell;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .subIndex .bnrArea .boxLink .oneBox dl dd {
            display: block;
            border-top: 1px solid #e5e8e8;
            padding-top: .5em; } }
    .subIndex .bnrArea .boxLink .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .subIndex .bnrArea .boxLink .wrap {
          display: block; } }
      .subIndex .bnrArea .boxLink .wrap > div {
        -webkit-flex-basis: 49.5%;
        -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
        background: #fff;
        margin-bottom: 1em; }
      .subIndex .bnrArea .boxLink .wrap div dl {
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 1.5em; }
        .subIndex .bnrArea .boxLink .wrap div dl dt {
          font-weight: normal;
          font-size: 123.07692%;
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 2em; }
          .subIndex .bnrArea .boxLink .wrap div dl dt:before {
            content: "";
            width: 25px;
            height: 25px;
            border: 1px solid #9a9a9a;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            left: 0;
            background: #fff; }
          .subIndex .bnrArea .boxLink .wrap div dl dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 11px;
            width: 3px;
            height: 3px;
            margin-top: 0;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%); }
        .subIndex .bnrArea .boxLink .wrap div dl dd {
          margin-bottom: 0;
          border-top: 1px solid #e5e8e8;
          padding-top: .5em; }
          .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight figure {
            float: right;
            margin-left: 1em;
            margin-bottom: 1em;
            margin-top: 0;
            max-width: 40%; }
            .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight figure img {
              vertical-align: top; }
          .subIndex .bnrArea .boxLink .wrap div dl dd .figureRight p {
            margin-top: 0; }
      .subIndex .bnrArea .boxLink .wrap div.col3 {
        -webkit-flex-basis: 32.5%;
        -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%; }
        .subIndex .bnrArea .boxLink .wrap div.col3 dl dt {
          display: table; }
          .subIndex .bnrArea .boxLink .wrap div.col3 dl dt span {
            display: table-cell;
            vertical-align: middle; }

.picBack {
  background: url(/img/facility/fdc/bg_index.jpg) center top no-repeat;
  padding: 3em 1em;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .picBack p {
    margin: 0 auto 40px;
    color: #fff !important;
    font-size: 138.46154%;
    width: 100%;
    text-align: left;
    margin-top: 0 !important; }
  .picBack .bnrsWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .picBack .bnrsWrap {
        display: block; } }
    .picBack .bnrsWrap .wrapList {
      -webkit-flex-basis: 66%;
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%; }
      @media only screen and (max-width: 768px) {
        .picBack .bnrsWrap .wrapList {
          -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          width: 100%; } }
      .picBack .bnrsWrap .wrapList ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0; }
        @media only screen and (max-width: 768px) {
          .picBack .bnrsWrap .wrapList ul {
            display: block;
            width: 100%; } }
        .picBack .bnrsWrap .wrapList ul li {
          -webkit-flex-basis: 49%;
          -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
          margin-right: 2%;
          padding-left: 0 !important;
          margin-bottom: 12px !important; }
          @media only screen and (max-width: 768px) {
            .picBack .bnrsWrap .wrapList ul li {
              margin-right: 0; } }
          .picBack .bnrsWrap .wrapList ul li:nth-child(2n) {
            margin-right: 0; }
          .picBack .bnrsWrap .wrapList ul li:before {
            display: none !important; }
          .picBack .bnrsWrap .wrapList ul li a {
            display: block;
            background: #fff;
            color: #000;
            text-decoration: none;
            position: relative;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            border: 1px solid #9a9a9a;
            padding: 2em 3em; }
            .picBack .bnrsWrap .wrapList ul li a:before {
              content: '';
              width: 25px;
              height: 25px;
              border: 1px solid #9a9a9a;
              border-radius: 50%;
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -13px;
              left: 15px; }
            .picBack .bnrsWrap .wrapList ul li a:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              margin-top: -1px;
              left: 20px;
              margin-left: 4px;
              width: 3px;
              height: 3px;
              border-right: 1px solid #000;
              border-bottom: 1px solid #000;
              -webkit-transform-origin: top center;
              transform-origin: top center;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .picBack .bnrsWrap .wrapList ul li a:hover {
              background: #1080B3;
              color: #fff; }
              .picBack .bnrsWrap .wrapList ul li a:hover:before {
                border: 1px solid #fff; }
              .picBack .bnrsWrap .wrapList ul li a:hover:after {
                border-right: 1px solid #fff;
                border-bottom: 1px solid #fff; }
    .picBack .bnrsWrap .wrapBox {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .picBack .bnrsWrap .wrapBox {
          display: block; } }
      .picBack .bnrsWrap .wrapBox a {
        color: #000;
        text-decoration: none;
        position: relative;
        display: block;
        background-color: #fff;
        border: 1px solid #9a9a9a;
        padding: 1.5em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .picBack .bnrsWrap .wrapBox a:before {
          content: '';
          width: 25px;
          height: 25px;
          border: 1px solid #9a9a9a;
          border-radius: 50%;
          display: block;
          position: absolute;
          left: 25px;
          top: 20px; }
        .picBack .bnrsWrap .wrapBox a:after {
          content: '';
          display: block;
          position: absolute;
          top: 32px;
          left: 40px;
          margin-left: -6px;
          width: 3px;
          height: 3px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform-origin: top center;
          transform-origin: top center;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .picBack .bnrsWrap .wrapBox a:hover {
          background: #1080B3;
          color: #fff; }
          .picBack .bnrsWrap .wrapBox a:hover:before {
            border: 1px solid #fff; }
          .picBack .bnrsWrap .wrapBox a:hover:after {
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff; }
        .picBack .bnrsWrap .wrapBox a img {
          margin-top: .5em; }

.linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .linkBox {
      display: block; } }
  .linkBox dl {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    border-right: 1px solid #e5e8e8;
    margin-right: 2% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1em; }
    .linkBox dl:nth-of-type(3n) {
      margin-right: 0 !important;
      border-right: 0;
      padding-right: 0; }
    @media only screen and (max-width: 768px) {
      .linkBox dl {
        border-right: none !important;
        border-bottom: 1px solid #e5e8e8;
        padding-right: 0em; } }
    .linkBox dl dt a {
      text-decoration: none;
      color: #000;
      position: relative;
      padding-left: 2em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block; }
      .linkBox dl dt a:before {
        content: '';
        width: 25px;
        height: 25px;
        border: 1px solid #9a9a9a;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
      .linkBox dl dt a:after {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 9px;
        width: 3px;
        height: 3px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .linkBox dl dt a:hover {
        color: #1080B3; }

.miniBnrs {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .miniBnrs {
      min-width: 100%;
      max-width: 100%; } }
  .miniBnrs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .miniBnrs ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 95%;
        margin: 10px auto; } }
    .miniBnrs ul li {
      padding: 0 !important; }
      .miniBnrs ul li:before {
        display: none !important; }
      @media only screen and (max-width: 768px) {
        .miniBnrs ul li {
          margin-right: 1% !important; }
          .miniBnrs ul li:nth-of-type(2n) {
            margin-right: 0 !important; } }
      .miniBnrs ul li a {
        border: 1px solid #f9f9f9;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

.fundraising .box04 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #0086CD 1px solid;
  background: url(/img/fundraising/bg.gif) left top repeat;
  padding: 0em 2em 2em;
  margin-top: 40px; }
  .fundraising .box04 h2 {
    text-align: center;
    color: #1080B3 !important;
    border-bottom: none !important; }
    .fundraising .box04 h2:after {
      display: none !important; }

.fundraising p.blueBack {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/fundraising/bg2.gif) left top repeat;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  .fundraising p.blueBack a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .fundraising p.blueBack a:hover {
      opacity: .7; }

.fundraising p.telNumber {
  font-size: 184.61538%;
  color: #1080B3;
  font-weight: bold; }

.fundraising .contentWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .fundraising .contentWrap {
      display: block; } }
  .fundraising .contentWrap > div {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 3px dotted #999;
    padding-right: 1em; }
    @media only screen and (max-width: 768px) {
      .fundraising .contentWrap > div {
        border-right: none;
        padding-right: 0; } }
    .fundraising .contentWrap > div:nth-of-type(2n) {
      margin-right: 0;
      border-right: none;
      padding-right: 0;
      padding-left: 1em; }
      @media only screen and (max-width: 768px) {
        .fundraising .contentWrap > div:nth-of-type(2n) {
          padding-left: 0; } }
  .fundraising .contentWrap div dl {
    margin-top: 0 !important; }
    .fundraising .contentWrap div dl:last-of-type {
      margin-bottom: 0 !important; }
      @media only screen and (max-width: 768px) {
        .fundraising .contentWrap div dl:last-of-type {
          margin-bottom: 40px !important; } }
    @media only screen and (max-width: 768px) {
      .fundraising .contentWrap div dl {
        margin-top: 20px !important; } }

.fundraising .wrapBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .fundraising .wrapBox {
      display: block; } }
  .fundraising .wrapBox > div {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px dotted #ccc;
    padding-right: 1em; }
    @media only screen and (max-width: 768px) {
      .fundraising .wrapBox > div {
        border-right: none;
        padding-right: 0 !important; } }
    .fundraising .wrapBox > div:nth-of-type(2n) {
      margin-right: 0;
      border-right: none;
      padding-right: 0; }

.graduate_school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .graduate_school > div {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 413px) {
      .graduate_school > div {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .graduate_school > div a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #e5e8e8;
      display: block;
      height: 100%;
      padding: 1em;
      background-color: #fff;
      text-decoration: none;
      color: #000;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .graduate_school > div a:hover {
        background-color: #1080B3;
        color: #fff; }
        .graduate_school > div a:hover dl dt:before {
          border: 1px solid #fff; }
        .graduate_school > div a:hover dl dt:after {
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; }
      .graduate_school > div a dl {
        margin: 0 !important;
        height: 100%; }
        .graduate_school > div a dl dt {
          border-bottom: 1px solid #e5e8e8;
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 2.5em;
          padding-right: 2.5em;
          padding-bottom: .5em; }
          .graduate_school > div a dl dt:before {
            content: '';
            width: 25px;
            height: 25px;
            border: 1px solid #9a9a9a;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 0;
            left: 0; }
          .graduate_school > div a dl dt:after {
            content: '';
            display: block;
            position: absolute;
            top: 12px;
            left: 10px;
            width: 3px;
            height: 3px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.accordion h2.accordion_head {
  padding-top: 5px;
  border-bottom: none !important; }
  .accordion h2.accordion_head:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px; }
  .accordion h2.accordion_head:after {
    content: "";
    display: block;
    width: 3px !important;
    height: 3px !important;
    position: absolute;
    top: 50%;
    bottom: auto !important;
    left: auto !important;
    right: 21px !important;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    background: none !important; }
  .accordion h2.accordion_head a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .25em 1.5em .25em 0;
    display: block;
    background: #fff;
    border-bottom: 2px solid #ddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .accordion h2.accordion_head a:hover {
      background: #e5e8e8; }

.t_searchBox .cse .gsc-control-cse, .t_searchBox .gsc-control-cse {
  padding: 0; }

.t_searchBox table.gsc-search-box {
  margin: 0 !important;
  border: none !important; }
  .t_searchBox table.gsc-search-box tbody tr td {
    padding: 0 !important;
    border: none !important; }

.t_searchBox table#gs_id50 {
  margin: 0 !important;
  border: none !important; }

.t_searchBox .gsc-search-box .gsc-input > input:focus,
.t_searchBox .gsc-input-box-focus {
  border: 1px solid #4d90fe;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none; }

.t_searchBox .gsc-search-box .gsc-input > input:hover,
.t_searchBox .gsc-input-box-hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none; }

.t_searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 40px !important;
  padding: 5px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.t_searchBox .cse .gsc-search-button-v2, .t_searchBox .gsc-search-button-v2 {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important; }

.t_searchBox .gsc-search-button-v2, .t_searchBox .gsc-search-button-v2:hover, .t_searchBox .gsc-search-button-v2:focus {
  background: #1080B3; }

.t_searchBox .gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important; }

.t_searchBox .gsc-search-button-v2, .t_searchBox .gsc-search-button-v2:hover, .t_searchBox .gsc-search-button-v2:focus {
  border: none !important; }

.gsc-results-wrapper-overlay table {
  border: none !important; }
  .gsc-results-wrapper-overlay table th, .gsc-results-wrapper-overlay table td {
    border: none !important; }

.gsc-table-result {
  margin: 0 !important; }

.gsc-result .gs-title {
  line-height: 2.0 !important;
  height: auto !important; }

.siteBtn {
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: .5rem;
  border-radius: 4px;
  padding: 0.25rem .5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 115.38462%;
  font-weight: bold; }
  .siteBtn.law {
    border: 1px solid #1fb9df;
    color: #1fb9df !important; }
    .siteBtn.law:hover {
      background-color: #1fb9df;
      color: #fff !important; }
  .siteBtn.economics {
    border: 1px solid #8ec31f;
    color: #8ec31f !important; }
    .siteBtn.economics:hover {
      background-color: #8ec31f;
      color: #fff !important; }
  .siteBtn.business {
    border: 1px solid #cb5d4f;
    color: #cb5d4f !important; }
    .siteBtn.business:hover {
      background-color: #cb5d4f;
      color: #fff !important; }
  .siteBtn.humanities {
    border: 1px solid #4f86c5;
    color: #4f86c5 !important; }
    .siteBtn.humanities:hover {
      background-color: #4f86c5;
      color: #fff !important; }
  .siteBtn.psychology {
    border: 1px solid #b73280;
    color: #b73280 !important; }
    .siteBtn.psychology:hover {
      background-color: #b73280;
      color: #fff !important; }
  .siteBtn.social {
    border: 1px solid #e83418;
    color: #e83418 !important; }
    .siteBtn.social:hover {
      background-color: #e83418;
      color: #fff !important; }
  .siteBtn.global {
    border: 1px solid #fbcc50;
    color: #fbcc50 !important; }
    .siteBtn.global:hover {
      background-color: #fbcc50;
      color: #fff !important; }
  .siteBtn.rehabilitation {
    border: 1px solid #ed6d01;
    color: #ed6d01 !important; }
    .siteBtn.rehabilitation:hover {
      background-color: #ed6d01;
      color: #fff !important; }
  .siteBtn.nutrition {
    border: 1px solid #f6ac1d;
    color: #f6ac1d !important; }
    .siteBtn.nutrition:hover {
      background-color: #f6ac1d;
      color: #fff !important; }
  .siteBtn.pharmacy {
    border: 1px solid #ec6e82;
    color: #ec6e82 !important; }
    .siteBtn.pharmacy:hover {
      background-color: #ec6e82;
      color: #fff !important; }
