@charset "utf-8";


/* *****************************************************************************
   PCÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (min-width: 769px), print {

#contents-area {
	/*padding-top:100px !important;*/
}


/* contents */

#contents {
	position:relative;
	padding:45px 0 65px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:5;
}

#contents h2 {
	color:#fff;
	font-size:40px;
	font-family:"Roboto", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
	line-height:1em;
	text-shadow:1px 1px 0 #323c64, -1px 1px 0 #323c64, 1px -1px 0 #323c64, -1px -1px 0 #323c64;
	letter-spacing:0.2em;
}

#contents .jp {
	color:#373637;
	font-size:18px;
	font-weight:bold;
	margin-top:0.7em;
	letter-spacing:normal;
	line-height:1em;
}

#contents .jp::after {
	width:30px;
	height:2px;
	background-color:#bbe700;
	content:"";
	margin:15px auto 0;
	display:block;
}

#contents > .cf {
	width:1000px;
	margin:0 auto;
}

#contents .inner {
	width:202px;
	margin:55px 64px 0 0;
	float:left;
}

#contents .inner:nth-child(4n) {
	margin-right:0;
}

#contents .inner:nth-child(1),
#contents .inner:nth-child(2),
#contents .inner:nth-child(3),
#contents .inner:nth-child(4) {
	margin-top:40px;
}

#contents .inner h3 {
	font-size:1.25em;
	font-weight:bold;
	padding-bottom:0.5em;
	border-bottom:1px solid #bbe700;
	text-align:left;
	line-height:1.2em;
}

#contents .inner ul {
	font-size:1.05em;
	padding-top:15px;
	text-align:left;
	line-height:1.2em;
}

#contents .inner ul li {
	margin-top:5px;
}

#contents .inner ul li::before {
	color:#bbe700;
	font-size:7px;
	content:"¡ø";
	margin:0 5px 3px 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display:inline-block;
	vertical-align:middle;
}

.entry_bar{
	text-align: center;
	padding: 1.5em 0;
}

}


/* *****************************************************************************
   ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (max-width: 769px) {

/* contents */

#contents {
	position:relative;
	padding:25px 0 35px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:5;
}

#contents h2 {
	color:#fff;
	font-size:20px;
	font-family:"Roboto", "Yu Gothic", "ÓÎ¥´¥·¥Ã¥¯", "YuGothic", "ÓÎ¥´¥·¥Ã¥¯Ìå", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "¥Ò¥é¥®¥Î½Ç¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
	line-height:1em;
	text-shadow:1px 1px 0 #323c64, -1px 1px 0 #323c64, 1px -1px 0 #323c64, -1px -1px 0 #323c64;
	letter-spacing:0.2em;
}

#contents .jp {
	color:#373637;
	font-size:13px;
	font-weight:bold;
	margin-top:0.7em;
	letter-spacing:normal;
	line-height:1em;
}

#contents .jp::after {
	width:15px;
	height:2px;
	background-color:#bbe700;
	content:"";
	margin:10px auto 0;
	display:block;
}

#contents > .cf {
	margin:0 20px;
}

#contents .inner.box > ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .inner {
	/*width:50%;*/
	padding:20px 20px 0 0;
	/*float:left;*/
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents .inner:nth-child(even) {
	padding:20px 0 0 20px;
}


#contents .inner h3 {
	font-size:13px;
	font-weight:bold;
	clear: both;
	padding-bottom:0.5em;
	border-bottom:1px solid #bbe700;
	text-align:center;
	line-height:1.2em;
}

#contents .inner.box {
	margin-top:20px;
	width:auto;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contents .inner.box > ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .inner ul {
	font-size:12px;
	font-weight: bold;
	padding-top:15px;
	text-align:left;
	line-height:1.2em;
}

#contents .inner ul li {
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border:1px solid #e6e6e6;
	margin: 0 -1px -1px 0;
	width:50%;
	padding: 1.3em 0.9em;
}

#contents .inner ul li::before {
	color:#bbe700;
	font-size:5px;
	content:"¡ø";
	margin:0 5px 3px 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display:inline-block;
	vertical-align:middle;
}

#contents .inner ul li a{
	display:inline-block;
	width:90%;
}

    #major{padding-top: 30px !important;}
    #su-manabi,#international,#club,#employment,#campuslife{padding-top:50px;margin-top:-50px;}

	.entry_bar{
		padding:1.5em 0;
	}
}

@media screen and (max-width: 415px) {
#contents .inner.box ul li{
	clear:both;
	width:100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
	border:1px solid #e6e6e6;
	margin: 0 -1px -1px 0;
	padding: 1.3em 0.5em;
}
}

.bnr-prospect {
	display: flex;
	justify-content: space-between;
}

.bnr-prospect img {
	max-width: 385px !important;
}

@media screen and (max-width: 769px) {
	
	.bnr-prospect {
		margin-top: 10px !important;
		display: block;
		text-align: center;
	}

	.bnr-prospect a {
		margin-top: 10px;
		display: inline-block;
	}	

	.bnr-prospect img {
		max-width: 80% !important;
	}	
	
}



  .header_side_bt {
    position: fixed;
    /*top: 30%;*/
    /*top: 550px;*/
    top: 180px;
    right: 0;
    width: 50px;
    z-index: 999;
  }
  
    header #bt-home {
    /* 	position:fixed;
top: 44%;
right:0; */
    width: 50px;
    cursor: pointer;
    height: 180px;
    display: block;
    background: #491176;
    /* display: table-cell; */
    vertical-align: middle;
    line-height: 3.7em;
    letter-spacing: 0.4em;
  }

  header #bt-home::before {
    content: "";
    padding-top: 15.625%;
    display: block;
  }

  header #bt-home a {
    width: 100%;
    height: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    color: #fff;
  }
  header #bt-oc {
    width: 50px;
    cursor: pointer;
    height: 180px;
    display: flex;
    /*background: #178c41;*/
    background: #edc300;
    vertical-align: middle;
    line-height: 3.7em;
  }
  header #bt-oc a {
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    /*color: #fff;*/
    color: #373637;
    width: 110%;
    /*font-size: 0.7813rem;*/
    font-size: 1rem;
    letter-spacing: 0.341em;
    padding-top: 20%;
    box-sizing: border-box;
  }
  header #bt-oc a span {
    writing-mode: horizontal-tb;
    display: inline-block;
    line-height: 1.5;
  }
  
  header #bt-access {
    position: fixed;
    top: 0;
    right: 31.25%;
    width: 15.625%;
    background: #4256a1;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    display: table-cell;
    height: 15.8vw;
  }
  header #bt-access a span {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header #bt-access a {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 0 !important;
  }
  header #bt-access a::before {
    content: " ";
    height: 80%;
    background: url(/prospect/img/ico_access.svg) no-repeat center;
    background-size: 45%;
    display: block;
  }


@media screen and (max-width: 768px) {
  header #bt-home {
    position: fixed;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
    background: #491176;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    display: table-cell;
	display: none;
  }

  header #bt-home a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header #bt-oc {
    display: none;
  }

 }
 
 @media screen and (max-width: 415px) {
  header #bt-home a,
  header #bt-access a {
    /*padding-top: 25%;*/
    font-size: 8px;
  }
}
  
  /* Ó¡Ë¢ÓÃ */
@media print {
  .header_side_bt,
  header nav {
    display: none;
  }
}





