@charset "UTF-8";
/*===========================================================
＊ BASIC SETTING
===========================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

strong, span {
  font-size: inherit;
  vertical-align: baseline;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #4c4948;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック W3","Hiragino Kaku Gothic","メイリオ","Meiryo",sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*	画像（IEスムージング処理）
--------------------------------------*/
img {
  -ms-interpolation-mode: bicubic;
}

/*	リスト
--------------------------------------*/
li {
  list-style-type: none;
}

/*	table
--------------------------------------*/
table, tr, th, td {
  font-size: 100%;
  line-height: 1.5;
  color: #666666;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*	input
--------------------------------------*/
input {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password] {
  vertical-align: middle;
  font-size: 16px;
  padding: 2px 2px 6px 2px;
}

.wfull {
  width: 100%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}

/*	textarea
--------------------------------------*/
textarea {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*	hr
--------------------------------------*/
hr {
  border: 0;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
}

/*===========================================================
＊ FONT LAYOUT
===========================================================*/
/*	color
--------------------------------------*/
.tRed {
  color: #DC0000;
}

.tGreen {
  color: #697928;
}

.tBlue {
  color: #368ce6;
}

.tBlack {
  color: #000000;
}

.tWhite {
  color: #FFFFFF;
}

.tOrange {
  color: #FF9900;
}

.tYellow {
  color: #FFFF00;
}

.tGray {
  color: #666666;
}

/* size */
.small {
	font-size: 75%;
}
/*===========================================================
 text link
===========================================================*/
a {
  color: #314b57;
  text-decoration: none;
}

a:hover, a:active {
  color: #dc0000;
  text-decoration: underline;
}

a:visited {
  color: #5a3264;
}

/*201704*/
/*===========================================================
＊ OHTER LAYOUT
===========================================================*/
/* position layout
--------------------------------------------------*/
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.imgL {
  float: left;
  margin: 0 10px 0px 5px;
}

.imgR {
  float: right;
  margin: 0 5px 0px 0px;
}

.hide {
  display: none;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

/* margin 201705
--------------------------------------------------*/
.mt10 {margin-top:10px;}
.mb0 {margin-bottom: 0px !important;}
.tind1 {text-indent: 1em;}
/*------------------------------------------ End */
#other {
  /*201704*/
}

/*#other #container header nav ol li {
  background-color: rgba(98, 122, 134, 0.75);
}*/

#other #container #title {
  background: #627a86;
}
#other #container #title h1, #other #container #title h1 + strong {
  color: #FFF;
}
#other #container #title .breadcrumb ul li {
  color: #FFF;
}
#other #container #title .breadcrumb ul li a {
  color: #FFF;
}
#other #container .tile {
  background: #FFF;
}
#other #container .tile ul li.act a {
  border: 1px solid #627a86;
  background: #627a86;
  color: #FFF;
}
#other #container .tile ul li:hover a {
  border: 1px solid #627a86;
  background: #FFF;
  color: #627a86;
}

#let #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#let #container #title {
  background: #69308d;
}
#let #container #title h1, #let #container #title h1 + strong {
  color: #FFF;
}
#let #container #title .breadcrumb ul li {
  color: #FFF;
}
#let #container #title .breadcrumb ul li a {
  color: #FFF;
}
#let #container .tile {
  background: #FFF;
}
#let #container .tile ul li.act a {
  border: 1px solid #69308d;
  background: #69308d;
  color: #FFF;
}
/* 201705 */
#let #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#let #container .tile ul li:hover a {
  border: 1px solid #69308d;
  background: #FFF;
  color: #69308d;
}

#biz #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#biz #container #title {
  background: #ec6c00;
}
#biz #container #title h1, #biz #container #title h1 + strong {
  color: #FFF;
}
#biz #container #title .breadcrumb ul li {
  color: #FFF;
}
#biz #container #title .breadcrumb ul li a {
  color: #FFF;
}
#biz #container .tile {
  background: #FFF;
}
#biz #container .tile ul li.act a {
  border: 1px solid #ec6c00;
  background: #ec6c00;
  color: #FFF;
}
/* 201705 */
#biz #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#biz #container .tile ul li:hover a {
  border: 1px solid #ec6c00;
  background: #FFF;
  color: #ec6c00;
}

#econ #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#econ #container #title {
  background: #00b8ee;
}
#econ #container #title h1, #econ #container #title h1 + strong {
  color: #FFF;
}
#econ #container #title .breadcrumb ul li {
  color: #FFF;
}
#econ #container #title .breadcrumb ul li a {
  color: #FFF;
}
#econ #container .tile {
  background: #FFF;
}
#econ #container .tile ul li.act a {
  border: 1px solid #00b8ee;
  background: #00b8ee;
  color: #FFF;
}
/* 201705 */
#econ #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#econ #container .tile ul li:hover a {
  border: 1px solid #00b8ee;
  background: #FFF;
  color: #00b8ee;
}

#law #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#law #container #title {
  background: #914897;
}
#law #container #title h1, #law #container #title h1 + strong {
  color: #FFF;
}
#law #container #title .breadcrumb ul li {
  color: #FFF;
}
#law #container #title .breadcrumb ul li a {
  color: #FFF;
}
#law #container .tile {
  background: #FFF;
}
#law #container .tile ul li.act a {
  border: 1px solid #914897;
  background: #914897;
  color: #FFF;
}
/* 201705 */
#law #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#law #container .tile ul li:hover a {
  border: 1px solid #914897;
  background: #FFF;
  color: #914897;
}

#policy #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#policy #container #title {
  background: #7ebf41;
}
#policy #container #title h1, #policy #container #title h1 + strong {
  color: #FFF;
}
#policy #container #title .breadcrumb ul li {
  color: #FFF;
}
#policy #container #title .breadcrumb ul li a {
  color: #FFF;
}
#policy #container .tile {
  background: #FFF;
}
#policy #container .tile ul li.act a {
  border: 1px solid #7ebf41;
  background: #7ebf41;
  color: #FFF;
}
/* 201705 */
#policy #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#policy #container .tile ul li:hover a {
  border: 1px solid #7ebf41;
  background: #FFF;
  color: #7ebf41;
}

#world #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#world #container #title {
  background: #f8b500;
}
#world #container #title h1, #world #container #title h1 + strong {
  color: #FFF;
}
#world #container #title .breadcrumb ul li {
  color: #FFF;
}
#world #container #title .breadcrumb ul li a {
  color: #FFF;
}
#world #container .tile {
  background: #FFF;
}
#world #container .tile ul li.act a {
  border: 1px solid #f8b500;
  background: #f8b500;
  color: #FFF;
}
/* 201705 */
#world #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#world #container .tile ul li:hover a {
  border: 1px solid #f8b500;
  background: #FFF;
  color: #f8b500;
}

#rikou #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#rikou #container #title {
  background: #004da0;
}
#rikou #container #title h1, #rikou #container #title h1 + strong {
  color: #FFF;
}
#rikou #container #title .breadcrumb ul li {
  color: #FFF;
}
#rikou #container #title .breadcrumb ul li a {
  color: #FFF;
}
#rikou #container .tile {
  background: #FFF;
}
#rikou #container .tile ul li.act a {
  border: 1px solid #004da0;
  background: #004da0;
  color: #FFF;
}
/* 201705 */
#rikou #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#rikou #container .tile ul li:hover a {
  border: 1px solid #004da0;
  background: #FFF;
  color: #004da0;
}

#soc #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#soc #container #title {
  background: #c84e96;
}
#soc #container #title h1, #soc #container #title h1 + strong {
  color: #FFF;
}
#soc #container #title .breadcrumb ul li {
  color: #FFF;
}
#soc #container #title .breadcrumb ul li a {
  color: #FFF;
}
#soc #container .tile {
  background: #FFF;
}
#soc #container .tile ul li.act a {
  border: 1px solid #c84e96;
  background: #c84e96;
  color: #FFF;
}
/* 201705 */
#soc #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#soc #container .tile ul li:hover a {
  border: 1px solid #c84e96;
  background: #FFF;
  color: #c84e96;
}

#agr #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#agr #container #title {
  background: #009d62;
}
#agr #container #title h1, #agr #container #title h1 + strong {
  color: #FFF;
}
#agr #container #title .breadcrumb ul li {
  color: #FFF;
}
#agr #container #title .breadcrumb ul li a {
  color: #FFF;
}
#agr #container .tile {
  background: #FFF;
}
#agr #container .tile ul li.act a {
  border: 1px solid #009d62;
  background: #009d62;
  color: #FFF;
}
/* 201705 */
#agr #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#agr #container .tile ul li:hover a {
  border: 1px solid #009d62;
  background: #FFF;
  color: #009d62;
}

#human #container header nav ol li {
/*  background-color: rgba(98, 122, 134, 0.75); 201705*/
}
#human #container #title {
  background: #e63178;
}
#human #container #title h1, #human #container #title h1 + strong {
  color: #FFF;
}
#human #container #title .breadcrumb ul li {
  color: #FFF;
}
#human #container #title .breadcrumb ul li a {
  color: #FFF;
}
#human #container .tile {
  background: #FFF;
}
#human #container .tile ul li.act a {
  border: 1px solid #e63178;
  background: #e63178;
  color: #FFF;
}
/* 201705 */
#human #container .tile ul li a.more.act {
    border: 1px solid #627a86;
}
#human #container .tile ul li:hover a {
  border: 1px solid #e63178;
  background: #FFF;
  color: #e63178;
}

@-webkit-keyframes fuki_bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    border-color: #EEEEEE transparent transparent transparent;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    border-color: #F40009 transparent transparent transparent;
  }
}
@keyframes fuki_bottom {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    border-color: #EEEEEE transparent transparent transparent;
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    border-color: #F40009 transparent transparent transparent;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.clearfix:after {
  clear: both;
}

/*201705*/
.cle {
  clear:both;
}

.max_width {
  max-width: 1200px;
}

.nowarp {
  white-space: nowrap;
}

.smooth_txt {
  transform: rotateZ(0.028deg);
  -o-transform: rotateZ(0.028deg);
  -ms-transform: rotateZ(0.028deg);
  -moz-transform: rotateZ(0.028deg);
  -webkit-transform: rotateZ(0.028deg);
}
.smooth_txt img {
  transform: rotateZ(-0.028deg);
  -o-transform: rotateZ(-0.028deg);
  -ms-transform: rotateZ(-0.028deg);
  -moz-transform: rotateZ(-0.028deg);
  -webkit-transform: rotateZ(-0.028deg);
}

a[target="_blank"]::after {
/*  content: '\e8c8'; 201705*/
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp_inline_block {
  display: none !important;
}

.pc_inline_block {
  display: inline-block !important;
}

.sp_block {
  display: none !important;
}

.pc_block {
  display: block !important;
}

.tit {
  font-family: "barkpipe";
  -webkit-font-feature-settings: "palt";
/*     -moz-font-feature-settings: "palt"; 201705*/
          font-feature-settings: "palt";
}

.sub_tit {
  background: #e0e7eb;
  color: #314b57;
  margin-bottom: 25px;
}

#search_modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2000;
  width: 40%;/*201705*/
  height: 300px;/*201705*/
  text-align: center;
}
#search_modal.act {
  opacity: 1;
}
#search_modal h1.tit {
  /* 201704 */
  color: #FFF;
  font-size:60px;
}
#search_modal .input_box {
  margin-top: 50px;/*201705*/
  border: 1px solid #b0b5b8;
  background: #FFF url(../images/common/ico_search_modal.png) 15px 50% no-repeat;
  background-size: 20px 20px;
  padding-left: 42px;
}
#search_modal .input_box input {
  color: #627a86;
  border: none;
  padding: 12px 5px;
  width: 100%;/*275px 201705*/
}
#search_modal .input_box input:focus {
  outline: none;
}

#modal_back {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(4, 42, 59, 0.8);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#modal_back.act {
  z-index: 900;
  opacity: 1;
}

/*
//IE+Edge対応
@media screen and (min-width: 0\0),(-ms-high-contrast: active), (-ms-high-contrast: none) {
	#modal_back{
		background: rgba(#314b57,0.7);
	}
}
@supports (-ms-accelerator:true) {
	#modal_back{
		background: rgba(#314b57,0.7);
	}
}
@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
	#modal_back{
		background: rgba(#314b57,0.7);
	}
}
*/
#pagetop {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background: #FFF url(../images/page_top.png) 50% 50% no-repeat;
  background-size: 30px 30px;
  z-index: 1500;
  opacity: 0;
}
#pagetop.act {
  display: block;
  opacity: 1;
}

#container {
  width: 100%;
  height: 100%;
}
#container h1 {
  color: #dc0000;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
}
#container h2 {
  text-align: center;
  font-size: 20px;/*201705*/
  line-height: 22px;
  padding: 20px;/*201705*/
  font-weight:normal;/*201705*/
}
#container header h1 {
  position: fixed;
  top: -1px;
  left: 50px;
  /*201705*/
  z-index: 999;
  width: 160px;
  height: 80px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#container header h1 a {
  display: block;
  background: url(https://www.ryukoku.ac.jp/images/common/logo.png) 0 0 no-repeat;
  background-size: 203px 100px;
  width: 203px;
  height: 100px;/*201705*/
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}


/* 201805 追加GNB */
#container header .navigation2 {
	width:100%;
	height: 40px;
	background-color: rgba(98, 122, 134, 0.75);
	position: fixed;
    top: 0;
    right: 0;
    z-index: 700;
}

#container header .navigation2 ul {
	float: right;
	margin-right: 240px;
}

#container header .navigation2 li {
	float: left;
	margin: 12px 22px 0 0;
	color: #fff;
	font-size: 12px;
}

#container header .navigation2 li a {
	color: #fff;
	text-decoration: none;
}


/* 201909 追加GNB */
#container header nav #ddmenu li ul  {
	display: none;
    width: 65px;
	padding-top: 7px;
	background-color: #E0E7EB;
	opacity: 0.85;
}

#container header nav #ddmenu li ul li {
    display: block;
    width: auto;
    height: auto;
	margin: 0;
	padding: 0 10px 6px 10px;
    text-indent: 0;
	float: none;
	font-size: 12px;
}


#container header nav #ddmenu li ul li a {
    display: block;
    width: auto;
    height: auto;
    text-indent: 0;
	color: #4c4948;
}


#container header nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
  /*201705*/
  width: 320px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#container header nav.act {
  pointer-events: auto;
}/*201705*/
#container header nav ol {
  position: relative;
  z-index: 995;
}
#container header nav ol.act li:before {
  background-color: rgba(98, 122, 134, 0);
}
#container header nav ol.search_act li:before {
  background-color: rgba(98, 122, 134, 0);
}
#container header nav ol.search_act li.menu_btn {
  display: none;
}
#container header nav ol.search_act li.search_btn {
  background: none;
}
#container header nav ol.search_act li.access_btn {
  display: none;
}
#container header nav ol li {
  pointer-events: auto;/*201705*/
  margin: 0 0 0 auto;
  font-size: 10px;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
}
#container header nav ol li:before {
  top: 0;
  left: 0;
  position: absolute;
  /* background-color: rgba(98, 122, 134, 0.75); */
  z-index: -1;
  content: "";
  width: 40px;
  height: 40px;
}
#container header nav ol li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#container header nav ol li.menu_btn a {
  position: relative;
  text-align: center;
  text-indent: 0px;
}
#container header nav ol li.menu_btn a em {
  display: block;
  font-style: normal;
  -webkit-transform: scale(0.9);
/*      -ms-transform: scale(0.9); 201705*/
          transform: scale(0.9);
  -webkit-transition: all .3s;
          transition: all .3s;
}
#container header nav ol li.menu_btn a i {
  width: 26px;
  height: 3px;
  margin-top: 2px;
  border-radius: 3px;
  background: #FFF;
  display: block;
  -webkit-transition: background .3s;
          transition: background .3s;
  position: absolute;
  left: 7px;
  top: 21px;/*201705*/
}
#container header nav ol li.menu_btn a i:before, #container header nav ol li.menu_btn a i:after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #FFF;
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
/*  -ms-transform: rotate(0deg); 201705*/
      transform: rotate(0deg);
  -webkit-transition: all .3s;
          transition: all .3s;
}
#container header nav ol li.menu_btn a i:before {
  -webkit-transform: translateY(8px);
/*  -ms-transform: translateY(7px); 201705*/
      transform: translateY(8px);
}
#container header nav ol li.menu_btn a i:after {
  -webkit-transform: translateY(-8px);
/*  -ms-transform: translateY(-7px); 201705*/
      transform: translateY(-8px);
}
#container header nav ol li.menu_btn a.act em {
  opacity: 0;
}
#container header nav ol li.menu_btn a.act i {
  background: none;
  -webkit-transform: translateY(0px);
/*  -ms-transform: translateY(-5px); 201705*/
      transform: translateY(0px);
}
#container header nav ol li.menu_btn a.act i:before {
  -webkit-transform: translateY(0px) rotate(135deg);
/*  -ms-transform: translateY(0px) rotate(135deg); 201705*/
      transform: translateY(0px) rotate(135deg);
}
#container header nav ol li.menu_btn a.act i:after {
  -webkit-transform: translateY(0px) rotate(-135deg);
/*  -ms-transform: translateY(0px) rotate(-135deg); 201705*/
      transform: translateY(0px) rotate(-135deg);
}
#container header nav ol li.search_btn {
  background-image: url(../images/common/ico_search2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px 40px;
}
#container header nav ol li.search_btn a em {
  display: none;
}
#container header nav ol li.search_btn a i {
  opacity: 0;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #FFF;
  display: block;
  -webkit-transition: background .3s;
          transition: background .3s;
  position: absolute;
  left: 7px;
  top: 23px;
}
#container header nav ol li.search_btn a i:before, #container header nav ol li.search_btn a i:after {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #FFF;
  display: block;
  position: absolute;
  -webkit-transform: rotate(0deg);
/*  -ms-transform: rotate(0deg); 201705*/
      transform: rotate(0deg);
  -webkit-transition: all .3s;
          transition: all .3s;
}
#container header nav ol li.search_btn a i:before {
  -webkit-transform: translateY(7px);
/*  -ms-transform: translateY(7px); 201705*/
      transform: translateY(7px);
}
#container header nav ol li.search_btn a i:after {
  -webkit-transform: translateY(-7px);
/*  -ms-transform: translateY(-7px); 201705*/
      transform: translateY(-7px);
}
#container header nav ol li.search_btn a.act {
  text-indent: 0px;
}
#container header nav ol li.search_btn a.act i {
  opacity: 1;
  background: none;
  -webkit-transform: translateY(-5px);
/*  -ms-transform: translateY(-5px); 201705*/
      transform: translateY(-5px);
}
#container header nav ol li.search_btn a.act i:before {
  -webkit-transform: translateY(0px) rotate(135deg);
/*  -ms-transform: translateY(0px) rotate(135deg); 201705*/
      transform: translateY(0px) rotate(135deg);
}
#container header nav ol li.search_btn a.act i:after {
  -webkit-transform: translateY(0px) rotate(-135deg);
/*  -ms-transform: translateY(0px) rotate(-135deg); 201705*/
      transform: translateY(0px) rotate(-135deg);
}
#container header nav ol li.access_btn {
  background-image: url(../images/common/ico_access2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 35px 40px;
}
#container header nav ol li.contact_btn {
	width:56px;
  background-image: url(../images/common/ico_contact.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 46px 40px;
}
#container header nav ol li.language_btn {
	width:56px;
  background-image: url(../images/common/ico_language.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 46px 40px;
}
#container header nav .navigation {
  pointer-events: auto; /*201705*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  right: -320px;
  position: absolute;
  max-width: 320px;/*201705*/
  width: 100%;
  min-height: 100vh;
  color: #FFF;
  z-index: 991;
  background: #dc0000; /*201704*/
}
#container header nav .navigation .title {
  font-size: 13px;
  padding: 72px 10px 10px 10px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3)
  /*201704*/
}
#container header nav .navigation .title h2 {
  padding: 0px 0px 2px 0px;
  text-align: left;
}
#container header nav .navigation ul {
/*  overflow-x: hidden; 201705*/
  display: block;
}
#container header nav .navigation ul li {
  display: block;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}
#container header nav .navigation ul li a {
  font-size: 13px;
  min-height: 26px;
  padding: 10px 0px 2px 10px; /*201704*/
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}
#container header nav .navigation ul li a:hover {
  opacity: 0.7;
}
#container header nav .navigation ul li a:hover:before {
  -webkit-transform: translateX(5px);
/*      -ms-transform: translateX(5px); 201705*/
          transform: translateX(5px);
}
#container header nav .navigation ul li a:before {
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  content: "";
  width: 34px;
  height: 36px;
  float: right;
  background: url(../images/common/navi_cursor.png) 50% 50% no-repeat;
  background-size: 34px 36px;
  margin-top: -8px;
}
#container header nav .navigation ul li a.acd + div, #container header nav .navigation ul li a.acd + ul {
  display: none;
}
#container header nav .navigation ul li a.acd.act:before {
  -webkit-transform: scale(1, -1);
/*      -ms-transform: scale(1, -1); 201705*/
          transform: scale(1, -1);
}
/*#container header nav .navigation ul li a.acd.act:hover {
  opacity: 0.7;
} 201705*/
#container header nav .navigation ul li a.acd.act:hover:before {
  -webkit-transform: translateX(0px) scale(1, -1);
/*      -ms-transform: translateX(0px) scale(1, -1); 201705*/
          transform: translateX(0px) scale(1, -1);
}
#container header nav .navigation ul li a.acd:hover {
  opacity: 0.7;
}
#container header nav .navigation ul li a.acd:hover:before {
  -webkit-transform: translateX(0px);
/*      -ms-transform: translateX(0px); 201705*/
          transform: translateX(0px);
}
#container header nav .navigation ul li a.acd:before {
  content: "";
  width: 34px;
  height: 36px;
  float: right;
  background: url(../images/common/navi_accordion.png) 50% 50% no-repeat;
  background-size: 34px 36px;
  margin-top: -8px;
}
#container header nav .navigation ul li.cb_01 a:hover, #container header nav .navigation ul li.cb_01 a.act {
  background: rgba(248, 181, 0, 0.75);
}
#container header nav .navigation ul li.cb_02 a:hover, #container header nav .navigation ul li.cb_02 a.act {
  background: rgba(236, 108, 0, 0.75);
}
#container header nav .navigation ul li.cb_03 a:hover, #container header nav .navigation ul li.cb_03 a.act {
  background: rgba(230, 49, 120, 0.75);
}
#container header nav .navigation ul li.cb_04 a:hover, #container header nav .navigation ul li.cb_04 a.act {
  background: rgba(200, 78, 150, 0.75);
}
#container header nav .navigation ul li.cb_05 a:hover, #container header nav .navigation ul li.cb_05 a.act {
  background: rgba(145, 72, 151, 0.75);
}
#container header nav .navigation ul li.cb_06 a:hover, #container header nav .navigation ul li.cb_06 a.act {
  background: rgba(105, 48, 141, 0.75);
}
#container header nav .navigation ul li.cb_07 a:hover, #container header nav .navigation ul li.cb_07 a.act {
  background: rgba(0, 184, 238, 0.75);
}
#container header nav .navigation ul li.cb_08 a:hover, #container header nav .navigation ul li.cb_08 a.act {
  background: rgba(0, 77, 160, 0.75);
}
#container header nav .navigation ul li.cb_09 a:hover, #container header nav .navigation ul li.cb_09 a.act {
  background: rgba(126, 191, 65, 0.75);
}
#container header nav .navigation ul li.cb_10 a:hover, #container header nav .navigation ul li.cb_10 a.act {
  background: rgba(0, 157, 98, 0.75);
}
#container header nav .navigation ul li.cb_11 a:hover, #container header nav .navigation ul li.cb_11 a.act {
  background: rgba(0, 176, 168, 0.75);
}
#container header nav .navigation ul li.cb_12 a:hover, #container header nav .navigation ul li.cb_12 a.act {
  background: rgba(186, 142, 0, 0.75);
}
#container header nav .navigation ul li.cb_13 a:hover, #container header nav .navigation ul li.cb_13 a.act {
  background: rgba(177, 79, 0, 0.75);
}
#container header nav .navigation ul li.cb_14 a:hover, #container header nav .navigation ul li.cb_14 a.act {
  background: rgba(151, 55, 115, 0.75);
}
#container header nav .navigation ul li.cb_15 a:hover, #container header nav .navigation ul li.cb_15 a.act {
  background: rgba(110, 50, 116, 0.75);
}
#container header nav .navigation ul li.cb_16 a:hover, #container header nav .navigation ul li.cb_16 a.act {
  background: rgba(79, 29, 109, 0.75);
}
#container header nav .navigation ul li.cb_17 a:hover, #container header nav .navigation ul li.cb_17 a.act {
  background: rgba(0, 140, 180, 0.75);
}
#container header nav .navigation ul li.cb_18 a:hover, #container header nav .navigation ul li.cb_18 a.act {
  background: rgba(0, 56, 125, 0.75);
}
#container header nav .navigation ul li.cb_19 a:hover, #container header nav .navigation ul li.cb_19 a.act {
  background: rgba(93, 145, 46, 0.75);
}
#container header nav .navigation ul li.cb_20 a:hover, #container header nav .navigation ul li.cb_20 a.act {
  background: rgba(0, 121, 74, 0.75);
}/* 農学研究科 */
#container header nav .navigation ul.layer_01 {
  -webkit-overflow-scrolling: touch;
/*  height: 70vh; 201705*/
}
#container header nav .navigation ul.layer_01 li {
  background: #dc0000; /*201704*/
}
#container header nav .navigation ul.layer_01 li a {
  color: #FFF;
}
#container header nav .navigation ul.layer_02 {
  overflow: hidden;
}
#container header nav .navigation ul.layer_02 li {
  background: #627a86;
}
#container header nav .navigation ul.layer_02 li a {
  color: #FFF;
}
/* 201812 blank icon layer_01 */
#container header nav .navigation ul.layer_01 li a[target="_blank"]:hover:before,
#container header nav .navigation ul.layer_02 li a[target="_blank"]:hover:before {
  -webkit-transform: translateX(0px);
/*      -ms-transform: translateX(0px); 201705*/
          transform: translateX(0px);
}
#container header nav .navigation ul.layer_01 li a[target="_blank"]:before,
#container header nav .navigation ul.layer_02 li a[target="_blank"]:before {
  background: url(../images/common/navi_blank.png) 50% 50% no-repeat;
  background-size: 34px 36px;
}
#container header nav .navigation ul.layer_01 li a[target="_blank"]:after,
#container header nav .navigation ul.layer_02 li a[target="_blank"]:after {
  display: none;
}
#container header nav .navigation ul.layer_03 {
  overflow: hidden;
  width: 100%;
/*  display: -webkit-flex; 201705*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal; /*201705*/
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  -webkit-align-items: stretch; 201705*/
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#container header nav .navigation ul.layer_03 li {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: -webkit-flex; 201705*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
/*  -webkit-align-items: center; 201705*/
  align-items: center;
  width: 50%;
  vertical-align: middle;
  position: relative;
  background: #dfe4e6; /*201704*/
}
#container header nav .navigation ul.layer_03 li a {
  color: #314b57;
  width: 100%;
}
#container header nav .navigation ul.layer_03 li a:before {
  background: url(../images/common/navi_cursor_l3.png) 50% 50% no-repeat;
  background-size: 34px 36px;
}
#container header nav .navigation ul.layer_03 li a:hover {
  color: #FFF;
}
#container header nav .navigation ul.layer_03 li a:hover:before {
  background: url(../images/common/navi_cursor.png) 50% 50% no-repeat;
  background-size: 34px 36px;
}
#container header nav .navigation ul.layer_03 li a[target="_blank"]:hover:before {
  -webkit-transform: translateX(0px);
/*      -ms-transform: translateX(0px); 201705*/
          transform: translateX(0px);
}
#container header nav .navigation ul.layer_03 li a[target="_blank"]:before {
  background: url(../images/common/navi_blank.png) 50% 50% no-repeat;
  background-size: 34px 36px;
}
#container header nav .navigation ul.layer_03 li a[target="_blank"]:after {
  display: none;
}



/* 201805 追加GNB */
#container header nav .navigation ul.link1 {
	clear: both;
}

#container header nav .navigation ul.link1 li {
  background: #e33333;
}

#container header nav .navigation ul.link2 li {
	float: left;
	width: 32%;
	border: none;
}

#container header nav .navigation ul.link2 {
	margin: 0 0 0 15px; 
}

#container header nav .navigation ul.link2 li a {
	margin: 0 0 0 15px; 
	padding: 0;
}

#container header nav .navigation ul.link2 li a img {
	width: 78%;
}

#container header nav .navigation ul.link2 li a:before {
	display: none;
}




#container header nav .navigation dl {
  background: #dc0000; /*201704*/
  display: table;
  width: 92%;
  margin: 15px 4% 70px 4%;/*201705*/
}
#container header nav .navigation dl dt {
  display: none;
}
#container header nav .navigation dl dd {
  display: table-cell;
  padding: 10px 15px;
  border: 1px solid #FFF;
}
#container header nav .navigation dl dd a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
}
#container header nav .navigation dl dd.act {
  background: #FFF;
}
#container header nav .navigation dl dd.act a {
  color: #dc0000; /*201704*/
}
#container #title {
  display: block;
  text-align: center;
  padding: 70px 0 0 0;
}

#container #title h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px;
  font-weight: normal;
}
#container #title .breadcrumb {
  margin-left: 10px;
  color:#5E5B5A;/*201705*/
}
#container #title .breadcrumb ul {
  text-align: left;
}
#container #title .breadcrumb ul li {
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
  /* 201704 */
}
#container #title .breadcrumb ul li a {
  display: inline-block;
  /*vertical-align: middle; 201704 */
  /*&:after{
  	position: absolute;
  	right:0;
  	top:0px;
  	content:"";
  	width:18px;
  	height:20px;
  	display: inline-block;
  	background:url(../images/common/ico_cursor_bre.png) 50% 50% no-repeat;
  	background-size: 22px*0.5 40px*0.5;
  }*/
}
#container #title .breadcrumb ul li.home a {
  position: relative;
  background: url(../images/common/ico_home.png) 0 50% no-repeat;
  background-size: 20px 20px;
  width: 20px; /* 201704 */
  height: 20px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#container #title .breadcrumb ul li.next {
  content: "";
  width: auto;
  height: 20px;
  display: inline-block;
  background: url(../images/common/ico_cursor_bre.png) left 50% no-repeat;
  background-size: 11px 20px;
  padding-left: 18px;
}
#container .tile {
  display: block;
}
#container .tile ul {
  display: block !important;
  text-align: center;
}
#container .tile ul li {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 15px 10px 10px 10px;
}
#container .tile ul li a {
  width: auto !important;
  height: auto !important;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  min-width: 120px;
  padding: 5px !important;
  border: 1px solid #627a86;/*201705*/
  background: #FFF;
  color: #627a86;/*201705*/
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  overflow: hidden;
  position: relative;
}
#container .tile ul li a.more {
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}
#container .tile ul li a.more.act {
  border: 1px solid #627a86;
}
#container .tile ul li a.more.act:after {
  bottom: 0px;
}
#container .tile ul li a.more.act:hover {
  opacity: 1;
}
#container .tile ul li a.more.act:hover:after {
  background: #627a86;
  color: #FFF;
}
#container .tile ul li a.more:after {
  -webkit-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
  position: absolute;
  width: 100%;
  content: "CLOSE";
  background: #627a86;
  left: 0;
  bottom: -35px;
  padding: 5px 0;
  line-height: 21px;
}
#container .tile ul li.act a {
  border: 1px solid #dc0000; /*201704*/
  background: #dc0000; /*201704*/
  color: #FFF;
}
#container .tile ul li:hover {
  opacity: 1 !important;
}
#container .tile ul li:hover a {
  border: 1px solid #b0bfc8;/*201705*/
  background: #FFF;
  color: #b0bfc8; /*201705*/
}
#container .select_position {
  position: relative;
}
#container .select_box {
  /*
  //IE+Edge対応
  		@media screen and (min-width: 0\0),(-ms-high-contrast: active), (-ms-high-contrast: none) {
  			&.faculties{
  				background:url(../images/faculties/tile.jpg) 50% 50% no-repeat;
  				background-size:cover;
  				ul{
  					background:rgba(98,122,134,0.55);
  				}
  			}
  		}
  		@supports (-ms-accelerator:true) {
  			&.faculties{
  				background:url(../images/faculties/tile.jpg) 50% 50% no-repeat;
  				background-size:cover;
  				ul{
  					background:rgba(98,122,134,0.55);
  				}
  			}
  		}
  
  		@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
  			&.faculties{
  				background:url(../images/faculties/tile.jpg) 50% 50% no-repeat;
  				background-size:cover;
  				ul{
  					background:rgba(98,122,134,0.55);
  				}
  			}
  		}
  */
}
#container .select_box:nth-child(2), #container .select_box:nth-child(3), #container .select_box:nth-child(4) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
#container .select_box ul {
  width: 100%;
/*  display: -webkit-flex; 201705*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;/*201705*/
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  -webkit-align-items: stretch; 201705*/
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#container .select_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: -webkit-flex; 201705*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
/*  -webkit-align-items: center; 201705*/
  align-items: center;
  width: 20%;
  vertical-align: middle;
  position: relative;
  background: rgba(38, 64, 76, 0.6);
}
#container .select_box ul li a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  padding: 82px 0;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  font-size: 20px;/*201705*/
}
/*201709*/
/*#container .select_box ul li.cb_20 a{
  padding: 67px 0;
}*/
#container .select_box ul li.cb_01 a:hover, #container .select_box ul li.cb_01 a.act {
  background: rgba(248, 181, 0, 0.75);
}
#container .select_box ul li.cb_02 a:hover, #container .select_box ul li.cb_02 a.act {
  background: rgba(236, 108, 0, 0.75);
}
#container .select_box ul li.cb_03 a:hover, #container .select_box ul li.cb_03 a.act {
  background: rgba(230, 49, 120, 0.75);
}
#container .select_box ul li.cb_04 a:hover, #container .select_box ul li.cb_04 a.act {
  background: rgba(200, 78, 150, 0.75);
}
#container .select_box ul li.cb_05 a:hover, #container .select_box ul li.cb_05 a.act {
  background: rgba(145, 72, 151, 0.75);
}
#container .select_box ul li.cb_06 a:hover, #container .select_box ul li.cb_06 a.act {
  background: rgba(105, 48, 141, 0.75);
}
#container .select_box ul li.cb_07 a:hover, #container .select_box ul li.cb_07 a.act {
  background: rgba(0, 184, 238, 0.75);
}
#container .select_box ul li.cb_08 a:hover, #container .select_box ul li.cb_08 a.act {
  background: rgba(0, 77, 160, 0.75);
}
#container .select_box ul li.cb_09 a:hover, #container .select_box ul li.cb_09 a.act {
  background: rgba(126, 191, 65, 0.75);
}
#container .select_box ul li.cb_10 a:hover, #container .select_box ul li.cb_10 a.act {
  background: rgba(0, 157, 98, 0.75);
}
#container .select_box ul li.cb_11 a:hover, #container .select_box ul li.cb_11 a.act {
  background: rgba(0, 176, 168, 0.75);
}
#container .select_box ul li.cb_12 a:hover, #container .select_box ul li.cb_12 a.act {
  background: rgba(186, 142, 0, 0.75);
}
#container .select_box ul li.cb_13 a:hover, #container .select_box ul li.cb_13 a.act {
  background: rgba(177, 79, 0, 0.75);
}
#container .select_box ul li.cb_14 a:hover, #container .select_box ul li.cb_14 a.act {
  background: rgba(151, 55, 115, 0.75);
}
#container .select_box ul li.cb_15 a:hover, #container .select_box ul li.cb_15 a.act {
  background: rgba(110, 50, 116, 0.75);
}
#container .select_box ul li.cb_16 a:hover, #container .select_box ul li.cb_16 a.act {
  background: rgba(79, 29, 109, 0.75);
}
#container .select_box ul li.cb_17 a:hover, #container .select_box ul li.cb_17 a.act {
  background: rgba(0, 140, 180, 0.75);
}
#container .select_box ul li.cb_18 a:hover, #container .select_box ul li.cb_18 a.act {
  background: rgba(0, 56, 125, 0.75);
}
#container .select_box ul li.cb_19 a:hover, #container .select_box ul li.cb_19 a.act {
  background: rgba(93, 145, 46, 0.75);
}
#container .select_box ul li.cb_20 a:hover, #container .select_box ul li.cb_20 a.act {
  background: rgba(0, 121, 74, 0.75);
}/* 農学研究科 */
#container .select_box.faculties {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/tile.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .select_box.graduate {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/tile_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .info_box {
  display: block;
  padding-bottom: 22px;
  text-align: center;
}
#container .info_box h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px;
  font-weight: normal;
}
#container .info_box a.sub_tit {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
  background: #e0e7eb;
  color: #314b57;
  margin-bottom: 25px;
}
#container .info_box a.sub_tit:hover {
  background: rgba(4, 42, 59, 0.8);
}
#container .info_box a.sub_tit:hover h2 {
  color: #FFF;
}
#container .info_box nav ul {
  width: 100%;
/*  display: -webkit-flex; 201705*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  -webkit-align-items: stretch; 201705*/
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#container .info_box nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: -webkit-flex; 201705*/
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
/*  -webkit-align-items: center; 201705*/
  align-items: center;
  width: 50%;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out
  /*
  //IE+Edge対応
  					@media screen and (min-width: 0\0),(-ms-high-contrast: active), (-ms-high-contrast: none) {
  						a{
  							background:rgba(98,122,134,0.55);
  						}
  					}
  					@supports (-ms-accelerator:true) {
  						a{
  							background:rgba(98,122,134,0.55);
  						}
  					}
  					@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
  						a{
  							background:rgba(98,122,134,0.55);
  						}
  					}
  */
}
#container .info_box nav ul li:hover {
  opacity: 0.75;
}
#container .info_box nav ul li a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  width: 100%;
  padding: 81px 0;
  vertical-align: middle;
  text-align: center;
  background: rgba(38, 64, 76, 0.6);
}
#container .info_box nav ul li.special a {
	padding: 74px 0;
}
/* タイトル・入試特設 201705*/
#container .info_box nav ul li.info a,
#container .info_box nav ul li.campus a,
#container .info_box nav ul li.activity a{
	padding:105px 0;
}
/* タイトル2行の調整 201705*/

#container .info_box nav ul li a h2 {
  font-size: 28px;
}
#container .info_box nav ul li.special a h2 {
    background: url('../admission/images/top/ttl_ad.png') no-repeat 50% 50%;
background-size: 160px;
height: 120px;
margin: 0 auto;
text-indent: -100em;
}
/* タイトル画像 201705 */
#container .info_box nav ul li a h2.jp {
  font-size: 26px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight:normal;
  line-height:30px;
} /*201705*/

#container .info_box nav ul li.people {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/unlimited_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .info_box nav ul li.education {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/unlimited_02.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .info_box nav ul li.world {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/unlimited_03.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .info_box nav ul li.challenger {
  background: rgba(98, 122, 134, 0.75) url(../images/faculties/unlimited_04.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#container .info_box nav ol {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
/*  display: -webkit-flex; 201705*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal; /*201705*/
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  -webkit-align-items: stretch; 201705*/
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#container .info_box nav ol li {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: -webkit-flex;  201705*/
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
/*  -webkit-align-items: top;  201705*/
  align-items: top;
  width: 50%;
  vertical-align: middle;
  position: relative;
/*  min-height: 460px; 201705*/
}
#container .info_box nav ol li.hide {
  display: none;
}
#container .info_box nav ol li a {
  font-size: 14px;
  display: table-cell;
  color: #FFF;
  text-decoration: none;
  width: 100%;
  vertical-align: top;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#container .info_box nav ol li a:hover {
  opacity: 0.6;
}
#container .info_box nav ol li a h2 {
  font-size: 26px;
  line-height: 28px;
  text-align: left;
  font-weight: bold; /*201705*/
}
#container .info_box nav ol li a span {
  display: block;
  padding: 0px 10px 10px;
}
#container .info_box nav ol li a em {
  text-align: right;
  display: block;
  font-size: 11px;
  font-style: normal;
  padding: 0px 10px 10px;
  font-weight: bold; /*201705*/
}
#container .info_box nav ol li a img {
  width: 100%;
}
#container .info_box nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 4) {
  background: #899da8;
}
#container .info_box nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 4) {
  background: #627a86;
}
#container .info_box nav ol li:nth-child(odd):nth-child(n + 5):nth-child(-n + 8) {
  background: #627a86;
}
#container .info_box nav ol li:nth-child(even):nth-child(n + 5):nth-child(-n + 8) {
  background: #899da8;
}
#container .info_box nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 12) {
  background: #899da8;
}
#container .info_box nav ol li:nth-child(even):nth-child(n + 9):nth-child(-n + 12) {
  background: #627a86;
}
#container .info_box nav ol li:nth-child(odd):nth-child(n + 13):nth-child(-n + 16) {
  background: #627a86;
}
#container .info_box nav ol li:nth-child(even):nth-child(n + 13):nth-child(-n + 16) {
  background: #899da8;
}
#container .news_box, #container .news_box2 {
  display: block;
  border-top: 1px solid #e0e7eb;
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}
#container .news_box h1 + strong, #container .news_box2 h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px;
  font-weight: normal;
}
#container .news_box nav ol,#container .news_box2 nav ol {
  margin-top: 15px;
  width: 100%;
/*  display: -webkit-flex; 201705*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;/*201705*/
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
/*  -webkit-align-items: stretch; 201705*/
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#container .news_box nav ol::before, #container .news_box2 nav ol::before {
  content: "";
  display: block;
  width: 25%;
  -webkit-box-ordinal-group: 2;
/*  -webkit-order: 1; 201705*/
      -ms-flex-order: 1;
          order: 1;
}
#container .news_box nav ol::after, #container .news_box2 nav ol::after {
  content: "";
  display: block;
  width: 25%;
}
#container .news_box nav ol li, #container .news_box2 nav ol li {
  display: -webkit-box;
  display: -ms-flexbox;
/*  display: -webkit-flex; 201705*/
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
/*  -webkit-align-items: top; 201705*/
  align-items: top;
  width: 25%;
  vertical-align: middle;
  position: relative;
  min-height: 200px;
}
#container .news_box nav ol li.hide, #container .news_box2 nav ol li.hide {
  display: none;
}
#container .news_box nav ol li a, #container .news_box2 nav ol li a {
  font-size: 12px;
  display: block;
  color: #4c4948;
  text-decoration: none;
  width: 100%;
  vertical-align: top;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#container .news_box nav ol li a:hover, #container .news_box2 nav ol li a:hover {
  opacity: 0.6;
}
#container .news_box nav ol li a strong, #container .news_box2 nav ol li a strong {
  padding: 10px 10px 0px 10px;
  display: block;
  font-size: 20px;
  color: #dc0000; /*201704*/
}
#container .news_box nav ol li a h2, #container .news_box2 nav ol li a h2 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #314b57
  /*201704*/
}
#container .news_box nav ol li a span, #container .news_box2 nav ol li a span {
  display: block;
  padding: 0px 10px 10px;
}
#container .news_box nav ol li a em, #container .news_box2 nav ol li a em {
  text-align: left;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #dc0000;
  /*201704*/
  padding: 0px 10px 10px;
}
#container .news_box nav ol li a img, #container .news_box2 nav ol li a img {
  width: 100%;
}
#container .news_box nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 4), #container .news_box2 nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 4) {
  background: #f0f3f5;
}
#container .news_box nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 4), #container .news_box2 nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 4) {
  background: #e0e7eb;
}
#container .news_box nav ol li:nth-child(odd):nth-child(n + 5):nth-child(-n + 8), #container .news_box2 nav ol li:nth-child(odd):nth-child(n + 5):nth-child(-n + 8) {
  background: #e0e7eb;
}
#container .news_box nav ol li:nth-child(even):nth-child(n + 5):nth-child(-n + 8), #container .news_box2 nav ol li:nth-child(even):nth-child(n + 5):nth-child(-n + 8) {
  background: #f0f3f5;
}
#container .news_box nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 12), #container .news_box2 nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 12) {
  background: #f0f3f5;
}
#container .news_box nav ol li:nth-child(even):nth-child(n + 9):nth-child(-n + 12), #container .news_box2 nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 12) {
  background: #e0e7eb;
}
#container .news_box nav ol li:nth-child(odd):nth-child(n + 13):nth-child(-n + 16), #container .news_box2 nav ol li:nth-child(odd):nth-child(n + 13):nth-child(-n + 16) {
  background: #e0e7eb;
}
#container .news_box nav ol li:nth-child(even):nth-child(n + 13):nth-child(-n + 16), #container .news_box2 nav ol li:nth-child(even):nth-child(n + 13):nth-child(-n + 16) {
  background: #f0f3f5;
}
#container .access_box {
  display: block;
  border-top: 1px solid #e0e7eb;
  display: block;
  padding-top: 22px;
  text-align: center;
}
#container .access_box h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px;
  font-weight: normal;
}
#container #map_box {
  position: relative;
  width: 100%;
  height: 80vh
  /*
  //IE+Edge対応
  		@media screen and (min-width: 0\0),(-ms-high-contrast: active), (-ms-high-contrast: none) {
  			.overlay_box{
  				background: rgba(61,80,89,0.7);
  			}
  		}
  		@supports (-ms-accelerator:true) {
  			.overlay_box{
  				background: rgba(61,80,89,0.7);
  			}
  		}
  		@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
  			.overlay_box{
  				background: rgba(61,80,89,0.7);
  			}
  		}
  */
}
#container #map_box .overlay_box {
  text-align: left;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 28%;
  height: 80vh;
  background: rgba(38, 64, 76, 0.8);
}
#container #map_box .overlay_box h1 {
  margin-top: 37px;
  color: #FFF;
  text-align: left;

  padding-left: 20px;
}
#container #map_box .overlay_box h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px 12px 12px 20px;
  color: #FFF;
  text-align: left;
  font-weight: normal;
}
#container #map_box .overlay_box ul {
  padding-top: 35px;
}
#container #map_box .overlay_box ul li {
  padding-left: 20px;
  padding-bottom: 10px;
}
#container #map_box .overlay_box ul li a {
  font-size: 14px;
  color: #FFF;
  text-align: left;
  text-decoration: none;
}
#container #map_box .overlay_box ul li a:hover {
  text-decoration: underline;
}
#container #map_box #map {
  width: 100%;
  height: 80vh;
}
#container footer {
  background: #627a86;
  color: #FFF;
  display: block;
}
#container footer #quicklinks {
  padding-top: 40px;
  text-align: center;
  display: block;
}
#container footer #quicklinks h1 {
  color: #FFF;
}
#container footer #quicklinks h1 + strong {
  display: block;
  font-size: 15px;
  padding: 12px;
  text-align: center;
  font-weight: normal;
}
#container footer #quicklinks .sns {
  text-align: center;
}
#container footer #quicklinks .sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 15px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#container footer #quicklinks .sns a.twitter {
  background: url(../images/common/ico_twitter.png) 50% 50% no-repeat;
  background-size: 35px 28px;
}
#container footer #quicklinks .sns a.facebook {
  background: url(../images/common/ico_facebook.png) 50% 50% no-repeat;
  background-size: 32px 32px;
}
#container footer #quicklinks .sns a.youtube {
  background: url(../images/common/ico_youtube.png) 50% 50% no-repeat;
  background-size: 38px 32px;
}
#container footer #quicklinks .sns a.instagram {
  background: url(../images/common/ico_instagram.png) 50% 50% no-repeat;
  background-size: 33px 33px;
}
#container footer #quicklinks .sns a.line {
  background: url(../images/common/ico_line.png) 50% 50% no-repeat;
  background-size: 32px 32px;
}
#container footer #quicklinks nav {
  display: table;
  margin: 25px auto;
}
#container footer #quicklinks nav dl {
  display: table-cell;
  font-size: 12px;
  padding: 30px 15px;
  text-align: left;
}
#container footer #quicklinks nav dl dt a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#container footer #quicklinks nav dl dt a:hover {
  text-decoration: underline;
}
#container footer #quicklinks nav dl dd {
  display: block;
  min-height: 18px;
}
#container footer #quicklinks nav dl dd a {
  color: #FFF;
  text-decoration: none;
}
#container footer #quicklinks nav dl dd a:hover {
  text-decoration: underline;
}
#container footer .banner_links {
  width: 100%;
  display: table;
}
#container footer .banner_links li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  line-height: 1px;
}
#container footer .banner_links li img {
/*  width: 100%; 201705*/
margin-bottom: 10px;
}
#container footer #siteinfo {
  zoom: 1;
  padding: 25px 33px;
  color: #FFF;
  background: #314b57;
}
#container footer #siteinfo:before, #container footer #siteinfo:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#container footer #siteinfo:after {
  clear: both;
}
#container footer #siteinfo .copyright {
  padding-top: 40px;
  float: right;
  font-size: 10px;
}
#container footer #siteinfo .address {
  font-size: 12px;
  min-height: 50px;
  background: url(../images/common/foot_logo.png) 0 50% no-repeat;
  background-size: 150px 50px;
  padding-left: 195px;
  float: left;
}
#container #index {
  width: 100%;
  display: table;
  /*
  	display:-webkit-flex;
  	display:flex;
  	-webkit-flex-flow:row wrap;
  	flex-flow:row wrap;
  	-webkit-justify-content:space-between;
  	justify-content:space-between;
  	-webkit-align-items: stretch;
  	-ms-flex-align: stretch;
  	align-items: stretch;
  */
  height: 75vh;
  background: url(../images/top/top_main.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 600px;/*201705*/
}
#container #index .outer {
  display: table-cell;
  /*
  		display: -webkit-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
  
  		-webkit-justify-content:center;
  		justify-content:center;
  
  		-webkit-box-align: center;
  		-ms-flex-align: center;
  		-webkit-align-items: center;
  		align-items: center;
  */
  width: 25%;
  vertical-align: middle;
  /*height: 75vh;201705*/
  text-align: center;
  background: rgba(36, 69, 84, 0.55);
  color: #FFF;
  text-decoration: none;
  -webkit-transition: background 0.6s ease-out;
          transition: background 0.6s ease-out;
  position: relative;
}
#container #index .outer:hover {
  background: rgba(4, 42, 59, 0.8);
}
#container #index .outer .inner {
  width: 100%;
}
#container #index .outer a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#container #index .outer a:hover {
/*  text-decoration: underline; 201705*/
}
#container #index .outer h1 {
  width: 100%;
  color: #FFF;
}
#container #index .outer h1 + strong {
  width: 100%;
  font-size: 15px;
  padding: 12px 0;
  /*201704*/
  display: block;
  font-weight: normal;
}
#container #index .outer ol {
  position: absolute;
  /*top: 45vh;201705*/
  display: block;
  width: 100%;
}
#container #index .outer ol li {
  opacity: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
#container #news_sect {
  width: 100%;
  display: table;
  height: 14vh;
  background: #e0e7eb;
  text-align: center;
  color: #314b57;
}
#container #news_sect a {
  display: table-cell;
  vertical-align: middle;
  color: #314b57;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
  position: relative;
}
#container #news_sect a h1 {
  color: #314b57;
}
#container #news_sect a h1 + strong {
  width: 100%;
  font-size: 15px;
  padding: 12px 12px 0px 12px;
  display: block;
  font-weight: normal;
}
#container #news_sect a:hover {
  background: rgba(4, 42, 59, 0.8);
}
#container #news_sect a:hover h1 {
  color: #FFF;
}
#container #news_sect a:hover h1 + strong {
  color: #FFF;
}
#container #attention_sect {
  background: #FFF;
  min-height: 11vh;/*201708*/
  height: auto;/*201807*/
  width: 65%;/*201706*/
  float: left;
}
/*201706*/
#container ul.important {
  padding: 10px;
  display: block;
  float: right;
}
#container ul.important li {
  font-size: 12px;
}
#container ul.important li a {
/*  color: #4c4948; 201705*/
  text-decoration: none;
}
#container ul.important li a:hover {
  text-decoration: underline;
}
#container #attention_sect dl {
  float: left;
  padding: 10px;
  width: 100%;
}
#container #attention_sect dl dt {
  background: url(../images/top/ico_attention.png) 5px 5px no-repeat;
  background-size: 11px 11px;
  padding: 0px 5px 2px 20px;
  color: #dc0000;/*201706*/
  font-size: 12px;
  height: 60px;
  float: left;
}
#container #attention_sect dl dd {
  font-size: 12px;
}
#container #attention_sect dl dd a {
  padding-left: 5px;
/*  color: #4c4948; 201705*/
  text-decoration: none;
}
#container #attention_sect dl dd a:hover {
  text-decoration: underline;
}
/*201705*/
_::-webkit-full-page-media,
_:future,
:root #container header nav .navigation ul.layer_01 li a,
:root #container header nav .navigation .title {
  font-weight: bold;
}

@media screen and (min-width: 1300px) {
  #container .select_box ul li a {
    padding: 120px 0;
  }
  /*201709*/
  /*#container .select_box ul li.cb_20 a{
	padding: 105px 0;
  }*/

  #container .info_box nav ul li a {
    padding: 120px 0;
  }
}
@media screen and (max-width: 1299px) {
  #container .info_box nav ul li.info a,
  #container .info_box nav ul li.campus a,
  #container .info_box nav ul li.activity a{
	padding: 66px 0;
  }
/* タイトル2行の調整 201705*/
}

@media screen and (max-width: 1120px) {
/* 201805 追加GNB */
/* 201904 追加GNB */
#container header .navigation2 ul {
	display: none;
}
}

@media screen and (max-width: 800px) {
  #container .select_box  ul li.cb_12 a,
  #container .select_box  ul li.cb_16 a{
	padding: 67px 0;
  }
}
/*201709*/

@media screen and (max-width:768px) {
  #search_modal {width: 50%;
  }
/* search調整 201705 */
}
@media screen and (max-width: 736px) {
	

/* 201805 追加GNB */
#container header nav ol li:before {
	background-color: rgba(98, 122, 134, 0.75);
}

#container header .navigation2 {
	display: none;
}

#container header nav ol li.access_btn, #container header nav ol li.tube_btn, #container header nav ol li.contact_btn, #container header nav ol li.language_btn {
	display: none!important;
}

#container header nav .navigation ul.link2 {
	margin: 0 0 0 25px; 
}

#container header nav .navigation ul.link2 li a img {
	width: 66%;
}

#container footer #quicklinks nav dl dt a {
  font-weight: normal;
}

	
  #container header h1 {
    width: 104px;
    height: 52px;
    left: 0;
  }

  #container h2 {
    font-size: 16px;/*201705*/
    padding: 10px 5px 10px 5px;/* 5px 5px 5px 5px 201705*/
  }

  #container header h1 a {
    background-size: 104px 52px;
    width: 104px;
    height: 52px;
  }

  #container h1 {
    font-size: 18px;
    line-height: 20px;
  }

  #container #title {
    padding: 60px 0 0 0;
  }

  #container #title h1 + strong {
    font-size: 13px;
    padding: 2px 6px 6px 6px;
  }

  #container header nav ol li {
    float: right;
  }

  #container .select_box ul li {
    width: 50%;
  }

  #container .select_box ul li a,
  #container .select_box ul li.cb_12 a,/*201804*/
  #container .select_box ul li.cb_16 a{/*201709*/
    padding: 26px 0;
	font-size: 16px;/*201705*/
  }
/*  #container .select_box ul li.cb_20 a,
  #container .select_box ul li.cb_12 a{
    padding: 14px 0;
  }*/
  /*201709*/
  #container .info_box nav ul li a {
    padding: 26px 0;
    font-size: 13px;
	height: auto;/*201705*/
  }
  #container .info_box nav ul li.special a{
  	padding: 10px 0;
  }
  #container .info_box nav ul li.special a h2 {
	background-size: 70px;
	width: 70px;
	height: 50px;
  }
  /* タイトル画像　入試特設サイト 201705 */
  #container .info_box nav ul li.info a,
  #container .info_box nav ul li.campus a,
  #container .info_box nav ul li.activity a{
    padding: 16px 0;
  }
  /* タイトル2行の調整 201705*/
  
  #container .info_box nav ul li a h2 {
    font-size: 18px;
    line-height: 18px;
/*    padding: 10px 10px 2px 10px; 201705*/
  }
  #container .info_box nav ul li a h2.jp {
    font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
	font-weight:normal;
	line-height: 20px;
  } /*201705*/

  #container .info_box h1 + strong {
    padding: 2px 12px 12px 12px;
    font-size: 13px;
  }

  #container .info_box nav ol li {
/*    min-height: 270px; 201705*/
  }

  #container .info_box nav ol li a h2 {
    font-size: 14px;
    line-height: 16px;
  }

  #container .info_box nav ol li a span {
    padding: 0px 5px 5px;
    font-size: 10px;
  }

  #container .info_box nav ol li a em {
    padding: 0px 5px 5px;
    font-size: 10px;
  }

  #container .news_box nav ol li,   #container .news_box2 nav ol li {
    width: 100%;
    min-height: 95px;
  }

  #container .news_box nav ol li a img,   #container .news_box2 nav ol li a img {
    width: 45%;
    float: left;
    margin-right: 2%;
  }

  #container .news_box nav ol li a strong,   #container .news_box2 nav ol li a strong {
    font-size: 11px;
    line-height: 11px;
    padding: 10px 10px 0 10px;
    margin-left: 47%;
  }

  #container .news_box nav ol li a h2,  #container .news_box2 nav ol li a h2 {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    margin-left: 47%;
  }

  #container .news_box nav ol li a span,   #container .news_box2 nav ol li a span {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 10px 5px 10px;
    margin-left: 47%;
  }

  #container .news_box nav ol li a em, #container .news_box2 nav ol li a em {
    padding: 0px 10px 5px;
    margin-left: 47%;
  }

  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 16), #container .news_box2.column_2 nav ol li {
    background: #f0f3f5;
  }
  #container .news_box nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 16) {
    background: #e0e7eb;
  }

  #container .news_box.column_2 nav ol li {
    width: 50%;
    min-height: 95px;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 2), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 1):nth-child(-n + 2) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 2), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 1):nth-child(-n + 2) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 3):nth-child(-n + 4), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 3):nth-child(-n + 4) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 3):nth-child(-n + 4), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 3):nth-child(-n + 4) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 5):nth-child(-n + 6), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 5):nth-child(-n + 6) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 5):nth-child(-n + 6), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 5):nth-child(-n + 6) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 7):nth-child(-n + 8), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 7):nth-child(-n + 8) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 7):nth-child(-n + 8), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 7):nth-child(-n + 8) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 10), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 9):nth-child(-n + 10) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 9):nth-child(-n + 10), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 9):nth-child(-n + 10) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 11):nth-child(-n + 12), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 11):nth-child(-n + 12) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 11):nth-child(-n + 12), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 11):nth-child(-n + 12) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 13):nth-child(-n + 14), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 13):nth-child(-n + 14) {
    background: #f0f3f5;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 13):nth-child(-n + 14), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 13):nth-child(-n + 14) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(odd):nth-child(n + 15):nth-child(-n + 16), #container .news_box2.column_2 nav ol li:nth-child(odd):nth-child(n + 15):nth-child(-n + 16) {
    background: #e0e7eb;
  }
  #container .news_box.column_2 nav ol li:nth-child(even):nth-child(n + 15):nth-child(-n + 16), #container .news_box2.column_2 nav ol li:nth-child(even):nth-child(n + 15):nth-child(-n + 16) {
    background: #f0f3f5;
  }

  #container .news_box.column_2 nav ol li a strong, #container .news_box2.column_2 nav ol li a strong {
    margin-left: 0;
  }

  #container .news_box.column_2 nav ol li a h2, #container .news_box2.column_2 nav ol li a h2 {
    margin-left: 0;
  }

  #container .news_box.column_2 nav ol li a span, #container .news_box2.column_2 nav ol li a span {
    margin-left: 0;
  }

  #container .news_box.column_2 nav ol li a em, #container .news_box2.column_2 nav ol li a em {
    margin-left: 0;
  }

  #container .news_box h1 + strong,
  #container .news_box2 h1 + strong,/*201705*/
  #container .access_box h1 + strong {
    padding: 2px 6px;
    font-size: 13px;
  }

  #container .tile ul li {
    margin: 15px 3px 10px 3px;
  }

  #container .tile ul li a {
    font-size: 12px;/*201901*/
    min-width: 80px;
  }

  #container #map_box,

  #container #map_box #map {
    height: 50vh;
  }

  #container #map_box .overlay_box {
    height: 50vh;
    width: 40%;/*48% 201705*/
  }

  #container #map_box .overlay_box h1 {
    margin-top: 18px;
    padding-left: 10px;
  }

  #container #map_box .overlay_box h1 + strong {
    padding: 6px 6px 6px 10px;
    font-size: 13px;
  }

  #container #map_box .overlay_box ul {
    padding-top: 5px;/*15px 201705*/
	line-height: 1em;
  }

  #container #map_box .overlay_box ul li {
    padding-left: 10px;
    padding-bottom: 2px;
  }

  #container #map_box .overlay_box ul li a {
    font-size: 10px;
  }

  #container footer #quicklinks {
    padding-top: 17px;
  }

  #container footer #quicklinks h1 + strong {
    font-size: 13px;
    padding: 2px 6px;
  }

  #container footer #quicklinks .sns {
    zoom: 0.8;
  }

  #container footer #quicklinks nav {
    margin: 0px auto;
    display: block;
  }

  #container footer #quicklinks nav dl {
    display: block;
    padding: 0px 7px;/*201805*/
  }
  
  #container footer #quicklinks nav .nodisplay{
	  display:none;
  }/*201705*/

  #container footer #quicklinks nav dl dt,
  #container footer #quicklinks nav dl dd {
    border-bottom: 1px solid #899da8;
  }

  #container footer #quicklinks nav dl dt a,
  #container footer #quicklinks nav dl dd a {
    display: block;
    padding: 10px 5px;
  }

  #container footer .banner_links {
    margin-top: 15px;
    width: 100%;
/*    display: -webkit-flex; 201705*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
/*    -webkit-align-items: stretch; 201705*/
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  #container footer .banner_links li {
    display: -webkit-box;
    display: -ms-flexbox;
/*    display: -webkit-flex; 201705*/
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
/*    -webkit-align-items: top; 201705*/
    align-items: top;
    width: 50%;
    vertical-align: middle;
    position: relative;
  }

  #container footer .banner_links li a {
    width: 100%;
  }

  #container footer #siteinfo {
    padding: 5px 10px 25px 10px;
    position: relative;
    float: none;
  }

  #container footer #siteinfo .address {
    background-size: 70px 23px;
    padding-left: 80px;
    font-size: 12px;/*201804*/
    float: none;
  }

  #container footer #siteinfo .copyright {
    position: absolute;
    padding-top: 0;
    bottom: 7px;
    font-size: 10px;
  }
  /*201705*/
  #container header nav {
    width: 100vw;
  }

  #container header nav.act {
    pointer-events: auto;
  }

  #container header nav .navigation {
    right: -100vw;
    width: 100vw;
    max-width: 100vw;/*201705*/
  }

/*  #container header nav .navigation ul.layer_01 {
    height: 50vh; 55vh
  }201705 */

  #search_modal {
    width: 60%; /*270px 201705*/
    height: 200px;
  }

  #search_modal h1.tit {
    font-size: 2.5em;/*20px 201705*/
  }

  #search_modal .input_box input {
    width: 100%;/*224px 201705*/
    font-size: 16px;
  }
}
@media screen and (max-width: 736px) {
  #container #index {
    width: 100%;
    height: auto;
    display: block;
	/*background: url(../images/top/top_main.jpg) 50% 50% no-repeat;
    background-size: cover; 201805*/
	min-height: 320px;/*201705*/
  }
  #container #index .outer {
    display: block;
    width: 100%;
    /*height: auto;*/
	max-height:112px;/*201705*/
    text-align: center;
    background: rgba(36, 69, 84, 0.55);
    color: #FFF;
    text-decoration: none;
    -webkit-transition: background 0.6s ease-out;
            transition: background 0.6s ease-out;
    position: relative;
  }
  #container #index .outer:first-child {
    padding-top: 52px;
  }
  #container #index .outer:hover {
    background: rgba(4, 42, 59, 0.8);
  }
  #container #index .outer .inner {
    width: 100%;
  }
  #container #index .outer a {
    padding: 20px 0;
  }
  #container #index .outer h1 {
    width: auto;
    font-size: 18px;
  }
  #container #index .outer h1 + strong {
    width: auto;
    font-size: 13px;
    padding: 6px;
  }
  #container #index .outer ol {
    display: none;
  }
  #container #news_sect {
    width: 100%;
    display: block;
    height: auto;
    background: #e0e7eb;
    text-align: center;
    color: #314b57;
  }
  #container #news_sect a {
    padding: 20px 0;
    display: block;
    color: #314b57;
    text-decoration: none;
    -webkit-transition: all 0.6s ease-out;
            transition: all 0.6s ease-out;
    position: relative;
  }
  #container #news_sect a h1 {
    font-size: 18px;
    color: #314b57;
  }
  #container #news_sect a h1 + strong {
    width: auto;
    font-size: 13px;
    padding: 6px 0px 0px 0px;
    display: block;
    font-weight: normal;
  }
  #container #news_sect a:hover {
    background: rgba(4, 42, 59, 0.8);
  }
  #container #news_sect a:hover h1 {
    color: #FFF;
  }
  #container #news_sect a:hover h1 + strong {
    color: #FFF;
  }
  #container #attention_sect {
    background: #FFF;
    height: auto;
	width: 100%;/*201706*/
  }
  #container ul.important { /*201706*/
    clear: both;
	float: none;
  }
  #container ul.important li {
    font-size: 12px;/*201901*/
  }
  #container ul.important li a {
    color: #4c4948;
    text-decoration: none;
  }
  #container ul.important li a:hover {
    text-decoration: underline;
  }
  #container #attention_sect dl {
    float: none;
    padding: 10px 10px 0; /*201706*/
    width: auto;
  }
  #container #attention_sect dl dt {
    background: url(../images/top/ico_attention.png) 5px 3px no-repeat;
    background-size: 11px 11px;
    padding: 0px 5px 2px 20px;
    color: #dc0000;/*201706*/
    font-size: 12px;/*201901*/
    height: auto;
    float: none;
  }
  #container #attention_sect dl dd {
    padding: 0px 5px 5px 10px;
    font-size: 12px;/*201901*/
  }
  #container #attention_sect dl dd a {
    display: block;
    padding-left: 5px;
    color: #4c4948;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #container #attention_sect dl dd a:hover {
    text-decoration: underline;
  }
}

/* Admission menu サブテキストの長さによって調整 201705 */
@media screen and (max-width: 590px) {
/*  #container .info_box nav ul li.shiryo a {
  	padding: 36px 0;
  }*/
}
@media screen and (max-width: 340px) {
  #container .info_box nav ul li.nyushi a {
  	padding: 36px 0;
  }
  #search_modal h1.tit {
    font-size: 1.5em;/* 201705*/
  }
}

/* other 201704 */
#other #container header nav ol.act li {
  background-color: rgba(98, 122, 134, 0);
}

/* 201805 */
#container footer .banner_links {
    width: auto;
    display: table;
    text-align: center;
    margin: 20px auto 30px;
}
