/**/
/* ---------------------------------------------------------
html
----------------------------------------------------------*/
body {
  font-size:13px;
  min-width:900px;
  background: #F0F3F8;
}
/*body.top_level_page_course {
  background: #fff;
}*/
a {
  color:#27B9DC;
  text-decoration:none;
  /*text-decoration:underline;*/
}
a:hover {
  color:#333;
  text-decoration:underline;
}
sup {
 font-size:10px;
}
del {
  opacity:.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: .5;
  -moz-opacity: .5;
}

/* --------------------------------------------------------
layout
----------------------------------------------------------*/
.container {
  padding-top: 170px;
  padding-left: 180px;
  margin:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.header > .inner,
.description > .inner,
.global_nav > ul,
.main > .inner,
.footer .inner,
.home .main > section > .inner,
.title_image .inner,
.pagetop,
.breadcrumb ul {
  width: 100%;
  max-width:900px;
  margin:0 auto;
}

.header {
  position:fixed;
  z-index:3000;
  top: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
  width: 100%;                /* 横幅100%　*/
  background:#fff;
  padding-left: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.global_nav > ul > li > div {
  padding-left: 180px !important;
}
.main {
  position:relative;
  padding-bottom: 30px;
}
.main_content {
  width:71.3%;/*642px*/
  float: left;
}
.main_content.fullwidth {
  width: 100%;
  float: none;
}
.sidebar {
  width:21.12%;/*190px*/
  float: right;
}
.footer {
  position:relative;
}
/*fix_navを閉じた状態*/
.container.fix_nav_closed {
  padding-left: 0;
}
.container.fix_nav_closed .header {
  padding-left: 0;
}
.container.fix_nav_closed .global_nav > ul > li > div {
  padding-left: 0 !important;
}
@media screen and (min-width: 1081px) and (max-width: 1260px) {
    /*fixed_navが閉じた状態でheaderがfix_naxにくっつかないように*/
    .container.fix_nav_closed .header > .inner,
    .container.fix_nav_closed .description > .inner,
    .container.fix_nav_closed .global_nav > ul {
      padding-left: 10px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1260px) {
    /*fixed_navの開閉でheaderとmainの位置がずれないように*/
    .container.fix_nav_closed .header {
      padding-left: 180px;
    }
    .container.fix_nav_closed .header > .inner,
    .container.fix_nav_closed .description > .inner,
    .container.fix_nav_closed .global_nav > ul {
      margin-left: 0;
    }
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/

/*回り込み解除
-----------------------------*/

.header .description:after,
.footer .inner:after,
.box_set > *:after,
.col > *:after,
.clearfix:after,
.copyright:after {
  content:"";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
br.clearfix,
.clear {
  clear:both;
}

/*影
-----------------------------*/
.boxshadow {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -o-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/*上部に内側の影*/
.boxshadow_inset {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 2px 5px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 2px 5px rgba(0,0,0,0.3) inset;
}

/*見出しスタイル
-----------------------------*/
.main_content h1:last-child,#main_content .h1:last-child,
.main_content h2:last-child,#main_content .h2:last-child,
.main_content h3:last-child,#main_content .h3:last-child,
.main_content h4:last-child,#main_content .h4:last-child,
.main_content h5:last-child,#main_content .h5:last-child,
.main_content h6:last-child,#main_content .h6:last-child {
  margin-bottom: 0;
}
.main_content h1 a,#main_content .h1 a,
.main_content h2 a,#main_content .h2 a,
.main_content h3 a,#main_content .h3 a,
.main_content h4 a,#main_content .h4 a,
.main_content h5 a,#main_content .h5 a,
.main_content h6 a,#main_content .h6 a {
  color: inherit;
}

/*h1*/
.main_content h1,
#main_content .h1 {
}

/*h2*/
.main_content h2,
#main_content .h2,
.main_content.fullwidth h2.secondary,
#main_content.fullwidth .h2.secondary {
  padding: 0;
  margin: 0;
  border: none;
  font-weight:normal;
  font-size:28px;
  margin-bottom:15px;
  line-height:1.3;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
}
.main_content h2 span,
#main_content .h2 span,
.main_content.fullwidth h2.secondary span,
#main_content.fullwidth .h2.secondary span {
  display: inline-block;
  padding:18px 0;
  position: relative;
}
.main_content h2 span:before,
#main_content .h2 span:before,
.main_content.fullwidth h2.secondary span:before,
#main_content.fullwidth .h2.secondary span:before {
  position: absolute;
  content:"";
  display: block;
  /*width: 80px;*/
  height: 2px;
  background-color: #004BA5;
  top: 0;
  left: 0;
  right: 0;
}
/*fullwidth*/
.main_content.fullwidth h2,
#main_content.fullwidth .h2,
.main_content h2.secondary,
#main_content .h2.secondary {
  text-align: center;
  margin-bottom: 33px;
}
.main_content.fullwidth h2 span,
#main_content.fullwidth .h2 span,
.main_content h2.secondary span,
#main_content .h2.secondary span {
  padding-top: 0;
}
.main_content.fullwidth h2 span:before,
#main_content.fullwidth .h2 span:before,
.main_content h2.secondary span:before,
#main_content .h2.secondary span:before {
  top: auto;
  bottom: 0;
  /*left: 50%;
  margin-left: -40px;*/
}

/*h3*/
.main_content h3,
#main_content .h3 {
  color: #fff;
  font-size:22px;
  font-weight:normal;
  margin-bottom:20px;
  background-color:#004BA5;
  padding: 13px 20px;
  line-height:1.3;
}
.main_content h3.secondary,
#main_content .h3.secondary {
  border:none;
  font-size:20px;
  color:#333;
  background-color: transparent !important;
  padding:0;
  line-height:1.6;
  margin-bottom:30px;
  letter-spacing: 1px;
}
.main_content h3.label,
#main_content .h3.label {
  display: inline-block;
  font-size: 16px;
  padding: 8px 30px;
}
/*h4*/
.main_content h4,
#main_content .h4 {
  font-size:20px;
  font-weight:normal;
  margin-bottom:20px;
  padding-bottom:10px;
  padding-top:0;
  border-bottom:2px solid;
  letter-spacing: 1px;
}
.main_content a h4,#main_content a .h4 {
  color:#333;
}
.main_content h4.secondary,
#main_content .h4.secondary {
  color:#004BA5;
  padding-bottom: 0;
  border-bottom: none;
}
/*h5*/
.main_content h5,
#main_content .h5 {
  color:#333;
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
  padding-bottom:0;
  padding-left: 15px;
  padding-top:0;
  border-bottom:none;
  position: relative;
}
.main_content h5:before,
#main_content .h5:before {
  content:"";
  display: block;
  width: 2px;
  background-color: #8CA9CD;
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  border-radius: 0;
  height: auto;
}
.main_content h5.secondary,
#main_content .h5.secondary {
  padding-left: 0;
  padding-top: 15px;
}
.main_content h5.secondary:before,
#main_content .h5.secondary:before {
  height: 2px;
  width: 60px;
  left: 0;
}
/*h6*/
.main_content h6,
#main_content .h6 {
  color:#333;
  font-size:15px;
  font-weight:bold;
  padding-bottom:0;
  padding-top:0;
  margin-bottom:10px;
  border-bottom:none;
  padding-left: 15px;
  position: relative;
}
.main_content h6:before,
#main_content .h6:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  bottom: auto;
  width: 9px;
  height: 9px;
  background: #8CA9CD;
  line-height: 1;
  border-radius: 50%;
}
.main_content h6.secondary,
#main_content .h6.secondary {
  padding-left: 0;
  padding-bottom:5px;
  border-bottom: 1px solid #DEE2E6;
}
.main_content h6.secondary:before,
#main_content .h6.secondary:before {
  display: none;
}

/*.h2,.h3,.h4のbefore*/
.main_content .h2:before,
.main_content .h3:before,
.main_content .h4:before {
  display: none;
}

/*キャプション*/
#main_content .caption {
  font-size: 26px;
  border:none;
  background-color: transparent;
  padding:0;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight:normal;
  margin-bottom:20px;
}
#main_content .caption:before {
  display: none;
}
#main_content .caption span:before {
  display: none;
}
#main_content .caption.secondary {
  font-size: 22px;
  text-align: center;
  position: relative;
}
#main_content .caption.secondary:before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #ccc;
  background-color: rgba(0,0,0,.1);
}
#main_content .caption.secondary span {
  background: #F0F3F8; /*背景と同色*/
  padding: 0 30px;
  display: inline-block;
  position: relative;
  max-width: 85%;
}

/*見出しグループスタイル
-----------------------------*/
#main_content .heading_group {
  border-bottom: 3px double #DEE2E6;
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
}
#main_content .heading_group h2 {
  margin-bottom: 0;
  padding: 0;
}
#main_content .heading_group h3 {
  margin-bottom: 0;
  color: #004BA5;
  font-weight; bold;
  background-color: transparent;
  padding: 0;
  line-height: inherit;
}
#main_content .heading_group h4 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.3;
}
#main_content .heading_group h5,
#main_content .heading_group h6 {
  margin-bottom: 0;
  line-height: 1.3;
}
#main_content .heading_group h3 small,
#main_content .heading_group h4 small {
  font-size: 63%;
  display: inline-block;
}

/*セクションスタイル
-----------------------------*/

.main_content section,
.main_content article {
  margin-bottom:40px;
}
.main_content section.half,
.main_content article.half {
  margin-bottom:20px;
}

/*カラムボックススタイル
-----------------------------*/

/*(2015.7.30 : IE10-だとcalcに不具合)
.col {
  margin-left:-30px;
}
.col > * {
  margin-left:30px;
  margin-bottom:30px;
}
.col_1 > * {
  width:-webkit-calc(100% - 30px);
  width:calc(100% - 30px);
  width:46%;
}
.col_2 > * {
  width:-webkit-calc(100% / 2 - 30px);
  width:calc(100% / 2 - 30px);
  width:46%;
}
.col_3 > * {
  width:-webkit-calc(100% / 3 - 30px);
  width:calc(100% / 3 - 30px);
}
.col_4 > * {
  width:-webkit-calc(100% / 4 - 30px);
  width:calc(100% / 4 - 30px);
}
.col_5 > * {
   width:-webkit-calc(100% / 5 - 30px);
  width:calc(100% / 5 - 30px);
}
.col_6 > * {
  width:-webkit-calc(100% / 6 - 30px);
  width:calc(100% / 6 - 30px);
}
*/
/*カラムボックススタイル(IE8以下と同様)*/
.col:not(.borderless) {
  margin-left:-4%;
}
#main_content .col:not(.borderless) {
  margin-bottom: 0;
}
.col:not(.borderless) > * {
  margin-left:4%;
  margin-bottom:20px;
}
.col_1:not(.borderless) > * {
  width:96%;/*100%-4%*/
}
.col_2:not(.borderless) > * {
  width:46%;/*50%-4%*/
}
.col_3:not(.borderless) > * {
  width:29.33%;/*33.3%-4%*/
}
.col_4:not(.borderless) > * {
  width:21%;/*25%-4%*/
}
.col_5:not(.borderless) > * {
  width:16%;/*20%-4%*/
 }
.col_6:not(.borderless) > * {
  width:12.66%;/*16.6%-4%*/
}
.col_row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-left: 0 !important;
}
.col_row > * {
  padding-left: 1px;
  padding-right: 1px;
}

/*inner*/
.col:not(.borderless) > .full {
  width:96%;/*100%-4%*/
}
.col_3:not(.borderless) > .two_thirds {
  width:62.66%;/*33.3% x 2 - 4%*/ 
}


/*装飾ボックススタイル
-----------------------------*/
/*ボックスのヘッダー*/
#main_content .box_header {
  padding:13px 20px !important;
  background:#8CA9CD;
  color:#fff;
  font-size: 22px;
  font-weight: normal;
  border:none;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.3;
}
#main_content .box_header.sm {
  font-size: 16px;
}
.box_set .box_header,
.box .box_header,
#main_content .box_set .box_header,
#main_content .box .box_header {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
#sidebar .box_set .box_header,
#sidebar .box .box_header {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.box_set .box_header:first-child,
.box .box_header:first-child,
#main_content .box_set .box_header:first-child,
#main_content .box .box_header:first-child {
  margin-top: -20px;
}
#sidebar .box_set .box_header:first-child,
#sidebar .box .box_header:first-child {
  margin-top: -10px;
}

/*ボックスの入れ子設定
  ※box、box_setの中のboxの最後のマージン*/
.box_set > * .box:last-child,
.box .box:last-child {
  margin-bottom: 0;
}
#main_content .box_set > * .box_set:last-child,
#main_content .box .box_set:last-child,
#main_content .box_set > * .col:last-child,
#main_content .box .col:last-child {
  margin-bottom:-20px;
}
#sidebar .box_set > * .box_set:last-child,
#sidebar .box .box_set:last-child,
#sidebar .box_set > * .col:last-child,
#sidebar .box .col:last-child {
  margin-bottom:-10px;
}
/*1.白背景*/
.box_set > *,
.box {
  background-color:#fff;
  border: 1px solid #DEE2E6;
  padding:20px;
  margin-bottom: 20px;
}
#sidebar .box_set > *,
#sidebar .box {
  padding:10px;
  margin-bottom: 10px;
}
a.a_box {
  display:block;
  color:inherit;
  text-decoration: none;
}
.box_set > * > a.a_box,
.box > a.a_box {
  margin:-20px;
  padding:20px;
}

.box_set > * > ul {
  margin-bottom: 20px;
}
#sidebar .box_set > * > ul {
  margin-bottom: 10px;
}

.box_set > * figure {
  text-align: center;
}

.box figure.side,.box figure.mirror,
.box_set figure.side,.box_set figure.mirror {
  margin-bottom: 0;
}

/*2.白ボーダー*/
.box_set.secondary > *,
.box.secondary {
  background-color: transparent;
  border: 3px solid #fff;
}

/*3.トップレベルページ（カテゴリトップ）*/
.box_set.thirdly > *,
.box.thirdly {
  padding: 0 0 30px 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.box_set.thirdly > * > a.a_box,
.box.thirdly > a.a_box {
  margin:0 0 -30px 0;
  padding:0 0 30px 0;
}
#main_content .box_set.thirdly .box_header,
#main_content .box.thirdly .box_header {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.box_set.thirdly > * figure {
  margin-bottom: 0;
  background-color: #fff;
}
.box_set.thirdly > * a.a_box h3 {
  font-size:16px;
  color:#004BA5;
  background-color: #fff;
  border: 1px solid #EBEBED;
  border-left: 4px solid #004BA5;
  letter-spacing: 0;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  margin-bottom: 0;
  position: relative;
}
.box_set.thirdly > * a.a_box p {
  padding: 20px;
  margin-bottom: 0;
  background-color: #fff;
}
.box_set.thirdly > * a.a_box h3:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: auto;
  right: 12px;
  bottom: auto;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #004BA5;
  border-bottom: 2px solid #004BA5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: transparent;
}

.box_set.thirdly > * a.a_box figure + h3 {
  border: none;
  background-color: transparent;
  padding-top:14px;
  padding-bottom:14px;
  padding-left:28px;
  padding-right: 0;
}
.box_set.thirdly > * a.a_box figure + h3:before {
  background-image:url(../univ/images/common/icon_arrow_01.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 18px;
  height: auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  background-position:0 14px;
  margin-top: 0;
  border: none;
  -webkit-transform: none;
  transform: none;
}
.box_set.thirdly > * a.a_box figure + h3 + p {
  padding: 0;
  background-color: transparent;
}
.box_set.thirdly > * .list_mark li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px dotted #DEE2E6;
}
.box_set.thirdly > * .list_mark li:first-child {
  border-top:none;
}

/*4.ななめストライプ*/
.box_set.fourthly > *,
.box.fourthly {
  background-image: url(../univ/images/common/box_fourthly_bg.png);
  padding: 40px;
  border: none;
}
#sidebar .box_set.fourthly > *,
#sidebar .box.fourthly {
  padding: 10px;
}
.col.box_set.fourthly > * {
  padding: 20px;
}
#main_content .box_set.fourthly .box_header,
#main_content .box.fourthly .box_header {
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px;
}
#sidebar .box_set.fourthly .box_header,
#sidebar .box.fourthly .box_header {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
#main_content .col.box_set.fourthly .box_header {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}

/*5.ブルーグレー背景*/
.box_set.fifthly > *,
.box.fifthly {
  background-color:#E2E8F1;
  border: none;
}

/*6.青ボーダー*/
.box_set.sixthly > *,
.box.sixthly {
  border: 3px solid #004BA5;
  background: transparent;
}
#main_content .box_set.sixthly .box_header,
#main_content .box.sixthly .box_header {
  background-color: #004BA5;
}
/*7.ピンクボーダー*/
.box_set.seventhly > *,
.box.seventhly {
  border: 3px solid #FEC3BF;
}
#main_content .box_set.seventhly .box_header,
#main_content .box.seventhly .box_header {
  background-color: #FF6762;
  border-bottom: 3px solid #FEC3BF;
}
.main_content .box_set.seventhly h4,.main_content .box_set.seventhly h5,
#main_content .box_set.seventhly .h4,#main_content .box_set.seventhly .h5,
.main_content .box.seventhly h4,.main_content .box.seventhly h5,
#main_content .box.seventhly .h4,#main_content .box.seventhly .h5 {
  color:#FF6762;
}
.main_content .box_set.seventhly h4,
#main_content .box_set.seventhly .h4,
.main_content .box.seventhly h4,
#main_content .box.seventhly .h4 {
  border-color:#FF6762;
}
.main_content .box.seventhly h5:before, #main_content .box.seventhly .h5:before,
.main_content .box_set.seventhly h5:before, #main_content .box_set.seventhly .h5:before {
  background-color: #FF6762;
}

/*最後のボトムマージン*/
#main_content .box ul:last-child, #main_content .box_set > * ul:last-child,
#main_content .box ol:last-child, #main_content .box_set > * ol:last-child,
#main_content .box p:last-child, #main_content .box_set > * p:last-child,
#main_content .box .btn:last-child, #main_content .box_set > * .btn:last-child,
#main_content .box .btn_set:last-child a, #main_content .box_set > * .btn_set:last-child a,
#main_content .box .scroll_box:last-child .table, #main_content .box_set > *  .scroll_box:last-child .table {
  margin-bottom:0;
}

/*boxのpaddhing*/
#main_content .box.sm,
#main_content .box_set.sm > * {
  padding: 10px !important;
}
#main_content .box_set.sm .box_header,
#main_content .box.sm .box_header {
  margin-top: -10px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 10px !important;
}

/*段落スタイル
-----------------------------*/

.main_content p {
  margin-bottom:20px;
}
.main_content p.half {
  margin-bottom:10px;
}
.main_content th p:last-child,
.main_content td p:last-child,
.main_content dt p:last-child,
.main_content dd p:last-child,
.main_content li p:last-child {
  margin-bottom: 0;
}

/*画像スタイル
-----------------------------*/

figure {
  margin-bottom:10px;
}
figure.center {
  float:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
figure.side {
  float:right;
  margin-left:10px;
  text-align:center;
}
figure.mirror {
  float:left;
  margin-right:10px;
  text-align:center;
}
img.border {
  border:1px solid #E2E2E2;
}

figcaption {
  text-align:center;
  color:#666;
  padding-top:10px;
  /*padding-bottom:10px;*/
  font-size:12px;
}

/*ボタンスタイル
-----------------------------*/

.btn a, a.btn, .btn_set a {
  display: inline-block;
  background:#D2DEF7;
  color:#004BA5;
  padding:15px 60px;
  margin-bottom:10px;
  border-radius:3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn a:before, a.btn:before, .btn_set a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*下向き矢印*/
.btn.down a:before, a.btn.down:before, .btn_set.down a:before, .btn_set a.down:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*上向き矢印*/
.btn.up a:before, a.up:before, .btn_set.up a:before, .btn_set a.up:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*左向き矢印（左配置）*/
.btn.back a:before, a.btn.back:before, .btn_set.back a:before, .btn_set a.back:before {
    left: 12px;
    right: auto;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*見出しの中のボタン*/
h1 .btn, h2 .btn, h3 .btn, h4 .btn, h5 .btn, h6 .btn, .h2 .btn, .h3 .btn, .h4 .btn, .h5 .btn, .h6 .btn {
  margin-bottom: 0;
}

/*ボタンセット*/
.btn_set {
  text-align: center;
}
.btn_set li {
  display: inline-block;
  width: 47%;
  margin-left:4%;
}
.btn_set li:first-child {
  margin-left:0;
}
.btn_set a {
  display:block;
  padding: 15px 0;
}

/*青ライン白ぬきボタン*/
.btn.secondary a, a.btn.secondary, .btn_set.secondary a {
  background-color:#fff !important;
  /*color:#004BA5;
  border: 1px solid #004BA5;*/
  border-style: solid;
  border-width: 1px;
  padding: 10px 30px 10px 25px;
  border-radius: 0;
}
/*グレーのボタン*/
.btn.thirdly a, a.btn.thirdly, .btn_set.thirdly a {
  background:#999;
  color:#fff;
  padding: 8px 30px 8px 25px;
}
.btn.thirdly a:before, a.btn.thirdly:before, .btn_set.thirdly a:before {
  border-color: #fff !important;
}
/*黄色のボタン*/
.btn.fourthly a, a.btn.fourthly, .btn_set.fourthly a {
  background:#FFEC00;
  color:#333;
  padding: 8px 30px 8px 25px;
}
/*小さいボタン*/
.btn.sm {
  padding:5px 15px 5px 5px !important;
  font-size:11px;
}
.btn.sm a:before, a.btn.sm:before, .btn_set.sm a:before {
  right: 5px;
}
/*大きいボタン*/
.btn.lg {
  font-size:16px;
  /*font-weight: normal;*/
  letter-spacing: 1px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/*使用不可ボタン*/
.btn.disabled {
  display: inline-block;
  background:#ccc;
  color:#fff;
  cursor: not-allowed;
}
.btn.disabled a:before, a.btn.disabled:before, .btn_set.disabled a:before {
  border-color: #fff !important;
}
/*paddingが小さいボタン*/
.btn.padding_sm {
  padding: 8px 30px 8px 25px !important;
}
/*paddingが大きいボタン*/
.btn.padding_lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/*リストスタイル
（日付、タイトル、ラベルのみ）
-----------------------------*/

.list_line > li,
.list_line > dl,dl.list_line {
  margin-bottom:10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DEE2E6;
}
.box .list_line > li,
.box .list_line > dl,.box dl.list_line {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.box .list_line:last-child > li:last-child,
.box .list_line:last-child > dl:last-child,
.box dl.list_line:last-child {
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom:-20px;
}
.main_content .list_line h3 {
  text-align:left;
  background-color:transparent;
  padding:0;
  margin:0;
  font-size:13px;
  font-weight:normal;
}
.list_line dt,
.list_line dd {
  display:inline-block;
  vertical-align:top;
}
.list_line dt {
  background:#fff;
  text-align:center;
  width:20%;
  font-weight:bold;
  padding:10px 5px;
}
.list_line dd {
  width:78%;
  padding: 10px 0 10px 10px;
}
.list_line .ph {
  display: none !important;
}
.list_line > li > a {
  display: table;
  width: 100%;
  border-spacing: 5px;
  text-align: left;
  text-decoration: none;
}
.list_line > li > a > * {
  display: table-cell;
  margin-bottom: 0;
  white-space: nowrap;
}

/*タイトル*/
.list_line > li > a .title {
  white-space: normal;
}
.list_line li > a[target="_blank"] .title:after {
  content:"";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../images/shared/icon_popup.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
/*カテゴリ*/
.list_line .meta_category {
  width: 100px;
  text-align: center;
}
/*日付*/
.list_line time {
  width: 65px;
  color: #999;
  font-size: 11px;
  white-space: nowrap;
}
/*イベント終了*/
/*.list_line > li:not(.cat_event) > a .meta_unpublished {
  display: none !important;
}*/
/*施設種別*/
.list_line > li > a .meta_academic {
  text-align: right;
}
/*サイト種別*/
.list_line > li > a .meta_site {
  text-align: right;
}
.list_line a {
  color: inherit;
}

/*サイドバー内の場合*/
.sidebar .list_line > li > a {
  display: block;
}
.sidebar .list_line > li > a > * {
  display: block;
}
.sidebar .list_line > li > a > time {
  width: 60px;
  font-size: 10px;
  display: inline-block;
}
.sidebar .list_line > li > a > .meta_category {
  width: 70px;
  display: inline-block;
}
.sidebar .list_line > li > a > .meta_category span {
  min-width: 0;
  width: 100%;
}

/*画像メインのリストスタイル
(新着情報一覧ページに利用)
-----------------------------*/

.list_visual {
  margin-left:-3px !important;
  margin-bottom:30px;
}
.list_visual:after {
  content:"";
  height:0;
  display:block;
  visibility:hidden;
  clear:both;
}
.list_visual li {
  position: relative;
  display:block;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.list_visual li:after {
    content:"";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: transparent;
    margin-top: -7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.list_visual.col_2 li {
  width: 50%;
}
.list_visual.col_3 li {
  width: 33.3%;
}
.list_visual.col_4 li {
  width: 25%;
}
.list_visual.col_5 li {
  width: 20%;
}
.list_visual li a {
  display:block;
  margin-left:3px;
  margin-bottom:3px;
  background: #fff;
  position:relative;
  color:inherit;
  text-decoration:none;
  min-height: 110px;
}
/*サムネイル画像*/
.list_visual li a .ph {
  width:165px;
  height:110px;
  overflow:hidden;
  text-align:center;
  background-color: #ebebeb;
  /*background-image:url(../images/news/news_bg.jpg);*/
  background-image:url(../univ/images/about/symbol_img01.gif);
  background-size: 23%;
  background-position:center;
  background-repeat:no-repeat;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  position: absolute;
}
.list_visual li a .ph img {
  width:auto;
  height:100%;
  margin:auto;
  max-width: none;
}
.list_visual li a .ph img.asset_yoko {
  object-fit: cover !important;
  width: 100%;
}
/*記事タイトル*/
.list_visual li a .title {
  padding:10px 20px 0 180px;
  text-align:left;
  color:#666;
  font-size: 13px;
  margin-bottom: 0;
}
.list_visual li a[target="_blank"] .title:after {
  content:"";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../images/shared/icon_popup.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
/*日付*/
.list_visual li a time {
  display:block;
  color:#999;
  padding-left:180px;
  padding-top: 15px;
  font-size: 11px;
  text-align: left;
}
/*カテゴリ*/
.list_visual li a .meta_category {
  display:block;
  margin-right: 15px;
  margin-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
/*イベント終了*/
.list_visual li a .meta_unpublished {
  padding-left:180px;
}
/*施設種別*/
.list_visual li a .meta_academic {
  position: absolute;
  bottom:15px;
  right: 15px;
}
/*サイト種別*/
.list_visual li a .meta_site {
  position: absolute;
  top: 1px;
  left: 1px;
}

/*＋colの場合*/
#main_content .list_visual.col {
  margin-bottom:30px;
}
.col.list_visual li:after {
    display: none;
}
.col.list_visual li a .ph {
  position: relative;
  width:100%;
  height:auto;
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.col.list_visual li a .ph:before {
  content: "";
  display: block;
  padding-top: 66.66%;/*3:2*/
  /*padding-top: 56.25%;16:9*/
}
.col.list_visual li a .ph img {
  object-fit: contain;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.col.list_visual li a .title {
  padding:10px 10px 30px 15px;
  min-height:125px;
  font-size: 12px;
  clear: both;
}
.home .col.list_visual li a .title,
.fullwidth .col.list_visual li a .title {
  padding-bottom: 0;
  font-size: 13px;
}
.col.list_visual li a time {
  padding-left:15px;
  float: left;
}
.col.list_visual li a .meta_category {
  position: static;
  float: right;
}
.col.list_visual li a .meta_unpublished {
  padding-left:15px;
  text-align: left;
  position: absolute;
  bottom: 15px;
  display: block;
}


/*ボタン型リストスタイル
-----------------------------*/

.list_btn > li a {
  background-color:#004BA5;
  border-radius:3px;
  display:block;
  color:#fff;
  padding:10px;
  /*font-weight:bold;*/
  margin:0 0 5px 0;
  position: relative;
  text-decoration: none;
}
.list_btn > li a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*インラインブロック*/
.list_btn.inline_block_set > li a {
    padding: 5px 25px 5px 15px;
}
/*下向き矢印*/
.list_btn.down > li a:before {
    margin-top: -6px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*上向き矢印*/
.list_btn.up > li a:before {
    margin-top: -3px;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*左向き矢印（左配置）*/
.list_btn.back > li a:before {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 5px;
    right: 0;
}
.col.box.list_btn {
  margin-left:0;
}
.col.list_btn {
  margin-left:-1%;
}
.col.list_btn > li {
  margin-bottom:5px;
  margin-left:1%;
}
.col_1.list_btn > li { width:99%; }
.col_2.list_btn > li { width:49%; }
.col_3.list_btn > li { width:32.3%; }
.col_4.list_btn > li { width:24%; }
.col_5.list_btn > li { width:19%; }

.col.list_btn > li.full { width:99%; }
.col_3.list_btn > li.two_thirds { width:66.7%; }

.col.list_btn > li a {
  margin: 0;
}
.list_btn > li a p {
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
}

/*大きいボタン*/
.list_btn.lg > li a {
  border-radius: 0;
  padding:25px 20px;
}
.list_btn.lg > li a h3 {
  background: none;
  padding: 0;
  margin: 0;
}
.list_btn.lg.col_3 > li a {
  height: 210px;
}
.list_btn.lg > li a:before {
    right: 6px;
    bottom: 8px;
    top: auto;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
.list_btn.lg > li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #333;
}
.list_btn.lg > li a h3 {
  font-size: 22px;
}
.list_btn.lg > li a em {
  display: block;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  font-style: normal;
}
.list_btn.lg > li a p {
  margin-top: 20px;
  font-size: 14px;
}
/*小さいボタン*/
.list_btn.sm > li a {
  padding: 2px 5px;
  font-weight: normal;
  font-size: 11px;
  border-radius: 0;
}
/*白抜きボーダー*/
.list_btn.secondary > li a {
  background-color:#fff !important;
  border-radius:0;
  border: 1px solid #004BA5;
  color:#004BA5;
}
.list_btn.secondary > li a:before {
    border-right: 2px solid #004BA5;
    border-bottom: 2px solid #004BA5;
}

/*定義リストスタイル
-----------------------------*/

#main_content .box .col.list_definition,
#main_content .box_set .col.list_definition {
  margin-bottom: -20px;
}
.list_definition > * {
  margin-bottom: 20px;
}
.list_definition > dt {
  margin-bottom: 0;
  line-height: 1.3;
}
.box .list_definition > *:last-child,
.box_set .list_definition >  *:last-child {
  margin-bottom: 0;
}
#main_content .box .col.list_definition > *,
#main_content .box_set .col.list_definition > * {
  margin-bottom: 20px !important;
}

.list_definition dt {
  font-size: 16px;
  background: #fff;
  color: #004BA5;
  border: 1px solid #EBEBED;
  border-left: 4px solid #004BA5;
  padding: 20px;
}
.list_definition dt a {
    position: relative;
    background: #fff;
    color: #004BA5;
    display: block;
    padding: 20px;
    margin:-20px;
    text-decoration: none;
}
.list_definition dt a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: 2px solid #004BA5;
    border-bottom: 2px solid #004BA5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.list_definition > li {
    background: #fff;
}
.list_definition dd {
    background: #fff;
    padding: 20px;
}
.list_definition > li dt,
.list_definition > li dd {
    background-color: transparent;
}

/*最後のボトムマージン*/
.list_definition ul:last-child,
.list_definition ol:last-child,
.list_definition p:last-child,
.list_definition .table:last-child {
  margin-bottom:0;
}

.list_definition .list_mark li {
  padding-top: 8px;
  padding-bottom: 3px;
  border-top: 1px dotted #DEE2E6;
}
.list_definition .list_mark li:first-child {
  border-top:none;
}

/*リンクスタイル
（アローアイコン付きリンク）
-----------------------------*/

a.link {
  display: inline-block;
}
a.link, .link a {
  text-decoration: none;
}
ul.link li, a.link, p.link a {
  position: relative;
  padding-left: 13px;
}
ul.link li:before, a.link:before, p.link a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-right: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.3);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.link li:before {
    top: 0;
    margin-top: 13px;
}
ul.link {
  margin-bottom:15px;
}
ul.link li {
  border-top: 1px dotted rgba(0,0,0,.1);
  padding-top: 8px;
  padding-bottom: 8px;
}
ul.link li li:last-child {
  padding-bottom: 0;
}
ul.link li:first-child {
  border-top: none;
}
ul.link.col li {
  margin-bottom: 5px;
}
ul.link li li {
    border-top: none;
    padding-bottom: 0;
}
ul.link.inline_block_set li {
    border-top: none;
    margin-right: 15px;
}

/*タブスタイル
-----------------------------*/

.tab {
  background: #004BA5;
  margin-top:20px;
  margin-bottom:30px;
}
.tab > ul, ul.tab {
  display: table;
}
.tab.secondary > ul, ul.tab.secondary {
  table-layout: fixed;
  width: 100%;
}
.tab > ul {
}
.tab > ul > li, .tab > li {
  display: table-cell;
  text-align:center;
  vertical-align: middle;
  border-right:1px solid #0082E6;
}
.tab > ul > li > a, .tab > li > a {
  display:block;
  color: #fff;
  line-height:1;
}
.tab a {
  padding:12px 30px;
  color:#fff;
  text-decoration: none;
}

.tab a.lg {
  padding-top:15px;
  padding-bottom:15px;
}
.tab a.sm {
  padding-top:9px;
  padding-bottom:9px;
}
.tab .active {
  border-right:none;
  vertical-align: bottom;
}
.tab .active a {
  background:#fff;
  color:#004BA5;
  padding-top:18px;
  padding-bottom:18px;
  margin-top: -8px;
  margin-bottom: -8px;
  position: relative;
  top: -8px;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -o-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
}
.tab .active a.lg {
  padding-top:20px;
  padding-bottom:20px;
}
.tab .active a.sm {
  padding-top:13px;
  padding-bottom:13px;
}
.tab.fixed > ul a,
.tab.fixed > ul .active a {
  padding-left: 0;
  padding-right: 0;
}

.tab_content:after {
  content: ""; display: block; visibility: hidden; clear: both;
}

.tab + .box {
  clear: both;
  border: none;
  margin-top: -30px;
}

/*サイドバー内の場合*/    
.sidebar .tab {
  background-color: transparent !important;
  border-bottom:3px solid #004BA5;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}
.sidebar .tab > ul, .sidebar ul.tab {
  margin: auto;
  width: 100%;
}
.sidebar .tab > ul > li, .sidebar .tab > li {
  vertical-align: bottom;
  border-right:none;
  font-size: 9px;
}
.sidebar .tab > ul > li > a, .sidebar .tab > li > a {
  background-color: #EAEAEA;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  margin:0 2px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}
.sidebar .tab a {
  padding:10px 0;
}
.sidebar .tab a.lg,
.sidebar .tab .active a.lg {
  padding-top:13px;
  padding-bottom:13px;
}
.sidebar .tab a.sm,
.sidebar .tab .active a.sm {
  padding-top:6px;
  padding-bottom:6px;
}
.sidebar .tab .active a {
  background:#004BA5;
  color:#fff !important;
  padding:10px 0;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.sidebar .tab + .box {
  margin-top: -30px;
}
.sidebar .section_news h4 + nav.tab {
  margin-top: 0;
}

/*ページングスタイル
-----------------------------*/
.paging {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 30px;
}
.paging:after {
    content: "";
    display: block;
    clear: both;
}
.paging dt {
  /*max-width: 14%;*/
  color: #004BA5;
  font-weight: bold;
  float: left;
  padding-right: 10px;
}
.paging dd {
  /*width: 86%;*/
  float: left;
}
.paging ul, ul.paging {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.paging li {
    display: table-cell;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
}
.paging li:first-child {
    border-left:none;
    padding-left: 0;
}
.paging dd li:first-child {
    border-left: 1px solid #dddddd;
    padding-left: 10px;
}
.paging.secondary ul, ul.paging.secondary {
    width: auto;
}
.paging.secondary li {
    padding-right: 10px;
}

/*ページナビ（ページ送り）スタイル
-----------------------------*/

ul.pagination, nav.pagination > ul {
  display:table;
  width:100%;
  margin-top:15px;
  border-top:1px dotted #DEE2E6;
  margin-bottom: 30px;
  table-layout: fixed;
}
.pagination li {
  display:table-cell;
  text-align:center;
  padding:15px 0;
}
.pagination a {
  color:#666;
  text-decoration: none;
  display: inline-block;
  background: #DEE2E6;
  border-radius: 3px;
  padding: 5px 10px;
}
.pagination .next {
  text-align:right;
}
.pagination .prev {
  text-align:left;
}
.pagination .pager a {
  background: none;
  color: #27B9DC;
  padding: 5px;
}
.pagination .this_page {
  padding: 5px;
  font-weight: bold;
}

/*ページフッターナビスタイル
-----------------------------*/
.page_nav {
  margin-top: 40px;
}
.page_nav ul li a {
  display: block;
  border: 2px solid #999;
  padding: 10px 3px;
  text-decoration: none;
  text-align: center;
  color: #999;
  background: #fff;
}
.page_nav ul li.active a {
  background: #004BA5;
  color: #fff;
  border-color: #004BA5;
}
.page_nav ul li a:hover {
  opacity: .7;
}
.page_nav ul li .multiline {
  padding: 7px 3px;
  line-height: 1;
}

/*メタスタイル
-----------------------------*/
.meta_group {
  margin-bottom: 15px;
}
.meta_group li.meta {
    /*border-right: 1px solid #ccc;
    padding-right: 15px;*/
}
.meta_group li.meta > *:last-child {
    margin-right: 10px;
}
.meta {
  font-size:10px;
}
a.meta,.meta a {
  text-decoration: none;
}
li.meta, a.meta, span.meta {
  display:inline-block;
  /*min-width:123px;*/
}
/*カテゴリ*/
.meta_category span, .meta_category a, .main_content h3.meta_category {
  display: inline-block;
  background: #004BA5;
  color:#fff;
}
.meta_category a, .meta_category span {
  font-size: 10px;
  line-height: 1;
  padding:3px 5px;
  /*border-radius: 3px;*/
  text-align:center;
  margin-right: 1px;
  min-width: 10em;
}
.entry .meta_category a, .entry .meta_category span {
  min-width: 0;
}
/*最新*/
.meta_category .cat_newest, .main_content h3.cat_newest {
  background: #d2ecfa;
}
/*イベント*/
.meta_category .cat_event, .main_content h3.cat_event {
  background: #00C7CF;
}
/*大学からのお知らせ*/
/*学科からのお知らせ*/
/*キャリア・就職*/
.meta_category .cat_info, .main_content h3.cat_info,
.meta_category .cat_info_shared, .main_content h3.cat_info_shared,
.meta_category .cat_course, .main_content h3.cat_course,
.meta_category .cat_career, .main_content h3.cat_career {
  background: #00D299;
}
/*重要なお知らせ*/
.meta_category .cat_important, .main_content h3.cat_important {
  background: #FF6762;
}
/*メディア・出版*/
.meta_category .cat_media, .main_content h3.cat_media {
  background: #99624a;
}
/*ニュースリリース*/
.meta_category .cat_release, .main_content h3.cat_release {
  background: #4a6dbc;
}
/*採用情報*/
.meta_category .cat_recruit, .main_content h3.cat_recruit {
  background: #2d8c48;
}
/*授業レポート・研究・社会貢献*/
.meta_category .cat_report, .main_content h3.cat_report {
  background: #ffc75c;
}
/*緊急*/
.meta_category .cat_emergency, .main_content h3.cat_emergency {
  background: #fe0000;
}
/*グローバルナレッジシリーズ*/
.meta_category .cat_gks, .main_content h3.cat_gks {
  background: #5cc7ff;
}
body:not(.entry) .meta_category .cat_gks {
  width: 100px;
  padding: 1px 0;
}
/*イベント終了*/
.meta_unpublished {
  display: inline-block;
  font-size: 11px;
  color: #999;
}
.meta_unpublished .past:before {
  content: "[";
}
.meta_unpublished .past:after {
  content: "]";
}
/*イベント終了（一覧画面）*/
li:not(.cat_event) .meta_unpublished {
  display: none !important;
}
/*イベント終了（詳細画面）※.meta_groupに.cat_eventを追加する記述はscripts.js */
.meta_group:not(.cat_event) .meta_unpublished {
  display: none !important;
}
/*施設種別*/
.meta_academic {
  display: inline-block;
  opacity: .5;
}
.meta_academic span {
  line-height: 1;
  padding:3px;
  border-bottom:1px solid;
  color: #333;
  margin-left: 1px;
  margin-right: 1px;
}
.meta_academic .ac_shinjuku {
  color: #0086D1;
}
.meta_academic .ac_iwatsuki {
  color: #07AA8B;
}
.meta_academic .ac_musc {
  color: #AC85D6;
}
.meta_academic .ac_univ {
  color: #004BA5;
}
.meta_academic .ac_grd {
  color: #00336a;
}
.meta_academic .ac_col {
  color: #F75E94;
}
.meta_academic .ac_mk {
  color: #004DA0;
}

/*サイト種別*/
.meta_site span {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding:3px 5px;
  color: #fff;
  background: #ccc;
}
/*.meta_site .label_univ,.meta_site .label_college,.meta_site .label_graduate,.meta_site .label_career,.meta_site .label_research {
  background: #ccc;
}*/
/*タグ*/
.meta_tag {
  display: block;
  color: #999;
  margin-top: 10px;
}
.meta_tag span {
  /*border:1px solid #ccc;
  padding: 3px 2px;
  margin-right: 2px;*/
  line-height: 1;
}


/*ラベルスタイル
-----------------------------*/
.label_set li {
  display:inline-block;
  margin-right:3px;
  padding:2px 10px;
  text-align:center;
  color:#fff;
  font-size:12px;
  background:#999;
  margin-bottom:10px;
}

/*
学部ごとのラベルカラーはcourse.cssに記載
*/

/*施設ごとのラベル、見出しカラー
-----------------------------*/
/*目白学園カラーコンセプト*/
.mg_blue {color: #fff; background: #0F409B}
.mg_yellow {background: #FFFF00}

/*大学*/
.main_content .academic_univ h3.secondary {
  color: #004BA5;
}
/*大学院*/
.main_content .academic_grd h3.secondary {
  color: #00336a;
}
/*短大*/
.main_content .academic_col h3.secondary {
  color: #F75E94;
}
/*新宿キャンパス*/
#main .label_shinjuku,
#main .label_sc {
  color:#fff;
  background:#0086D1;
  padding:5px 15px;
  display:inline-block;
  font-size:12px;
  line-height:1;
  font-weight: normal;
}
#main .label_shinjuku.surround,
#main .label_sc.surround {
  background:none;
  color:#0086D1;
}

#main h3.shinjuku,
#main div.shinjuku h3,
#main section.shinjuku h3,
#main h5.shinjuku:before,
#main div.shinjuku h5:before,
#main section.shinjuku h5:before,
#main h6.shinjuku:before,
#main div.shinjuku h6:before,
#main section.shinjuku h6:before {
  background-color:#0086D1;
}

/*岩槻キャンパス*/
#main .label_iwatsuki,
#main .label_ic {
  color:#fff;
  background:#07AA8B;
  padding:5px 15px;
  display:inline-block;
  font-size:12px;
  line-height:1;
  font-weight: normal;
}
#main .label_iwatsuki.surround,
#main .label_ic.surround {
  background:none;
  color:#07AA8B;
}

#main h3.iwatsuki,
#main div.iwatsuki h3,
#main section.iwatsuki h3,
#main h5.iwatsuki:before,
#main div.iwatsuki h5:before,
#main section.iwatsuki h5:before,
#main h6.iwatsuki:before,
#main div.iwatsuki h6:before,
#main section.iwatsuki h6:before {
  background-color:#07AA8B;
}
/*埼玉国立病院キャンパス*/
#main .label_musc {
  color:#fff;
  background:#B15C9F;
  padding:5px 15px;
  display:inline-block;
  font-size:12px;
  line-height:1;
  font-weight: normal;
}
#main .label_musc.surround {
  background:none;
  color:#B15C9F;
}
#main h3.musc,
#main div.musc h3,
#main section.musc h3,
#main h5.musc:before,
#main div.musc h5:before,
#main section.musc h5:before,
#main h6.musc:before,
#main div.musc h6:before,
#main section.musc h6:before {
  background-color:#B15C9F;
}
#main h2 .label {
    position: absolute;
    top: -18px;
    left: 0;
}
#main h2.campuslife_h2 span:before {
  display: none;
}
#main .shinjuku .box_set.thirdly h3,
#main .iwatsuki .box_set.thirdly h3,
#main .musc .box_set.thirdly h3 {
  background-color: #fff;
}
#main .shinjuku h3.secondary,
#main .iwatsuki h3.secondary,
#main .musc h3.secondary {
  background-color: transparent;
}

/*バルーン（吹き出し）スタイル
-----------------------------*/
.balloon_top,.balloon_bottom,.balloon_left,.balloon_right {
  position: relative;
  display:inline-block;
  background:#ccc;
  padding: 7px 15px;
}
.balloon_top {
  margin-top:8px;
}
.balloon_bottom {
  margin-bottom:8px;
}
.balloon_right {
  margin-right:8px;
}
.balloon_left {
  margin-left:8px;
}
.balloon_top:after,.balloon_bottom:after,.balloon_right:after,.balloon_left:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.balloon_top:after {
  top: -8px; left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ccc transparent;
}
.balloon_bottom:after {
  bottom: -8px; left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0 8px;
  border-color: #ccc transparent transparent transparent;
}
.balloon_left:after {
  top: 50%; left: -8px;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-color: transparent #ccc transparent transparent;
}
.balloon_right:after {
  top: 50%; right: -8px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ccc;
}

/*テーブルスタイル
-----------------------------*/
.table {
  display:table;
  border-bottom:1px solid #DEE2E6;
  border-right:1px solid #DEE2E6;
  border-collapse: collapse;
  width:100%;
  margin-bottom:20px;
  font-size:12px;
}
.table > dl {
  display:table-row;
}
.table th,
.table td,
.table > dl > dt,
.table > dl > dd {
  display:table-cell;
  padding:10px;
}
.table th,
.table > dl > dt {
  background:#eee;
  background: rgba(0,0,0,.05);
  text-align:left;
  color:#333;
  /*font-size:14px;*/
  white-space:nowrap;
  font-weight:bold;
  border-top:1px solid #CED4DA;
  border-left:1px solid #CED4DA;
}
.table td,
.table > dl > dd {
  background:#fff;
  border-top:1px solid #DEE2E6;
  border-left:1px solid #DEE2E6;
}
.table thead th,
.table .thead > dl > dt,
.table thead td,
.table .thead > dl > dd {
  text-align:center;
}

/*テキスト揃え・thセンター*/
.table.secondary th,
.table.secondary > dl > dt {
  text-align:center;
}

/*dlのsecondaryは縦並び*/
.table.secondary > dl > dt,
.table.secondary > dl > dd {
  display:block;
}

/*テキスト揃え・両方センター*/
.table.thirdly th,
.table.thirdly td,
.table.thirdly > dl > dt,
.table.thirdly > dl > dd {
  text-align:center;
}

/*余白、フォントサイズを小さく*/
.table.sm th,
.table.sm td,
.table.sm > dl > dt,
.table.sm > dl > dd {
  padding:5px;
}

/*沿革用テーブル*/
.table_history {
  border-collapse: collapse;
  border: 1px solid #DEE2E6;
}
.table_history th {
  text-align: left;
  background: #DEE2E6;
}
.table_history th,
.table_history td {
  padding: 10px;
  border-right: 1px solid #DEE2E6;
  vertical-align: top;
}
.table_history td {
  text-align: center;
  background: #fff;
}
.table_history td:first-child {
  white-space: nowrap;
}
.table_history td:last-child {
  text-align: left;
}

/*シンプルデザイン*/
.table.simple {
  border: none;
}
.table.simple tr,
.table.simple > dl {
  border-bottom: 1px solid #DEE2E6;
}
.table.simple th,
.table.simple td,
.table.simple > dl > dt,
.table.simple > dl > dd {
  border: none;
  background-color: transparent;
  color: #333;
}

/*境界線の間隔あり*/
.table.separate {
    border-spacing: 3px;
    border-collapse: separate;
}
.table.separate {
  border: none;
}
.table.separate td,
.table.separate th {
  border: 1px solid #DEE2E6;
}

/*th:グレー*/
th.secondary,
td.secondary {
  background: #ccc;
  background: rgba(0,0,0,.1);
}
/*th:薄い青*/
th.thirdly,
td.thirdly {
  background-color: #D2DEF7;
  background-color: rgba(210,222,247,.6);
  color: #004BA5;
}
/*th:濃い青*/
th.fourthly,
td.fourthly {
  background-color: #004BA5;
  color:#fff;
}
/*th:乗算の青*/
th.fifthly,
td.fifthly {
  background-color: #8CA9CD;
  color:#fff;
}
/*th:薄い黄色*/
th.sixthly,
td.sixthly {
  background-color: #fefcc8;
}
/*縦書き*/
td.vertical,
th.vertical {
  width: 1em !important;
  white-space: normal !important;
  min-width:0 !important;
  line-height: 1.2;
  /*writing-mode: tb-rl;*/
}
@-moz-document url-prefix() {
	td.vertical,
	th.vertical {
		  word-break: break-all;
	}
}
/*table内の要素*/
.table ul {
  margin-bottom:0;
}
.table p {
  margin-bottom:10px;
}
.table h4 {
  margin-top:20px;
  margin-bottom:5px;
  padding-bottom:0;
  border-bottom:none;
}
.table h4:first-child {
  margin-top:0;
}
.table small {
  font-size:80%;
}

/*インラインスタイル
-----------------------------*/

/*ピンク文字*/
.important {
  color:#FF7A64;
}
/*緑文字*/
.more_important {
  color:#00B259;
}
/*赤文字*/
.attention {
  color:#ce0505;
}
/*青文字*/
.point {
  color:#004BA5;
}
.bgcolor.point {
  background:#004BA5;
  color: #fff !important;
  vertical-align: 2px;
}
h3:not(.unstyled,.secondary) .point {
  color: #fff;
  opacity: .7;
}

/*ハイライトスタイル*/
.highlight {
  background:#FFEA3C;
  background: linear-gradient(transparent 50%, #FFEA3C 50%);
}
/*デフォルトカラー*/
.default {
  color: #333;
}
/*アンダーライン*/
.underline {
    border-bottom: 1px dashed #004BA5;
    padding-bottom: 2px;
}
/*アンダーライン2(20190628ando_add*/
.underline2 {
    text-decoration-line: underline;
}
/*囲み文字*/
.surround {
    border: 1px solid;
    padding: 1px 3px;
}

/*テキスト揃えスタイル
-----------------------------*/

.left {
  text-align:left !important;
}
.right {
  text-align:right !important;
}
.center {
  text-align:center !important;
}
.vertical {
  width: 1.5em;
  box-sizing: content-box;
  line-height: 1.2;
}

/*スライドスタイル
-----------------------------*/

/*スリックナビゲーションボタン*/
.slick-prev, .slick-next {
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  width:32px;
  height:53px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  background-size: cover;
}
.slick-prev:hover, .slick-next:hover {
  opacity:.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .7;
  -moz-opacity: .7;
}
.slick-prev {
  left: 42px;
  background-image:url(../images/shared/arrow_prev_lg.png);
}
.slick-next {
  right: 42px;
  background-image:url(../images/shared/arrow_next_lg.png);
}

/*スリックナビゲーションボタン（マルチスライドの場合）*/
.slider_multiple .slick-prev, .slider_multiple .slick-next {
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  width:34px;
  height:34px;
  top:93%;
  margin:0;
}
.slider_multiple .slick-prev {
  left: 28%;
  background-image:url(../univ/images/common/arrow_prev.png);
}
.slider_multiple .slick-next {
  right: 28%;
  background-image:url(../univ/images/common/arrow_next.png);
}

/*スリックナビゲーションサムネイル*/
.slick-active {
  border-color:#004BA5 !important;
}

/*スリックドット*/
.slick-dots {
  margin-top:35px;
}
.slick-dots li {
  width:auto !important;
}
.slick-dots li button {
  background:#fff;
  border: 2px solid #004BA5;
}
.slick-dots li.slick-active button {
  background:#004BA5;
  border:none;
}

/*ノートスタイル
-----------------------------*/
.note {
  color: #999;
  padding: 15px;
  font-size: 11px;
  border: 1px dotted #999;
}
.note h5 {
  color:#222;
  font-size:14px;
  margin-bottom:10px;
  font-weight:normal;
}
.note h5:before {
  content:"\0025cf";
}

/*強調ボックススタイル
------------------------------*/
.prominent {
  padding:15px;
  background:#c0efcb;/*#A7E8B7*/
  font-weight:bold;
  color:#00B259;
  border:1px solid #00B259;
}
#main_content .prominent .prominent_header {
  background-color: #00B259;
  color: #fff;
  padding:10px 15px;
  font-size:14px;
  margin-top:-15px;
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom:15px;
  font-weight:bold;
  border-bottom: none !important;
}
.prominent .prominent_header:before {
  display: none !important;
}
.prominent .btn {
    color: #fff;
    background-color: #00B259;
}
.main_content .prominent p:last-child {
  margin-bottom: 0;

}
/*インフォスタイル
-----------------------------*/

.info {
  padding:15px;
  border:2px solid #EAEAEA;
  background-color: #fff;
}
.info.secondary {
  padding:15px;
  border:1px solid #DEE2E6;
  background-color: transparent;
}

.meta.info {
  padding:3px 15px;
  border:none;
}
#container .info h3 {
  border:none;
  border-bottom: 1px solid #EAEAEA;
  background-color: #F9F9F9 !important;
  margin: -15px -15px 15px;
  color: #333 !important;
}
.info p:last-child,
.info ul:last-child {
  margin-bottom: 0;
}

/*緊急スタイル
-----------------------------*/

.emergency {
  background-color:#ffe5e5;
  border:1px solid #fe0000;
  color:#fe0000;
  text-align:left;
}
div.emergency,section.emergency {
  padding:15px;
  width: 100%;
  margin-top: 20px;
}
.emergency a {
  color:#fe0000;
}
.emergency time {
  margin-right:10px;
}
div.emergency p:last-child,section.emergency p:last-child,
div.emergency ul:last-child,section.emergency ul:last-child,
div.emergency ol:last-child,section.emergency ol:last-child {
  margin-bottom: 0;
}

/*フロースタイル
-----------------------------*/

/*横方向*/
.flow {
  display: table;
  width: 100%;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
.flow > * {
  display: table-cell;
  vertical-align:middle;
}
.flow > dl {
  vertical-align:top;
  position: relative;
  margin-left:10px;
  padding: 5px;
  background: #E2E8F1;
}
.flow > dl > dt {
  opacity:.3;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .7;
  -moz-opacity: .7;
  font-size:0px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.flow > dl > dt:before {
  content:"1";
  font-style: italic;
  font-size:65px;
  line-height:1;
  /*position:absolute;
  top:0;
  left:0;*/
  font-family:"Arial";
  padding-right: 10px;
  color: #fff;
}
.flow > dl > dd {
  min-height: 56px;
}
/*縦方向*/
.flow_vertical dl {
  display:table;
  width:100%;
  margin-bottom: 10px !important;
}
.flow_vertical dt,
.flow_vertical dd {
  display:table-cell;
  vertical-align:middle;
}
.flow_vertical dt {
  opacity:.3;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .7;
  -moz-opacity: .7;
  font-size:0px;
  width: 25px;
}
.flow_vertical dt:before {
  content:"1";
  font-style: italic;
  font-size:32px;
  line-height:1;
  /*position:absolute;
  top:0;
  left:0;*/
  font-weight:bold;
  font-family:"Arial";
}
.flow dl + dl dt:before,
.flow_vertical dl + dl dt:before {
  content:"2";
}
.flow dl + dl + dl dt:before,
.flow_vertical dl + dl + dl dt:before {
  content:"3";
}
.flow dl + dl + dl + dl dt:before,
.flow_vertical dl + dl + dl + dl dt:before {
  content:"4";
}
.flow dl + dl + dl + dl + dl dt:before,
.flow_vertical dl + dl + dl + dl + dl dt:before {
  content:"5";
}
.flow dl + dl + dl + dl + dl + dl dt:before,
.flow_vertical dl + dl + dl + dl + dl + dl dt:before {
  content:"6";
}
.flow dl + dl + dl + dl + dl + dl + dl dt:before,
.flow_vertical dl + dl + dl + dl + dl + dl + dl dt:before {
  content:"7";
}

/*バナースタイル
-----------------------------*/

.bnr, .bnr_set {
  margin:auto;
  margin-bottom:20px;
  display:block;
}
/*横並び*/
.bnr_set {
  display:table;
  width:100%;
}
.bnr_set > li {
  display:table-cell;
  text-align:center;
}
.bnr_set > li:first-child {
  text-align:left;
}
.bnr_set > li:last-child {
  text-align:right;
}
/*縦並び*/
.bnr_set.vertical {
  dislay:block;
}
.bnr_set.vertical > li {
  display:block;
  margin-bottom:10px;
}

/*インデントスタイル
-----------------------------*/

.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.indent.secondary {
  padding-left: 2em;
  text-indent: -2em;
}

/*罫線スタイル(hr)
-----------------------------*/
hr {
  border-bottom: 1px solid #DEE2E6;
  padding-top: 30px;
  margin-bottom: 30px;
}
hr.secondary {
  border-bottom:1px dotted #DEE2E6;
  padding-top:15px;
  margin-bottom:15px;
}
hr.thirdly {
  border-bottom:1px dotted #DEE2E6;
  padding-top:5px;
  margin-bottom:5px;
}
hr.clear {
  clear: both;
}
.hr {
  border-bottom: 1px solid #DEE2E6;
  padding-top:15px;
  margin-bottom:15px;  
}
h3 .hr {
  border-bottom: 1px solid #3A78BB;
  padding-bottom: 5px;
  padding-top: 0;
  margin-bottom: 5px;
}
p + hr,ul + hr,ol + hr,.table + hr {
  padding-top: 10px;
}
p + hr.secondary,ul + hr.secondary,ol + hr.secondary,.table + hr.secondary {
  padding-top: 0;
  margin-top:-5px;
}

section + hr {
  padding-top: 0;
  margin-bottom: 40px;
}

/*フォトギャラリー
-----------------------------*/
.photogallery .slick {
  display: none;
}
.photogallery figure {
  position: relative;
  margin-bottom: 20px;
}
.photogallery figure h3 {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  padding: 8px 15px;
  display: inline-block;
}
.photogallery figure p {
  position: absolute;
  left:0; right:0; bottom: 0;
  background-color: rgba(0,0,0,.6);
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}
.photogallery .slick-prev,
.photogallery .slick-next {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-potision: center;
}
.photogallery .slick-prev {
  left: 0;
  background-image:url(../images/shared/arrow_prev_lg.png);
}
.photogallery .slick-next {
  right: 0;
  background-image:url(../images/shared/arrow_next_lg.png);
  background-position: right center;
}
.photogallery .slider_nav_course li figure {
  border: 3px solid #fff;
  margin:0 3px;
}
.photogallery .slider_nav_course .slick-current figure {
  border: 3px solid #004BA5;
}

/*写真が重なったようなエフェクト
(キャンパスライフ＞施設紹介のフォトギャラリーで使用)
-----------------------------*/
.frame {
	display: inline-block;
	position: relative;
	background: #fff;
    border-radius:3px;
    z-index:10;
}
/*白い枠と影*/
.frame img,
.frame:before,
.frame:after {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border:10px solid #fff;
    border-radius:3px;
}
.frame:before,
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}
.frame:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

/*ツールチップ
(キャンパスライフ＞施設紹介で使用)
※ツールチップを表示させたいテキストに、class属性にclick_pointを付与
data-text属性にツールチップに表示したいテキストを設定する。
例）<span class="click_point" data-text="ここにヒントが入ります">ヒント</span>
-----------------------------*/
.tooltips {
  display: block;
  position: absolute;
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 2px 10px;
  font-size: 11px;
  background-color: #fff000;
  color: #004BA5;
  border-radius: 3px;
  font-weight:bold;
}
.tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -8px;
  border-top:8px solid transparent;
  border-left:8px solid #fff000;
}

/*アコーディオン
-----------------------------*/
.accordion_js dt:hover,
.accordion_js dt:hover > *,
.accordion_js dt.active,
.accordion_js dt.active > * {
  color:#004BA5;
}

/*アロースタイル
-----------------------------*/
.arrow_down,
.arrow_up,
.arrow_left,
.arrow_right {
  position: relative;
}
.arrow_down:before,
.arrow_up:before,
.arrow_left:before,
.arrow_right:before,
.arrow_down.double:after {
  content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
    z-index: 3;
}
.arrow_down {
    margin-bottom: 20px;
}
.arrow_down:before,
.arrow_down.double:after {
    bottom: -17px; 
	left: 50%;
	margin-left: -15px;
	border-width: 13px 15px 0 15px;
	border-color: #ccc transparent transparent transparent;  
}
.arrow_down.double:before {
    left: 25%;
}
.arrow_down.double:after {
	left: 75%;
}
.arrow_up {
    margin-bottom: 20px;
}
.arrow_up:before {
	top: -17px;
	left: 50%;
	margin-left: -15px;
	border-width: 0 15px 13px 15px;
	border-color: transparent transparent #ccc transparent;  
}
.arrow_left:before {
    top: 50%; 
	left: -15px;
	margin-top: -15px;
	border-width: 15px 13px 15px 0;
	border-color: transparent #ccc transparent transparent;  
}
.arrow_right:before {
    top: 50%; 
	right: -15px;
	margin-top: -15px;
	border-width: 15px 0 15px 13px;
	border-color: transparent transparent transparent #ccc;  
}
.arrow_down.sm:before {
    bottom: -6px; 
	margin-left: -5px;
	border-width: 5px 5px 0 5px;
}
.arrow_up.sm:before {
	top: -6px;
	margin-left: -5px;
	border-width: 0 5px 5px 5px;
}
.arrow_left.sm:before {
	left: -6px;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
}
.arrow_right.sm:before {
	right: -6px;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
}

/*見出しタイトル画像
-----------------------------*/
.title_image {
  height:240px;
  background: #999;
  background-image:url("../univ/images/other/other_title_image.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
}
/*  @media (min-width: 1400px) {
    .title_image {
      background-size:100%;
    }
  }
*/
.title_image .inner {
  /*padding-top: 70px;*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title_image h1 {
  font-size:30px;
  line-height:1.2;
  font-weight:normal;
  color:#fff;
  margin: 0;
}
.title_image h1 span {
  display: inline-block;
  background: #004BA5;
  background: rgba(0,75,165,.8);
  padding:15px 22px; 
}
.title_image em {
  display: inline-block;
  color:#004BA5;
  font-size:14px;
  /*text-transform:capitalize;*/
  background: #fff;
  background: rgba(255,255,255,.8);
  padding:5px 22px;
  font-style: normal;
}
.title_image_widget {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 21.12%;
}
.title_image_widget > .box {
  height: 100%;
}
/*新着情報
-----------------------------*/
.section_news h4 {
  color: #004BA5;
  font-weight: bold;
}
.section_news.box h4 {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.section_news h4 small {
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    font-weight: normal;
}
#main_content .section_news h4 .btn {
    float: right;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 15px;
    display: inline-block;
    width: auto;
    border-radius: 50px;
    margin-top:2px;
}
.section_news h4 .btn:before {
    right: 4px;
}
.section_news h4 + nav.tab {
  margin-top: 40px;
}
.section_newest.box h3,
.section_yearly_archive.box h3 {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.section_newest.box h4,
.section_yearly_archive.box h4 {
  margin-left:-20px;
  margin-right:-20px;
  padding-left:20px;
  padding-right:20px;
}
.section_newest.box .list_line + h4,
.section_yearly_archive.box .list_line + h4 {
  padding-top:10px;
}
.entry .main_content article {
  margin-top:30px;
}
/*旧サイトのスタイル
-----------------------------*/
.entry .link {
  clear:both;
}
/*event*/
.entry .hr_dash {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.entry h3 + .hr_dash {
  margin-bottom: 0 !important;
  border: none !important;
}
.entry .r_box {
  float: right;
  padding-left: 20px;
  text-align: center;
  font-size: 10px;
}
.entry .r_box a,
.entry li img {
  display: block;
  margin: auto;
}
.entry .ul_img_yoko,
.entry .ul_img,
.entry .ul_img2,
.entry .img_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
}
.entry .ul_img_yoko li,
.entry .ul_img li,
.entry .ul_img2 li,
.entry .img_box li {
    width: 33.3%;
    vertical-align: top;
    font-size: 10px;
    color: #5B5B5B;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    list-style: none;
}
/*お申し込みフォーム*/
.entry .ul_m_box li {
  display: table-cell;
  min-width:130px;
}
/*whats_news*/
.entry .img_l,
.entry .img_left,
.entry .img_left2,
.entry .float_l {
    float: left;
    margin-right: 12px;
    font-size: 10px;
}
.entry .img_r,
.entry .img_right,
.entry .img_right2,
.entry .float_r {
    float: right;
    margin-left: 12px;
    font-size: 10px;
}
.entry .light_box,
.entry .light_box2 {
    font-size: 10px;
    float: right;
    height: auto;
    max-width: 180px;
    margin-left: 10px;
}
body.entry .entry .caption {
    font-size: 10px !important;
    line-height: 18px;
    color: #5B5B5B;
    letter-spacing: 1px;
    margin-top: 4px;
}
/*on starge*/
.entry .img_r_box {
    float: right;
    max-width: 240px;
    margin-left: 10px;
}
.entry .img_s_margin {
    margin-bottom: 5px;
    font-size: 10px;
}
.entry .img_s_margin img {
  display: block;
}
/*岩槻系-授業レポート*/
.rp_box,
.img_r_rp {
  float: right;
  margin-left: 10px;
    font-size: 10px;
}
.rp_box2 {
  text-align: center;
}
.rp_box2 li {
  display: inline-block;
}
.rp_box li,
.rp_box2 li {
  font-size: 10px;
  margin-bottom: 10px;
}
/*短大-授業レポート*/
.left_box_college,
.right_box_college {
  display: table-cell;
  vertical-align: top;
}
.right_box_college {
  text-align: right;
  padding-left: 10px;
  font-size: 10px;
  width: 36%;
}
.right_box_college li {
  margin-bottom: 10px;
  text-align: center;
}

/*最低限のヘッダーフッター（CGIページで使用）
-----------------------------*/
.minimum_style .container {
  padding-top: 125px;
}
.minimum_style #container.fix_nav_closed .header {
  padding-left: 0;
}
.minimum_style .header {
  border-bottom:1px solid #DEE2E6;
  display: table;
}
.minimum_style .header .logo {
  float: none;
  padding: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}
.minimum_style .main_content {
  /*padding: 10px 2%;*/
  padding: 10px 0;
}
.minimum_style .copyright p {
  float: none;
  text-align: center;
}

/*検索結果
-----------------------------*/
/*
.page_search #search_box div {
  display: table;
}
.page_search #search_box div dl {
  display: table-row;
}
.page_search #search_box div dl > * {
  display: table-cell;
  padding:10px;
}*/
.page_search #search_box div dl > dt {
  width: 150px;
  font-weight: bold;
  padding:10px;
}
.page_search button {
    background: #004BA5;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
}
.page_search input[type="text"] {
    border: 1px solid #E4E4E4;
    background: #fff;
    color: #222;
    font-size: 14px;
    padding: 5px 10px;
    width: 80%;
    width: calc(100% - 100px);
}
.page_search .section_result h4 small {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: -4px;
    font-size: 60%;
    color: #27B9DC;
}
.page_search .section_result h4 {
    margin-bottom: 10px;
}
.page_search .section_result p {
    color: #333;
}
.page_search .pankuzu {
    color: #999;
    display: block;
    margin-bottom:10px;
}
.page_search ul.pagination,
.page_search .pagination > ul {
    table-layout: auto;
}

/*問い合わせフォーム確認画面
-----------------------------*/


/*サイトマップ
-----------------------------*/
.js-masonry:after {
  content: "";
  display: block;
  clear: both;
}
.js-masonry a {
  display:block;
  text-decoration:none;
}
.js-masonry > li {
  float:left;
  width:33.3%;
  padding:15px;
}
.js-masonry .item > a {
  color:#fff;
  background: #444;
  margin-bottom:10px;
  font-size:16px;
  padding:5px 10px;
  text-align: center;
}
/*.js-masonry .item > a:before {
  content:">";
  display: inline-block;
  margin-right: 5px;
}*/
.js-masonry .list_mark li br {
  display: none;
}
.js-masonry .list_mark a {
  display:inline-block;
}
.js-masonry .list_mark li {
  font-size:14px;
}
.js-masonry .list_mark li li {
  font-size:12px;
}
.js-masonry .list_mark li li li {
  font-size:11px;
}
.js-masonry .list_mark li li li li {
  font-size:10px;
}
.item > .list_mark {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 10px 10px;
    margin-top: -12px;
}
.footer_sitemap .item > .list_mark {
    background: transparent;
    border: 2px solid #444;
    padding: 0;
}
.footer_sitemap .item > .list_mark > li {
    margin-left: 10px;
    margin-right: 10px;
}
.footer_sitemap .item > .list_mark > li:first-child {
    margin-top: 15px;
}
.footer_sitemap .item > .list_mark > li:last-child {
    margin-bottom: 15px;
}
.footer_sitemap .item > .list_mark a {
    color: #ccc;
}
.js-masonry li a[target="_blank"]:after {
  content: "";
  background-image:url(../images/shared/icon_popup.gif);
  background-position:top center;
  background-repeat:no-repeat;
  background-size: contain;
  display:inline-block;
  width:12px;
  height:12px;
  vertical-align:middle;
  margin-left: 3px;
}
.footer_sitemap .js-masonry li a[target="_blank"]:after {
  background-image:url(../images/shared/icon_popup_white.gif);
}

/*学部・学科の第５階層*/
.js-masonry .label_course .list_mark li li li {
  display: inline-block;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.header a {
  text-decoration: none;
}
/*ヘッダーロゴ上
-----------------------------*/
.header .description {
  background:#F7F7F7;
  border-bottom:1px solid #ECECEC;
  padding:0;
  color:#8B8B8B;
}
.header .description .inner {
  position: relative;
}
.header .description p {
  font-size: 13px;
  font-weight: bold;
  line-height:1.4;
  padding: 0;
  color: #004BA5;
  position: absolute;
  top: 45px;
}

/*ヘッダー右側
-----------------------------*/
.header .sub_nav {
  float:right;
}
.header .sub_nav > ul {
  display:table;
}
.header .sub_nav li {
  display:table-cell;
  vertical-align: middle;
}
.header .description .sub_nav li {
  line-height: 1;
  vertical-align: baseline;
}
.header .description .sub_nav li a {
  display:block;
  color:#8B8B8B;
  margin: 9px 0;
  padding: 2px 20px;
  font-size:11px;
  background-repeat:no-repeat;
  background-position:20px center;
  border-left:1px solid #E4E4E4;
}
.header .sub_nav li.access a {
  background-image:url(../univ/images/common/icon_map.png);
  padding-left:40px;
}
.header .sub_nav li.contact a {
  background-image:url(../univ/images/common/icon_mail.png);
  padding-left:40px;
}
.header .sub_nav li.eng a {
  background-image:url(../univ/images/common/icon_earth.png);
  padding-left:40px;
}
.header .sub_nav li.jyukensei a {
  padding:11px 24px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  background: #27B9DC;
}
.header .sub_nav li.request a {
  padding:11px 24px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  color: #333;
  background: #FFEC00;
}
/*検索窓
-----------------------------*/
.header .widget_search {
  max-width:170px;
}
.header .widget_search input {
  border:1px solid #E4E4E4;
  background:#fff;
  color: #222;
  font-size: 11px;
  padding: 2px 5px;
  width: 100px;
  margin: 5px 0;
}
.header .widget_search button {
  background: transparent;
  color: #004BA5;
  border: none;
  padding-right: 10px;
  cursor: pointer;
}

/*ロゴエリア
-----------------------------*/
.header > .inner,
.header > .inner > nav > ul {
  height: 80px;
}

.header .logo {
  padding-top: 30px;
  padding-bottom: 15px;
}

/*訪問者別ナビ
-----------------------------*/
.visitors_nav {
  float: right;
}
.visitors_nav ul {
  display: table;
  table-layout: fixed;
}
.visitors_nav ul li {
  display:table-cell;
  vertical-align: middle;
}
.visitors_nav ul li a {
  color: #0052AA;
  font-size: 13px;
  /*padding-top: 20px;*/
  padding-left: 20px;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
}
.visitors_nav ul li em {
  display: block;
  color: #8CA9CD;
  font-size: 11px;
  font-style: normal;
  letter-spacing: normal;
}

/*グローバルナビ
-----------------------------*/
/*トップレベルページ*/
.global_nav {
  background-color: #0052AA;
  height: 55px;
}
.global_nav a {
  text-decoration: none;
}
.global_nav a:hover {
  text-decoration: underline;
}
.global_nav button {
  display: none;
}
.global_nav > ul {
  display:table;
  table-layout:fixed;
}
.global_nav > ul > li {
  display:table-cell;
  border-right:none;
  border-bottom:4px solid #0052AA;
  vertical-align: middle;
}
.global_nav > ul > li > a {
  display:block;
  text-align:center;
  font-size:15px;
  padding:20px 5px 16px;
  color:#fff;
  line-height:1;
  position: relative;
  height: 51px;/*55px - 4px*/
}
.global_nav > ul > li:hover {
  border-bottom-color:#fff;
}
.global_nav > ul > li:hover > a {
  color:#fff;
  text-decoration:none;
  opacity: .7;
}
.global_nav > ul > li.active {
  border-bottom-color:#8CA9CD;
}
.global_nav > ul > li.active > a {
  color:#fff;
  font-weight:bold;
}
.global_nav > ul > li > a:before,
.global_nav > ul > li:first-child > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 26px;
  background: #3A78BB;
  top: 15px;
  right: 0;
}
.global_nav > ul > li:first-child > a:after {
  right: auto;
  left: 0;
}

/*サブメニューのプルダウン*/
.global_nav > ul > li > div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px 0 5px;
  background:#8CA9CD;
  background-color: rgba(140,169,205,.95);
  text-align:center;
  /*min-height:100px;*/
}
.global_nav > ul > li > div > ul,
.global_nav > ul > li:hover > div > ul {
  width:100%;
  max-width:900px;
  margin:auto;
}

/*子メニュー*/
.global_nav > ul > li > div > ul > li {
  float:left;
  display:inline-block;
  font-size:13px;
  font-weight:normal;
  white-space:nowrap;
  vertical-align:top;
  border-left:1px dotted rgba(255,255,255,.5);
  padding-left:12px;
  padding-right:20px;
  margin-bottom:10px;
}
.global_nav > ul > li > div > ul > li:last-child {
  padding-right:0;
}
.global_nav > ul > li > div > ul > li a,
.global_nav > ul > li > div > ul > li span {
  color:#fff;
  display:block;
  padding:5px 0 5px 15px;
  text-align:left;
  position: relative;
}
/*.global_nav > ul > li > div > ul > li span {
  font-weight:bold;
}
.global_nav > ul > li > div > ul > li a:before {
  content: "";
  background-image:url(../univ/images/common/icon_arrow_sm_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}*/
.global_nav > ul > li > div > ul > li > a:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.global_nav > ul > li > div > ul > li a:hover:before {
  text-decoration: none;
}
.global_nav > ul > li > div > ul > li a[target="_blank"]:after {
  content: "";
  background-image:url(../images/shared/icon_popup_white.gif);
  background-position:top center;
  background-repeat:no-repeat;
  background-size: contain;
  display:inline-block;
  width:10px;
  height:10px;
  vertical-align:middle;
  margin-left: 2px;
}

/*孫メニュー*/
.global_nav > ul > li > div > ul > li ul {
  margin-left:4px;
}
.global_nav > ul > li > div > ul > li li {
  font-size:11px;
  font-weight:normal;
}
.global_nav > ul > li > div > ul > li li a {
  padding:2px 5px 2px 25px;
}
.global_nav > ul > li > div > ul > li li a:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 1px solid #fff;
  border-radius: 10px;
}

/*学科のひ孫*/
.global_nav > ul > li.label_course > div > ul > li li ul {
  display: none;
}

/*訪問者別*/
.global_nav .sp_visitors_nav {
  display: none !important;
}
.global_nav .sp_visitors_nav em {
  display: none;
}

/* ---------------------------------------------------------
main_content
----------------------------------------------------------*/

/*パンくず
-----------------------------*/

.breadcrumb {
  background:#fff;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom:60px;
}
.breadcrumb ul {
  padding:10px 0;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumb > ul > li {
  display:inline-block;
  font-size:12px;
  vertical-align:middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.breadcrumb li:before {
  content:" > ";
  display: inline-block;
  vertical-align: 1px;
  line-height: 1;
  padding-right: 5px;
}
.breadcrumb li:first-child:before {
  content:"";
  padding-right: 0;
}
.breadcrumb li a {
  color:#587FBB;
  text-decoration: none;
}
.breadcrumb li:first-child a {
  text-transform: uppercase;
}

/* ---------------------------------------------------------
sidebar
----------------------------------------------------------*/

.sidebar {
  font-size:12px;
}
.sidebar a {
  text-decoration: none;
}
.sidebar .nav_vertical.primary {
  border-left:1px solid #DEE2E6;
  border-right:1px solid #DEE2E6;
}
.sidebar .nav_vertical.primary > ul > li > a {
  font-weight:normal;
  background-color:#004BA5;
  color:#fff;
  font-size:18px;
  line-height:1.3;
  padding:25px 20px;
  display:block;
}
.sidebar .nav_vertical.primary > ul > li em {
  color:#fff;
  display:block;
  font-size:11px;
  font-style: normal;
  opacity: .7;
}
.sidebar .nav_vertical.primary li li em {
  display:none;
}
.sidebar .nav_vertical.primary button {
  display:none !important;
}
.sidebar .nav_vertical.primary li li {
  border-bottom:1px solid #DEE2E6;
  background:#fff;
  line-height: 1.6;
}
.sidebar .nav_vertical.primary li li a[target="_blank"]:after {
  content: "";
  background-image:url(../../images/shared/icon_popup.gif);
  background-position:top center;
  background-repeat:no-repeat;
  background-size: contain;
  display:inline-block;
  width:9px;
  height:12px;
  vertical-align:middle;
  margin-left: 2px;
}
.sidebar .nav_vertical.primary li li a,
.sidebar .nav_vertical.primary li li span {
  position: relative;
  padding:13px 10px 13px 20px;
  display:block;
  color:#222222;
}
.sidebar .nav_vertical.primary li li a:hover {
  color:#004BA5;
  background-color:#f8f8f8;
}
.sidebar .nav_vertical.primary li li.active > a {
  color:#004BA5;
  background-color:#EBF2F9;
  font-weight: bold;
}

/*孫*/
.sidebar .nav_vertical.primary li li ul {
  margin: 0 6px;
}
.sidebar .nav_vertical.primary li li li {
  border-top:1px dotted #DEE2E6;
  border-bottom:none;
  font-size:11px;
}
.sidebar .nav_vertical.primary li li li a {
  padding:8px 0 8px 28px;
}
.sidebar .nav_vertical.primary li li li:last-child a {
  padding-bottom: 12px;
}
.sidebar .nav_vertical.primary li li li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8CA9CD;
  display: inline-block;
  border-radius: 50%;
  top: 40%;
  left: 18px;
}
.sidebar .nav_vertical.primary li li li.active > a,
.sidebar .nav_vertical.primary li li li a.active {
  color:#004BA5;
  background-color:#F0F3F8;
  font-weight: bold;
}
.sidebar .nav_vertical.primary li li li a:hover {
  color: #004BA5;
  background-color: #fff;
}

/*ひ孫*/
.sidebar .nav_vertical.primary li li li a.accordion {
  position: relative;
  padding-right: 16px;
}
.sidebar .nav_vertical.primary li li li a.accordion:after {
  position: absolute;
  content: "＋";
  top: 8px;
  right: 5px;
}
.sidebar .nav_vertical.primary li li li a.accordion.active:after {
  content: "ー";
}
.sidebar .nav_vertical.primary li li li a.accordion:hover:after {
  text-decoration: none;
}
.sidebar .nav_vertical.primary li li li ul {
  display: none;
}
.sidebar .nav_vertical.primary li li li li {
  border-top: none;
}
.sidebar .nav_vertical.primary li li li li a {
  padding:4px 0 4px 33px !important;
}
.sidebar .nav_vertical.primary li li li li:last-child a {
  padding-bottom: 12px !important;
}
.sidebar .nav_vertical.primary li li li li.active > a,
.sidebar .nav_vertical.primary li li li li a.active {
  background-color: transparent !important;
}
.sidebar .nav_vertical.primary li li li li a:before {
  border: 1px solid #8CA9CD;
  background: #fff;
  left: 25px;
}
.sidebar .nav_vertical.primary li li li li:last-child a:before {
  top: 32%;
}

/*セカンダリー
-----------------------------*/
.sidebar .nav_vertical.secondary {
  padding:20px 0;
}
.sidebar .nav_vertical.secondary li a {
  background:#004BA5;/*004ea2*/
  padding:15px;
  margin-bottom:10px;
  color:#fff;
  border-radius:3px;
  display:block;
  font-size:16px;
  font-weight:bold;
}
.sidebar .nav_vertical.secondary li a:hover {
  text-decoration:none;
}
.sidebar .nav_vertical.secondary li a:before {
  content: "\25b6\20";
  font-size: 8px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -1px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
/*ページトップに戻る
-----------------------------*/
.pagetop {
  z-index:100;
  position: relative;
  margin-top: -38px;
}
.pagetop a {
  background-image:url(../univ/images/common/pagetop.png);
  background-repeat:no-repeat;
  display:block;
  width:84px;
  height:38px;
  text-indent:-9999px;
  margin-right:0;
  margin-left:auto;
  cursor:pointer;
}

/*フィックスナビ
-----------------------------*/
.fix_nav {
  z-index: 3001;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 3px solid #004BA5;
  border-right: 1px solid #DEE2E6;
  background: #fff;
  width: 180px;
}
.fix_nav_closed .fix_nav {
  border-right: none;
  background: none;
  bottom: auto;
}
.fix_nav_closed .fix_nav div {
  border-right: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
  background: #fff;
}
.fix_nav .fix_logo {
  z-index: 3003;
  position: relative;
  border-bottom: 1px solid #DEE2E6;
  text-align: center;
  overflow: hidden;
  height: 155px;/*190px;*/
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fix_nav .fix_logo img {
  height: 100%;
  max-height: 155px;
}
.fix_nav > div > ul {
  display: none;
}
.fix_nav_opened .fix_nav > div > ul {
  display: block;
}
.fix_nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.fix_nav li {
  margin-bottom:0;
}
.fix_nav li a {
  color: #333;
  background: #fff;
  display: block;
  padding: 15px 25px 15px 15px;
  border-bottom: 1px solid #DEE2E6;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.fix_nav li a:after {
  content:"";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-image: url(../univ/images/common/icon_arrow_sm_04.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.fix_nav li a:hover {
  color: #004BA5;
}
.fix_nav li a.active {
  color: #004BA5;
  background: #EBF2F9;
}
.fix_nav li a:hover:after,
.fix_nav li a.active:after {
  background-image: url(../univ/images/common/icon_arrow_sm_03.png);
}
/*トグル(20180328安藤修正)*/
.fix_nav li div {
  display: none;
  position: absolute;
  left: 177px;
/*bottom: 0;*/
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 1px solid #DEE2E6;
  border-right: 1px solid #DEE2E6;
}
.fix_nav li div li a {
  white-space: nowrap;
  font-weight: normal;
  font-size: 11px;
}
.fix_nav.scroll li div,
.fix_nav.open_lmenu li div {
  position: static;
  transform: none;
  -webkit-transform: none;
  border-top: none;
  border-right: none;
}
.fix_nav.scroll li div li a,
.fix_nav.open_lmenu li div li a {
  white-space: normal;
}

/*お問い合わせ、アクセス、English、資料請求*/
.fix_nav li.contact {
  width: 50%;
  border-right: 1px solid #DEE2E6;
  float: left;
}
.fix_nav li.contact a {
  background-image: url(../univ/images/common/icon_mail_lg.png);
  background-position: center 19px;
  padding: 43px 0 15px 0;
}
.fix_nav li.access {
  width: 50%;
  float: left;
}
.fix_nav li.access a {
  background-image: url(../univ/images/common/icon_map_lg.png);
  background-position: center 17px;
  padding: 43px 0 15px 0;
}
.fix_nav li.eng {
  clear: both;
}
.fix_nav li.eng a {
  background-image: url(../univ/images/common/icon_earch_lg.png);
  background-position: 45px center;
  padding-left: 25px;
}
.fix_nav li.contact a,
.fix_nav li.access a,
.fix_nav li.eng a {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #999;
  background-repeat: no-repeat;
}
.fix_nav li.contact a:hover,
.fix_nav li.access a:hover,
.fix_nav li.eng a:hover {
  color: #333;
}
.fix_nav li.request {
  padding: 10px;
  background: #fff;
}
.fix_nav li.request a {
  background-color: #FFEC00;
  background-image: url(../univ/images/common/icon_book_lg.png);
  background-repeat: no-repeat;
  background-position: 17px center;
  text-align: center;
  color: #333;
  border-bottom: none;
  padding-left: 25px;
}
.fix_nav li.contact a:after,
.fix_nav li.access a:after,
.fix_nav li.eng a:after,
.fix_nav li.request a:after {
  display: none;
}
.fix_nav .quick_link {
    display: block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    height: 14px;
    position: relative;
}
.fix_nav .quick_link:before {
    content:"";
    display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 8px solid #ccc;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    margin-top: 2px;
}
.fix_nav .quick_link.opened:before {
	border-top: 4px solid transparent;
	border-bottom: 8px solid #ccc;
}
.fix_nav .quick_link.closed {
    background: #FFFF00;
}

/*footer
-----------------------------*/
.footer {
  background:#fff;
  clear:both;
}
.footer a {
  text-decoration: none;
}
.footer > .inner {
  padding:30px 0 25px 0;
}

/*フッターサイトマップ*/
.footer_sitemap {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.footer_sitemap .accordion_js > dt:after,
.footer_sitemap .accordion_js > dl > dt:after {
  right: auto;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 1.3;
  text-align: center;
}
.footer_sitemap .accordion_js dt:hover,
.footer_sitemap .accordion_js dt.active {
  color: #fff;
  opacity: .7;
}
.footer_sitemap .accordion_js_close {
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 11px;
  opacity: .7;
}
.footer_sitemap .accordion_js_close:hover {
  opacity: 1;
}
.footer_sitemap dt {
  display: inline-block;
  padding-left: 30px;
}
.footer_sitemap dd {
  max-width: 900px;
  margin: auto;
  text-align: left;
  padding: 0 0 30px 0;
}
.footer_sitemap a {
  color: #fff;
}

/*フッターロゴ*/
.footer_logo {
  float:left;
}

/*フッターナビ*/
.footer_nav {
  float:right;
  margin-top: -8px;
  margin-bottom: -8px;
}
.footer_nav ul {
  margin-left:auto;
  margin-right:0;
  text-align: right;
  line-height: 2.6;
}
.footer_nav li {
  display:inline-block;
  border-left: 1px solid #C2C2C2;
  margin-left:20px;
}
.footer_nav li:first-child {
  border-left: none;
  margin-left: 0;
}

.footer_nav li a {
  display:block;
  padding-left:20px;
  color:#222222;
  line-height: 1.2;
}
.footer_nav li a:hover {
  color:#999;
}

/*フッターinfo*/
.footer_info {
  clear:both;
  background: #F9F9F9;
  border-top: 1px solid #EAEAEA;
  padding: 30px 0;
}
.footer_info > div {
  display:table;
  table-layout: fixed;
  min-height: 90px;
}
.footer_info > div:after {
  display: none !important;
}
.footer_info > div > section {
  display:table-cell;
  background-repeat: no-repeat;
  padding-left: 168px;
  position: relative;
}
.footer_info > div > section:before {
  content:"";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 168px;
  background-position: top center;
  background-repeat: no-repeat;
}
.footer_info > div.secondary > section {
  padding-left: 100px;
}
.footer_info > div.secondary > section:before {
  width: 100px;
}
.footer_info h3 {
  color:#333;
  font-size:16px;
  font-weight:bold;
  margin-bottom:0;
  margin-left: 20px;
}
.footer_info p {
  margin-left: 20px;
}
.footer_info .info_shinjuku:before {
  background-image: url(../univ/images/common/footer_shinjuku.jpg);  
}
.footer_info .info_iwatsuki:before {
  background-image: url(../univ/images/common/footer_iwatsuki.jpg);  
}
.footer_info .info_musc:before {
  background-image: url(../univ/images/common/footer_musc.jpg);  
}
.footer_info .info_kyouiku:before {
  background-image: url(../univ/images/common/footer_kyouiku.jpg);  
}

/*copyright*/
.copyright {
  background:#004BA5;
  padding:10px;
}
.copyright * {
  color:#fff;
  font-size:12px;
}
.copyright p {
  float: left;
}
.copyright .footer_sub_nav {
  float: right;
}
.copyright .footer_sub_nav ul {
  display: table;
}
.copyright .footer_sub_nav li {
  display: table-cell;
  border-left: 1px solid #626263;
  padding: 0 10px;
}
.copyright .footer_sub_nav li:first-child {
  border-left: none;
}
.copyright .footer_sub_nav li:last-child {
  padding-right: 0;
}
.copyright a:hover {
  color: #fff;
}
