@charset "UTF-8";
/**
 * 目次
 *
 * 00. 共通
 *
 */
/* ==========================================================================
   00. 共通
   ========================================================================== */
/* ヘッダー
   ========================================================================== */
.navi-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  height: 400px;
  padding: 50px 0;
  text-align: center; }

.navi-header-inner {
  width: 400px;
  height: 300px;
  display: inline-block; }

.navi-header-ttl-wrap {
  color: #fff; }

.navi-header-ttl {
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem; }
  .navi-header-ttl strong {
    display: block;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 20px 15px 0;
    font-size: 40px;
    font-size: 4rem; }

.navi-header-campus {
  border: 1px solid #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .navi-header-ttl-wrap {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .navi-header-campus br {
    display: none; } }
@media screen and (max-width: 767px) {
  .navi-header {
    background: none;
    height: auto;
    padding: 0;
    text-align: left; }
    .navi-header:before {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      content: '';
      display: block;
      height: 0;
      padding-top: 46.6666666667%;
      width: 100%; }

  .navi-header-inner {
    width: 100%;
    height: auto;
    display: block; }

  .navi-header-ttl-wrap {
    padding: 15px 10px;
    position: relative; }

  .navi-header-ttl {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    width: 90%; }
    .navi-header-ttl strong {
      display: block;
      font-weight: normal;
      letter-spacing: 0;
      padding: 8px 0 0;
      font-size: 20px;
      font-size: 2rem; }

  .navi-header-campus {
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    letter-spacing: -1px;
    line-height: 1.375;
    min-width: 50px;
    padding: 0 8px;
    white-space: nowrap;
    font-size: 8px;
    font-size: 0.8rem; }
    .navi-header-campus span {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      width: 100%; } }
/* メインエリア
   ========================================================================== */
.faculty-lead {
  line-height: 1.375;
  padding: 40px 0 20px;
  font-size: 36px;
  font-size: 3.6rem; }

.faculty-interest {
  background-image: url(img/bg_faculty_interest.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: 10px;
  height: 210px;
  margin-top: 40px;
  margin-bottom: 34px; }

.faculty-interest-ttl {
  display: table-cell;
  padding: 0 35px 0 25px;
  vertical-align: bottom; }

.faculty-interest-txt {
  display: table-cell;
  vertical-align: middle; }

.faculty-movie {
  height: 0;
  padding-top: 56.25%;
  position: relative; }
  .faculty-movie iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

@media screen and (max-width: 767px) {
  .faculty-lead {
    padding: 18px 0 10px;
    font-size: 20px;
    font-size: 2rem; }

  .faculty-interest {
    height: auto;
    margin-bottom: 30px;
    margin-top: 20px; }

  .faculty-interest-ttl {
    padding: 0 3.3802816901% 0 2.8169014085%;
    width: 45.0704225352%; }

  .faculty-interest-txt {
    padding: 15px 10px 15px 0; } }
/* サイドナビ
   ========================================================================== */
.navi-nav {
  padding: 12px 20px 0; }
  .navi-nav > li {
    line-height: 1.375;
    margin-bottom: 30px; }
    .navi-nav > li:last-child {
      margin-bottom: 0; }
  .navi-nav a {
    text-decoration: none; }
    .navi-nav a:hover {
      text-decoration: underline; }
  .navi-nav .active {
    color: #078df1; }

.navi-nav-ttl {
  color: #fff;
  line-height: 1;
  padding: 3px 17px;
  font-size: 13px;
  font-size: 1.3rem; }

.navi-nav-list li {
  margin-top: 10px;
  font-size: 17px;
  font-size: 1.7rem; }
.navi-nav-list span {
  display: inline-block;
  padding: 0 0 0 16px;
  position: relative; }
  .navi-nav-list span:before {
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.4em;
    bottom: 0;
    width: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* 学部・学科ごとの設定
   ========================================================================== */
.navi-header.law {
  background-image: url(../law/img/head_bg_law.jpg); }

.navi-header.economics {
  background-image: url(../economics/img/head_bg.jpg); }

.navi-header.business {
  background-image: url(../business/img/head_bg.jpg); }

.navi-header.humanities {
  background-image: url(../humanities/img/head_bg.jpg); }

.navi-header.psychology {
  background-image: url(../psychology/img/head_bg.jpg); }

.navi-header.gendai {
  background-image: url(../gendai/img/head_bg.jpg); }

.navi-header.bosai {
  background-image: url(../bosai/img/head_bg.jpg); }

.navi-header.global {
  background-image: url(../global/img/head_bg.jpg); }

.navi-header.society {
  background-image: url(../society/img/head_bg.jpg); }

.navi-header.physiotherapy {
  background-image: url(../physiotherapy/img/head_bg.jpg); }

.navi-header.occupationaltherapy {
  background-image: url(../occupationaltherapy/img/head_bg.jpg); }

.navi-header.kanrieiyou {
  background-image: url(../nutrition_major/img/head_bg.jpg); }

.navi-header.seimeieiyou {
  background-image: url(../nutrition_life/img/head_bg.jpg); }

.navi-header.pharmacy {
  background-image: url(../pharmacy/img/head_bg.jpg); }

@media screen and (max-width: 767px) {
  .navi-header.law:before {
    background-image: url(../law/img/head_bg_sp.jpg); }

  .navi-header.economics:before {
    background-image: url(../economics/img/head_bg_sp.jpg); }

  .navi-header.business:before {
    background-image: url(../business/img/head_bg_sp.jpg); }

  .navi-header.humanities:before {
    background-image: url(../humanities/img/head_bg_sp.jpg); }

  .navi-header.psychology:before {
    background-image: url(../psychology/img/head_bg_sp.jpg); }

  .navi-header.gendai:before {
    background-image: url(../gendai/img/head_bg_sp.jpg); }

  .navi-header.bosai:before {
    background-image: url(../bosai/img/head_bg_sp.jpg); }

  .navi-header.global:before {
    background-image: url(../global/img/head_bg_sp.jpg); }

  .navi-header.society:before {
    background-image: url(../society/img/head_bg_sp.jpg); }

  .navi-header.physiotherapy:before {
    background-image: url(../physiotherapy/img/head_bg_sp.jpg); }

  .navi-header.occupationaltherapy:before {
    background-image: url(../occupationaltherapy/img/head_bg_sp.jpg); }

  .navi-header.kanrieiyou:before {
    background-image: url(../nutrition_major/img/head_bg_sp.jpg); }

  .navi-header.seimeieiyou:before {
    background-image: url(../nutrition_life/img/head_bg_sp.jpg); }

  .navi-header.pharmacy:before {
    background-image: url(../pharmacy/img/head_bg_sp.jpg); }

  #global .navi-header-inner strong {
    transform: scale(0.9, 1);
    transform-origin: left top; } }
#law .navi-header-inner {
  background-color: #03b8df; }

#economics .navi-header-inner {
  background-color: #8fc31f; }

#business .navi-header-inner {
  background-color: #cc5d4e; }

#humanities .navi-header-inner {
  background-color: #5185c5; }
  
#psychology .navi-header-inner {
  background-color: #d796c0; }

#social .navi-header-inner {
  background-color: #e83817; }

#global .navi-header-inner {
  background-color: #f8b317; }

#rehabilitation .navi-header-inner {
  background-color: #ed6c00; }

#nutrition .navi-header-inner {
  background-color: #f5a500; }

#pharmacy .navi-header-inner {
  background-color: #ec6d81; }

#law .faculty-lead {
  color: #03b8df; }

#economics .faculty-lead {
  color: #8fc31f; }

#business .faculty-lead {
  color: #cc5d4e; }

#humanities .faculty-lead {
  color: #5185c5; }
#psychology .faculty-lead {
  color: #d796c0; }
#social .faculty-lead {
  color: #e83817; }

#global .faculty-lead {
  color: #f8b317; }

#rehabilitation .faculty-lead {
  color: #ed6c00; }

#nutrition .faculty-lead {
  color: #f5a500; }

#pharmacy .faculty-lead {
  color: #ec6d81; }

#law .faculty-interest {
  background-color: #03b8df; }

#economics .faculty-interest {
  background-color: #8fc31f; }

#business .faculty-interest {
  background-color: #cc5d4e; }

#humanities .faculty-interest {
  background-color: #5185c5; }
  
#psychology .faculty-interest {
  background-color: #d796c0; } 

#social .faculty-interest {
  background-color: #e83817; }

#global .faculty-interest {
  background-color: #f8b317; }

#rehabilitation .faculty-interest {
  background-color: #ed6c00; }

#nutrition .faculty-interest {
  background-color: #f5a500; }

#pharmacy .faculty-interest {
  background-color: #ec6d81; }

.navi-nav-law .navi-nav-ttl {
  background-color: #03b8df; }

.navi-nav-economics .navi-nav-ttl {
  background-color: #8fc31f; }

.navi-nav-business .navi-nav-ttl {
  background-color: #cc5d4e; }

.navi-nav-humanities .navi-nav-ttl {
  background-color: #5185c5; }
  
.navi-nav-psychology .navi-nav-ttl {
  background-color: #d796c0; }

.navi-nav-social .navi-nav-ttl {
  background-color: #e83817; }

.navi-nav-global .navi-nav-ttl {
  background-color: #f8b317; }

.navi-nav-rehabilitation .navi-nav-ttl {
  background-color: #ed6c00; }

.navi-nav-nutrition .navi-nav-ttl {
  background-color: #f5a500; }

.navi-nav-pharmacy .navi-nav-ttl {
  background-color: #ec6d81; }

/* ==========================================================================
   01. 学科選びナビ index
   ========================================================================== */
/* ==========================================================================
   学科選びナビ index
   ========================================================================== */
.full-cont #main {
  width: 1220px;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .full-cont #main {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; } }
/* ページタイトル --------------------------------------- */
.cmn-header {
  background: url(img/ttl_bg.jpg) no-repeat top center;
  background-color: #fff;
  background-size: cover;
  height: 250px;
  position: relative; }
  .cmn-header h1 {
    text-align: center;
    padding-top: 85px; }

@media screen and (max-width: 767px) {
  .cmn-header {
    background: url(img/ttl_bg_sp.jpg);
    background-size: cover;
    height: auto; }
    .cmn-header h1 {
      text-align: center;
      padding: 14% 0; }
      .cmn-header h1 img {
        width: 80%; } }
/* セレクトリスト --------------------------------------- */
.select-wrap {
  padding: 40px 0 0;
  background: url(img/bg.gif) repeat top left;
  border-bottom: 4px solid #078df1; }

.select-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .select-list li {
    float: left;
    font-size: 17px;
    font-size: 1.7rem;
    color: #078df1;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 0;
    /*width: 190px;*/
	width: 160px;
    border-radius: 30px;
    box-shadow: 3px 3px rgba(7, 141, 241, 0.3);
    margin-bottom: 15px;
    margin-right: 10px;
    transition: 0.3s; }
    .select-list li:nth-childe(6n) {
      margin-right: 0; }
    .select-list li:hover {
      cursor: pointer; }
    .select-list li:hover, .select-list li.active {
      background-color: #078df1;
      color: #fff; }
    .select-list li.law {
      color: #03b8df;
      box-shadow: 3px 3px rgba(3, 184, 223, 0.3); }
      .select-list li.law:hover, .select-list li.law.active {
        color: #fff;
        background-color: #03b8df; }
    .select-list li.economics {
      color: #8fc31f;
      box-shadow: 3px 3px rgba(143, 195, 31, 0.3); }
      .select-list li.economics:hover, .select-list li.economics.active {
        color: #fff;
        background-color: #8fc31f; }
    .select-list li.business {
      color: #cc5d4e;
      box-shadow: 3px 3px rgba(204, 93, 78, 0.3); }
      .select-list li.business:hover, .select-list li.business.active {
        color: #fff;
        background-color: #cc5d4e; }
    .select-list li.humanities {
      color: #5185c5;
      box-shadow: 3px 3px rgba(81, 133, 197, 0.3); }
      .select-list li.humanities:hover, .select-list li.humanities.active {
        color: #fff;
        background-color: #5185c5; }
	  
	 .select-list li.psychology {
      color: #d796c0;
      box-shadow: 3px 3px rgba(215, 150, 192, 0.3); }
	  
	   .select-list li.psychology:hover, .select-list li.psychology.active {
        color: #fff;
        background-color: #d796c0; }
	  

    .select-list li.social {
      color: #e83817;
      box-shadow: 3px 3px rgba(232, 56, 23, 0.3); }
      .select-list li.social:hover, .select-list li.social.active {
        color: #fff;
        background-color: #e83817; }
    .select-list li.global {
      color: #f8b317;
      box-shadow: 3px 3px rgba(248, 179, 23, 0.3); }
      .select-list li.global:hover, .select-list li.global.active {
        color: #fff;
        background-color: #f8b317; }
    .select-list li.rehabili {
      color: #ed6c00;
      box-shadow: 3px 3px rgba(237, 108, 0, 0.3); }
      .select-list li.rehabili:hover, .select-list li.rehabili.active {
        color: #fff;
        background-color: #ed6c00; }
    .select-list li.nutrition {
      color: #f5a500;
      box-shadow: 3px 3px rgba(245, 165, 0, 0.3); }
      .select-list li.nutrition:hover, .select-list li.nutrition.active {
        color: #fff;
        background-color: #f5a500; }
    .select-list li.pharmacy {
      color: #ec6d81;
      box-shadow: 3px 3px rgba(236, 109, 129, 0.3); }
      .select-list li.pharmacy:hover, .select-list li.pharmacy.active {
        color: #fff;
        background-color: #ec6d81; }
  .select-list li.w400 {
    width: 400px; }
  .select-list li.w340 {
    width: 340px; }

.btn-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px; }
  .btn-list li {
    box-sizing: border-box;
    padding: 15px 0;
    margin-right: 20px;
    width: 590px;
    background-color: #a0dcff;
    min-height: 60px;
    border-radius: 10px 10px 0 0;
    text-align: center; }
    .btn-list li:last-child {
      margin-right: 0; }
  .btn-list li:hover {
    cursor: pointer;
    background-color: #078df1; }
  .btn-list li.active {
    background-color: #078df1; }

@media screen and (max-width: 767px) {
  .select-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10px 0; }

  .select-list {
    width: 100%;
    float: none; }

  select {
    margin-bottom: 10px;
    background-color: #fff !important; }

  .btn-list {
    width: 100%;
    padding-top: 10px; }
    .btn-list li {
      width: 49%;
      margin-right: 2%;
      padding: 10px 15px 15px;
      min-height: initial; } }
/* isotope --------------------------------------- */
.isotope {
  margin-right: -20px; }

.item {
  float: left;
  position: relative;
  margin: 10px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #e8f5ff 50%, #ddf0ff 50%);
  box-shadow: -3px -3px #bee6ff inset; }
  .item:hover {
    cursor: pointer; }
  .item.visited {
    background: linear-gradient(135deg, #e9e9e9 50%, #d5d5d5 50%);
    box-shadow: -3px -3px #c8c8c8 inset; }
  .item .sttl {
    box-sizing: border-box;
    z-index: 5;
    line-height: 1.4;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .item .sttl span {
      display: table-cell;
      vertical-align: middle;
      text-align: center !important; }
    .item .sttl small {
      font-size: 13px;
      font-size: 1.3rem;
      display: block; }

.small {
  width: 224px;
  height: 224px; }
  .small .sttl {
    padding: 25px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #078df1; }
    .small .sttl span {
      width: 174px;
      height: 174px; }

.big {
  width: 468px;
  height: 468px; }
  .big .sttl {
    width: 200px;
    height: 200px;
    padding: 15px;
    background-color: rgba(7, 141, 241, 0.6);
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff; }
    .big .sttl span {
      width: 170px;
      height: 170px; }
  .big img {
    width: 100%;
    height: auto; }

.big.visited .sttl {
  background-color: rgba(70, 70, 70, 0.6); }

.big.visited img {
  opacity: .5; }

.menu {
  width: 468px;
  height: 468px; }

.menu-wrap {
  width: 468px;
  height: 468px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #e8f5ff;
  transition: all .3s;
  opacity: 0;
  display: none;
  pointer-events: none;
  border: 5px solid #078df1;
  box-sizing: border-box; }
  .menu-wrap.show {
    opacity: 1;
    display: block; }
    .menu-wrap.show a {
      pointer-events: auto; }
  .menu-wrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #078df1;
    text-align: center;
    line-height: 1;
    margin: 25px 0 10px 0; }
    .menu-wrap h2 small {
      font-size: 16px;
      font-size: 1.6rem;
      display: block;
      margin-top: 10px; }
  .menu-wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 15px; }
  .menu-wrap ul {
    width: 94%;
    margin: 0 3%; }
  .menu-wrap li {
    display: inline; }
  .menu-wrap li a {
    font-size: 13px;
    font-size: 1.3rem;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 20px;
    text-decoration: none;
    pointer-events: none; }
  .menu-wrap li:nth-child(even) a {
    margin-right: 0; }
  .menu-wrap li a.mr0 {
    margin-right: 0 !important; }
  .menu-wrap li a.mr2 {
    margin-right: 2% !important; }
  .menu-wrap li.wide a {
    width: 100%; }
  .menu-wrap .law a {
    color: #03b8df;
    border: 1px solid #03b8df; }
    .menu-wrap .law a:hover, .menu-wrap .law a.active {
      color: #fff;
      background-color: #03b8df; }
  .menu-wrap .economics a {
    color: #8fc31f;
    border: 1px solid #8fc31f; }
    .menu-wrap .economics a:hover, .menu-wrap .economics a.active {
      color: #fff;
      background-color: #8fc31f; }
  .menu-wrap .business a {
    color: #cc5d4e;
    border: 1px solid #cc5d4e; }
    .menu-wrap .business a:hover, .menu-wrap .business a.active {
      color: #fff;
      background-color: #cc5d4e; }
  .menu-wrap .humanities a {
    color: #5185c5;
    border: 1px solid #5185c5; }
    .menu-wrap .humanities a:hover, .menu-wrap .humanities a.active {
      color: #fff;
      background-color: #5185c5; }
  .menu-wrap .psychology a {
    color: #d796c0;
    border: 1px solid #d796c0; }
    .menu-wrap .psychology a:hover, .menu-wrap .psychology a.active {
      color: #fff;
      background-color: #d796c0; }
  .menu-wrap .social a {
    color: #e83817;
    border: 1px solid #e83817; }
    .menu-wrap .social a:hover, .menu-wrap .social a.active {
      color: #fff;
      background-color: #e83817; }
  .menu-wrap .global a {
    color: #d69606;
    border: 1px solid #f8b317;
    letter-spacing: -0.05em;
    font-size: 11px;
    font-size: 1.1rem; }
    .menu-wrap .global a:hover, .menu-wrap .global a.active {
      color: #fff;
      background-color: #f8b317; }
  .menu-wrap .rehabili a {
    color: #ed6c00;
    border: 1px solid #ed6c00; }
    .menu-wrap .rehabili a:hover, .menu-wrap .rehabili a.active {
      color: #fff;
      background-color: #ed6c00; }
  .menu-wrap .nutrition a {
    color: #dc9400;
    border: 1px solid #f8b317; }
    .menu-wrap .nutrition a:hover, .menu-wrap .nutrition a.active {
      color: #fff;
      background-color: #f5a500; }
  .menu-wrap .pharmacy a {
    color: #ec6d81;
    border: 1px solid #ec6d81; }
    .menu-wrap .pharmacy a:hover, .menu-wrap .pharmacy a.active {
      color: #fff;
      background-color: #ec6d81; }


#law .ttl_guardian,
#economics .ttl_guardian,
#business .ttl_guardian,
#humanities .ttl_guardian,
#psychology .ttl_guardian,
#social .ttl_guardian,
#global .ttl_guardian,
#rehabilitation .ttl_guardian,
#nutrition .ttl_guardian,
#pharmacy .ttl_guardian{
	padding:20px 40px 30px;
	border:#dddddd 2px solid;
	margin:20px 0;
}

#business .ttl_guardian .ttl_guardian-clear{
    content: "";
    display: block;
    clear: both;
	overflow:auto; }

#business .ttl_guardian .item-main-L{
	float:left;
	width:35%
}

#business .ttl_guardian .item-main-R{
	float:right;
	width:60%
}

#business .ttl_guardian .item-main-R ul{
	list-style:disc !important;
}

#business .ttl_guardian .item-main-R .midashi{
	margin-left:-1.5em;
	font-weight:bold;
}

.img_point{
	text-align:center;
	margin:20px auto 35px;
	width:100%;
}



@media screen and (max-width: 767px) {
  .isotope {
    width: 400px;
    margin-top: 0; }

  .item {
    margin: 10px; }

  .small {
    width: 180px;
    height: 180px; }
    .small .sttl {
      padding: 25px;
      font-size: 18px;
      font-size: 1.8rem; }
      .small .sttl span {
        width: 120px;
        height: 120px; }

  .big {
    width: 380px;
    height: 380px; }
    .big .sttl {
      width: 200px;
      height: 200px;
      padding: 15px;
      font-size: 26px;
      font-size: 2.6rem; }
      .big .sttl span {
        width: 170px;
        height: 170px; }
    .big img {
      width: 100%;
      height: auto; }

  .menu {
    width: 380px;
    height: 380px; }

  .menu-wrap {
    width: 380px;
    height: 380px; }
    .menu-wrap h2 {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 25px 0 10px 0; }
    .menu-wrap p {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 10px; }
    .menu-wrap ul {
      width: 90%;
      margin: 0 5%; }
    .menu-wrap li {
      display: inline; }
    .menu-wrap li a {
      font-size: 11px;
      font-size: 1.1rem;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      height: 30px;
      line-height: 30px;
      background-color: #fff;
      border-radius: 20px;
      text-decoration: none;
      pointer-events: none; }
    .menu-wrap .global a span {
      display: inline-block;
      width: 116%;
      margin-left: -7%;
      transform: scale(0.8, 1); }
    .menu-wrap li:nth-child(even) a {
      margin-right: 0; }
    .menu-wrap li.wide a {
      width: 100%; } 

#law .ttl_guardian,
#economics .ttl_guardian,
#business .ttl_guardian,
#humanities .ttl_guardian,
#psychology .ttl_guardian,
#social .ttl_guardian,
#global .ttl_guardian,
#rehabilitation .ttl_guardian,
#nutrition .ttl_guardian,
#pharmacy .ttl_guardian{
	padding:0 20px;
	margin:20px 0;
}

#business .ttl_guardian .item-main-L{
	margin-top:10px;
	float:none;
	width:100%;
}

#business .ttl_guardian .item-main-R{
	float:none;
	width:100%;
	margin-left:2em !important;
	margin-top:10px;
	margin-bottom:20px;
}

#business .ttl_guardian .item-main-R .midashi{
	margin-left:-2em;
}

}
