@charset "utf-8";


body {
	min-width: 1400px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #fff;
  overflow-y: scroll!important;
}

td {
  float: none!important;
  width: auto!important;
}

a {
	color: #9e0000;
}
a:hover {
  color: #9e0000;
}

:root ol, :root ul {
  margin: 0;
  padding: 0 0 0 25px;
}
:root ul {
  list-style-type: disc;
}
:root ol {
  list-style-type: decimal;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0!important;
}


/* サジェスト欄調整 */
.ui-autocomplete {
  padding: 0!important;
}
.ui-autocomplete li {
  padding: 5px 5px 5px 10px!important;
  font-size: 14px!important;
}
.ui-autocomplete li.ui-state-focus {
  background: #D8D8D8!important;
}

#mainArea {
	width: 960px;
  padding: 0 10px;
	margin: 0 auto;
  box-sizing: border-box;
}

#mainArea.areaIndex {
	width: 100%;
	padding: 0;
	margin: 0 auto;
  box-sizing: border-box;
}

.pbNested {
  clear: none!important;
}
.pbNestedWrapper {
  overflow: visible!important;
}
.pbHeaderArea {
	overflow: visible!important;
  margin: 0 0 50px;
  background-color: #f6f6f6;
}
.pbHeaderArea.areaIndex {
	overflow: visible!important;
  margin: 0;
}

/* コンポーネント */

/* 見出し系 */
h2 {
	font-size: 26px;
	margin: 40px 0 10px;
	color: #000;
  font-family: 'Libre Baskerville', serif;
}
h3 {
	font-size: 24px;
	margin: 40px 0 10px;
	color: #000;
  font-family: 'Libre Baskerville', serif;
}
h4 {
	font-size: 20px;
	margin: 40px 0 10px;
	color: #000;
  font-family: 'Libre Baskerville', serif;
}
h5 {
	font-size: 18px;
	margin: 40px 0 10px;
	color: #666;
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.univInfoBlock tr td h4 {
  font-size: 18px;
  margin: 30px 0 10px;
}

/* テキストカラー */
.txtGray {
	color: #666;
}
.txtBlue {
	color: #28619c;
}

/* アンカーボタン */
.anchorBtn {
	margin: 20px 0;
}
.anchorBtn p {
	display: inline-block;
}
.anchorBtn a {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 5px 40px 5px 30px;
	color: #9e0000;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #9e0000;
	border-radius: 30px;
	margin: 0 10px 10px 0;
	background-image: url(../images/anchorarrow.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	transition: 0.3s;
}
.anchorBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* 中面コンテンツ */
.paragraph {
  font-size: 16px;
  margin: 20px 0;
}
.paragraph-border {
  font-size: 16px;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #bbb;
}
.paragraph-bg {
  font-size: 16px;
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f5e5e5;
}
.paragraph-border-img {
  margin: 20px 0;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  overflow: hidden!important;
}
.paragraph-border-img:after {
  content:" ";
  display:block;
  clear:both;
}
.paragraph-border-img .imgBox{
  float: left;
  width: 300px;
}
.paragraph-border-img .imgBox img {
  width: 100%;
}
.paragraph-border-img .textBox {
  font-size: 16px;
  width: calc(100% - 300px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
  overflow: auto!important;
}

/* リスト系 */
.listType1 {
  font-size: 16px;
  margin: 20px 0;
}
.listType1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.listType1 ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  background-image: url(../images/complist-head.png);
  background-repeat: no-repeat;
  background-position: 2px 8px;
}
.listType1 ul li:last-child {
  margin: 0;
}

.listType2 {
  font-size: 16px;
  margin: 20px 0;
}
.listType2 ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: ol_li;
}
.listType2 ol li {
  margin: 0 0 5px 0;
  padding: 0;
}
.listType2 ol li:before {
  margin-right: 5px;
  counter-increment: ol_li;
  content: counter(ol_li);
  color: #888;
}
.listType2 ol li:last-child {
  margin: 0;
}

/* 画像付きテキストコンテンツ */
.textContent-img1 {
  margin: 20px 0;
}
.textContent-img1:after {
  content:" ";
  display:block;
  clear:both;
}
.textContent-img1 .box {
  width: 48%;
  float: left;
  margin: 0 4% 0 0;
}
.textContent-img1 .box:last-child {
  margin: 0;
}
.textContent-img1 .box .imgBox {
  margin: 0 0 10px 0;
}
.textContent-img1 .box .imgBox img {
  width: 100%;
  max-width: none;
}
.textContent-img1 .box .textBox {
  font-size: 16px;
}

.textContent-img2 {
  margin: 20px 0;
}
.textContent-img2 .imgBox {
  margin: 0 0 10px 0;
}
.textContent-img2 .imgBox img {
  width: 100%;
  max-width: none;
}
.textContent-img2 .textBox {
  font-size: 16px;
}

.paragraph-img1 {
  margin: 20px 0;
  box-sizing: border-box;
  overflow: hidden!important;
}
.paragraph-img1:after {
  content:" ";
  display:block;
  clear:both;
}
.paragraph-img1 .imgBox{
  float: left;
  width: 300px;
}
.paragraph-img1 .imgBox img {
  width: 100%;
}
.paragraph-img1 .textBox {
  font-size: 16px;
  width: calc(100% - 300px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
  overflow: auto!important;
}

.paragraph-img2 {
  margin: 20px 0;
  box-sizing: border-box;
  overflow: hidden!important;
}
.paragraph-img2:after {
  content:" ";
  display:block;
  clear:both;
}
.paragraph-img2 .imgBox{
  float: right;
  width: 300px;
}
.paragraph-img2 .imgBox img {
  width: 100%;
}
.paragraph-img2 .textBox {
  font-size: 16px;
  width: calc(100% - 300px);
  float: left;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  overflow: auto!important;
}

.paragraph-img3 {
  margin: 20px 0;
  box-sizing: border-box;
  overflow: hidden!important;
}
.paragraph-img3:after {
  content:" ";
  display:block;
  clear:both;
}
.paragraph-img3 .box {
  width: 48%;
  float: left;
  margin: 0 4% 0 0;
}
.paragraph-img3 .box:last-child {
  margin: 0;
}
.paragraph-img3 .box .imgBox{
  float: left;
  width: 200px;
}
.paragraph-img3 .box .imgBox img {
  width: 100%;
}
.paragraph-img3 .box .textBox {
  font-size: 16px;
  width: calc(100% - 200px);
  float: left;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  overflow: auto!important;
}

.imgList-2p,.imgList-3p,.imgList-4p,.imgList-other, {
  margin: 20px 0;
}
.imgList-2p ul,.imgList-3p ul,.imgList-4p ul,.imgList-other ul {
  list-style: none!important;
  padding: 0!important;
}
.imgList-2p ul li,.imgList-3p ul li,.imgList-4p ul li,.imgList-other ul li {
  padding: 0!important;
  vertical-align: top;
}
.imgList-2p ul li img,.imgList-3p ul li img,.imgList-4p ul li img,.imgList-other ul li img {
  width: 100%;
  max-width: none!important;
}
.imgList-2p ul li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
.imgList-2p ul li:last-child {
  margin: 0 0 2% 0;
}

.imgList-3p ul li {
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
}
.imgList-3p ul li:last-child {
  margin: 0 0 2% 0;
}

.imgList-4p ul li {
  width: 23.5%;
  float: left;
  margin: 0 2% 2% 0;
}
.imgList-4p ul li:last-child {
  margin: 0 0 2% 0;
}

.imgList-other ul li {
  width: 23.5%;
  float: left;
  margin: 0 2% 2% 0;
}
.imgList-other ul li:nth-child(4n+0) {
  margin: 0 0 2% 0;
}

/* 検索　チェックボックス */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: left 3px;
  cursor: pointer;
  padding: 0 0 0 25px;
  display: inline-block;
  word-wrap: break-word;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label {
  background-image: url(../images/checkbox_check.png);
}


/* ヘッダー1 */
#header {
  width: 100%;
  background-color: #fff;
}
#header .headerInner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#header .mainLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 675px;
  padding: 18px 0;
  box-sizing: border-box;
  overflow: hidden;
}
#header .mainLogo a {
  margin: 0 20px 0 0;
  transition: 0.2s;
}
#header .mainLogo a:hover {
  opacity: 0.8;
}
#header .mainLogo img {
  float: left;
  display: inline-block;
}
#header .mainLogo p {
  float: left;
  font-size: 12px;
  color: #777;
}
#header .headerRight {
  width: 220px;
  float: right;
  margin: 0 0 0 50px;
  box-sizing: border-box;
}
#header .headerRight .favoriteBtn {
  position: absolute;
  right: 0;
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #9e0000;
  box-sizing: border-box;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: 0.2s;
}
#header .headerRight .favoriteBtn:hover {
  opacity: 0.8;
}
#header .headerRight .favoriteBtn a {
  display: block;
  padding: 3px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
  text-decoration: none;
}
#header .headerRight input[type="text"]{
  width: 190px;
  height: 30px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px!important;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  border: 1px solid #bbbbbb!important;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
#header .headerRight input[type="submit"]{
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0;
  padding: 5px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  background-color: #9e0000;
  background-image: url(../images/headersearch-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 0;
  transition: 0.2s;
}
#header .headerRight input[type="submit"]:hover{
  opacity: 0.8;
}
#header .languageBtn{
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  list-style:none;
  position:absolute;
  padding: inherit;
  right: 139px;
}
#header .languageBtn li{
  vertical-align:middle;
  position:relative;
}
/* #header .languageBtn li:first-child:after{
  content:"|";
  color: #acacac;
  bottom:0;
  font-size:10px;
  height:10px;
  margin:auto 0;
  position:absolute;
  right: -3px;
  top:-9px;
} */

#header .languageBtn li.linkOff a{
  pointer-events: none;
  color: #e9e9e9;
  background: #bbb;
}
#header .languageBtn li a{
  color:#000;
  padding: 16px 20px 13px;
  line-height: 0;
  display:inline-block;
  width: 50px;
  text-align: center;
  transition: 0.2s;
}
#header .languageBtn li a:hover{
  color:#fff;
  background: #9e0000;
  text-decoration:none;
}
#header .languageBtn li a:after{
  content:"";
  background-color:#515151;
}

/* フッター */
#footer {
  margin: 100px 0 0;
}
#footer .totop {
  width: 100%;
  text-align: center;
  margin: 0 0 20px 0;
}
#footer .totop span {
  padding: 20px 0 0 0;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-weight: 600;
  background-image: url(../images/arrow-top.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
#footer .totop span:hover {
  opacity: 0.8;
}
#footer .footerMenu {
  width: 100%;
  background-color: #333;
}
#footer .footerMenu .footerMenuInner {
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
}
#footer .footerMenu .footerMenuInner ul {
  width: 1400px;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding: 0;
  letter-spacing: -0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footerMenu .footerMenuInner ul li {
  display: inline-block;
  padding: 0px 15px;
  box-sizing: border-box;
  border-right: 1px solid #0f0f0f;
  line-height: 1.2;
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#footer .footerMenu .footerMenuInner ul li:last-child {
  border-right: none;
}
#footer .footerMenu .footerMenuInner ul li a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
}
#footer .footerMenu .footerMenuInner ul li a:hover {
  text-decoration: none;
  color: #9e0000;
}
#footer .footerBottom {
  width: 100%;
  background-color: #000;
}
#footer .footerBottom .footerBottomInner {
  width: 960px;
  text-align: center;
  padding: 20px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .footerBottom .footerBottomInner a {
  transition: 0.2s;
}
#footer .footerBottom .footerBottomInner a:hover {
  opacity: 0.8;
}
#footer .footerBottom .copyright {
  width: 680px;
  padding: 10px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer .footerBottom .copyright p {
  font-size: 12px;
  color: #777;
}

/* グローバルナビ */
#header nav {
  width: 100%;
  background-color: #000;
  border-top: 5px solid #9e0000;
}
#header nav ul {
  width: 1100px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
  padding: 0;
  list-style: none;
  text-align: center;
}
#header nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#header nav ul li a {
  display: block;
  padding: 6px 30px;
  box-sizing: border-box;
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}
#header nav ul li a:hover {
  text-decoration: none;
  color: #9e0000;
}

/* 情報テーブル */
.tableInnerLine .schoolpLoop .loopHeadText {
  font-size: 18px;
  margin: 0;
}
.tableInnerLine .schoolpLoop {
  margin: 0 0 20px;
}
.tableInnerLine .schoolpLoop:last-child {
  margin: 0;
}

.tableType1 {
  margin: 20px 0;
}
.tableType1 table {
  width: 100%;
  height: 0;
  margin: 0;
  table-layout: fixed;
  font-size: 14px;
  word-wrap: break-word;
}
.tableType1 table tr td {
  height: 100%;
  vertical-align: middle;
}
.tableType1 table tr {
  border-bottom: 1px solid #bbb;
}
.tableType1 table .tableInnerTitle{
  border-bottom: hidden;
}
.tableType1 table tr th div.tableInnerLine,.tableType1 table tr td div.tableInnerLine {
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.tableType1 table tr td div.tableInnerLine2 {
  padding: 10px;
  margin: 0px 0 10px;
}
.tableType1 table tr th {
  width: 180px;
  height: 100%;
  box-sizing: border-box;
  background-color: #eee;
  color: #666;
}

.tableType2 {
  margin: 20px 0;
}
.tableType2 table {
  width: 100%;
  height: 0;
  margin: 0;
  table-layout: fixed;
  font-size: 14px;
  word-wrap: break-word;
}
.tableType2 table tr td {
  height: 100%;
  vertical-align: middle;
}
.tableType2 table tr {
  border-bottom: 1px solid #bbb;
}
.tableType2 table tr th div.tableInnerLine,.tableType2 table tr td div.tableInnerLine {
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.tableType2 table tr th {
  height: 100%;
  box-sizing: border-box;
  background-color: #eee;
  color: #666;
  vertical-align: top;
}
.tableType2 table tr th span {
  border-right: 2px solid #fff;
}
.tableType2 table tr th:last-child span {
  border-right: none;
}
.tableType1 a,.tableType2 a{
  color: #9e0000;
}

/* インフォグラフィック用 */
.graphicsP1,.graphicsP2,.graphicsP3,.graphicsTypeNumber {
  width: 100%;
  margin: 40px 0;
  position: relative;
}
.graphicsP1:after,.graphicsP2:after,.graphicsP3:after,.graphicsTypeNumber:after {
  content: '';
  display: table;
  clear: both;
}
.graphicsP1 .graphicsPart {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.graphicsP1 .graphicsPart.barChart {
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.graphicsP2 .graphicsPart {
  float: left;
  width: 470px;
  padding: 0 20px;
  box-sizing: border-box;
}
.graphicsP3 .graphicsPart {
  float: left;
  width: 285px;
  height: 350px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.graphicsP3.circleOnly .graphicsPart {
  float: none;
  width: 485px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.graphicsP3 .graphicsPart .chartData {
	position: relative;
}
.graphicsP3 .graphicsPart .chartData p {
	width: 130px;
	font-size: 16px;
	color: #666;
  font-family: 'Libre Baskerville', serif;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	margin: auto;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
	z-index: -1;
}
.graphicsP3 .graphicsPart .chartData p span {
	font-size: 28px;
	color: #000;
	font-weight: 700;
}
.graphicsP3 .pieChartBottom {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	display: block;
	background-color: #eee;
	z-index: -1;
}
.graphTitle {
  text-align: center;
  margin: -5px 0 30px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}
.graphicsP1 .graphTitle {
  text-align: center;
  margin: 20px 0 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}

.graphicsTypeNumber ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.graphicsTypeNumber ul li {
  float: left;
  position: relative;
  width: 320px;
  margin: 0 auto;
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 10px;
}
.graphicsTypeNumber ul li .graphNumberTitle {
  width: 320px;
  color: #fff;
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  background-color: #e0603d;
  border: #e0603d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 0 25px 0;
  padding: 15px;
  box-sizing: border-box;
}
.graphicsTypeNumber ul li .graphNumberTitle p {
  font-size: 14px;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}
.graphicsTypeNumber ul li .graphNumberTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-image: url(../images/grapics_number_arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 15px;
}
.graphicsTypeNumber ul li .graphNumberData {
  text-align: center;
  padding: 0 15px 30px;
  box-sizing: border-box;
  font-size: 12px;
}
.graphicsTypeNumber ul li .graphNumberData p {
  font-size: 12px;
  color: #777;
}
.graphicsTypeNumber ul li .graphNumberData .block1 {
  margin: 0 0 10px 0;
}
.graphicsTypeNumber ul li .graphNumberData .block1 p span {
  font-size: 30px;
  color: #000;
  text-shadow: 1px 1px 3px #333333;
}
.graphicsTypeNumber ul li .graphNumberData .block2 p {
  font-size: 14px;
}
.graphicsTypeNumber ul li .graphNumberData .block2 p span {
  font-size: 50px;
  text-shadow: 1px 1px 3px #333333;
  color: #000;
}

.graphicsTypeNumber .updated {
  width: 320px;
  margin: 10px auto 0!important;
}

/* ボタンなど */
.modalBtn a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  padding: 5px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #bbb;
  transition: 0.2s;
  background-image: url(../images/modalBtn-dot.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  cursor: pointer;
}
.modalBtn a:hover {
  background-color: #bbb;
  border: 1px solid #bbb;
  text-decoration: none;
}
.matchedBtn {
  margin: 40px 0 15px;
  text-align: center;
}
.resetBtn {
  margin:15px 0 31px;
  text-align: center;
}
.matchedBtn input,.matchedBtn a ,.resetBtn input{
  display: inline-block;
  min-width: 300px;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  background-color: #9e0000;
  box-shadow: 4px 4px 0 #000;
  transition-property:background-color,box-shadow,margin;
  transition-duration:0.1s;
  transition-timing-function: linear;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #9e0000;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
}
.resetBtn input{
  color:#9e0000;
  border: 1px solid #9e0000;
  background-color: #fff;
}

.matchedBtn input:hover,.matchedBtn a:hover,.resetBtn input:hover {
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 0 #000;
  text-decoration: none;
}
.matchedBtn input:active,.matchedBtn a:active,.resetBtn input:active {
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}
.matchedBtn {
  text-align: center;
}
.selectBtn {
  margin: 0;
  text-align: center;
}
.selectBtn a {
  display: inline-block;
  min-width: 200px;
  padding: 5px 12px;
  color: #9e0000;
  font-weight: 700;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 4px 4px 0 #000;
  transition-property:background-color,box-shadow,margin;
  transition-duration:0.1s;
  transition-timing-function: linear;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #9e0000;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.selectBtn a:hover {
  color: #9e0000;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 0 #000;
}
.selectBtn a:active {
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}
.closeBtn {
  margin: 20px 0;
  text-align: center;
}
.closeBtn a {
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
  min-width: 100px;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: #777;
}
.closeBtn a:hover {
  color: #fff;
}

/* モーダル */
.lock {
  overflow:hidden;
}
.modal-content {
  position:relative;
  display:none;
  width:800px;
  margin:30px 0;
  padding:10px 45px;
  box-sizing: border-box;
  background:#fff;
  box-shadow:3px 3px 0px 0px #000000;
  -moz-box-shadow:3px 3px 0px 0px #000000;
  -webkit-box-shadow:3px 3px 0px 0px #000000;
}
.modal-content p {
  margin:0;
  padding:0;
}
.modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.70);
}
.modal-wrap {
  z-index:2000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}
.modal-close {
  color:#00f;
  text-decoration:underline;
}
.modal-close:hover {
  cursor:pointer;
  color:#f00;
}

.questionModal p {
  margin: 10px 0;
}

/* headArea */
.headArea {
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  background-color: #f6f6f6;
}
.headArea.univInfo {
	padding: 0;
	margin: 0;
}
.headArea .headAreaInner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.breadcrumb {
  width: 960px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 12px;
  background-color: #f6f6f6;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.headArea .headAreaInner h1 {
  font-size: 30px;
  margin: 10px 0;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}

/* headArea 大学紹介*/
.univInfoHeadBlock {
  padding: 10px 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.univInfoHeadBlock .logoBox {
  float: left;
  width: 100px;
  margin: 0 20px 0 0;
  box-shadow: 3px 3px 0px #c5c5c5;
}
.univInfoHeadBlock .logoBox img {
  width: 100%;
  height: auto;
}
.univInfoHeadBlock .univDataWrapper {
  display: block;
  width: 840px;
  float: left;
}
.univInfoHeadBlock .univHeadData {
  width: 690px;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
  float: left;
}
.univInfoHeadBlock .univHeadData .nameWrap {
  display: block;
}
.univInfoHeadBlock .univHeadData .nameWrap .type {
  background-color: #f3acac;
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 2px 8px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  top: 10px;
  float: left;
}
.univInfoHeadBlock .univHeadData .nameWrap .name {
  padding: 0;
}
.univInfoHeadBlock .univHeadData .nameWrap .nameWrap .name {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  color: #000;
  text-shadow: 2px 2px 0px #c5c5c5;
  word-wrap: break-word;
  overflow: auto;
  padding: 0 0 10px;
  margin: 0;
  box-sizing: border-box;
}
.univInfoHeadBlock .univHeadData .subname {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.univInfoHeadBlock .univHeadBtn {
  width: 150px;
  padding: 10px 0;
  box-sizing: border-box;
  float: left;
}
.univInfoHeadBlock .univHeadBtn .addBtn {
  margin: 0 0 10px 0;
}
.univInfoHeadBlock .univHeadBtn .addBtn a {
  width: 100%;
  display: block;
  font-size: 12px;
  border-radius: 40px;
  text-align: center;
  background-color: #9e0000;
  border: 1px solid #9e0000;
  padding: 2px 5px;
  color: #fff;
  transition: 0.3s;
  box-sizing: border-box;
}
.univInfoHeadBlock .univHeadBtn .addBtn a:hover {
  color: #9e0000;
  background-color: #fff;
  text-decoration: none;
}
.univInfoHeadBlock .univHeadBtn .requestBtn a {
  width: 100%;
  display: block;
  font-size: 14px;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #9e0000;
  padding: 5px;
  color: #9e0000;
  transition: 0.3s;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  box-sizing: border-box;
}
.univInfoHeadBlock .univHeadBtn .requestBtn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.univInfoMenu {
	width: 100%;
	background-color: #f5e7e7;
	margin: 0;
}
.univInfoMenu .univInfoMenuInner {
	width: 960px;
	margin: 0 auto;
}
.univInfoMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.univInfoMenu .univInfoMenuInner ul:after {
  content: '';
  display: table;
  clear: both;
}
.univInfoMenu .univInfoMenuInner ul li {
	float: left;
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  position: relative;
  border-left: 1px solid #f3bebe;
}
.univInfoMenu .univInfoMenuInner ul li:last-child {
  border-right: 1px solid #f3bebe;
}
.univInfoMenu .univInfoMenuInner ul li > a {
  width: 100%;
	display: block;
	padding: 10px 0;
	color: #000;
	overflow: hidden;
	cursor: pointer;
}
.univInfoMenu .univInfoMenuInner ul li:hover > a {
	background-color: #f3bebe;
	text-decoration: none;
  transition: 0.3s;
}
.univInfoMenu .univInfoMenuInner ul li.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 4px 0 4px;
	border-color: #f3bebe transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
	z-index: 100;
}
.univInfoMenu .univInfoMenuInner ul li.active a {
	background-color: #f3bebe;
	text-decoration: none;
	color: #9e0000;
	text-shadow: 1px 1px 0 #fff;
}
.univInfoMenuPulldown {
	width: 100%;
  visibility: hidden;
	min-height: 410px;
	position: absolute;
	font-size: 16px!important;
	z-index: 50;
	background-color: #fff;
	box-shadow:0px 5px 9px 0px rgba(0,0,0,0.4);
	box-sizing: border-box;
  padding: 30px 0 30px 0;
}
.univInfoMenuInner #pulldownacademics {
  width: 480px;
  height: 380px;
}
.univInfoMenuInner .univmenuAcademicsLeft {
  width: 480px;
  height: 360px;
  float: left;
}
.univInfoMenuInner .univmenuAcademicsLeft .LeftInner{
  width: 100%;
  height: 360px;
  overflow-y: auto;
}
.univInfoMenuInner .univmenuAcademicsLeft ul {
  width: 100%;
}
.univInfoMenuPulldown.active {
  visibility: visible;
}
.univInfoMenuPulldown ul {
  list-style: none;
}
.univInfoMenuPulldown ul li {
  width: 100%!important;
  text-align: left!important;
  background-color: #fff!important;
  border-left: none!important;
  border-right: none!important;
}
.univInfoMenuPulldown ul li a {
  background-color: #fff!important;
  padding: 5px;
  box-sizing: border-box;
  word-wrap: break-word;
}
.univInfoMenuPulldown ul li a {
  display: block;
  font-size: 14px!important;
  color: #9e0000!important;
  text-shadow: none!important;
  padding: 5px 5px 5px 25px!important;
  box-sizing: border-box;
  background-image: url(../images/pulldown-bar1.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.univInfoMenuPulldown ul li:hover a,.univInfoMenuPulldown ul li.menuhover a {
  color: #fff!important;
  background-color: #9e0000!important;
}
.univInfoMenuPulldown .pulldownInnerChild {
  width: 480px;
  visibility: hidden;
  height: 380px;
  position: absolute;
  left: -480px;
  top: 30px;
  z-index: 50;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
  padding: 32px 0 30px 0;
  background-color: #9e0000!important;
  box-shadow:0px 5px 9px 0px rgba(0,0,0,0.4);
}
.univInfoMenuPulldown .pulldownInnerChild.active {
  visibility: visible;
}
.univInfoMenuPulldown .pulldownInnerChild ul li a {
  background-image: url(../images/pulldown-bar2.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-top: 5px!important;
  padding-left: 5px;
  padding-bottom: 5px!important;
  padding-left: 40px!important;
  background-color: #9e0000!important;
  font-size: 14px!important;
  color: #fff!important;
  word-wrap: break-word;
}
.univInfoMenuPulldown .pulldownInnerChild ul li:hover a {
  background-color: #bd2d2d!important;
}
.univInfoMenuFixed {
	position: fixed;
	z-index: 1000;
	top: 0;
}
.univInfoMenuFixedB {
	padding: 45px 0 0;
}


/* トップページ */
.indexBlock1 {
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	background-image: url(../images/indexMainimage.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.block1Search {
	width: 960px;
	margin: 0 auto;
	padding: 100px 0 40px;
	box-sizing: border-box;
	text-align: center;
}
.block1Search .searchWrap {
	position: relative;
	display: inline-block;
}
.block1Search .searchWrap input[type="text"]{
	width: 625px;
	height: 60px;
	font-size: 20px;
	color: #666;
	border-radius: 10px;
	padding: 5px 60px 5px 10px;
	box-sizing: border-box;
	border: none;
	box-shadow: none;
}
.block1Search .searchWrap input[type="submit"]{
  width: 50px;
  height: 50px;
	position: absolute;
	right: 32px;
	top: 5px;
  background-image: url(../images/topsearch-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
}
.block1Search p {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	font-family: 'Libre Baskerville', serif;
	margin: 50px 0 0 0;
	text-shadow: 0 0 5px #fff;
	filter: drop-shadow(0 0 5px rgba(225,225,225,1));
}

.indexBlock2 {
  width: 940px;
  margin: 0 auto 60px;
}
.indexBlock2:after {
  content:" ";
  display:block;
  clear:both;
}
.indexBlock2Inner:after {
  content:" ";
  display:block;
  clear:both;
}
.indexBlock2 .indexBlock2Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indexBlock2 p {
  display: block;
  font-size: 18px;
  color: #9e0000;
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: 0 0 15px;
}
.indexBlock2 select {
  width: 98%;
  height: 40px;
}
.indexBlock2 .blockWrapper {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  box-sizing: border-box;
}
.indexBlock2 .blockWrapper table {
  width: 100%;
  table-layout: fixed;
}
.indexBlock2 .blockWrapper table tr td {
  padding: 0 10px 10px 0;
  vertical-align: top;
}
.indexBlock2 .blockWrapper table tr td:last-child {
  padding: 0 0 10px 0;
}
.indexBlock2 .indexBlock2Left {
  width: 470px;
  padding: 10px 30px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.indexBlock2 .indexBlock2Right {
  width: 470px;
  padding: 10px 0 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  border-left: 1px solid #bbb;
}
.indexBlock2 h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}
.indexBlock2 .indexBlock2Left .blockWrapper:last-child,.indexBlock2 .indexBlock2Right .blockWrapper:last-child {
  margin: 0;
}
.indexBlock2matchedBtn {
  margin: 40px 0;
  text-align: center;
}
.indexBlock2matchedBtn input {
  display: inline-block;
  min-width: 300px;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  background-color: #9e0000;
  box-shadow: 4px 4px 0 #000;
  transition-property:background-color,box-shadow,margin;
  transition-duration:0.1s;
  transition-timing-function: linear;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #9e0000;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
}
.indexBlock2matchedBtn input:hover,.matchedBtn a:hover {
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 0 #000;
  text-decoration: none;
}
.indexBlock2matchedBtn input:active {
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}
.indexBlock2matchedBtn {
  text-align: center;
}

.indexBlock3 {
  width: 100%;
  margin: 40px 0 60px;
  padding: 50px 0;
  box-sizing: border-box;
  background-color: #eee;
}
.indexBlock3 h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}
.indexBlock3 .indexBlock3Inner {
  width: 940px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.indexBlock3 .indexBlock3Inner dl {
  width: 100%;
  overflow: hidden;
}
.indexBlock3 .indexBlock3Inner dl dt {
  width: 230px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.indexBlock3 .indexBlock3Inner dl dd p {
  margin: 0 0 20px 0;
}
.indexBlock3 .indexBlock3Inner dl dd p:last-child {
  margin: 0;
}

.indexBlock4 {
  width: 100%;
  margin: 40px 0 60px;
}
.indexBlock4 h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}
.indexBlock4 .indexBlock4Inner {
  width: 940px;
  margin: 0 auto;
}

.indexBlock4 .indexBlock4Inner table tr {
  width: 100%;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  background-color: #eee;
}
.indexBlock4 .indexBlock4Inner table tr:last-child {
  border-bottom: none;
}
.indexBlock4 .indexBlock4Inner table tr td:nth-child(1) {
  width: 130px!important;
  font-size: 12px!important;
  color: #666!important;
  padding: 15px!important;
  box-sizing: border-box!important;
  vertical-align: top;
}
.indexBlock4 .indexBlock4Inner table tr td:nth-child(2) {
  width: auto!important;
  font-size: 14px!important;
  color: #000!important;
  padding: 15px 15px 15px 30px!important;
  box-sizing: border-box!important;
  vertical-align: top;
}

.indexBlock4 .indexBlock4Inner dl {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-color: #eee;
}
.indexBlock4 .indexBlock4Inner dl:last-child {
  margin: 0;
}
.indexBlock4 .indexBlock4Inner dl dt {
  width: 130px;
  font-size: 12px;
  color: #666;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.indexBlock4 .indexBlock4Inner dl dd {
  font-size: 14px;
  color: #000;
  margin: 0 0 0 145px;
  padding: 15px;
  box-sizing: border-box;
}

.indexBlock4 .showmoreBtn {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 14px;
}
.indexBlock4 .showmoreBtn a {
  display: inline-block;
  min-width: 220px;
  padding: 6px 15px;
  color: #9e0000;
  font-weight: 700;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 4px 4px 0 #000;
  transition-property:background-color,box-shadow,margin;
  transition-duration:0.1s;
  transition-timing-function: linear;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #9e0000;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
}
.indexBlock4 .showmoreBtn a:hover {
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 0 #000;
  text-decoration: none;
}
.indexBlock4 .showmoreBtn a:active {
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}
.indexBlock4 .showmoreBtn {
  text-align: center;
}

.indexBlock5 {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 40px 0 60px;
  background-color: #eee;
}
.indexBlock5 {
  width: 100%;
  margin: 40px 0 60px;
}
.indexBlock5 h2 {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}
.indexBlock5 .indexBlock5Inner {
  width: 940px;
  margin: 0 auto;
}
.indexBlock5 .indexBlock5Inner dl {
  width: 100%;
  display: table;
  margin: 0 0 10px 0;
  overflow: hidden;
  background-color: #fff;
}
.indexBlock5 .indexBlock5Inner dl:last-child {
  margin: 0;
}
.indexBlock5 .indexBlock5Inner dl dt {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
.indexBlock5 .indexBlock5Inner dl dt img {
  width: auto;
  max-height: 60px;
  max-width: 100%;
}
.indexBlock5 .indexBlock5Inner dl dd {
  display: table-cell;
  font-size: 14px;
  color: #000;
  margin: 0 0 0 165px;
  padding: 15px;
  box-sizing: border-box;
}
.indexBlock5 .indexBlock5Inner dl dd .date {
  font-size: 12px;
  display: block;
  margin: 0 0 5px 0;
  color: #666;
}
.indexBlock5 .showmoreBtn {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 14px;
}
.indexBlock5 .showmoreBtn a {
  display: inline-block;
  min-width: 220px;
  padding: 6px 15px;
  color: #9e0000;
  font-weight: 700;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 4px 4px 0 #000;
  transition-property:background-color,box-shadow,margin;
  transition-duration:0.1s;
  transition-timing-function: linear;
  margin-top: 0;
  margin-bottom: 8px;
  border: 1px solid #9e0000;
  box-sizing: border-box;
  font-family: 'Libre Baskerville', serif;
  cursor: pointer;
}
.indexBlock5 .showmoreBtn a:hover {
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 2px 2px 0 #000;
  text-decoration: none;
}
.indexBlock5 .showmoreBtn a:active {
  margin-top: 6px;
  margin-left: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}
.indexBlock5 .showmoreBtn {
  text-align: center;
}


/* 検索メイン */
.searchWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.searchWrapper.fisWrapper {
  background-color: #eee;
  padding: 40px 10px;
  margin: 50px auto 0;
  box-sizing: border-box;
}
.searchLeft {
  width: 470px;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.searchRight {
  width: 470px;
  float: right;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.fisWrapper h3 {
  margin: 0 0 20px;
}
.fisWrapper .searchLeft {
  width: 460px;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.fisWrapper .searchRight {
  width: 460px;
  float: right;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}



.searchFlex .searchLeft .searchBlock:last-child,.searchFlex .searchRight .searchBlock:last-child {
  margin: 0;
}
.searchBlock.searchType input[type="text"] {
  width: 100%;
  font-size: 14px;
  height: 35px;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666;
}
.searchFlex,.searchFlex > .pbNested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.searchFlex .searchRight{
  border-left: 1px solid #bbb;
}
.searchBlock {
  width: 100%;
  margin: 0 0 40px 0;
}
.searchBlock .searchHeadName {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.searchBlock .subcat {
  font-size: 14px;
  color: #666;
  margin: 20px 0 10px;
}
.searchBlock table {
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
  color: #666;
}
.searchBlock table td {
  padding: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.searchBlock table tr td:last-child {
  padding: 0 0 10px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.searchBlock .selectBoxTution {
  width: 100%;
  margin: 0 0 10px 0;
}
.searchBlock .selectBoxTution select {
  width: 250px;
  margin: 0 10px 0 0;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #666;
}
.searchBlock .selectBoxTution p {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

/* モーダル内 */
.modal-content .close-circle {
  position: absolute;
  right: -15px;
  top: -15px;
}
.modal-content .modalHead {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.modal-content table {
  font-size: 14px;
  color: #000;
  width: 100%;
}
.modal-content table.modaltableOut {
  border: 1px solid #bbb;
}
.modal-content table.modaltableOut tr {
  border-bottom: 1px solid #bbb;
}
.modal-content table.modaltableOut tr:last-child {
  border-bottom: none;
}
.modal-content table.modaltableOut tr th {
  width: 180px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #eee;
  vertical-align: top;
}
.modal-content table.modaltableOut tr td {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: top;
}
.modal-content table.modaltableOut tr.selectTr td {
  width: 100%;
}
.modal-content table.modaltableOut tr td table {
  width: 100%;
  table-layout: fixed;
}
.modal-content table.modaltableOut tr td table tr {
  border-bottom: none!important;
}
.modal-content table.modaltableOut tr td table tr td {
  padding: 0 10px 10px 0;
}
.modal-content table.modaltableOut tr td table tr td:last-child {
  padding: 0 0 10px 0;
}
.modal-content table.modaltableOut tr td table tr:last-child td {
  padding: 0 10px 0 0;
}
.modal-content table.modaltableOut tr td table tr:last-child td:last-child {
  padding: 0;
}

.modal-content table.modaltableOutLocation {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bbb;
  table-layout: fixed;
}
.modal-content table.modaltableOutLocation .locationTypeWrap {
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
}
.modal-content table.modaltableOutLocation .locationTypeWrap label {
  margin: 0 30px 0 0;
}
.modal-content table.modaltableOutLocation .locationTypeWrap label:last-child {
  margin: 0;
}
.modal-content table.modaltableOutLocation tr td {
  padding: 10px;
  vertical-align: top;
}

.modal-content table.modaltableOutDegree {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bbb;
  table-layout: fixed;
}
.modal-content table.modaltableOutDegree tr td {
  padding: 10px;
  vertical-align: top;
}

.modal-content table.modaltableOutAdmissions {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bbb;
  table-layout: fixed;
}
.modal-content table.modaltableOutAdmissions tr td {
  padding: 10px;
  vertical-align: top;
}

/* 大学紹介 */
.univInfoWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.univInfoDataWrapper {
  width: 860px;
  margin: 0 auto;
}
.question {
  font-size: 20px!important;
  line-height: 1;
  color: #9e0000;
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
.question:hover {
  cursor: pointer;
}
table .clearboth {
  display: block;
  margin: 5px 0;
}
table .clearboth .truncate_more_link {
  display: inline-block;
  background-image: url(../images/moretext_plus.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}
table .clearboth .truncate_more_link.opened {
  background-image: url(../images/moretext_minas.png);
}

.nwbtn {
  display: inline-block;
  padding: 5px 15px 5px 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000!important;
  margin: 0 5px 10px;
  border: 1px solid #bbb;
  border-radius: 20px;
  line-height: 1;
  transition: 0.3s;
}
.nwbtn i {
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}
.nwbtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.univInfoBlock {
  margin: 0 0 70px;
}
.univInfoBlock .updated {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 10px;
}
.univInfoBlock p {
  font-size: 14px;
  word-wrap: break-word;
}
.univInfoBlock h2 {
  font-size: 26px;
  color: #000;
  margin: -50px 0 20px;
  padding-top: 60px;
  font-family: 'Libre Baskerville', serif;
}
.univInfoBlock h2 i{
  top: -2px;
}

h2#lastud {
  margin: -20px 0 20px!important;
  padding-top: 70px;
}
.univInfoBlock h2 span {
  font-size: 18px;
}
.univInfoBlock h3 {
  font-size: 20px;
  color: #000;
  margin: -50px 0 20px;
  padding-top: 60px;
}
.lastestUpdate dl {
  width: 100%;
  background-color: #eee;
  overflow: hidden;
}
.lastestUpdate dl dt {
  width: 120px;
  float: left;
  padding: 20px 0 20px 30px;
  background-color: #eee;
  font-size: 12px;
  color: #666;
  box-sizing: border-box;
}
.lastestUpdate dl dd {
  margin: 0 0 0 200px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #eee;
  font-size: 12px;
  color: #000;
}
.univInfoWrapper h1 {
  font-size: 26px;
  margin: 20px 0;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
}
.univNameBlock {
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
  color: #fff;
  background-color: #9e0000;
  font-size: 26px!important;
  position: relative;
}
.univNameBlock:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 23px 0;
  border-color: transparent #640000 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -23px;
}
.univNameBlock:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 30px 0 0;
  border-color: #640000 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -23px;
}
.univNameBlock span.name {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.univNameBlock p {
  display: block;
  font-size: 26px!important;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px 0px #000000;
}
.univInfoPoints {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.univInfoPoints .pointWrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.univInfoPoints .pointBlock {
  width: 50%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
}
.univInfoPoints .pointBlock .pointImg {
  float: left;
  width: 70px;
  vertical-align: middle;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}
.univInfoPoints .pointBlock .pointText {
  vertical-align: middle;
  overflow: hidden;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  border-left: 1px solid #000;
}
.univInfoPoints .pointBlock .pointText span {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #666;
}
.univInfoPoints .pointBlock .pointText p {
  display: block;
  line-height: 1.2;
  font-size: 22px;
  margin: 0;
  color: #000;
  font-weight: 700;
}
.univInfoMore {
  display: none;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.univInfoMoreBtn {
  margin: 40px 0;
}
.univInfoMoreBtn a {
  width: 70%;
  display: block;
  text-align: center;
  color: #9e0000;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #9e0000;
  border-radius: 30px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Libre Baskerville', serif;
  transform: 0.3s;
}
.univInfoMoreBtn a:hover {
  opacity: 0.8;
}
.univInfoMoreBtn a span {
  padding: 0 0 0 40px;
  box-sizing: border-box;
  background-image: url(../images/univmore.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.univInfoMoreBtn.opened a span {
  background-image: url(../images/univmore-o.png)!important;
}

/* 学部紹介 */
.undergradWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.undergradWrapper .undergradMain {
  width: 100%;
}

.undergradSidemenu {
  border: 1px solid #f3bebe;
  box-sizing: border-box;
}
.undergradSidemenu .sidemenuBlock{
  margin: 0 0 10px 0;
}
.undergradSidemenu .sidemenuBlock:last-child{
  margin: 0;
}
.undergradSidemenu .sidemenuBlock .sidemenuHead {
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  color: #9e0000;
  background-color: #f3bebe;
}
.undergradSidemenu .sidemenuBlock .sidemenuChild {
  display: none;
}
.undergradSidemenu .sidemenuBlock .sidemenuChild ul {
  list-style: none;
  padding: 10px 0;
  font-size: 14px;
}
.undergradSidemenu .sidemenuBlock .sidemenuChild ul li a {
  display: block;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  background-image: url(../images/gradmenu-bar.png);
  background-position: 7px 20px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.undergradSidemenu .sidemenuBlock .sidemenuChild ul li a:hover {
  background-color: #eee;
  text-decoration: none;
}

.undergradMain .undergradTitleHead {
  display: block;
  font-size: 30px;
  margin: 0 0 30px 0;
  padding: 7px 20px 7px 30px;
  box-sizing: border-box;
  background-color: #9e0000;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
}



/* 検索結果画面 */
.resultWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.resultSelect {
  float: left;
  width: 200px;
  font-family: Arial,Helvetica,Verdana;
}
.resultSelect .resultHead {
  font-size: 20px;
  color: #666;
  margin: 0 0 20px 0;
}
.resultSelect h3 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1.3;
}

.resultSelect .searchWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.resultSelect .fisWrapper {
  background-color: #eee;
  padding: 20px 10px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.resultSelect .fisWrapper h3 {
  margin: 0 0 10px;
  border-bottom: 1px solid #bbb;
  padding: 0 0 10px;
}


.resultSelect .searchLeft {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 0;
}
.resultSelect .searchRight {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 0;
}
.resultSelect .searchFlex .searchLeft .searchBlock:last-child,.resultSelect .searchFlex .searchRight .searchBlock:last-child {
  margin: 0;
}
.resultSelect .searchBlock.searchType input[type="text"] {
  width: 100%;
  font-size: 14px;
  height: 35px;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #666;
}
.resultSelect .searchFlex,.resultSelect .searchFlex > .pbNested {
  display: block;
}
.resultSelect .searchFlex .searchRight{
  border-left: none;
  margin: 40px 0 0 0;
}
.resultSelect .searchBlock {
  width: 100%;
  margin: 0 0 40px 0;
}
.resultSelect .searchBlock .searchHeadName {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.resultSelect .searchBlock .subcat {
  font-size: 14px;
  color: #666;
  margin: 20px 0 10px;
}
.resultSelect .searchBlock table {
  width: 100%;
  font-size: 14px;
  table-layout: fixed;
  color: #666;
}
.resultSelect .searchBlock table td {
  display: inline-block;
  width: 50%;
  padding: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.resultSelect .searchBlock table tr td:last-child {
  padding: 0 0 10px 0;
  box-sizing: border-box;
  vertical-align: top;
}
.resultSelect .searchBlock .selectBoxTution {
  width: 100%;
  margin: 0 0 10px 0;
}
.resultSelect .searchBlock .selectBoxTution select {
  width: calc(100% - 95px);
  margin: 0 10px 0 0;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #666;
}
.resultSelect .searchBlock .selectBoxTution p {
  display: inline-block;
  width: 80px;
  font-weight: bold;
  font-size: 14px;
}
.resultSelect .matchedBtn input,
.resultSelect .resetBtn input {
  width: 95%;
  min-width: auto;
}

.resultMain {
  float: right;
  width: 690px;
}
.resultMain .hide {
  display: none;
}
.resultMain .resultListsWrapper {
  z-index: 1;
  position: relative;
  top: 0;
}
.resultMain .resultLists {
  z-index: 1;
  position: relative;
  top: -1px;
  border-top: 1px solid #bbb;
}
.resultMain .resultTabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.resultMain .resultTabs li {
  float: left;
  width: 200px;
  height: 50px;
  padding: 12px 0;
  font-size: 16px;
  color: #9e0000;
  font-weight: 700;
  background-color: #ddd;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  cursor: pointer;
  transition: 0.1s
}
.resultMain .resultTabs li:last-child {
  border-left: none;
}
.resultMain .resultTabs li.tabselect {
  color: #9e0000;
  background-color: #fff;
  border-left: 1px solid #bbb;
  color: #444;
  z-index: 2;
  position: relative;
}
.resultMain .resultTabs li:nth-child(2){
  border-left: none;
}
.resultMain .resultPages .resultDataBlock {
  padding: 30px 0 30px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
}
.resultMain .resultPages .resultDataBlock .countblock {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  width: 40%;
}
.resultMain .resultPages .resultDataBlock .countblock span {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 5px;
}
.resultMain .resultPages .resultDataBlock .sortblock {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}
.resultMain .resultPages .resultDataBlock .sortblock select {
  width: 120px;
  height: 35px;
  margin: 0 0 0 5px;
  color: #666;
}
.resultMain .resultPages .cn_resultDataBlock .sortblock select{
  width: 180px;
}
.resultMain .resultPages .resultDataBlock .sortblock span {
  font-size: 13px;
}
.resultMain .resultPages .resultDataBlock .paginationblock {
  display: flex;
  align-items: center;
  width: 400px;
}

.paginationblock {}
.resultMain .resultPages .resultDataBlock .paginationblock ul {
  font-size: 14px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.resultMain .resultPages .resultDataBlock .paginationblock ul li {
  float: left;
  margin: 0 15px 0 0;
}
.resultMain .resultPages .resultDataBlock .paginationblock ul li:last-child {
  margin: 0;
}
.resultMain .resultPages .resultDataBlock .paginationblock ul li a {
  color: #9e0000;
}
.resultMain .resultPages .resultDataBlock .paginationblock ul li.active a {
  color: #000;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.resultMain .resultPages .resultArticleBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resultMain .resultPages .resultArticleBlock ul li {
  padding: 20px 0 50px 10px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
  overflow: hidden;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName a {
  color: #9e0000;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName .type {
  font-size: 11px;
  padding: 2px 5px;
  background-color: #f3acac;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  color: #fff;
  position: relative;
  top: 2px;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName p {
  font-size: 28px;
  color: #9e0000;
  font-weight: bold;
  line-height: 1;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName p span {
  display: block;
  color: #666;
  margin: 10px 0 0;
  font-size: 20px;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName .faculty01 p span{
  font-size: 14px;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName .cnLanguage.faculty01 p:nth-child(2) span{
  margin-top:8px;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName .faculty01 p:first-child span{
  font-size: 20px;
  color: #9e0000;
}
.resultMain .resultPages .resultArticleBlock ul li .univHead .univName .cnLanguage.faculty01 p:nth-child(2){
  margin-top:18px;
  font-size: 20px;
  color: #666;
}
.resultMain .resultPages .resultArticleBlock ul li .imgBox .univmylist {
  width: 100%;
  margin: 10px 0 0 0;
}
.resultMain .resultPages .resultArticleBlock ul li .imgBox .univmylist a {
  width: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  border: 1px solid #9e0000;
  background-color: #9e0000;
  box-sizing: border-box;
  text-align: center;
}
.resultMain .resultPages .resultArticleBlock ul li .imgBox .univmylist a:hover {
  opacity: 0.8;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail {
  width: 100%;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .imgBox {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .imgBox img {
  width: 100%;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox {
  width: 80%;
  font-size: 14px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .location {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_location.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .department {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_department.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .graduate {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_graduate.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .major {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_major.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .gender {
  display: inline-block;
  width: 39%;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_gender.svg);
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: 3px center;
}
.resultMain .resultPages .resultArticleBlock ul li .univDetail .textBox .facility {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_facility.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.resultMain .resultPages .paginationblockBottom {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.resultMain .resultPages .paginationblockBottom ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.resultMain .resultPages .paginationblockBottom ul li {
  float: left;
  margin: 0 15px 0 0;
}
.resultMain .resultPages .paginationblockBottom ul li:last-child {
  margin: 0;
}
.resultMain .resultPages .paginationblockBottom ul li a {
  color: #9e0000;
}
.resultMain .resultPages .paginationblockBottom ul li.active a {
  color: #000;
  font-size: 18px;
  position: relative;
  top: -3px;
}

/* お気に入り一覧画面 */
.favoriteWrapper {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.favoriteMain {
  width: 100%;
}
.favoriteMain .favoriteDataBlock {
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.favoriteMain .favoriteDataBlock .countblock {
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.favoriteMain .favoriteDataBlock .countblock span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0 5px;
}
.favoriteMain .favoriteDataBlock .sortblock {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
}
.favoriteMain .favoriteDataBlock .sortblock select {
  width: 120px;
  height: 35px;
  margin: 0 0 0 5px;
  color: #666;
}
.favoriteMain .favoriteDataBlock .sortblock span {
  font-size: 13px;
}
.favoriteMain .favoriteDataBlock .paginationblock {
  display: flex;
  align-items: center;
}
.favoriteMain .favoriteDataBlock .paginationblock ul {
  font-size: 14px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.favoriteMain .favoriteDataBlock .paginationblock ul li {
  float: left;
  margin: 0 15px 0 0;
}
.favoriteMain .favoriteDataBlock .paginationblock ul li:last-child {
  margin: 0;
}
.favoriteMain .favoriteDataBlock .paginationblock ul li a {
  color: #9e0000;
}
.favoriteMain .favoriteDataBlock .paginationblock ul li.active a {
  color: #000;
  font-size: 18px;
  position: relative;
  top: -3px;
}
.favoriteMain .favoriteArticleBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.favoriteMain .favoriteArticleBlock ul li {
  overflow: hidden;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}
ul li .univHead {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName {
  display: flex;
  align-items: flex-start;
  width: 840px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName a {
  color: #9e0000;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName .type {
  font-size: 11px;
  padding: 2px 5px;
  background-color: #f3acac;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  color: #fff;
  position: relative;
  top: 2px;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName p {
  font-size: 28px;
  color: #9e0000;
  font-weight: bold;
  line-height: 1;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName .cnLanguage.faculty01 p:nth-child(2){
  margin-top: 18px;
  font-size: 20px;
  color: #666;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName .cnLanguage.faculty01 p:nth-child(2) span{  
  font-size: 14px;
  margin-top: 8px;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName p span {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
}
.favoriteMain .favoriteArticleBlock ul li .univHead .univName .name span {
  display: block;
  color: #666;
  margin: 10px 0 0;
  font-size: 20px;
}
.favoriteMain .favoriteArticleBlock ul li .imgBox .univdel {
  width: 100%;
  margin: 10px 0 0 0;
}
.favoriteMain .favoriteArticleBlock ul li .imgBox .univdel a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 30px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  border: 1px solid #9e0000;
  background-color: #9e0000;
  box-sizing: border-box;
}
.favoriteMain .favoriteArticleBlock ul li .imgBox .univdel a:hover {
  opacity: 0.8;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail {
  width: 100%;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .imgBox {
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .imgBox img {
  width: 100%;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox {
  width: 80%;
  font-size: 14px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .location {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_location.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .department {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_department.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .graduate {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_graduate.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .major {
  display: block;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_major.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 15px 0;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .gender {
  display: inline-block;
  width: 39%;
  padding: 0 10px 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_gender.svg);
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: 3px center;
}
.favoriteMain .favoriteArticleBlock ul li .univDetail .textBox .facility {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background-image: url(../images/univ_facility.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.favoriteMain .paginationblockBottom {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.favoriteMain .paginationblockBottom ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.favoriteMain .paginationblockBottom ul li {
  float: left;
  margin: 0 15px 0 0;
}
.favoriteMain .paginationblockBottom ul li:last-child {
  margin: 0;
}
.favoriteMain .paginationblockBottom ul li a {
  color: #9e0000;
}
.favoriteMain .paginationblockBottom ul li.active a {
  color: #000;
  font-size: 18px;
  position: relative;
  top: -3px;
}

/* お知らせページ */
.newsWrapper h2 {
	font-size: 26px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}
.newsWrapper table tr {
  width: 100%;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  background-color: #eee;
}
.newsWrapper table tr:last-child {
  border-bottom: none;
}
.newsWrapper table tr td:nth-child(1) {
  width: 130px!important;
  font-size: 12px!important;
  color: #666!important;
  padding: 15px!important;
  box-sizing: border-box!important;
  vertical-align: top;
}
.newsWrapper table tr td:nth-child(2) {
  width: auto!important;
  font-size: 14px!important;
  color: #000!important;
  padding: 15px 15px 15px 30px!important;
  box-sizing: border-box!important;
  vertical-align: top;
}

/* 更新情報ページ */
.updateWrapper h2 {
  font-size: 26px;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
.updateWrapper .indexBlock5 {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.updateWrapper .indexBlock5 dl {
  background-color: #eee;
}
.updateWrapper .indexBlock5 .showmoreBtn {
  display: none!important;
}

/* 20180817 */
.top_search_radiosbox {
  display: block;
  margin: 10px 0 0;
}
.top_search_radiosbox label {
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 0px #fff;
  margin: 0 15px 0 0;
}
.top_search_radiosbox label:last-child {
  margin: 0;
}
.top_search_radiosbox label input {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
}

/* 201809 */
.univInfoMenu .univInfoMenuInner ul li a.page-stay {
  background-color: #f3bebe!important;
  text-decoration: none!important;
}
.univInfoMenuPulldown ul li a.academics-stay {
  color: #fff!important;
  background-color: #9e0000!important;
}

/*20180928 */
.campusNames {
  display: block;
  margin: 0 0 0 1.5em;
}

/* cookieテキスト非表示 */
.cc-invisible{
  display:none !important;
}

/* piecharts下テーブル対応 */
.graphicsP3 .graphicsPart {
  margin: 0 auto 95px!important;
}
.graphTable {
  /* width: 100%; */
  table-layout: fixed;
  margin: 20px auto 0;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 15px -7px rgba(0,0,0,0.6);
}
.graphTable tr {
  border-bottom: 1px solid #ccc;
}
.graphTable tr:last-child {
  border-bottom: none;
}
.graphTable th,.graphTable td {
  font-size: 14px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  line-height: 1.4;
  padding: 6px;
  box-sizing: border-box;
  min-width: 132px!important;
  max-width: 132px!important;
}
.graphicsP3.circleOnly .graphTable th,
.graphicsP3.circleOnly .graphTable td {
  min-width: 232px!important;
  max-width: 232px!important;
}
.graphTable th {
  font-weight: bold;
}
.graphTable td {
  font-weight: normal;
}
.graphTable tr th:last-child,.graphTable tr td:last-child {
  border-right: none;
}