@charset "utf-8";
/* CSS Document */
#main_visual_pass {
	/* background: url(../img/pass/main_pass.jpg) top right no-repeat; */
	background-color: #e8f7fc;
    width: 100%;
	min-width: 980px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
		padding: 63px 0 0;
		box-sizing:border-box;
    *zoom: 1;
	background-size: 89%;
}
#main_visual_pass_title {
	width: 358px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	background: url(../img/pass/title_pass.png) no-repeat 0 0;
	background-size:100% auto;
}

#main_visual_pass_title.pass_report_title {
	width: 365px;
	background: url(../img/pass/title_report.png) no-repeat 0 0;
}


#pass_top {
	width: 100%;
	background-color:#FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
	#pass_top_wrapper {
		width: 980px;
		margin: auto;
		/*
		border: #cccccc solid 1px;
		padding: 24px;
		background: #f5f6f7;
		*/
	}
	#title_pass {
		width: 263px;
		height: 26px;
		display: block;
		text-indent: -9999px;
		background: url(../img/pass/title_pass1.png) no-repeat;
	}
	.pass_top_txt {
		color: #666666;
		padding-top: 20px;
		font-size: 120%;
		line-height: 20px;
	}
#search {
	width: 100%;
	background-color:#FFFFFF;
}
#title_search {
	width: 332px;
	height: 160px;
	margin: auto;
	display: block;
	text-indent: -9999px;
	background: url(../img/pass/title_search.png) 0 33px no-repeat;
	border-top: #0a0a49 solid 3px;
	float: left;
}
#search_area {
	width: 647px;
	height: 108px;
	border-top: #d9d9d9 solid 3px;
	float: right;
	background: url(../img/pass/back_search.png) 0 29px no-repeat;
}
.search_word {
	width: 467px;
	height: 25px;
	padding: 0 5px;
	border: none;
	margin-top: 56px;
	margin-left: 73px;
	vertical-align: top;
	font-size: 18px;
}
.search_btn {
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	background: url(../img/pass/btn_search.png) no-repeat;
	margin-top: 39px;
}

#pass_archive{
	padding:0 0 60px;
	background:#F5F6F8;
}
.pass_header{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:40px 0;
}
.pass_header_title{
	font-size:20px;
	font-weight:700;
	color:#707070;
}
.pass_searchBox{
	padding:6px 5px 4px 34px;
	border: #d9d9d9 solid 1px;
	background: url(../img/pass/back_search.png) -13px 50% no-repeat;
	background-size:auto 50px;
	vertical-align:top;
}
.pass_searchBtn{
	margin-left:5px;
	padding:0 1.5em;
	border:0;
	outline:0;
	border-radius:4px;
	line-height:33px;
	color:#fff;
	background:#091F3C;
	vertical-align:top;
	cursor:pointer;
	transition:opacity .4s ease;
}
.pass_searchBtn:hover{
	opacity:.6;
}
.pass_list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
}
.pass_list_thumbnail{
	padding-top:66.67%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.pass_list li.pass_listItem{
	width:32%;
	box-shadow:0px 3px 4px 0px #ddd;
	box-sizing:border-box;
	margin-bottom:2%;
}
.pass_list:after{
	content:"";
	display:block;
	width:32%;
	height:0;
}
.pass_list li.pass_listItem a{
	display:block;
	transition: opacity .4s ease;
	color:#333;
}
.pass_list li.pass_listItem a:hover{
	opacity:.6;
}
.pass_list li.pass_listItem a:hover{
	text-decoration: none;
}
.pass_list li.pass_listItem img{
	width: 100%;
	height: auto;
}
.pass_list_textbox{
	padding:25px 15px;
	background:#fff;
}
.pass_list_title{
	text-align: center;
	font-size:24px;
	color:#C9151E;
	font-weight: bold;
	padding:0 0 .5em;
	margin:0 auto .5em;
	position: relative;
}
.pass_list_title:after{
	content: '';
	width: 130px;
	height: 3px;
	background-color: #ccc;
	display: block;
	position: absolute;
	bottom: 0px;
	left:calc(50%);
	transform:translateX(-50%);
}
.pass_list_title .txt-strong{
	/* margin-right:.2em; */
	margin-bottom: .2em;
	font-weight:700;
	color: #212358;
	display: block;
}
.pass_list_department{
	margin:0;
	text-align: center;
	font-size: 16px;
}
.pass_list_department .pass_list_department_first,
.pass_list_department .pass_list_department_latter{
	text-align: center;
	font-size: 16px;
}
.pass_list_name{
	margin:1em auto 0;
	text-align: center;
	font-size: 18px;
}
.pass_list_name .txt-small{
	padding-left:.6em;
	font-size:.8em;
}
.pass_list_graduation{
	text-align: center;
	font-size: 12px;
	margin:.7em auto 0;
}
.pass_btns{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:15px;
}
.pass_btns_item + .pass_btns_item{
	margin-left:8px;
}
.pass_btns .pass_btn{
	position:relative;
	display:block;
	width:140px;
	border:2px solid #091F3C;
	border-radius:4px;
	line-height:31px;
	font-size:15px;
	text-align:center;
	background:#091F3C;
	color:#fff;
	text-decoration:none;
	transition:all .4s ease;
}
.pass_btns .pass_btn:hover{
	color:#091F3C;
	background:#fff;
}
.pass_btns .pass_btn::after{
	content:"";
	position:absolute;
	right:12px;
	top:46%;
	width:8px;
	height:8px;
	box-sizing:border-box;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	transform:rotate(45deg) translateY(-50%);
	transition:all .4s ease;
}
.pass_btns .pass_btn:hover::after{
	border-color:#091F3C;
}
.pass_btns .pass_btns_item.arr_left .pass_btn::after{
	left: 12px;
	right: unset;
	top: 35%;
	transform: rotate(-135deg) translateY(0);
}
.pass_btns .pass_btns_item.arr_none .pass_btn::after{
	display: none;
}

#pass_detail{
	color:#333;
}
#pass_detail .pass_detail_header{
	padding:40px 0;
	background:#F5F6F8;
}
#pass_detail .pass_detail_title{
	position:relative;
	text-align:center;
	font-size:36px;
	font-weight:600;
	color:#212358;
}
#pass_detail .pass_detail_title::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-18px;
	width:230px;
	height:3px;
	background:#C9151E;
	transform:translateX(-50%);
}
#pass_detail .pass_detail_title .txt-common{
	padding-left:.4em;
	font-weight:500;
	color:#C9151E;
}
#pass_detail .pass_detail_year{
	display:block;
	margin-bottom:.8em;
	font-size:.6em;
	color:#707070;
}
#pass_detail .pass_detail_department{
	margin-top:1.7em;
	text-align:center;
	font-size:18px;
}
#pass_detail .pass_detail_department_first + .pass_detail_department_last{
	padding-left:.4em;
}
#pass_detail .pass_detail_flexbox{
	margin-top:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#pass_detail .pass_detail_img{
	width:47%;
	margin:0;
}
#pass_detail .pass_detail_img img{
	width:100%;
	height:auto;
}
#pass_detail .pass_detail_info{
	width:50%;
	margin:0;
}
#pass_detail .pass_detail_name{
	padding-top:.5em;
	font-size:20px;
	font-weight:600;
}
#pass_detail .pass_detail_name .txt-small{
	padding-left:.4em;
	font-size:.6em;
	font-weight:500;
}
#pass_detail .pass_detail_info_header{
	padding-bottom:10px;
	border-bottom:3px solid #B6B6B6;
}
#pass_detail .pass_others_list_graduated{
	margin:1em 0 0;
	font-size:14px;
}
#pass_detail .pass_detail_personality{
	margin:1.1em 0 0;
	font-size:14px;
	line-height:1.7;
}
#pass_detail .pass_detail_body{
	padding:50px 0;
}
#pass_detail .pass_detail_advice{
	font-size:26px;
	font-weight:600;
	color:#212358;
	line-height:1.4;
}
#pass_detail .pass_detail_advice + .pass_detail_additionalBlock{
	margin-top:40px;
}
#pass_detail .pass_detail_additionalBlock + .pass_detail_additionalBlock{
	margin-top:30px;
}
#pass_detail .pass_detail_additionalTitle{
	padding:12px;
	font-size:18px;
	font-weight:600;
	color:#212358;
	background:#F5F6F8;
}
#pass_detail .pass_detail_additionalText{
	padding:12px;
	font-size:14px;
	line-height:1.7;
}

.pass_others{
	padding:50px 0 30px;
	background:#F6F3EC;
}
.pass_others .pass_others_title{
	position:relative;
	font-size:30px;
	font-weight:600;
	text-align:center;
}
.pass_others .pass_others_title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 190px;
	height: 3px;
	background: #C9151E;
	transform: translateX(-50%);
}
.pass_others .pass_others_list{
	position:relative;
	width:980px;
	margin:50px auto 30px;
}
.pass_others .pass_others_list .slick-arrow{
	position:absolute;
	top:50%;
	width:30px;
	height:50px;
	font-size:0;
	padding:0;
	outline:0;
	border:0;
	transform:translateY(-50%);
	transition:opacity .4s ease;
	cursor:pointer;
	overflow:hidden;
}
.pass_others .pass_others_list .slick-arrow:hover{
	opacity:.6;
}
.pass_others .pass_others_list .slick-arrow::after{
	content:"";
	position:absolute;
	top:50%;
	width:28px;
	height:28px;
	transform:translateY(-50%) rotate(45deg);
}
.pass_others .pass_others_list .slick-prev{
	left:-40px;
}
.pass_others .pass_others_list .slick-prev::after{
	left:9px;
	border-left:3px solid #9A9A9A;
	border-bottom:3px solid #9A9A9A;
}
.pass_others .pass_others_list .slick-next{
	right:-40px;
}
.pass_others .pass_others_list .slick-next::after{
	right:9px;
	border-right:3px solid #9A9A9A;
	border-top:3px solid #9A9A9A;
}
.pass_others .pass_others_list .slick-track{
	display:flex;
}
.pass_others .pass_others_listItem{
	height:inherit;
	padding:0 15px;
}
.pass_others .pass_others_listItem a{
	display:block;
	height:100%;
	text-decoration:none;
	color:#333;
	transition:opacity .4s ease;
	background:#fff;
}
.pass_others .pass_others_listItem a:hover{
	opacity:.6;
}
.pass_others .pass_pass_others_list_header{
	padding:20px;
	text-align:center;
}
.pass_others .pass_others_list_title{
	position:relative;
	font-size:20px;
	font-weight:600;
}
.pass_others .pass_others_list_title::after{
	content:"";
	position:absolute;
	bottom:-11px;
	left:50%;
	width:180px;
	height:2px;
	background:#B6B6B6;
	transform:translateX(-50%);
}
.pass_others .pass_others_list_department{
	margin:1.4em 0 0;
	font-size:14px;
}
.pass_others .pass_others_list_department_latter{
	padding-left:.5em;
}
.pass_others .pass_others_list_thumbnail{
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:180px;
}
.pass_others .pass_others_list_textbox{
	padding:18px 20px;
}
.pass_others .pass_others_list_name{
	font-size:18px;
}
.pass_others .pass_others_list_name .txt-small{
	padding-left:.3em;
	font-size:.7em;
}
.pass_others .pass_others_list_graduation{
	margin:.6em 0 0;
	font-size:13px;
}
.pass_others .pass_others_list_text{
	margin:1.2em 0 0;
	font-size:14px;
	line-height: 1.7;
}

.pass-header-info {
	display: block;
	width: 100%;
	padding: 20px 0 0;
	color: #212358;
}
.pass-tt01 {
	font-size: 40px;
	font-weight: bold;	
	text-align: center;
	margin-bottom: 10px;
}

.pass-tt01 > span {
	font-size: 44px;
	color: #f00;
}

.pass-tt02 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.pass-note01 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.pass-header-info p.txt {
	font-size: 14px;
	line-height: 1.4em;
}
@media only screen and (max-width: 768px){
	.wrapper{
    padding: 0 10px;
	}
	.pass_header{
		display:block;
		padding:28px 0 23px;
	}
	.pass_searchForm{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		margin-top:15px;
		text-align:right;
	}
	.pass_searchBox{
		width:100%;
	}
	.pass_searchBtn{
		flex-grow:0;
	}
	.pass_list{
		margin: 0px auto;
	}
	.pass_list li.pass_listItem{
		width: 100%;
		margin-bottom:25px;
	}

	#pass_detail .pass_detail_header{
		padding:35px 0 20px;
	}
	#pass_detail .pass_detail_flexbox{
		display:block;
		margin-top:20px;
	}
	#pass_detail .pass_detail_img{
		width:100%;
	}
	#pass_detail .pass_detail_title{
		font-size:28px;
	}
	#pass_detail .pass_detail_title::after{
		bottom:-14px;
	}
	#pass_detail .pass_detail_department{
		margin:1.6em 0 0;
		font-size:16px;
	}
	#pass_detail .pass_detail_info{
		margin-top:20px;
		width:100%;
	}
	#pass_detail .pass_detail_name{
		padding:0;
		font-size:18px;
	}
	#pass_detail .pass_detail_info_header{
		border-width:2px;
	}
	#pass_detail .pass_others_list_graduated{
		margin-top:.8em;
		font-size:13px;
	}
	#pass_detail .pass_detail_personality{
		margin-top:1em;
	}
	#pass_detail .pass_detail_body{
		padding:25px 0 10px;
	}
	#pass_detail .pass_detail_advice{
		font-size:20px;
	}
	#pass_detail .pass_detail_advice + .pass_detail_additionalBlock{
		margin-top:20px;
	}
	#pass_detail .pass_detail_additionalBlock + .pass_detail_additionalBlock{
		margin-top:15px;
	}

	.pass_others{
		padding:35px 0 30px;
	}
	.pass_others .pass_others_title{
		font-size:24px;
	}
	.pass_others .pass_others_title::after{
		width:140px;
		bottom:-14px;
	}
	.pass_others .pass_others_list{
		width:100%;
		margin:35px auto 50px;
	}
	.pass_others .pass_others_listItem{
		width:300px;
		padding:0 10px;
	}
	.pass_others .pass_pass_others_list_header{
		padding:20px 10px 14px;
	}
	.pass_others .pass_others_list_title{
		font-size:18px;
	}
	.pass_others .pass_others_list_name{
		margin:0;
	}
	.pass_others .pass_others_list .slick-arrow{
		display:none;
	}
	.pass_others .pass_others_list .slick-dots{
		bottom:-28px;
	}
	.pass_btns .pass_btn{
		width: 100px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 320px){
	.pass_btns .pass_btn{
		width: 92px;
		font-size: 12px;
		line-height: 32px;
	}
}
