@charset "sjis";

/* ---------- pagetitle -------------------- */
section.pagetitle{
	background:url(../images/maintitle.jpg) no-repeat center center;
	background-size: auto 100%;
}
/* ---------- main -------------------- */
main{
	clear: both;
}

/*input form*/
.inputarea{
 
}
.inputarea form {
	text-align: center;
	background-image: url(/student/images/bg_dot.png);
	padding: 10px 0 5px 0;
	margin:0 auto;
	max-width: 1024px;
}
.inputarea form input{
	border: 1px solid #cccccc;
	font-size: 16px;
	width: 220px;
	padding:3px;
}
.inputarea form button{
	padding: 4px;
	border: 1px solid #cccccc;
}

.inputarea .search-result__hit-num {
	width: 96%;
	margin: auto;
}
.inputarea .search-result__hit-num p{
	background-color: #3966ab;
	color: #ffffff;
	margin:5px auto 0 auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	margin: auto;
}

.inputarea #search-result__list{
	width: 96%;
	margin: auto;
}
.inputarea #search-result__list a{
	display: inline-block;
	width: 100%;
	margin:auto;
	padding: 3px;
	box-sizing: border-box;
}
.inputarea #search-result__list a:nth-child(2n){
	background-color: #f0f4ff;
}

.inputarea .search-result__hit-num p.zero{
	background-color: #ffffff;
	color: #d60000;
	text-align: center;
}

.inputarea .search-result__hit-num a.zero{
	display: block;
	padding: 10px 30px 10px 10px;
	color: #000;
	font-weight: normal;
	background: none;
	background-color: #fff0ba;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #cccccc;
	width: 70%;
	max-width: 330px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}
.inputarea .search-result__hit-num a.zero:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 3%;
    width: 4%;
    height: 50%;
    background: url(/student/common/images/arrow_btn_main2.png) no-repeat top center;
    background-size: contain;
}


/*.list*/
main dl.list{
	width: 100%;	
	margin: auto;	
	position: relative;
}
main dl.list dt.pref{
	padding: 3% 2%;
	background-color: #e8465a;
	color: #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

main dl.list dt.pref a{
	color: #fff;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
main dl.list dt.pref a:before{
	display: block;
	content:"";	
	position: absolute;
	top:10%;
	right: 3%;
	width: 6%;
	height: 80%;
	transform: rotate(90deg);
	background:url(/student/common/images/arrow_btn_main2.png) no-repeat top center;background-size: contain;
}
main dl.list dt.pref.active a:before{
    transform: rotate(-90deg);
}
main dl.list dd dl dt.shubetsu{
	padding: 3% 2%;
	background-color: #eee;
	color: #000;
	font-weight: normal;
    height: auto;
    border: 1px solid #cccccc;
    position: relative;
    
}
main dl.list dd dl dt.shubetsu:before{
	display: block;
	content:"";	
	position: absolute;
	top:20%;
	right: 3%;
	width: 4%;
	height: 50%;
    transform: rotate(90deg);
    background:url(/student/common/images/arrow_btn_glay3.png) no-repeat top center;
    background-size: contain;
}
main dl.list dd dl dt.shubetsu.active:before{
    transform: rotate(-90deg);
    right: 2%;
}
main dl.list dd ul{
	
}
main dl.list dd ul li{
	padding: 5% 2%;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	position: relative;
}


main dl.list dd ul li a{
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}
main dl.list dd ul li a:before{
	display: block;
	content:"";	
	position: absolute;
	top:40%;
	right: 3%;
	width: 4%;
	height: 50%;
	background:url(/student/common/images/arrow_btn_main2.png) no-repeat top center;background-size: contain;
}
main dl.list dd ul li.more{
	display: block;
	padding: 10px 30px 10px 10px;
	color: #000;
	font-weight: normal;
	background: none;
	background-color: #fff0ba;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #cccccc;
	width: 70%;
	margin: 10px auto;
	text-align: left;
	position: relative;
}



main dl.list dd.more a{
	font-size: 12px;
	font-size:1.2rem;
}

/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
	/* ---------- main -------------------- */
	main{
		clear: both;
	}

	/*input form*/
	.inputarea form input{
		width: 300px;
	}
	.inputarea #search-result__list a{
		width: 50%;
		overflow: hidden;;
	}
	.inputarea #search-result__list a:nth-child(2n){
		background-color: transparent;
	}
	.inputarea #search-result__list a:nth-child(4n+2), 
	.inputarea #search-result__list a:nth-child(4n+3){
		background-color: #f0f4ff;
	}

	main dl.list{
		width: 100%;	
		margin: auto;	
		position: relative;
		border: 1px solid #cccccc;
		max-width: 96%;
		margin: 30px auto 0 auto;
		padding: 0px 0 0 0;
	}
	main dl.list dt.pref{
		padding: 3% 2%;
		background-color: #e8465a;
		color: #fff;
		border-bottom: 1px solid #fff;

		clear: both;
	}
    main dl.list dd dl dt.shubetsu:before{
		width: 20px;
	}
	main dl.list dt.pref a{
		color: #fff;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	main dl.list dt.pref a:before{
		display: block;
		content:"";	
		position: absolute;
		top:10%;
		right: 3%;
		width: 6%;
		height: 80%;
		transform: rotate(90deg);
		background:url(/student/common/images/arrow_btn_main2.png) no-repeat top center;background-size: contain;
	}
	main dl.list dd ul{
		
		background-color: #eee;
		overflow: hidden;
	}
	main dl.list dd ul li{
		padding: 30px 2%;
		background-color: #fff;
		color: #000;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		position: relative;
		
		float: left;
		width: 50%;
	}
	main dl.list dd ul li:nth-child(2n){
		
		border-left: 1px solid #ccc;
	}
	

	main dl.list dd ul li a{
		color: #000;
		display: block;
		width: 100%;
		height: 100%;
	}
	main dl.list dd ul li a:before{
		display: block;
		content:"";	
		position: absolute;
		top:40%;
		right: 3%;
		width: 4%;
		height: 50%;
		background-size: contain;
	}
	main dl.list dd ul li.more{
		padding: 2% 2%;
		color: #000;
		font-weight: normal;
		border: 1px solid #ccc;
		background: none;
		background-color: #fff0ba;
		width: 60%;
		margin: 10px auto;
		text-align: center;
		
		margin: 10px 20%;
		clear: both;
		border:none;
		border: 1px solid #ccc;
		
	}
	main dl.list dd ul li.more a:before{
		background-image: none;
	}


	main dl.list dd.more a{
		font-size: 12px;
		font-size:1.2rem;
	}
	
}

/*-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	/* ---------- pagetitle -------------------- */
section.pagetitle{
	background:url(../images/maintitle.jpg) no-repeat center center;
	background-size: 100%;
	}
	
	/* ---------- main -------------------- */
	main{
		clear: both;
	}

	/*input form*/
	.inputarea form input{
		width: 600px;
	}
	.inputarea .search-result__hit-num p{
		background-color: transparent;
		color: #000000;
		padding: 20px 0;
	}
	.inputarea #search-result__list{
		max-width: 1024px;
		margin-bottom: 30px;
	}
	.inputarea #search-result__list a{
		width: 33.3%;
	}
	.inputarea #search-result__list a:nth-child(2n-1){
		margin-left: 0;
	}
	.inputarea #search-result__list a:nth-child(4n+2), 
	.inputarea #search-result__list a:nth-child(4n+3){
		background-color: transparent;
	}
	.inputarea #search-result__list a:nth-child(2n){
		background-color: #f0f4ff;
	}


	main dl.list{
		width: 100%;	
		margin: auto;	
		position: relative;
		
		max-width: 800px;
		margin: auto;
	}
	main dl.list dt.pref{
		padding: 3% 2%;
		background-color: #e8465a;
		color: #fff;
		border-bottom: 1px solid #fff;
		
		
		
		clear: both;
		border:none;		
		padding: 15px 2%;
		
	}
	main dl.list dt.pref a{
		color: #fff;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}
	main dl.list dt.pref a:before{
		display: block;
		content:"";	
		position: absolute;
		top:10%;
		right: 3%;
		width: 6%;
		height: 80%;
		transform: rotate(90deg);
		background:url(/student/common/images/arrow_btn_main2.png) no-repeat top center;background-size: contain;
		
		
		display: none;
	}
	main dl.list dd ul{
		
		background-color: #eee;
		overflow: hidden;
		
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
    main dl.list dd ul li:nth-child(2n) {
        border-left: none;
    }
	main dl.list dd ul li{
		padding: 5% 2%;
		background-color: #fff;
		color: #000;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		position: relative;
        border-left: none;
		border-right: 1px solid #ccc;
        
		float: left;
		width: 50%;
		height: 80px;
		
		width: 25%;
		padding: 0;		
	}
    
	main dl.list dd ul li:nth-child(4n){
		border-right: none;
	}
	main dl.list dd ul li.shubetsu{
		padding: 3% 2%;
		background-color: #eee;
		color: #000;
		font-weight: normal;
		
		
		clear: both;
		width: 100%;
		height: auto;
		padding: 10px 2%;
		border: 1px solid #ccc;
	}

	main dl.list dd ul li a{
		color: #000;
		display: block;
		width: 100%;
		height: 100%;
		
		
		padding: 20px 2% 0 2%;
	}
	main dl.list dd ul li a:before{
		display: block;
		content:"";	
		position: absolute;
		top:40%;
		right: 3%;
		width: 4%;
		height: 50%;
		background:url(/student/common/images/arrow_btn_pink1.png) no-repeat top center;background-size: contain;
		
		
		display: none;
	}
	main dl.list dd ul li a:hover{
		
		
		background-color: #ffcebb;
	}
	main dl.list dd ul li.more{
		
		
		width: 100%;
		padding: 0 2%;
		text-align: right;
		clear: both;
		margin: 0;
		border:none;
		background-color: #fff;
        border-radius: 0;
		
	}
	main dl.list dd ul li.more a{
		
		
		color: #0024FF;
	}
	main dl.list dd ul li.more a:before{
		background-image: none;
		
		
		
	}


	main dl.list dd.more a{
		font-size: 12px;
		font-size:1.2rem;
	}
	
	
}














