/* 20210226追加分 */
/* ===================================================
https://www.yokohama-cu.ac.jp/ds/index.html
=================================================== */
area{
	border:none;
	outline:none;
}
.m-intro p br {
	display:none;
}
.m-intro .intro {
	margin:0;
}
.m-intro p {
	width:100%;
  line-height: 1.8;
  font-size: 20px;
  text-align: center;
}
.m-frame { 
  padding: 0 0 50px 0;
}
/* メインビジュアル左下 */
.cat-top-mainvisual .m-subpart .ctitle .small {
	display:none;
}
.cat-top-mainvisual .m-subpart .ctitle span {
  font-family: "Roboto", "ヒラギノUD角ゴ W3 JIS2004", Sans-Serif;
  display: inline-block;
  background: #8dc031;
  color: #fff;
  font-size: 30px;
  padding: 2px 14px;
}

/* ２カラム表示 */
#about {
	padding-bottom:0;
}
#about .banner {
  text-align: center;
}
#about .banner li {
  display: inline-block;
}
#about .banner li + li {
  margin-left: 30px;
}
#about .banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #about  ul.banner {
	  float:none !important;
	  width: 80%;
	  margin: 0 auto 30px -20px;
  }
  #about .banner li + li {
    margin-left: 0;
  }
  #about {
    padding-bottom:0;
  }
  #about ul.banner {
    width: 100%;
    margin: 0;
  }
  #about .banner li img {
    width: 100%;
  }
}

/* ===================================================
https://www.yokohama-cu.ac.jp/ds/message/deansmessage.html
=================================================== */
/* h1可変 */
.cat-top-mainvisual.noimage .subpart .ctitle .middle {
  font-size: 30px;
  padding: 10px 30px;
  width:auto;
}


.sec-2col .rightnav {
	display:none;
}

.sec-2col {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
  /*navigation*/
}

/* サイドメニュー調整 */
.sec-2col .leftframe-w {
  overflow: hidden;
  padding: 40px 0 40px 0;
  background: #fff;
}

/* コンテンツ幅調整 */
.leftpart {
  position: relative;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 930px;
  margin: 0 0 60px 0;
}

section.leftpart {
  margin: 0 auto 60px;
  left: auto !important;
}

@media screen and (max-width: 640px) {
  .leftpart {
    width: 96%;
  }
}

/* ===================================================
https://www.yokohama-cu.ac.jp/ds/outline/ds_curriculum.html
=================================================== */
div.main-txt p.txt01 {
	padding:50px 10px;
	display:block;
}

/* コンテンツ幅調整 */
.art-set .a-set01 {
/*	width:930px;*/
	margin:0 auto;
}

/* 4ボックス装飾 */
.top_con01 {
	min-width:1300px;
	width:100%;
}
.top_con01 .top_con01_box {
	width:1200px;
}
.top_con01 .top_con01_box .top_con_img {
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.top_con01 .top_con01_box .top_con_menu {
	width:300px;
	height:300px;
	float:left;
	position:relative;
}
.top_con01 .top_con01_box .top_con_menu a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top_con01 .top_con01_box .top_con_menu h2 {
	text-align:center;
	font-size:100%;
	margin-top:70px;
	margin-bottom:10px;
}

.top_con01 .top_con01_box p:first-child {
	margin-left:0;
}

.top_con01 .top_con01_box .top_con_menu h2 .tct01 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 150%;
	display: inline-block;
	margin-bottom:10px;
	line-height:1em;
}
.top_con01 .top_con01_box .top_con_menu h2 .tct02 {
	font-size:116%;
	font-weight:500;
}
.top_con01 .top_con01_box .top_con_menu .top_con_txt {
	width:19em;
	margin-left:auto;
	margin-right:auto;
}
.top_con01 .top_con01_box .top_bg01 {
	background-color: #24313c;
	width: 250px;
	height: 250px;
}
.top_con01 .top_con01_box .top_bg01 a {
	color:#FFF;
}
.top_con01 .top_con01_box .top_bg01 a:hover {
	color:#000;
	background-color:#FFF;
}
.top_con01 .top_con01_box .top_bg01 .nextbtn {	
	display: block;
	width: 32px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top:9px;
	padding-left:12px;	
	border: 1px solid #000;
	overflow:hidden;
	opacity:0;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:13px;
}
.top_con01 .top_con01_box .top_bg01:hover .nextbtn {
	opacity:1;
}
.top_con01 .top_con01_box .top_bg01 .nextbtn img {
	width:20px;
	height:auto;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.top_con01 .top_con01_box .top_bg02 {
	background-color:#FFF;
}
.top_con01 .top_con01_box .top_bg02 a {
	color:#000;
}
.top_con01 .top_con01_box .top_bg02 a:hover {
	color:#FFF;
	background-color:#8fc0e8;
}
.top_con01 .top_con01_box .top_bg02 .nextbtn {	
	display: block;
	width: 32px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top:9px;
	padding-left:12px;	
	border: 1px solid #FFF;
	overflow:hidden;
	opacity:0;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:13px;
}
.top_con01 .top_con01_box .top_bg02:hover .nextbtn {
	opacity:1;
}
.top_con01 .top_con01_box .top_bg02 .nextbtn img {
	width:20px;
	height:auto;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.top_con02 {
	background-image:url(../images/bg01.gif);
	background-repeat:repeat;
	background-position:0 0;
	height:400px;
}
.top_con02 .top_con02_box {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.top_con02 .top_con02_box .top_news {
	width:600px;
	float:left;
	margin-top:75px;
	position:relative;
}
.top_con02 .top_con02_box .top_news h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:200%;
	line-height:1em;
	margin-bottom:23px;
}
.top_con02 .top_con02_box .top_news .news_link {
	position:absolute;
	top:7px;
	right:0;
}
.top_con02 .top_con02_box .top_news .news_link li a {
	background-image:url(../images/icon_mark11.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:25px;
	padding-bottom:2px;
	color:#000;
}
.top_con02 .top_con02_box .top_news .news_link li a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}
.top_con02 .top_con02_box .top_news .top_news_li {
	clear:both;
	font-size:110%;
	width:600px;
	display:block;
	height:150px;
	overflow-y: scroll;
	margin-top:30px;
	margin-bottom:20px;
}
.top_con02 .top_con02_box .top_news .top_news_li li {
	min-height: 1px;
	margin-bottom:10px;
}
.top_con02 .top_con02_box .top_news .top_news_li li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.top_con02 .top_con02_box .top_news .top_news_li .tn_date {
	width:115px;
	float:left;
}
.top_con02 .top_con02_box .top_news .top_news_li .tn_ttl {
	width:435px;
	float:left;
}
.top_con02 .top_con02_box .top_news .top_news_li a {
	color:#000;
}
.top_con02 .top_con02_box .top_news .top_news_li a:hover {
	color:#00b3e5;
}
.top_con02 .top_con02_box .top_news .banner {
	width:190px;
	height:38px;
	background-color:#FFF;
	float:right;
}
.top_con02 .top_con02_box .top_news .banner a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

.tar {
	text-align: right;
}
.mgb10 {
	margin-bottom: 10px;
}

/* 「データサイエンス専攻リーフレット」画像とボタン */
.loc_box {
	float:left;
	margin-right:1.5em;
}
.loc_boxright {
	float:right;
	line-height:1.8;
	/*width:46%;*/
}

@media screen and (max-width: 767px) {
	.leftpart {
	    width: 90%;
		margin:0 auto;
	  }
	.bannerinfo ,.bannerinfo a {
		text-align:center;
	}
	.bannerinfo span {
		display:block;
		text-align:right;
		padding:3px;
		border:#238da7 1px solid;
	}
	.art-set .a-set01,.art-set .a-set01 img {
		width:100%;
	}
	.cat-top-mainvisual.noimage .subpart .ctitle .middle {
	  font-size: 24px;
	  padding: 5px;
	  width:auto;
	}
	.sp_none {
		display:none;
	}
	.top_con01 {
			min-width:100%;
			width:100%;
			margin: 0 auto;
	}
	.top_con01 .top_con01_box {
			width:100%;
	}
	.top_con01 .top_con01_box .top_con_img {
			text-align: center;
			float:none;
	}
	.top_con01 .top_con01_box .top_con_img img {
			width:225px !important;
			height:242px !important;
	}
	.loc_box {
			text-align: center;
			float:none;
	}
	.loc_boxright {
		float:none;
		width:100%;
		font-size:14px;
	}
}

/* ===================================================
https://www.yokohama-cu.ac.jp/ds/outline/ds_curriculum_info01.html
=================================================== */
/* h3装飾 */
.art-set h3:first-child {
	margin-top:0;
}
.art-set h3 {
	background-color:#CCC;
	padding:10px;
}

/* カリキュラム箇所装飾（DS前期、後期、HDS） */
.curriculum__table .text-center {
  text-align: center;
}
.curriculum__table .curriculum__head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.curriculum__table .curriculum__head * {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.curriculum__table .curriculum__head h4 {
  white-space: nowrap;
}
.curriculum__table .curriculum__head ul {
  margin: 0;
  padding: 0;
}
.curriculum__table .curriculum__head ul li {
  display: inline-block;
  font-size: 90%;
}
.curriculum__table .curriculum__head ul li:last-child {
  margin-left: 1em;
}
.curriculum__table .curriculum__head ul li::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
}
.curriculum__table .curriculum__head ul .hissu::before {
  content: '■';
  color: #002D57;
}
.curriculum__table .curriculum__head ul .sentaku::before {
  content: '□';
}
.curriculum__table .caution__scroll {
  display: none;
}

@media screen and (max-width: 767px) {
  .curriculum__table .curriculum__head {
    display: inline-block;
  }
  .curriculum__table .curriculum__head .hanrei {
    margin-top: 10px;
  }
}

.curriculum__table .table-responsive {
  overflow: auto;
  white-space: nowrap;
}
.curriculum__table table {
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #0076A5;
  width: 890px;
 /* width: 100%; */
}
.curriculum__table table th {
  background: #0076A5 !important;
  color: #fff;
  font-weight: normal;
  border-left: 1px solid #fff;
  width: 25%;
  padding: 1em !important;
}
.curriculum__table table th:first-child {
  border-left: none;
}
.curriculum__table table td {
  background: #fff !important;
  padding: 5px !important;
  border-left: 1px dashed #0076A5;
  border-bottom: 1px dashed #0076A5;
  width: 25%;
  vertical-align: top;
}
.curriculum__table table td:first-child {
  border-left: none;
}
.curriculum__table table td * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.curriculum__table table div.labels {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none !important;
  background: none !important;
}
.curriculum__table table div.labels p {
  font-size: 12px;
  padding: 0.8em 0.3em;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: normal;
}
.curriculum__table table div.labels.labels__2 {
  display: flex;
  justify-content: space-between;
}
.curriculum__table table div.labels.labels__2 p {
  display: block;
  flex: 0 0 48.5%;
  max-width: 48.5%;
}
.curriculum__table table div.labels.labels__w3 p {
  display: block;
}
.curriculum__table table .tbody__1 .labels p {
  background: #002D57;
  color: #fff;
}
.curriculum__table table .tbody__2 .labels p, .curriculum__table table .tbody__3 .labels p, .curriculum__table table .tbody__4 .labels p {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
.curriculum__table .curriculum__dl {
  margin: 0;
  padding: 0 0 1.5em 0;
  border-bottom: 1px solid #019CA0;
}
.curriculum__table .curriculum__dl * {
  margin: 0;
  padding: 0;
}
.curriculum__table .curriculum__dl dt {
  font-size: 120%;
  padding: 1em 0;
}

.curriculum__table .curriculum__dl dd {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  font-size: 90%;
}
.curriculum__table .curriculum__dl dd::before {
  content: '●';
}

/* _____________________________________________________ curriculum01 */
.curriculum01 table {
  border-bottom-style: dashed;
}
.curriculum01 .tbody__2 td.text-center, .curriculum01 .tbody__3 td.text-center {
  font-size: 85%;
}
.curriculum01 .tbody__2 td {
  background: #D3F0DC !important;
}
.curriculum01 .tbody__3 td {
  background: #F0EBDC !important;
}
.curriculum01 .curriculum__dl dd::before {
  color: #0076A5;
}
.curriculum01 .tbody__4 tr:last-child td {
  border-bottom: none;
}

/* _____________________________________________________ curriculum02 */
.curriculum02 table:first-child {
  margin-bottom: 5px;
}
.curriculum02 table tr:last-child td {
  border-bottom: none;
}
.curriculum02 table .tbody__2 tr:first-child td {
  border-top: 1px dashed #0076A5 !important;
}
.curriculum02 .tb1 thead th {
  width: 50% !important;
  white-space: normal;
}
.curriculum02 .lavels__wt p {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}
.curriculum02 .curriculum__dl dd::before {
  color: #0076A5;
}
.curriculum02 .clm2 {
  display: flex;
  margin-bottom: 20px;
}
.curriculum02 .clm2 .komeList {
  list-style: none !important;
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
}
.curriculum02 .clm2 .komeList li {
  list-style: none !important;
  white-space: normal;
  font-size: 80%;
  padding: 0 1em 0 0;
  margin: 0 0 0 1em;
  letter-spacing: 0;
  text-indent: -1em;
}

.curriculum03 table tr:last-child td {
  border-bottom: none;
}
.curriculum03 table, .curriculum03 table td {
  border-color: #019C9F;
}
.curriculum03 thead th {
  background: #019C9F !important;
}
.curriculum03 .curriculum__dl dd::before {
  color: #019C9F;
}
.curriculum03 .labels p {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.curriculum03 .labels p.blue {
  background: #002D57 !important;
  color: #fff !important;
  border: none !important;
}
.curriculum03 .desc {
  display: block;
  text-align: left;
  border-top: 1px solid #fff;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

/* 科目一例個所装飾 */
.kamokulist_box {
	width:1000px;
}

.kamokulist_box div {
	float:left;
	width:400px;
	border:#000 1px solid;
	border-radius: 1em;
	padding:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.kamokulist_box div p {
	margin-bottom:10px;
	font-weight:bold;
	font-size:120%;
}

@media screen and (max-width: 767px) {
	.kamokulist_box {
		width:96%;
		margin:0 auto;
	}
	.kamokulist_box div {
		float:none;
		width:90%;
		padding:20px 5%;
		margin-left:0;
	}
}


/* 入試情報 */

div.table-normal table td {
	padding:10px 0 0 10px !important;
	background:none !important;
}
.leftpart.linkset {
	margin:0 auto;
}
.leftpart.linkset .link-bt-set {
	left:auto !important;
}
