@charset "UTF-8";

#search ul.pager-archive{
	display:none;
}

#search p.caption{
	margin-bottom:20px;
}

#search div.container{
	margin-bottom:20px;
}

#search div.container:last-child{
	margin-bottom:0;
}

/*//////////----- SORT -----//////////*/

.sort p.nav-open{
	width:100%;	
	box-sizing: border-box;
	padding:10px;
	padding-left:35px;	
	font-size:1.0rem;
	line-height:40px;
	font-weight:bold;	
	background-color:#FF8800 !important;
	color:#fff;	
	border-radius:2.5px;	
	background-image: url("../images/icon-search-white.png");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center left 15px;	
	position: relative;
	
	text-align: left;
}

.sort p.nav-open.active{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.sort p.nav-open:hover{
	opacity: 0.5;
	cursor: pointer;
}

.sort p.nav-open:before{
	display:block;
	content:"開ける";	
	width:120px;	
	font-size:0.8rem;
	line-height:30px;	
	text-align: center;	
	background-color:#fff;
	color:#000;	
	position: absolute;
	top:15px;
	right:10px;	
	border-radius:2.5px;	
	background-image: url("../images/icon-arrow-down-black.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center right 5px;
}

.sort p.nav-open.active:before{
	display:block;
	content:"閉じる";
	
	width:120px;
	
	font-size:0.8rem;
	line-height:30px;
	
	text-align: center;
	
	background-color:#fff;
	color:#000;
	
	position: absolute;
	top:15px;
	right:10px;
	
	border-radius:2.5px;
	
	background-image: url("../images/icon-arrow-up-black.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center right 5px;
}

.sort div.post-content{
	display:none;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f8f8f8;
	color:#000;
	
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
}

.sort div.row{
	margin-bottom:20px;
}

.sort div.row:last-child{
	margin-bottom:0;
}

.sort div.row h4{
	box-sizing: border-box;
	padding-bottom:10px;
	border-bottom:solid 2.5px #147aaa;
	margin-bottom:10px;
	
	font-size:1.25rem;
	line-height:1.75em;
	font-weight:bold;
}

.sort div.row div.single{
	box-sizing: border-box;
	padding:10px;
}

.sort div.row ul.double{
	font-size:0;
	line-height:1.0em;
}

.sort div.row ul.double li{
	display:inline-block;
	
	font-size:1.0rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding:10px;
	padding-right:50px;
	
	position: relative;
}

.sort div.row ul.double li:nth-child(1):after{
	content:"以上";
	
	position: absolute;
	top:20px;
	right:7.5px;
	
	font-size:0.8rem;
	line-height:1.75em;
}

.sort div.row ul.double li:nth-child(2):after{
	content:"以下";
	
	position: absolute;
	top:20px;
	right:7.5px;
	
	font-size:0.8rem;
	line-height:1.75em;
}

.sort div.row ul.optionlist{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	box-sizing: border-box;
	padding:7.5px;
}

.sort div.row ul.optionlist li{
	width:50%;
	
	box-sizing: border-box;
	padding:2.5px;
}

/*//////////----- RESULT -----//////////*/

.result p.result-target{
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align: center;
	color:#f00;
	
	box-sizing: border-box;
	padding:10px;
}

.result div.enrollment{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	background-color:#fff;
	color:#000;
}

.result div.enrollment article{
	width:50%;
}
