@charset "utf-8";
/* CSS Document */

#container #link_sect {
    width: 100%;
    display: table;
    height: 11vh;
    background: #627A86;
    text-align: center;
    color: #ffffff;
}

#container #link_sect a {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: relative;
}

#container #link_sect a h1 {
    color: #ffffff;
	font-weight: normal;
}

#container #link_sect a:hover {
  background: rgba(224, 231, 235, 0.8);
}
#container #link_sect a:hover h1 {
  color: #314b57;
}

/*-- 201901 menu1 --*/
#container #menu1 {
	width: 100%;
	display: table;
/*	height: 12vh;*/
	background: #f0f3f5 /*#e0e7eb*/;
	text-align: center;
	color: #314b57;
}
#container #menu1 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;
	padding: 12px 0;
}

#container #menu1 a h1 {
	color: #314b57;
/*	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;*/
}
#container #menu1 a h1 + strong {
    width: 100%;
    font-size: 15px;
    padding: 8px 0 0;
    display: block;
    font-weight: normal;
}

#container #menu1 a:hover {
    background: #627a86;
}

#container #menu1 a:hover h1,
#container #menu1 a:hover h1 + strong{
    color: #FFF;
}
/*-- 201901 menu1 --*/


/*-- 201902 rikou menu img --*/
#container #rikou {
	width: 100%;
	display: table;
	text-align: center;
	color: #314b57;
}

#container #rikou 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;
	padding: 0;
}

#container #rikou a img {
	vertical-align: top;
}

#container #rikou a:hover {
	opacity: 0.6;
}

/*-- 201812 rikou menu --*/
/*#container #rikou {
	width: 100%;
	display: table;
	background: #f0f3f5;
	text-align: center;
	color: #314b57;
}

#container #rikou 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;
	padding: 12px 0;
}

#container #rikou a h1 {
	color: #314b57;
	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}
#container #rikou a h1 + strong {
    width: 100%;
    font-size: 15px;
    padding: 8px 0 0;
    display: block;
    font-weight: normal;
}

#container #rikou a:hover {
    background: #004da0;
}

#container #rikou a:hover h1,
#container #rikou a:hover h1 + strong{
    color: #FFF;
}*/
/*-- 201812 rikou menu --*/

@media screen and (max-width: 736px) {
	#container footer #quicklinks .links_ttl{
		height:auto;
	}
	#container footer #quicklinks .links_ttl a{
		padding: 20px 0;
		display: block;
	}
	#container footer #quicklinks .links_ttl h1{
		font-size:18px;
	}
	#container footer #quicklinks .links_ttl h1 + strong{
		font-size:13px;
		padding: 6px 0px 0px 0px;
	}

#container #link_sect {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}

#container #link_sect a {
    padding: 20px 0;
    display: block;
}

/*-- 201901 menu1 --*/
#container #menu1 a h1 {
	font-size: 16px;
}
#container #menu1 a h1 + strong {
    font-size: 12px;
	padding: 4px 0 0;
}
/*-- 201901 menu1 --*/

/*-- 201812 rikou menu --*/
#container #rikou a h1 {
	font-size: 16px;
}
#container #rikou a h1 + strong {
    font-size: 12px;
	padding: 4px 0 0;
}
/*-- 201812 rikou menu --*/
	
}



/* TOPICS 201712 */
/* 大学関係者 201807 */

#container .news_box {
  clear: both;
    width: 100%;
    text-align: center;
    color: #314b57;
	padding-top: 0;
	border: none;
}

#container .news_box .topics_ttl,
#container #concerned_sect .topics_ttl{
    height: 14vh;
    background: #f0f3f5;
    text-align: center;
    color: #314b57;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
#container #concerned_sect {
	background:#f0f3f5;
}

#container .news_box .topics_ttl h1,
#container #concerned_sect .topics_ttl h1{
    color: #314b57;
    width: 100%;
}

#container .news_box h1 + strong,
#container #concerned_sect h1 + span{
  display: block;
  font-size: 15px;
  padding: 12px 12px 0 12px;
  font-weight: normal;
  width: 100%;
}

#container #concerned_sect dl {
	padding: 10px;
	font-size: 12px;
}
#container #concerned_sect dl dt {
	float: left;
    padding-right: 10px;
}

#container .news_box nav ol {
  width: 100%;
  margin-top: 0;
/*  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 {
  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 {
  content: "";
  display: block;
  width: 25%;
}
#container .news_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: 25%;
  vertical-align: middle;
  position: relative;
  min-height: 200px;
}
#container .news_box nav ol li.hide {
  display: none;
}
#container .news_box 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 {
  opacity: 0.6;
}
#container .news_box 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 {
	padding: 20px 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #314b57
  /*201704*/
}
#container .news_box nav ol li a span {
  display: block;
  padding: 0px 10px 10px;
}
#container .news_box 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 em::after {
    content: " >";
    display: inline;
    margin: 0;
    padding-right: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    font-family: inherit;
    text-align: left;
}

#container .news_box nav ol li a img {
  width: 100%;
}
#container .news_box 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)  {
  background: #e0e7eb;
}



/* サムネイル画像調整（中央寄寄せ） */
#container .news_box nav ol li .image-wrapper {
	overflow: hidden;
	position: relative;
	height: 14vw;
	max-height: 220px;

}

#container .news_box nav ol li .image-wrapper img {
	width: 100%;
	position: relative;
	left: 50%;
	top: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

#container #index {
	height: 600px;
}



@media screen and (max-width: 736px) {

#container .news_box .topics_ttl {
    width: 100%;
    display: block;
    height: auto;
	padding: 20px 0;
/*    background: #e0e7eb;*/
    text-align: center;
    color: #314b57;
}

#container .news_box .topics_ttl h1 {
    color: #314b57;
	font-size: 18px;
}

#container .news_box h1 + strong {
    width: auto;
    font-size: 13px;
    padding: 6px 0px 0px 0px;
    display: block;
    font-weight: normal;
}

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

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

  #container .news_box 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 {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 5px;
    margin-left: 47%;
  }

  #container .news_box 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 {
    padding: 0px 10px 5px;
    margin-left: 47%;
  }



/* サムネイル画像調整（中央寄寄せ） */
#container .news_box nav ol li .image-wrapper {
	float: left;
	margin-right: 2%;
	width: 45%;
	height: 30vw;
	max-height: 140px;
}

#container #index {
	height: auto;
}


}