@charset "UTF-8";


/*タイトル関連*/
@media (min-width: 751px), print {
  /**********************************/
  /* common layout */
  /**********************************/
	#global-wrapper .module-commonLayout section {
		margin-bottom: 80px;
	}
	#global-content .module-commonLayout section.secBottom {
		margin-bottom: 190px !important;
	}
  #global-wrapper .module-commonLayout .module-title01,
  #global-wrapper .module-commonLayout .module-title02,
  #global-wrapper .module-commonLayout .module-title03 {
    margin-bottom: 40px;
  }
  #global-wrapper .module-commonLayout .module-title04,
  #global-wrapper .module-commonLayout .module-title05 {
    margin-bottom: 20px;
  }
  #global-wrapper .module-commonLayout .module-lead02 {
    text-align: left;
  }
  #global-wrapper .module-commonLayout .module-lead02 .listItems {
		margin-bottom: 25px;
	}
  #global-wrapper .module-commonLayout .module-lead02 p {
    margin-top: 1.8em;
    font-size: 15px;
    line-height: 1.8;
  }
  #global-wrapper .module-commonLayout .module-lead02 p:first-child {
    margin-top: 0;
  }
  /**********************************/
  /* title */
  /**********************************/
  #global-wrapper .module-title01,
  #global-wrapper .module-title03 {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background-color: #666;
    padding: 5px;
    box-sizing: border-box;
  }
  #global-wrapper .module-title02 {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.6;
  }
  #global-wrapper .module-title04 {
    text-align: left;
    font-size: 26px;
    line-height: 1.57692;
  }
  #global-wrapper .module-title05 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
}
@media (max-width: 750px), print {
  /**********************************/
  /* common layout */
  /**********************************/
  .device-js-on #global-wrapper .module-commonLayout section {
    margin-bottom: 18%;
  }
	.device-js-on #global-wrapper .module-commonLayout section.secBottom {
    margin-bottom: 35% !important;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-title01,
  .device-js-on #global-wrapper .module-commonLayout .module-title02,
  .device-js-on #global-wrapper .module-commonLayout .module-title03 {
    margin-bottom: 12%;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-title04,
  .device-js-on #global-wrapper .module-commonLayout .module-title05 {
	  margin-top: 13.33334%;
    margin-bottom: 6.66667%;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 {
    margin: 0;
    text-align: left;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 p {
    margin-top: 1.2em;
    font-size: 108.33333%;
    line-height: 1.76923;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 p:first-child {
    margin-top: 0;
  }
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 .module-title04 + p,
  .device-js-on #global-wrapper .module-commonLayout .module-lead02 .module-title05 + p {
    margin-top: 0;
  }
	
  /**********************************/
  /* title */
  /**********************************/
  .device-js-on #global-wrapper .module-title01 {
    margin: 0 auto;
    padding: 2.89855%;
    text-align: center;
    font-size: 125%;
    line-height: 1.5;
    color: #fff;
    background-color: #666;
  }
  .device-js-on #global-wrapper .module-title02,
  .device-js-on #global-wrapper .module-title03 {
    margin: 0;
    text-align: center;
    font-weight: 200;
    font-size: 183.33333%;
    line-height: 1.29545;
  }
  .device-js-on #global-wrapper .module-title04 {
    margin: 0 4%;
    text-align: left;
    font-size: 158.33333%;
    line-height: 1.35;
  }
  .device-js-on #global-wrapper .module-title05 {
    text-align: left;
    font-size: 116.66667%;
    line-height: 1.35714;
    font-weight: bold;
  }
}


  /**********************************/
  /* list */
  /**********************************/
#global-content .module-listLayout-pha01 {}
#global-content .module-listLayout-pha01 dl {
	margin-bottom: 1.6em;
}
#global-content .module-listLayout-pha01 dl dt {}
_:-ms-fullscreen, :root #global-content .module-listLayout-pha01 dl dt {
	display: flex;
}
_:-ms-fullscreen, :root #global-content .module-listLayout-pha01 dl dt > a {
	width: 100%;
}
#global-content .module-listLayout-pha01 dl dd {
}
#global-content .module-listLayout-pha01 a.square-link {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #009389;
	color: #ffffff;
	padding: 0.6em 1.5em 0.6em 3.3em;
	font-size: 1.33em;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 2.4em;
	min-height: 60px;
}
#global-content .module-listLayout-pha01 dt:last-child a.square-link {
	margin-bottom: 0;
}
#global-content .module-listLayout-pha01 a.square-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.8em;
    width: 0.4em;
    height: 0.4em;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#global-content .module-listLayout-pha01 a.square-link .listText {
	padding-right: 0.5em;
}
#global-content .module-listLayout-pha01 a.square-link .module-iconBlankM01 {
	font-size: 0.75em;
    margin-left: 0.5em;
    margin-top: 0.25em;
	flex-shrink: 0;
}
#global-content .module-listLayout-pha01 p {
	font-size: 1.25em;
	line-height: 1.8em;
}

#global-content .module-listLayout-pha02 {
	margin-bottom: 4.8em;
}
#global-content .module-listLayout-pha02 .listItem {
    margin-bottom: 3.2em;
}
#global-content .module-listLayout-pha02 .listItem .listImg {
	margin-bottom: 1.6em;
}
#global-content .module-listLayout-pha02 .listItem .listImg a {
	display: block;
}
#global-content .module-listLayout-pha02 .listItem .listImg img {}
#global-content .module-listLayout-pha02 .listItem .listLink {
	font-size: 1.33em;
    line-height: 1.4;
}
#global-content .module-listLayout-pha02 .listItem .listBody {
	font-size: 1.25em;
	line-height: 1.8;
	margin-top: 20px;
}
#global-wrapper .module-listLayout01 .listItems {
	margin-top: 2.5em;
	margin-bottom: 5em;
}
#global-wrapper .module-listLayout01 .listItems .listItem {}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner {
	position: relative;
	padding-left: 2em;
    font-size: 1.33em;
    line-height: 1.4;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconArrowRL01 {
    position: absolute;
	top: 0.4em;
    left: 0;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconArrowRL02 {
    position: absolute;
    top: 0.5em;
    left: 0;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .listText {
	font-size: 100%;
    max-width: calc(100% - 2.5em);
    vertical-align: middle;
    line-height: 1.5;
}
_:-ms-fullscreen, :root #global-wrapper .module-listLayout01 .listItems .listItem .listInner .module-iconBlankM01,
_:-ms-fullscreen, :root #global-wrapper .module-listLayout-pha02 .boxLink .module-iconBlankM01 {
	vertical-align: middle;
}
#global-wrapper .module-listLayout01 .listItems .listItem .listInner .listPdf {
	vertical-align: middle;
}

#global-wrapper .module-listLayout02 .listItems {
	margin-top: 2.4em;
	margin-bottom: 4.8em;
}
#global-wrapper .module-listLayout02 .listItems .listItem {}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner {
	position: relative;
	padding-left: 2.25em;
}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner .module-iconArrowRL01 {
    position: absolute;
	top: 0.5em;
    left: 0;
}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner .module-iconArrowRL02 {
    position: absolute;
    top: 0.25em;
    left: 0;
    margin: 0;
}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner .listText {
    font-size: 1.17em;
    max-width: calc(100% - 2.5em);
    vertical-align: middle;
    line-height: 1.5;
	word-wrap: break-word;
}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner .module-iconBlankM01 {
	margin-left: 0.5em;
}
#global-wrapper .module-listLayout02 .listItems .listItem .listInner .listPdf {
	vertical-align: middle;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
_::-webkit-full-page-media, _:future, :root #global-wrapper .module-listLayout02 .listItems .listItem .listInner .listPdf {
	vertical-align: middle;
}
#global-wrapper .module-commonLayout .sec-life {
	margin-bottom: 90px;
}
@media(max-width:750px){
	#global-content .module-listLayout-pha01 a.square-link {
		min-height: 0;
		padding: 1.2em 1.5em 1.2em 3.3em;
	}
	#global-content .module-listLayout-pha02 .listItem {
    margin-bottom: 1em;
	}
	#global-content .module-listLayout-pha02 .listItem .listBody {
		font-size: 1em;
		margin-top: 1em;
	}
}

/*表組み*/
#global-wrapper .table-disclaimer {
    display: none;
}
#global-wrapper .plane-table-wrap {
    margin-bottom: 2.4em;
}
#global-wrapper .plane-table-wrap table,
#global-wrapper table.planeTable {
	width: 100%;
}
#global-wrapper .plane-table-wrap thead {
}
#global-wrapper .plane-table-wrap thead th,
#global-wrapper table.planeTable thead th {
	font-size: 1.33em;
	text-align: center;
	font-weight: bold;
	border: solid 1px #000000;
	background-color: #EBF4E4;
	padding: 10px;
}
#global-wrapper .plane-table-wrap thead td {
	font-size: 1em;
	text-align: center;
	border: solid 1px #000000;
	background-color: #EBF4E4;
	padding: 10px;
}
#global-wrapper .plane-table-wrap tbody {
}
#global-wrapper .plane-table-wrap tbody tr {}
#global-wrapper .plane-table-wrap tbody th,
#global-wrapper .plane-table-wrap tbody td,
#global-wrapper table.planeTable tbody th,
#global-wrapper table.planeTable tbody td {
	font-size: 1.25em;
	border: solid 1px #000000;
	padding: 5px 10px;
	line-height: 1.6;
	vertical-align: baseline;
}
#global-wrapper .plane-table-wrap tbody th {}
#global-wrapper .plane-table-wrap tbody td {}
@media screen and (max-width: 750px) {
	#global-wrapper .table-disclaimer {
		display: block;
		font-size: 1.08em;
		line-height: 1.6;
		margin-bottom: 2vw;
	}
	#global-wrapper .plane-table-wrap {
		overflow: auto;
	}
	#global-wrapper .plane-table-wrap table {
		width: 200%;
	}
	_::-webkit-full-page-media, _:future, :root #global-wrapper .plane-table-wrap {
		padding-bottom: 1px;
	}
	_::-webkit-full-page-media, _:future, :root #global-wrapper .plane-table-wrap table {
		border-right: solid 2px #000000;
	}
	#global-wrapper .plane-table-wrap thead th,
	#global-wrapper table.planeTable thead th {
		font-size: 1.17em;
		padding: 1.33vw;
	}
	#global-wrapper .plane-table-wrap tbody td,
	#global-wrapper table.planeTable tbody td {
		font-size: 1.08em;
		/*padding: 1.33vw 2.67vw;*/
		padding: 5px 10px;
	}
	#global-wrapper .plane-table-wrap tbody td ul.basic-ul,
	#global-wrapper table.planeTable tbody td ul.basic-ul {
		line-height: 1.6;
	}
}

/**********************************/
/*下層ページ共通項目集合*/
/**********************************/
.text-center {
	text-align:center !important;
}
.text-right {
	text-align:right!important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.text-green {
	color:#009389 !important;
}
.text-red {
	color:#C00004 !important;
}
.small {
	font-size: 13px !important;
}
.caution { 
	padding-left:1.1em !important; 
	text-indent:-1.1em !important; 
	line-height: 1.8 !important;
}
.caution span {
	display: inline-block;
	width: 1.1em;
	text-indent: 0;
}
#global-wrapper .module-title05 {
	font-weight: 500 !important;
	margin: 1.8em 0;
}
#global-wrapper .module-title06 {
	font-size: 15px;
	font-weight: 500 !important;
	margin-bottom: 1em;
}
#global-wrapper .module-commonLayout .module-lead02 strong {
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	.small {
		font-size: 85% !important;
	}
	#global-wrapper .module-title06 {
		font-size: 100%;
	}
}
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
	#global-header.commonMgn {
		margin-bottom: 60px;
	}
	#global-content {
		margin-bottom: 200px;
	}
	#global-content .pic {
		margin-bottom: 4.8em;
	}
	#global-content .pic img {
		max-width: 100%;
	}
	#global-content .module-listLayout02 .listPdf {
		vertical-align: top;
		margin-top: 1px;
	}
	#global-content .module-boxColumn2 {
		margin-top: 40px;
	}
	#global-content .module-boxColumn2 .listItems .listItem {
		margin-left: 40px;
	}
	#global-content .boxLink {
		width: 100%;
		height: 220px;
		background-color: #009389;
	}
	#global-content .boxLink.haspic {
		height: auto !important;
	}
	#global-content .boxLink .boxLinkOuter {
		width: 100%;
		height: 100%;
		display: block;
		background-color: #009389;
	}
	#global-content .boxLink .boxLinkInner {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
	}
	#global-content .boxLink .boxLinkInner .pic,
	#global-content .boxLink .boxLinkInner .box {
		height: 100%;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	#global-content .boxLink.haspic .boxLinkInner .pic,
	#global-content .boxLink.haspic .boxLinkInner .box {
		width: 50%;
	}
	#global-content .boxLink.haspic .boxLinkInner .box {
		padding: 0 1%;
	}
	#global-content .boxLink.haspic .boxLinkInner .pic {
    border-top: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
	}
	#global-content .boxLink .boxLinkInner .pic img {
		width: 362px;
		height: auto;
		vertical-align: bottom;
	}
	#global-content .boxLink.haspic .boxLinkInner .pic img {
    width: 100%;
    height: auto;
	}
	_:-ms-fullscreen, :root #global-content .boxLink.haspic .boxLinkInner .pic {
		position: relative;
		overflow: hidden;
	}
	#global-content .boxLink .boxLinkInner .box {
		width: 100%;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p {
		padding-left: 1em;
		text-align: left;
		font-size: 17px;
		line-height: 1.35294;
		color: #fff;
		display: inline-block;
		position: relative;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p ruby > rt {
		font-size: 100%;
		zoom: 0.5;
	}
	/*Firefox用*/
	@-moz-document url-prefix(){
		#global-content .boxLink .boxLinkInner .box .boxInner p ruby > rt {
			font-size: 50%;
		}
	}
	_:-ms-fullscreen, :root #global-content .boxLink .boxLinkInner .box .boxInner p ruby > rt {
		font-size: 50%;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p .icon {
		margin-left: 0.5em;
		border-color: #fff;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p .icon::after {
		border-color: #fff;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p::after {
		content: "";
		position: absolute;
		top: 0.4em;
		left: 0;
		width: 0.4em;
		height: 0.4em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	#global-content .boxLink .boxLinkInner .box .boxInner p.hasruby::after {
		top: 0.8em;
	}
	#global-content .majorList {
		margin-top: 40px;
	}
	#global-content .facultyList.listItems {
		zoom: 1;
	}
	#global-content .facultyList.listItems:before,
	#global-content .facultyList.listItems:after {
		content: "";
		display: table;
	}
	#global-content .facultyList.listItems:after {
		clear: both;
	}
	#global-content .facultyList.listItems .listItem {
		float: left;
		width: 47.5%;
		height: 115px;
		padding-top: 15px;
	}
	#global-content .facultyList.listItems .listItem .major {
		margin-top: 20px;
		font-size: 15px;
	}
	#global-content .facultyList.listItems .listItem .special {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.4;
	}
	#global-content .facultyList.listItems .listItem:nth-child(2) {
		padding-top: 0;
	}
	#global-content .facultyList.listItems .listItem:nth-child(odd) {
		padding-right: 2.5%;
	}
	#global-content .facultyList.listItems .listItem:nth-child(even) {
		padding-left: 2.5%;
	}
	#global-content .module-commonLayout .module-lead01 {
		margin-bottom: 85px;
	}
	#global-content .module-commonLayout .module-lead01 p {
		margin-top: 40px;
		font-size: 15px;
		font-weight: 200;
		line-height: 1.8;
	}
	#global-content .module-commonLayout .module-lead01 p:first-child {
		margin-top: 0;
	}
	#global-content .module-commonLayout dl.overview-dl dt {
		color: #009389;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.6;
		margin-bottom: 14px;
	}
	#global-content .module-commonLayout dl.overview-dl dd p {
		margin-bottom: 24px;
	}
}
.device-view-pc #global-header.commonMgn {
	margin-bottom: 20px;
}
.device-view-pc #global-content .pic {
	margin-bottom: 60px;
}
.device-view-pc #global-content .pic img {
	width: 100%;
}
.device-view-pc #global-content .module-listLayout02 .listPdf {
	vertical-align: top;
	margin-top: 1px;
}
.device-view-pc #global-content .module-boxColumn2 {
	margin-top: 40px;
}
.device-view-pc #global-content .module-boxColumn2 .listItems .listItem {
	margin-left: 40px;
}
.device-view-pc #global-content .boxLink {
	width: 100%;
	height: 220px;
	background-color: #005;
}
.device-view-pc #global-content .boxLink .boxLinkOuter {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #005;
}
.device-view-pc #global-content .boxLink .boxLinkInner {
	width: 100%;
	height: 100%;
	display: table;
}
.device-view-pc #global-content .boxLink .boxLinkInner .pic,
.device-view-pc #global-content .boxLink .boxLinkInner .box {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.device-view-pc #global-content .boxLink .boxLinkInner .pic img {
	width: 362px;
	height: auto;
	vertical-align: bottom;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box {
	width: 100%;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box .boxInner p {
	padding-left: 1em;
	text-align: left;
	font-size: 17px;
	line-height: 1.35294;
	color: #fff;
	display: inline-block;
	position: relative;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box .boxInner p .icon {
	margin-left: 0.5em;
	border-color: #fff;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box .boxInner p .icon::after {
	border-color: #fff;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box .boxInner p::after {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0.4em;
	height: 0.4em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.device-view-pc #global-content .majorList {
	margin-top: 40px;
}
.device-view-pc #global-content .facultyList.listItems {
	zoom: 1;
}
.device-view-pc #global-content .facultyList.listItems:before,
.device-view-pc #global-content .facultyList.listItems:after {
	content: "";
	display: table;
}
.device-view-pc #global-content .facultyList.listItems:after {
	clear: both;
}
.device-view-pc #global-content .facultyList.listItems .listItem {
	float: left;
	width: 47.5%;
	height: 115px;
	padding-top: 15px;
}
.device-view-pc #global-content .facultyList.listItems .listItem .major {
	margin-top: 20px;
	font-size: 15px;
}
.device-view-pc #global-content .facultyList.listItems .listItem .special {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
}
.device-view-pc #global-content .facultyList.listItems .listItem:nth-child(2) {
	padding-top: 0;
}
.device-view-pc #global-content .facultyList.listItems .listItem:nth-child(odd) {
	padding-right: 2.5%;
}
.device-view-pc #global-content .facultyList.listItems .listItem:nth-child(even) {
	padding-left: 2.5%;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
	.device-view-pc #global-header.commonMgn {
		margin-bottom: 8%;
	}
	.device-js-on #global-content .pic {
		text-align: center;
		flex-shrink: 0;
	}
	.device-js-on #global-content .pic img {
		width: 100%;
	}
	.device-js-on #global-content .pic + .module-title02 {
		margin-top: 8%;
	}
	.device-js-on #global-content .module-boxColumn2 {
		margin-top: 8%;
	}
	.device-js-on #global-content .module-listLayout02 .listPdf {
		vertical-align: top;
		margin-top: 1px;
	}
	.device-js-on #global-content .module-boxR .module-listLayout02 {
		padding-top: 4%;
	}
	.device-js-on #global-content .boxLink {
		margin: 0 auto;
		width: 100%;
	}
	.device-js-on #global-content .boxLink.haspic .boxLinkInner {
    display: flex;
    flex-direction: column;
	}
	.device-js-on #global-content .boxLink.haspic .boxLinkInner .pic {
    order: 1;
	}
	_:-ms-fullscreen, :root #global-content .boxLink.haspic .boxLinkInner .pic {
		flex-shrink: 0;
	}
	.device-js-on #global-content .boxLink .boxLinkInner .pic img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.device-js-on #global-content .boxLink .boxLinkInner .box {
		position: relative;
		padding: 2.67% 10.68% 2.67% 5.34%;
		background-color: #009389;
	}
	.device-js-on #global-content .boxLink.haspic .boxLinkInner .box {
    order: 2;
	}
	.device-js-on #global-content .boxLink .boxLinkInner .box .boxInner {
		font-size: 125%;
		line-height: 1.5;
		color: #fff;
	}
	.device-js-on #global-content .boxLink .boxLinkInner .box .boxInner .icon {
		position: absolute;
		margin-left: 1em;
		border-color: #fff;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.device-js-on #global-content .boxLink .boxLinkInner .box .boxInner .icon::after {
		border-color: #fff;
	}
	.device-js-on #global-content .boxLink .boxLinkInner .box .boxInner::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		right: 1em;
		bottom: 0;
		width: 0.5em;
		height: 0.5em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.device-js-on #global-content .majorList {
		margin-top: 8%;
	}
	.device-js-on #global-content .module-listLayout01 .facultyList .listItem {
		padding-top: 8%;
	}
	.device-js-on #global-content .module-listLayout01 .facultyList .listItem .major {
		margin-top: 5%;
		font-size: 116.66667%;
	}
	.device-js-on #global-content .module-listLayout01 .facultyList .listItem .special {
		margin-top: 3%;
		font-size: 100%;
	}
	.device-js-on #global-content .module-commonLayout .module-lead01 {
		margin-bottom: 15%;
	}
	.device-js-on #global-content .module-commonLayout .module-lead01 p {
		margin-top: 11.11111%;
		font-size: 100%;
		line-height: 1.8;
		font-weight: 200;
	}
	.device-js-on #global-content .module-commonLayout .module-lead01 p:first-child {
		margin-top: 0;
	}
	.device-js-on #global-content .module-commonLayout dl.overview-dl dt {
		color: #009389;
		font-size: 108.33333%;
		font-weight: 500;
		line-height: 1.5;
		margin-bottom: 4%;
	}
	.device-js-on #global-content .module-commonLayout dl.overview-dl dd p {
		margin-bottom: 8%;
	}
}

/*ヘッダー*/
.device-js-on #global-header {
	position: relative;
	background-size: cover;
}
.device-js-on #global-header::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #437774;
	opacity: 0.4;
	mix-blend-mode: darken;
}
.device-js-on #global-header header {
	padding: 0;
}
.device-js-on #global-header header .headerInner {
	
}
.device-js-on #global-breadCrumb ul li a {
	color: #ffffff;
	text-shadow: 1px 1px 3px #595858;
}
.device-js-on #global-breadCrumb ul li h1 {
	text-shadow: 1px 1px 3px #595858;
}
.device-js-on #global-header header .headerInner .title {
	color: #ffffff;
	text-shadow: 1px 1px 7px #595858;
}

/*セクション*/
#global-content section {
	margin-bottom: 120px;
}

/*アンカーリンク*/
#global-content .anchor-list {
	margin-bottom: 3.2em;
}
#global-content .anchor-list .listItems .listInner {
    position: relative;
	padding-left: 2.75em;
}
#global-content .anchor-list .listItems .listInner a {
	font-size: 1.33em;
}
#global-content .anchor-list .listItems .listText {
    vertical-align: top;
    line-height: 1.4;
}
#global-content .anchor-list .module-iconArrowAnchor {
    position: absolute;
	left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.75em 0 0;
    background-color: #009389;
    font-size: 0.75em;
}
#global-content .anchor-list .module-iconArrowAnchor:before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0.2em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg) translateZ(1px);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media screen and (max-width: 750px) {
	#global-content .anchor-list .listItems .listInner a {
		font-size: 1.22em;
	}
}

#global-content .bgimg-link-wrap {
	margin: 3.2em 0;
}
#global-content .bgimg-link-wrap .bgimg-link {
		display: flex;
		align-items: center;
		height: 150px;
		width: 100%;
		padding: 8% 8% 8% 16%;
		background-position: right;
		background-size: cover;
		background-repeat: no-repeat;
		color: #ffffff;
		font-size: 1.33em;
}
#global-content .bgimg-link-wrap .bgimg-link::before {
		content: "";
		width: 0.4em;
		height: 0.4em;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	margin-right: 1em;
}
#global-content .bgimg-link-wrap.covid-bnr .bgimg-link {
	font-size: 1.25em;
	justify-content: center;
	padding: 8%;
}
#global-content .bgimg-link-wrap.covid-bnr .bgimg-link .title {
	font-size: 1.5em;
	font-weight: 200;
	text-align: center;
	line-height: 1.4;
}
#global-content .bgimg-link-wrap.covid-bnr .bgimg-link::before {
	content: none;
}
@media screen and (max-width: 750px) {
	#global-content .bgimg-link-wrap .bgimg-link {
		padding: 4% 4% 4% 8%;
		height: 20vw;
	}
	#global-content .bgimg-link-wrap.covid-bnr .bgimg-link {
		min-height: 25vw;
	}
	#global-content .bgimg-link-wrap.covid-bnr .bgimg-link .title {
    font-size: 90%;
	}
}

/*関連バナーなど*/
#global-content section.recommend-link-sec {
	margin-bottom: 80px;
}

.device-js-on #global-wrapper .module-title01 {
	margin-top: 3.2em;
}
.device-js-on #global-wrapper .module-title01:first-child {
	margin-top: 0;
}

/*アコーディオン*/
#global-content .aco-wrap {
	position: relative;
	margin: 6.4em 0 8em;
}
#global-wrapper .aco-wrap .aco-head {
		display: block;
		text-align: center;
		font-size: 1.5em;
		line-height: 1.4;
		padding: 1.1% 12.2%;
		color: #fff;
		background-color: #009389;
		cursor: pointer;
	background-image: url("../../images/academics/pharmacy/aco-open.png");
	background-position: top 50% right 10px;
		background-repeat: no-repeat;
	background-size: 18px;
}
#global-wrapper .aco-wrap .aco-head.open {
	background-image: url("../../images/academics/pharmacy/aco-close.png")
}
#global-content .aco-wrap .aco-body {
	padding: 3% 0 0;
}
@media screen and (max-width: 750px) {
	#global-wrapper .aco-wrap .aco-head {
			font-size: 1.25em;
		background-size: 4vw;
		background-position: top 50% right 3vw;
	}
}

/*資質リスト*/
#global-content .qualities {
	font-size: 1.25em;
	line-height: 1.8;
	counter-reset: number 0;	 
}
#global-content .qualities li {}
#global-content .qualities li::before {
	counter-increment: number 1; 
	content: counter(number) "\FF0E"; 
}
@media screen and (max-width: 750px) {
	#global-content .qualities {
		font-size: 1.08em;
	}
}

/*basic-ol*/
#global-content .basic-ol {
	font-size: 1.25em;
	line-height: 1.8;
	counter-reset: number 0;
    padding-left: 1.5em;
}
#global-content .basic-ol li {
	position: relative;
}
#global-content .basic-ol li::before {
	position: absolute;
	left: -1.5em;
	counter-increment: number 1; 
	content: counter(number) "\FF0E"; 
}
@media screen and (max-width: 750px) {
	#global-content .basic-ol {
		font-size: 1.08em;
	}
}

/*brackets-ol*/
#global-content .brackets-ol {
	font-size: 1.25em;
	line-height: 1.8;
	counter-reset: number 0;	 
    padding-left: 2em;
}
#global-content .brackets-ol li {
	position: relative;
}
#global-content .brackets-ol li::before {
	position: absolute;
	left: -2em;
	counter-increment: number 1; 
	content: "\0028" counter(number) "\0029"; 
}
@media screen and (max-width: 750px) {
	#global-content .brackets-ol {
		font-size: 1.08em;
	}
}

/* basic-ul */
#global-wrapper .module-commonLayout ul.basic-ul {
	list-style: disc !important;
	padding-top: 1.8em;
	padding-left: 1.5em;
	font-size: 15px;
	line-height: 1.8;
}
#global-wrapper .module-commonLayout ul.basic-ul:first-child {
	padding-top: 0;
}
@media screen and (max-width: 750px) {
	#global-wrapper .module-commonLayout ul.basic-ul {
		font-size: 100%;
	}
}

/*大ボタン*/
#global-content .color-link-wrap {
	margin: 40px 0;
}
#global-content .color-link-wrap .color-link {
	display: flex;
	align-items: center;
	height: 150px;
	width: 100%;
	padding: 8% 8% 8% 16%;
	background-color: #333333;
	color: #ffffff;
	font-size: 1.33em;
}
#global-content .color-link-wrap .color-link::before {
	content: "";
	width: 0.4em;
	height: 0.4em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
margin-right: 1em;
}
@media screen and (max-width: 750px) {
	#global-content .color-link-wrap .color-link {
		padding: 4% 4% 4% 8%;
		height: 20vw;
	}
}

/*テキストリンク*/
#global-wrapper .text-link .module-iconBlankM01 {
    margin: -0.25em 0.25em 0 0.5em;
    font-size: 80%;
}
#global-wrapper .text-link .module-iconPdfM01 {
    margin: 0 0.5em;
    font-size: 70%;
	vertical-align: -0.15em;
}
