@charset "utf-8";

@media screen and (min-width: 641px) {
/* -----------------------------------------------------------------------------

	MainArea
  
----------------------------------------------------------------------------- */

/* Section
---------------------------------------------*/
#mainArea .section01 {
	margin-bottom:80px;
}
#mainArea .section01 .inner {
	margin:0 auto;
	width:980px;
}

/* Box
---------------------------------------------*/
#mainArea .leftBox01 {
	position:relative;
	float:left;
	width:470px;
}
#mainArea .rightBox01 {
	position:relative;
	float:right;
	width:470px;
}
/* Box col03
---------------------------------------------*/
#mainArea .col03 .Box01 {
	float: left;
	width: 300px;
	margin-right: 40px;
}
#mainArea .col03 .Box01:last-child{
	margin-right: 0;
}
#mainArea .col03 .Box01 img{
	width: 100%;
}
/* Title
---------------------------------------------*/
#mainArea .ttl01 {
	position:relative;
	margin:0 auto 50px auto;
	font-size:40px;
	font-weight:bold;
	line-height:1.6;
	border-bottom:2px solid #dcdcdc;
}
#mainArea .ttl01 .txt {
	position:relative;
	top:2px;
	display:inline-block;
	border-bottom:2px solid #dcdcdc;
}
#mainArea .ttl01.blue {
	color:#2aade9;
}
#mainArea .ttl01.blue .txt {
	border-bottom:2px solid #2aade9;
}

#mainArea .ttl02 {
	margin-bottom:30px;
	padding:25px 0 30px 0;
	color:#fff;
}
#mainArea .ttl02 .txt {
	display:block;
	width:980px;
	margin:0 auto;
	font-size:36px;
	line-height:1.2;
}
#mainArea .ttl02 .txt:after {
	margin-top:13px;
	content:"";
	display:block;
	width:40px;
	height:2px;
	background-color:#fff;
}
#mainArea .ttl02 .small01 {
	display:block;
	font-size:18px;
	line-height:1.6;
}
#mainArea .ttl02 .small02 {
	display:block;
	font-size:14px;
	line-height:1.6;
}
#mainArea .ttl02.blue { background-color:#4c8dcb; }
#mainArea .ttl02.pink { background-color:#dc76ab; }
#mainArea .ttl02.green { background-color:#6fba2c; }
#mainArea .ttl02.orange { background-color:#f09b2c; }
#mainArea .ttl02.purple { background-color:#915da3; }
#mainArea .ttl02.brown { background-color:#a97452; }
#mainArea .ttl02.gray { background-color:#727171; }

#mainArea .ttl03 {
	margin-bottom:10px;
	font-size:18px;
	line-height:1.6;
}
#mainArea .ttl03.border {
	padding-bottom:5px;
	border-bottom:1px solid #dcdcdc;
}
#mainArea .ttl03.blue { color:#4c8dcb; }
#mainArea .ttl03.pink { color:#dc76ab; }
#mainArea .ttl03.green { color:#6fba2c; }
#mainArea .ttl03.orange { color:#f09b2c; }
#mainArea .ttl03.purple { color:#915da3; }
#mainArea .ttl03.brown { color:#a97452; }
#mainArea .ttl03.gray { color:#727171; }
#mainArea .ttl03.black { color:#333; }

/* Text
---------------------------------------------*/
#mainArea p {
	font-size:0.9rem;
}
#mainArea .txtIndent {
	text-indent:0.5em;
}

/* List
---------------------------------------------*/
#mainArea .listDisc {
	margin-left:1rem;
	font-size:0.8rem;
	color:#333;
}
#mainArea .listDisc li {
	list-style-type:disc;
}
#mainArea .listDisc li span {
	color:#333;
}
#mainArea .listDisc li a:hover span {
	text-decoration:underline;
}
#mainArea .listDisc.blue,
#mainArea .listDisc.blue li a:hover span { color:#4c8dcb; }
#mainArea .listDisc.pink,
#mainArea .listDisc.pink li a:hover span { color:#dc76ab; }
#mainArea .listDisc.green,
#mainArea .listDisc.green li a:hover span { color:#6fba2c; }
#mainArea .listDisc.orange,
#mainArea .listDisc.orange li a:hover span { color:#f09b2c; }
#mainArea .listDisc.purple,
#mainArea .listDisc.purple li a:hover span { color:#915da3; }
#mainArea .listDisc.brown,
#mainArea .listDisc.brown li a:hover span { color:#a97452; }
#mainArea .listDisc.gray,
#mainArea .listDisc.gray li a:hover span { color:#727171; }

#mainArea .list01,
#mainArea .list02 {
	font-size:0.9rem;
	color:#333;
}
#mainArea .list01 li {
	padding-left:15px;
	background:transparent url("../img/ico01.png") 0 8px no-repeat;
}
#mainArea .list02 li {
	padding-left:15px;
	background:none;
	position: relative;
}
#mainArea .list02 li::before {
	content: "・";
	position: absolute;
	color: #2aade9;
	left: 0;
}
#mainArea .list01 li a:hover,
#mainArea .list02 li a:hover {
	text-decoration:underline;
}

/* Icon
---------------------------------------------*/
#mainArea .icoPDF {
	margin-left:10px;
	padding:0 2px;
	font-size:0.7rem;
	color:#fff;
	background-color:#ec0000;
}
#mainArea .icoSite {
	margin-left:10px;
}
#mainArea .icoSite img {
	vertical-align:middle;
}

/* Button
---------------------------------------------*/
#mainArea .btnFacebook a {
	display:block;
	padding:10px 15px 10px 10px;
	font-size:1rem;
	font-weight:bold;
	color:#3b5998;
	border:1px solid #3b5998;
}
#mainArea .btnFacebook a .image {
	display:block;
	padding:5px 0 3px 43px;
	background:transparent url("../img/ico_facebook.gif") 0 50% no-repeat;
	background-size:30px auto;
}
#mainArea .btnFacebook a .ico {
	display:block;
	padding:0 15px 0 0;
	background:transparent url("../img/ico02.png") 100% 50% no-repeat;
}
#mainArea .btnFacebook a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}


/* mainImagePC
---------------------------------------------*/
#mainImagePC {
	padding-bottom:22px;
	margin-bottom:30px;
	min-width:980px;
	overflow: hidden !important;
}
#mainImagePC #slider01 {
	margin:0 auto;
	text-align:center;
	height:400px;
	overflow: hidden;
	width: 9000% !important;
}
#mainImagePC .bx-wrapper {
	position:relative;
	background-color:#d3f1ff;
}
#mainImagePC .bx-wrapper .bx-viewport {
	margin: 0 auto;
	overflow: visible !important;
	position: relative;
	width: 980px !important;
	z-index:2;
}
#mainImagePC .bx-controls {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#mainImagePC .bx-controls-direction {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-490px;
	width:980px;
	height:100%;
}
#mainImagePC .bx-controls-direction a {
	position:absolute;
	top:50%;
	display:block;
	margin-top:-35px;
	width:71px;
	height:71px;
	text-indent:-9999px;
	z-index:3;
}
#mainImagePC .bx-controls-direction a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#mainImagePC .bx-controls-direction .bx-prev {
	left:-91px;
	background:transparent url("../img/btn_prev.png") 0 0 no-repeat;
}
#mainImagePC .bx-controls-direction .bx-next {
	right:-91px;
	background:transparent url("../img/btn_next.png") 0 0 no-repeat;
}
#mainImagePC .bx-wrapper .bx-pager {
	position:absolute;
	bottom:-22px;
	height:12px;
	text-align:center;
	z-index:10;
	width:100%;
}
#mainImagePC .bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 5px;
}
#mainImagePC .bx-wrapper .bx-pager .bx-pager-item a {
	display:block;
	text-indent:-9999px;
	width:12px;
	height:12px;
	border:1px solid #2aade9;
	border-radius:6px;
	box-sizing:border-box;
}
#mainImagePC .bx-wrapper .bx-pager .bx-pager-item a.active {
	background-color:#2aade9;
}


/* Overview
---------------------------------------------*/
#mainArea #overview .ttl01 {
	width:980px;
}
#mainArea #overview .overviewBox01 {
	margin-bottom:45px;
}
#mainArea #overview .listBox01 {
	margin-bottom:40px;
	padding:40px;
	border:1px solid #d0d0d0;
	box-sizing:border-box;
}
#mainArea #overview .listBox01 .listLeft {
	float:left;
	width:430px;
}
#mainArea #overview .listBox01 .listRight {
	float:right;
	width:430px;
}
#mainArea #overview .listBox02 {
	padding:35px 40px 30px 40px;
	background-color:#f3f3f3;
	box-sizing:border-box;
}
#mainArea #overview .listBox02 .listLeft {
	float:left;
	width:430px;
}
#mainArea #overview .listBox02 .listRight {
	float:right;
	width:430px;
}
#mainArea #overview .listOverview01 dt {
	padding:10px 15px 8px 15px;
	margin-bottom:10px;
	font-size:1rem;
	font-weight:bold;
	line-height:1.2;
	color:#fff;
}
#mainArea #overview .listOverview01 .small01 {
	font-size:0.8rem;
}
#mainArea #overview .listOverview01 dt.blue,
#mainArea #overview .listOverview01 .listItem01 span.blue { background-color:#4c8dcb; }
#mainArea #overview .listOverview01 dt.pink,
#mainArea #overview .listOverview01 .listItem01 span.pink { background-color:#dc76ab; }
#mainArea #overview .listOverview01 dt.green,
#mainArea #overview .listOverview01 .listItem01 span.green { background-color:#6fba2c; }
#mainArea #overview .listOverview01 dt.orange,
#mainArea #overview .listOverview01 .listItem01 span.orange { background-color:#f09b2c; }
#mainArea #overview .listOverview01 dt.purple,
#mainArea #overview .listOverview01 .listItem01 span.purple { background-color:#915da3; }
#mainArea #overview .listOverview01 dt.brown,
#mainArea #overview .listOverview01 .listItem01 span.brown { background-color:#a97452; }
#mainArea #overview .listOverview01 dt.gray,
#mainArea #overview .listOverview01 .listItem01 span.gray { background-color:#727171; }
#mainArea #overview .listOverview01 dd {
	padding:0 10px;
}
#mainArea #overview .listOverview01 .listItem01 span {
	display:block;
	padding:10px 15px 8px 15px;
	font-size:1rem;
	font-weight:bold;
	line-height:1.2;
	color:#fff;
}
#mainArea #overview .listOverview01 li {
	margin-bottom:30px;
}
#mainArea #overview .listOverview01 li.mb12{
	margin-bottom: 12px !important;
}
#mainArea #overview .listOverview01 li li {
	margin-bottom:0;
}

#mainArea #overview .listOverview02 .listItem01 {
	margin-left:15px;
}
#mainArea #overview .listOverview02 dt {
	margin-bottom:5px;
	font-size:1rem;
	font-weight:bold;
	color:#333;
	line-height:1.2;
}
#mainArea #overview .listOverview02 dt a:hover {
	text-decoration:underline;
}
#mainArea #overview .listOverview03 dt {
	margin-bottom:10px;
	font-size:1rem;
	font-weight:bold;
	color:#333;
	line-height:1.2;
}
#mainArea #overview .listOverview03 .list01 li {
	margin-bottom:7px;
}
#mainArea #overview .listOverview03 .list01 li:last-child {
	margin-bottom:0;
}
#mainArea #overview .listOverview03 .list01 li p {
	margin-bottom: 7px;
}

/* Faculties
---------------------------------------------*/
#mainArea #faculties .ttl01 {
	width:980px;
}
#mainArea #faculties .txt01 {
	margin-bottom:10px;
}


/* International
---------------------------------------------*/
#mainArea #international .txt01 {
	margin-bottom:10px;
}


/* Human
---------------------------------------------*/
#mainArea #human .humanBox01 {
	margin-bottom:35px;
}
#mainArea #human .txt01 {
	margin-bottom:10px;
}


/* Junior
---------------------------------------------*/
#mainArea #junior .txt01 {
	margin-bottom:10px;
}


/* Graduate
---------------------------------------------*/
#mainArea #graduate .txt01 {
	margin-bottom:35px;
}
#mainArea #graduate .txt02 {
	margin-bottom:10px;
}
#mainArea #graduate .txt03 {
	margin-bottom:10px;
}
#mainArea #graduate .listBox01 {
	padding:40px;
	border:1px solid #d0d0d0;
	background-color:#fcf7fe;
	box-sizing:border-box;
}
#mainArea #graduate .listBox01 .listLeft {
	margin-right:29px;
	float:left;
	width:310px;
}
#mainArea #graduate .listBox01 .listCenter {
	float:left;
	width:260px;
	margin-right:29px;
}
#mainArea #graduate .listBox01 .listRight {
	float:right;
	width:270px;
}
#mainArea #graduate .listBox01 .listGraduate01 dt {
	margin-bottom:5px;
	font-size:0.9rem;
	font-weight:bold;
	color:#333;
}
#mainArea #graduate .listBox01 .listGraduate01 li {
	margin-bottom:30px;
}
#mainArea #graduate .listBox01 .listGraduate01 li li {
	margin-bottom:0;
}

/* School
---------------------------------------------*/
#mainArea #school .ttl01 {
	width:auto;
	font-size:2em;
	margin-bottom:20px;
}
#mainArea #school .schoolBox01 {
	position:relative;
	display:table;
	width:100%;
	margin-bottom:60px;
}
#mainArea #school .schoolBox02 {
	margin-bottom:70px;
}
#mainArea #school .schoolBox01 .leftBox02 {
	position:relative;
	display:table-cell;
	padding-right:20px;
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
}
#mainArea #school .schoolBox01 .rightBox02 {
	position:relative;
	display:table-cell;
	padding-left:20px;
	width:50%;
	vertical-align:top;
	box-sizing:border-box;
}
#mainArea #school .btnFacebook {
	position:absolute;
	bottom:0;
	width:240px;
}
#mainArea #school .listBox01 {
	padding:40px 0 40px 40px;
	background-color:#f3f3f3;
	box-sizing:border-box;
}
#mainArea #school .listBox01 .leftItem {
	float:left;
	width:470px;
	box-sizing:border-box;
}
#mainArea #school .listBox01 .rightItem {
	float:right;
	width:470px;
	box-sizing:border-box;
}

#mainArea #school #slider02,
#mainArea #school #slider03 {
	height:300px;
	overflow: hidden;
}
#mainArea #school .bx-wrapper {
	position:relative;
}
#mainArea #school .bx-wrapper .bx-viewport {
	position: relative;
	z-index:2;
}
#mainArea #school .bx-controls {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#mainArea #school .bx-controls-direction {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#mainArea #school .bx-controls-direction a {
	position:absolute;
	top:50%;
	display:block;
	margin-top:-17px;
	width:35px;
	height:35px;
	text-indent:-9999px;
	z-index:3;
}
#mainArea #school .bx-controls-direction a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#mainArea #school .bx-controls-direction .bx-prev {
	left:-10px;
	background:transparent url("../img/btn_prev.png") 0 0 no-repeat;
	background-size:35px auto;
}
#mainArea #school .bx-controls-direction .bx-next {
	right:-10px;
	background:transparent url("../img/btn_next.png") 0 0 no-repeat;
	background-size:35px auto;
}
#mainArea #school .bx-wrapper .bx-pager {
	position:absolute;
	bottom:-22px;
	height:12px;
	text-align:center;
	z-index:10;
	width:100%;
}
#mainArea #school .bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 5px;
}
#mainArea #school .bx-wrapper .bx-pager .bx-pager-item a {
	display:block;
	text-indent:-9999px;
	width:12px;
	height:12px;
	border:1px solid #2aade9;
	border-radius:6px;
	box-sizing:border-box;
}
#mainArea #school .bx-wrapper .bx-pager .bx-pager-item a.active {
	background-color:#2aade9;
}
#mainArea p .txtLink{
		text-decoration: none;
		padding-left:7px;
		background: transparent url(../img/ico01.png) 0 8px no-repeat;
		position: absolute;
    bottom: 65px;
	}
#mainArea p .txtLink:hover{
		text-decoration:underline;
	}
}