@charset "UTF-8";
/*===============================================

#ranking__page : 先輩がエントリーした企業ランキング

===============================================*/
#ranking__page{
	width:100% !important;
	background: #f3f3f3;
	padding-bottom: 20px;
}
#ranking__page h1,
#ranking__page h2,
#ranking__page h3,
#ranking__page h4,
#ranking__page h5,
#ranking__page h6,
#ranking__page p,
#ranking__page div,
#ranking__page dl,
#ranking__page dd,
#ranking__page dt,
#ranking__page ul,
#ranking__page li{
	font-size: 14px;
    box-sizing: border-box;
    font-weight: normal;
}
#ranking__page * {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#ranking__page p{
    font-size: 14px;
    letter-spacing: -0.02em;
}
#ranking__page img{
    max-width: 100%;
    height: auto;
}
#ranking__page .inBk{
	display: inline-block;
}

/*
  #topicpathArea パンくず
------------------------------------------*/
#topicpathArea{
	background:#f3f3f3;
}
#topicpathArea .topicpathArea__inner{
	width: 1130px;
	height: 50px;
    margin: 0 auto;
	padding: 0 50px;
}

/*
  ボタン設定
------------------------------------------*/

#ranking__page .btnGen01,
#ranking__page .btnGen02,
#ranking__page .btnGen03 {
	display: inline-block;
	font-size: 14px;
	min-width: 240px;
	min-height: 48px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}
#ranking__page .btnGen05 {
	display: inline-block;
	font-size: 14px;
	min-width: 240px;
	min-height: 48px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
        border-radius: 25px;
}

#ranking__page .btnGen01 {
    color: #006bcd;
    background: #fff;
    transition: color .2s;
}
#ranking__page .btnGen02 {
    color: #fff;
    background: #ff8b0f;
    transition: background .2s;
}
#ranking__page .btnGen03 {
    color: #fff;
    background: #006bcd;
    transition: background .2s;
}
#ranking__page .btnGen05 {
    color: #3088f3;
    background: #fff;
    transition: color .2s;
    border: 1px solid #3088f3;
}
	#ranking__page .btnGen01:not(.disabled):not(.done):hover,
	#ranking__page .btnGen01:not(.disabled):not(.done):focus,
	#ranking__page .btnGen01:not(.disabled):not(.done):active {
		color: #349eff;
	}
	#ranking__page .btnGen02:not(.disabled):not(.done):hover,
	#ranking__page .btnGen02:not(.disabled):not(.done):focus,
	#ranking__page .btnGen02:not(.disabled):not(.done):active {
		background: #f79b62;
	}
	#ranking__page .btnGen03:not(.disabled):not(.done):hover,
	#ranking__page .btnGen03:not(.disabled):not(.done):focus,
	#ranking__page .btnGen03:not(.disabled):not(.done):active {
		background: #0186ff;
	}

#ranking__page .btnGen01.disabled,
#ranking__page .btnGen02.disabled,
#ranking__page .btnGen03.disabled {
    color: #fff;
    background: #b2b2b2;
}
	#ranking__page .btnGen01.done,
	#ranking__page .btnGen02.done,
	#ranking__page .btnGen03.done {
		color: #9a9a9a;
		background: #fff;
	}
	#ranking__page .btnGen01 .txt,
	#ranking__page .btnGen02 .txt,
	#ranking__page .btnGen03 .txt {
		display: inline-block;
	}
	#ranking__page .btnGen01[class*="icon"],
	#ranking__page .btnGen02[class*="icon"],
	#ranking__page .btnGen03[class*="icon"]
    /*{
		padding-left: 8px;
	}*/
		#ranking__page .btnGen01.done.iconCheck .txt,
		#ranking__page .btnGen02.done.iconCheck .txt,
		#ranking__page .btnGen03.done.iconCheck .txt {
			position: relative;
			/*padding-left: 28px;*/
    color: #3088f3;	
    background: #ffffff;	
    border: 1px solid #3088f3;	
		}
			#ranking__page .btnGen01.done.iconCheck .txt::before,
			#ranking__page .btnGen01.done.iconCheck .txt::after,
			#ranking__page .btnGen02.done.iconCheck .txt::before,
			#ranking__page .btnGen02.done.iconCheck .txt::after,
			#ranking__page .btnGen03.done.iconCheck .txt::before,
			#ranking__page .btnGen03.done.iconCheck .txt::after {
				position: absolute;
				display: block;
				width: 1px;
				background: #9a9a9a;
				content: "";
			}
			#ranking__page .btnGen01.done.iconCheck .txt::before,
			#ranking__page .btnGen02.done.iconCheck .txt::before,
			#ranking__page .btnGen03.done.iconCheck .txt::before {
				top: 2px;
				left: 12px;
				height: 18px;
				transform: rotate(45deg);
			}
			#ranking__page .btnGen01.done.iconCheck .txt::after,
			#ranking__page .btnGen02.done.iconCheck .txt::after,
			#ranking__page .btnGen03.done.iconCheck .txt::after {
				top: 9px;
				left: 3px;
				height: 10px;
				transform: rotate(-45deg);
			}
		#ranking__page .btnGen01.iconStar .txt,
		#ranking__page .btnGen02.iconRegister .txt,
		#ranking__page .btnGen01.iconLogin .txt,
		#ranking__page .btnGen02.iconSearch .txt {
			position: relative;
		}
			#ranking__page .btnGen01.iconStar .txt::before,
			#ranking__page .btnGen02.iconRegister .txt::before,
			#ranking__page .btnGen01.iconLogin .txt::before,
			#ranking__page .btnGen02.iconSearch .txt::before {
				position: absolute;
				left: 0;
				display: inline-block;
				content: "";
			}
			#ranking__page .btnGen01.iconStar .txt::before,
			#ranking__page .btnGen01.iconLogin .txt::before {
				transition: opacity .2s;
			}
			#ranking__page .btnGen01.iconStar:hover .txt::before,
			#ranking__page .btnGen01.iconStar:focus .txt::before,
			#ranking__page .btnGen01.iconStar:active .txt::before,
			#ranking__page .btnGen01.iconLogin:hover .txt::before,
			#ranking__page .btnGen01.iconLogin:focus .txt::before,
			#ranking__page .btnGen01.iconLogin:active .txt::before {
				opacity: .6;
			}
/*
#ranking__page .btnGen01.iconStar .txt {
	padding-left: 28px;
}
#ranking__page .btnGen01.iconStar .txt::before {
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../images/icons/alt_icon_fav_02.png) no-repeat 0 0;
	background-size: 100%;
}
#ranking__page .btnGen02.iconRegister .txt {
	padding-left: 27px;
}*/


/*
  mv_Area
------------------------------------------*/
#ranking__page .mv_Area{
	width: 100%;
	background: #BAE6FF;
	height:240px;
}
#ranking__page .mv_inner{
	max-width: 1600px;
	margin: 0 auto;
	height:240px;
	background: url("../images/main_mv_bg_pc.png") center 50% no-repeat;
}
#ranking__page .mv_Box{
	position: relative;
	width: 1130px;
	margin: 0 auto;
	height:240px;
}
#ranking__page .mv_Box h1{
	position: absolute;
	width: 900px;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

/*----------------------------------------
  ranking__conts
------------------------------------------*/
#ranking__page .ranking__conts{
	width: 1130px!important;
	margin: 0 auto 80px!important;
	padding: 0 32px 50px!important;
	background: #fff!important;
	position: relative!important;
}

/*
  read__box
------------------------------------------*/
#ranking__page .read__box{
	max-width: 820px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
}
#ranking__page .read__box p{
	line-height: 1.8em;

}


#ranking__page .ranking__Area{
	max-width: 820px;
	margin: 0 auto;
}

/*
  college_name
------------------------------------------*/
#ranking__page .college_name__box{
	padding: 23px 46px;
	background: url("../images/college_name_bg.png");
	text-align: center;
}
#ranking__page .ranking__Area .college_name{
	position: relative;
	padding: 20px;
	display: inline-block;
	margin: 0 auto;
}
#ranking__page .ranking__Area .college_name:before,
#ranking__page .ranking__Area .college_name:after{
	position: absolute;
	content: "";
	width:34px;
	height: 34px;
}
	#ranking__page .ranking__Area .college_name:before{
		top: 0;
		left: 0;
		border-top: 3px solid #e0d7d7;
		border-left: 3px solid #e0d7d7;
	}
	#ranking__page .ranking__Area .college_name:after{
		bottom: 0;
		right: 0;
		border-bottom: 3px solid #e0d7d7;
		border-right: 3px solid #e0d7d7;
	}
#ranking__page .ranking__Area .college_name h2{
	padding: 20px;
	background: #f0eee4;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	display: inline-block;
	margin: 0 auto;
}

/*
  check_year__box
------------------------------------------*/
#ranking__page .check_year__box{
	margin-top: 25px;
	padding: 15px 25px;
	background:#ceedf8;
	text-align: center;
}
#ranking__page .check_year__box h3{
	position: relative;
	margin-right: 30px;
	width: 200px;
	height: 38px;
	display: inline-block;
	background:#00abeb;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#ranking__page .check_year__box h3:before{
	position: absolute;
	content: "";
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 20px;
	border-color: transparent transparent transparent #00abeb;
}
/*choose_list ---------------------*/
	#ranking__page .check_year__box .choose_list{
		width:168px;
		display: inline-block;
		margin-right: 20px;
		font-size: 15px;

	}
/* choose_list tenp
------------------------------------------*/
	#ranking__page .check_year__box .choose_list.form-select-01 {
		position: relative;
		height: 48px;
		background: #fafafa;
		border: solid 1px #e2e2e2;
}
	#ranking__page .check_year__box .choose_list.form-select-01::before,
	#ranking__page .check_year__box .choose_list.form-select-01::after {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		width: 9px;
		height: 2px;
		margin: auto;
		background: #9a9a9a;
		content: "";
		pointer-events: none;
}
	#ranking__page .check_year__box .choose_list.form-select-01::before {
		right: 19px;
		z-index: 1;
		transform: rotate(46deg);
	}
	#ranking__page .check_year__box .choose_list.form-select-01::after {
		right: 14px;
		transform: rotate(-46deg);
	}
	#ranking__page .check_year__box .choose_list.form-select-01 .select-viewport {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		width:168px;
		display: inline-block;
		height: 100%;
		padding: 12px 44px 12px 15px;
		font-size:15px;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: #fafafa;
		transition: color .2s;
		pointer-events: none;
	}
	#ranking__page .check_year__box .choose_list.form-select-01 select {
		position: relative;
		width: 100%;
		height: 48px;
		padding: 12px 44px 12px 15px;
		color: transparent;
		background: none;
		opacity: 0;
		cursor: pointer;
	}
	#ranking__page .check_year__box .choose_list.form-select-01 select option {
		overflow: hidden;
		color: #333;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#ranking__page .check_year__box .choose_list.form-select-01 select:hover + .select-viewport,
	#ranking__page .check_year__box .choose_list.form-select-01 select:active + .select-viewport,
	#ranking__page .check_year__box .choose_list.form-select-01 select:focus + .select-viewport {
		color: #666;
	}


/*choose_list ---------------------*/
	#ranking__page .check_year__box p{
		display: inline-block;
		vertical-align: middle;
		width : -webkit-calc(100% - 430px) ;
		width : calc(100% - 430px) ;
		text-align: left;
	}

/*
  ranking__list
------------------------------------------*/
#ranking__page .ranking__list{
	margin-top: 25px!important;
	padding: 25px!important;
	background:#f3f3f3;
	text-align: center;
}

/*ranking__nav ---------------------*/
#ranking__page .ranking__nav{
	background:#ffffff;
	text-align: center;
	padding: 15px 25px;
}
	/*nav_choose*/
	#ranking__page .ranking__nav .nav_choose{
		display: inline-block;
		vertical-align: middle;
		border-left: 1px solid #cdcdcd;
		margin-bottom: 10px;
	}
	#ranking__page .ranking__nav .nav_choose li{
		display: inline-block;
		vertical-align: middle;
		border-right: 1px solid #cdcdcd;
	}
	#ranking__page .ranking__nav .nav_choose li a{
		width: 120px;
		height: 24px;
		line-height: 24px;
		display: inline-block;
	}
	/*nav_btn___box*/
	#ranking__page .ranking__nav .nav_btn___box{
		text-align: center;
	}
	#ranking__page .ranking__nav .nav_btn___box li{
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		width: 100%;
		max-width: 280px !important;
	}
	#ranking__page .ranking__nav .nav_btn___box li a{
		width: 100%;
		box-sizing: border-box;
	}

/*comp__box ---------------------*/
#ranking__page .comp__box{
	background: #fff;
	text-align: center;
	margin-top: 32px;
}
	/*comp__deteal*/
	#ranking__page .comp__box .comp__deteal{
		position: relative;
		text-align: left;
		padding: 32px;
		padding-right: 196px;
		padding-left: 152px;
		min-height: 180px;
	}
	#ranking__page .comp__box .comp__deteal .rank{
		position: absolute;
		top: 32px;
		left: 32px;
	}

		.form-checkbox-01 {
			position: relative;
			display: inline-block;
			margin: 20px 0 0;
			padding-right: 40px;
		}
		.form-checkbox-01 input[type="checkbox"] {
			position: absolute;
			top: 4px;
			left: 4px;
			z-index: -1;
		}
		.form-checkbox-01 input[type="checkbox"]:hover + .txt,
		.form-checkbox-01 input[type="checkbox"]:active + .txt,
		.form-checkbox-01 input[type="checkbox"]:focus + .txt {
			color: #666;
		}
		.form-checkbox-01 input[type="checkbox"]:checked + .txt > span {
			position: relative;
		}
		.form-checkbox-01 input[type="checkbox"]:checked + .txt > span::before,
		.form-checkbox-01 input[type="checkbox"]:checked + .txt > span::after {
			position: absolute;
			display: block;
			height: 1px;
			background: #00aaeb;
			content: "";
		}
		.form-checkbox-01 input[type="checkbox"]:checked + .txt > span::before {
			top: -5px;
			left: -31px;
			width: 7px;
			transform: rotate(54deg);
		}
		.form-checkbox-01 input[type="checkbox"]:checked + .txt > span::after {
			top: -6px;
			left: -27px;
			width: 12px;
			transform: rotate(-46deg);
		}
		.form-checkbox-01 .txt {
			position: relative;
			display: inline-block;
			padding: 0 0 0 35px;
			cursor: pointer;
			transition: color .2s;
		}
		.form-checkbox-01 .txt::before {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 20px;
			height: 20px;
			background: #fff;
			border: solid 1px #ccc;
			content: "";
		}
		.form-checkbox-01 .txt > span {
			display: inline-block;
		}
		.form-checkbox-01 .txt:hover,
		.form-checkbox-01 .txt:active,
		.form-checkbox-01 .txt:focus {
			color: #666;
		}
		.form-list-checkbox-01 {
			display: flex;
			flex-wrap: wrap;
			margin: 24px 0 0 -32px;
		}
		.form-checkbox-01 .rankTxt{
			position: absolute;
			display: block;
			top: -10px;
			right: 0;
			width: 40px;
			height: 40px;
			overflow: hidden;
			color: #b5b5b5;
			font-size: 19px !important;
			font-weight: bold;
			text-align: center;
			line-height: 40px;
			letter-spacing: -0.08em;
		}
		.form-checkbox-01 .rankTxt:before{
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit-transform: translateY(-50%) translateX(-50%);
			-moz-transform: translateY(-50%) translateX(-50%);
			width: 36px;
			height: 36px;
			border: 2px solid #b5b5b5;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
		}
		.form-checkbox-01 .rankTxt:after{
			content: "";
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translateY(-50%) translateX(-50%);
			-webkit-transform: translateY(-50%) translateX(-50%);
			-moz-transform: translateY(-50%) translateX(-50%);
			width: 28px;
			height: 28px;
			border: 2px solid #b5b5b5;
			border-radius: 50%;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
		}

	#ranking__page .comp__box .rank.rank01 .form-checkbox-01 .rankTxt{
			background: url("../images/icons/icon-ranking-05.png") center 50% no-repeat;
			text-indent: -50000px;
		}
	#ranking__page .comp__box .rank.rank02 .form-checkbox-01 .rankTxt{
			background: url("../images/icons/icon-ranking-06.png") center 50% no-repeat;
			text-indent: -50000px;
		}
	#ranking__page .comp__box .rank.rank03 .form-checkbox-01 .rankTxt{
			background: url("../images/icons/icon-ranking-07.png") center 50% no-repeat;
			text-indent: -50000px;
		}
	#ranking__page .comp__box .rank.rank01 .form-checkbox-01 .rankTxt:before,
	#ranking__page .comp__box .rank.rank01 .form-checkbox-01 .rankTxt:after,
	#ranking__page .comp__box .rank.rank02 .form-checkbox-01 .rankTxt:before,
	#ranking__page .comp__box .rank.rank02 .form-checkbox-01 .rankTxt:after,
	#ranking__page .comp__box .rank.rank03 .form-checkbox-01 .rankTxt:before,
	#ranking__page .comp__box .rank.rank03 .form-checkbox-01 .rankTxt:after{
		display: none;
		}
	/*comp_name*/
	#ranking__page .comp__box .comp__deteal h3.comp_name{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4em;
		margin-bottom: .8em;
	}
	#ranking__page .comp__box .comp__deteal h3.comp_name a{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4em;
	}

	/*comp_cat*/
	#ranking__page .comp__box .comp__deteal .comp_cat li+li{
		margin-top: 1em;
	}
	#ranking__page .comp__box .comp__deteal .comp_cat li{
		position: relative;
		padding-left: 70px;
	}
	#ranking__page .comp__box .comp__deteal .comp_cat li h4{
		position: absolute;
		left: 0;
		top: -2px;
		width: 58px;
		height: 22px;
		line-height: 22px;
		font-size: 15px;
		color: #fff;
		background: #8d8d8d;
		text-align: center;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	#ranking__page .comp__box .comp__deteal .comp_cat li p{
		line-height: 1.4em;
	}

	/*comp_logo*/
	#ranking__page .comp__box .comp__deteal .comp_logo{
		position: absolute;
		width: 134px;
		height: 134px;
		top: 32px;
		right: 32px;
		/* border: 1px solid #f3f3f3;
		background: url("../images/no_Image.png") 0 0 no-repeat; */
		background-size: 134px auto;
	}
	#ranking__page .comp__box .comp__deteal .comp_logo img{
		width: 134px;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	/*comp__btn*/
	#ranking__page .comp__box .comp__btn{
		border-top: 1px solid #f3f3f3;
		padding: 32px;
	}
	#ranking__page .comp__box .comp__btn .comp_btnBox li{
		display: inline-block;
		padding: 0 2px;
	}
	#ranking__page .comp__box .comp__btn .comp_btnBox li a{
		width:100%;
		min-width: 210px;
		box-sizing: border-box;
	}

/*
  check_comp__Area
------------------------------------------*/
#ranking__page .check_comp__Area{
	max-width: 820px;
	margin: 32px auto 0;
}
#ranking__page .check_comp__Area h3{
  display: flex;
  height: 58px;
  justify-content: center;
  background-color: #e6e6e6;
  color: #000 !important;
  font-weight: 700 !important;
  align-items: center;
	margin-bottom: 15px;
}
#ranking__page .check_comp__Area h3 br{
	display: none;
}
#ranking__page .check_comp__Area .check_comp__box{
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
}
#ranking__page .check_comp__Area .check_comp__box dl {
	border: 1px solid #dedddb;
	width: 32.5%;
	padding: 13px 13px 13px;
}
#ranking__page .check_comp__Area .check_comp__box dl:not(:last-of-type) {
	margin-right: 1.25%;
}
#ranking__page .check_comp__Area .check_comp__box dl dt{
	width: 120px;
	margin: 0 auto;
}

#ranking__page .check_comp__Area .check_comp__box dl dt#entry_rank {
	background: url(/conts/2028/is_entry_ranking/images/entry@pc.png);
    background-size: cover;
}
#ranking__page .check_comp__Area .check_comp__box dl dt#complete_guide {
	background: url(/conts/2028/is_entry_ranking/images/conts_05@pc.png);
    background-size: cover;
}
#ranking__page .check_comp__Area .check_comp__box dl dt#zukan {
	background: url(/conts/2028/is_entry_ranking/images/conts_06@pc.png);
    background-size: cover;
}



#ranking__page .check_comp__Area .check_comp__box dl dd h4{
	padding: .2em 0;
}
#ranking__page .check_comp__Area .check_comp__box dl dd h4 a{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -0.03em;
}

/*-----------------------------------------------
  エントリー予約注釈
----------------------------------------------- */
.contents-reserve {
  margin: 20px 0;
}

#companyDetail .contents-reserve {
  margin: 0;
}

.contents-reserve ~ #contentsarea {
  padding-top: 0;
}

.contents-reserve > .contents-reserve-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1130px;
  background: #fffce6;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.2;
  text-align: center;
}

.contents-reserve > .contents-reserve-inner > p {
  margin-top: 0;
  font-size: 12px;
}
.contents-reserve > .contents-reserve-inner > p > strong {
  color: #e30000;
}

.contents-reserve > .contents-reserve-inner > .text-ques {
  margin-left: 20px;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a {
  display: inline-block;
  font-size: 12px;
}

.contents-reserve > .contents-reserve-inner > .text-ques > a:before {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}

.toPageTop {
	position:absolute;
	bottom:-50px;
	right:15px;
	z-index:100;
}
.toPageTop a {
	position:relative;
	display:block;
	height:50px;
	width:50px;
	background:#00abeb;
	border-radius:50%;
	color:transparent;
	font-size:0;
}
.toPageTop a:after,
.toPageTop a:before{
	position:absolute;
	bottom:0;
	right:0;
	top:2px;
	content:"";
	display:block;
	height:2px;
	width:13px;
	margin:auto;
	background:#fff;
	border-radius:2px;
}
.toPageTop a:before{
	left:-8px;
	transform:rotate(134deg);
	-webkit-transform:rotate(134deg);
}
.toPageTop a:after{
	left:8px;
	transform:rotate(-134deg);
	-webkit-transform:rotate(-134deg);
}

@media screen and (min-width:767px){
	.toPageTop{
		position:absolute;
		bottom:-86px;
		right:0px;
	}
	.toPageTop a{
		position:relative;
		display:block;
		height:70px;
		width:70px;
		background:#00abeb;
		border-radius:50%;
		color:transparent;
		font-size:0;
		transition:background .2s;
		-webkit-transition:background .2s;
	}
	.toPageTop a:after,
	.toPageTop a:before{
		position:absolute;
		bottom:0;
		right:0;top:2px;
		content:"";
		display:block;
		height:4px;
		width:22px;
		margin:auto;
		background:#fff;
		border-radius:2px;
	}
	.toPageTop a:before{
		left:-12px;
		transform:rotate(134deg);
		-webkit-transform:rotate(134deg);
	}
	.toPageTop a:after{
		left:13px;
		transform:rotate(-134deg);
		-webkit-transform:rotate(-134deg);
	}
	.toPageTop a:active,
	.toPageTop a:focus,
	.toPageTop a:hover{
		background:#1fc2ff;
	}
}
.js-scroll-top{
	opacity:1;
	transition:opacity .5s;
	-webkit-transition:opacity .5s;
}
.js-scroll-top.is-hidden{
	opacity:0;
}
.js-scroll-top.is-fixed{
	position:fixed;
	bottom:68px;
}

/*
  人気記事ランキング
------------------------------------------*/
#ranking__page .sideNav__contsRank__wrap col1__page{
	max-width: 820px;
	margin: 32px auto 0;
}

/* style.css copy */
#main {
  width: auto;
  padding: 0;
}

#main img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type=checkbox] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px) / 2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: "";
  top: calc((1.75em - 20px) / 2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked + .label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type=text],
.l-login__list01 input[type=password] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type=text]:focus,
.l-login__list01 input[type=password]:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type=text]::-moz-placeholder, .l-login__list01 input[type=password]::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type=text]::placeholder,
.l-login__list01 input[type=password]::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 25px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(/conts/2028/images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(/conts/2028/images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: 0.8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: 0.9 !important;
}

.l-login__secondary > :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02 > li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02 > li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02 > li a::before, .l-login__list02 > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02 > li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02 > li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-content > .l-login,
  .l-layout__main > .l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .l-content > .l-login:first-child,
  .l-layout__main > .l-login:first-child {
    margin-top: -16px;
  }
}
@media (min-width: 768px) {
  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login:not(.l-login--side) {
    margin-bottom: 32px;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 80px;
  }
  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }
  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 50px 32px;
  }
  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }
  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }
  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }
  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }
  .l-login:not(.l-login--side) .l-login__secondary > :not(:last-child) {
    margin-bottom: 24px;
  }
  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-login:not(.l-login--side) .l-login__list02 > li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .l-content > .l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }
  .l-content > .l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }
  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }
  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }
  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }
  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }
}
/*
--------------------------------------------- */
/*
--------------------------------------------- */
/*
--------------------------------------------- */
#ranking__page .btnGen01,
#ranking__page .btnGen02,
#ranking__page .btnGen03,
#ranking__page .btnGen04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 5px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #ranking__page .btnGen01,
  #ranking__page .btnGen02,
  #ranking__page .btnGen03,
  #ranking__page .btnGen04 {
    max-width: 300px;
    min-height: 48px;
  }
}
#ranking__page .btnGen01 .txt,
#ranking__page .btnGen02 .txt,
#ranking__page .btnGen03 .txt,
#ranking__page .btnGen04 .txt {
  line-height: 1.35;
}
#ranking__page .btnGen01 i,
#ranking__page .btnGen02 i,
#ranking__page .btnGen03 i,
#ranking__page .btnGen04 i {
  font-size: 0;
}

.toPageTop {
  position: fixed;
  bottom: 64px;
  right: 32px;
}

#ranking__page .ranking__conts {
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
}

#ranking__page .read__box {
  max-width: none;
  padding: 32px 20px;
  background-color: #fff;
}
#ranking__page .read__box__inner {
  max-width: 900px;
  margin: 0 auto;
}
#ranking__page .read__box p {
  padding: 0;
}

#ranking__page .ranking__Area {
  max-width: none;
}

#ranking__page .college_name__box {
  padding: 24px 20px;
}
#ranking__page .college_name__box .college_name__box__inner {
  max-width: 900px;
  margin: 0 auto;
}

#ranking__page .ranking__Area .college_name {
  padding: 3px;
}
#ranking__page .ranking__Area .college_name:before {
  border-top: 3px solid #2C52E1;
  border-left: 3px solid #2C52E1;
}
#ranking__page .ranking__Area .college_name:after {
  border-bottom: 3px solid #2C52E1;
  border-right: 3px solid #2C52E1;
}
#ranking__page .ranking__Area .college_name h2 {
  padding: 14px 30px;
  background: transparent;
}
@media (max-width: 767px) {
  #ranking__page .ranking__Area .college_name h2 {
    font-size: 24px;
  }
}

#ranking__page .check_year__box {
  margin-top: 0;
  padding: 30px 20px;
  background: #D9F1FF;
}
#ranking__page .check_year__box .check_year__box__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #ranking__page .check_year__box .check_year__box__inner {
    justify-content: flex-start;
  }
}
#ranking__page .check_year__box h3 {
  margin-right: 30px;
  width: 154px;
  height: 42px;
  border-radius: 4px 0 0 4px;
  background: #2C52E1;
  line-height: 42px;
}
#ranking__page .check_year__box h3:before {
  border-width: 21px 0 21px 20px;
  border-color: transparent transparent transparent #2C52E1;
}
#ranking__page .check_year__box p {
  flex: 1 1 auto;
}

#ranking__page .check_year__box .choose_list {
  width: 166px;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}
@media (max-width: 767px) {
  #ranking__page .check_year__box .choose_list {
    width: calc(100% - 184px);
    max-width: 166px;
    margin-right: 0;
  }
}
#ranking__page .check_year__box .choose_list.form-select-01 {
  height: 42px;
  background: transparent;
  border: none;
}
#ranking__page .check_year__box .choose_list.form-select-01::before, #ranking__page .check_year__box .choose_list.form-select-01::after {
  background: #06C;
}
#ranking__page .check_year__box .choose_list.form-select-01 .select-viewport {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 44px 9px 15px;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  #ranking__page .check_year__box .choose_list.form-select-01 .select-viewport {
    height: 42px;
  }
}
#ranking__page .check_year__box .choose_list.form-select-01 select {
  height: 42px;
  padding: 9px 44px 9px 15px;
}

#ranking__page .ranking__list__wrapper {
  padding: 32px 20px 0;
}

#ranking__page .ranking__list {
  margin-top: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.ranking__list__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  gap: 10px;
  margin-top: 10px;
}
.ranking__list__more.is-hidden {
  display: none;
}
.ranking__list__more .ranking__list__more__dot {
  color: #06C;
  font-size: 21px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 3em;
  letter-spacing: -5.25px;
  transform: rotate(90deg);
}
.ranking__list__more .btnGen01 {
  min-width: 300px !important;
  min-height: 56px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.ranking__list__more .btnGen05 {
  min-width: 300px !important;
  min-height: 56px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}


#ranking__page .comp__box {
  display: none;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms, transform 300ms;
}
#ranking__page .comp__box.is-active {
  display: block;
}
#ranking__page .comp__box.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#ranking__page .comp__box:nth-child(1) {
  margin-top: 0;
}
#ranking__page .comp__box .comp__deteal {
  padding: 20px;
  padding-left: 90px;
  padding-right: 150px;
  min-height: 159px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal {
    padding: 15px;
    padding-right: 90px;
    padding-left: 55px;
    min-height: 0;
  }
}
#ranking__page .comp__box .comp__deteal .rank {
  top: 20px;
  left: 30px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .rank {
    top: 15px;
    left: 15px;
  }
}
#ranking__page .comp__box .comp__deteal .rank.rank01 .form-checkbox-01 .rankTxt {
  background: url(../images/icon-ranking-01.png);
  background-size: contain;
  font-size: 0 !important;
}
#ranking__page .comp__box .comp__deteal .rank.rank02 .form-checkbox-01 .rankTxt {
  background: url(../images/icon-ranking-02.png);
  background-size: contain;
  font-size: 0 !important;
}
#ranking__page .comp__box .comp__deteal .rank.rank03 .form-checkbox-01 .rankTxt {
  background: url(../images/icon-ranking-03.png);
  background-size: contain;
  font-size: 0 !important;
}
#ranking__page .comp__box .comp__deteal .rank .form-checkbox-01 {
  display: block;
  margin: 0;
}
#ranking__page .comp__box .comp__deteal .rank .form-checkbox-01 .rankTxt {
  top: 0;
  text-indent: -0.08em;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .rank .form-checkbox-01 .rankTxt {
    right: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .rank .form-checkbox-01 .rankTxt::before {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .rank .form-checkbox-01 .rankTxt::after {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal h3.comp_name a {
    font-size: 16px !important;
  }
}
#ranking__page .comp__box .comp__deteal .comp_logo {
  width: 120px;
  height: 120px;
  top: 20px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .comp_logo {
    width: 64px;
    height: 64px;
    top: 15px;
  }
}
#ranking__page .comp__box .comp__deteal .comp_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#ranking__page .comp__box .comp__deteal .comp_cat li + li {
  margin-top: 10px;
}
#ranking__page .comp__box .comp__deteal .comp_cat li h4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__deteal .comp_cat li h4 {
    font-size: 12px;
  }
}

#ranking__page .comp__box .comp__btn {
  margin: 0 20px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__btn {
    margin: 0 15px;
    padding: 15px 0 20px;
  }
}
#ranking__page .comp__box .comp__btn .comp_btnBox {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__btn .comp_btnBox {
    gap: 4px;
  }
}
#ranking__page .comp__box .comp__btn .comp_btnBox li {
  display: flex;
  padding: 0;
  width: 210px;
}
@media (max-width: 767px) {
  #ranking__page .comp__box .comp__btn .comp_btnBox li {
    width: calc((100% - 8px) / 3);
  }
}

#ranking__page .check_comp__Area {
  max-width: none;
  margin: 0;
}
#ranking__page .check_comp__Area + .check_comp__Area {
  margin-top: 60px;
}
#ranking__page .check_comp__Area h3 {
  height: auto;
  margin-bottom: 24px;
  background: none;
  font-size: 24px;
}
#ranking__page .check_comp__Area .check_comp__box {
  justify-content: center;
  gap: 22px;
}
@media (max-width: 767px) {
  #ranking__page .check_comp__Area .check_comp__box {
    padding: 0;
  }
}
#ranking__page .check_comp__Area .check_comp__box dl {
  width: calc((100% - 44px) / 3);
  padding: 0;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  #ranking__page .check_comp__Area .check_comp__box dl {
    display: flex;
    gap: 20px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  #ranking__page .check_comp__Area .check_comp__box dl + dl {
    margin-top: 24px;
  }
}
#ranking__page .check_comp__Area .check_comp__box dl dt {
  width: auto;
  height: 190px;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  #ranking__page .check_comp__Area .check_comp__box dl dt {
    flex: 0 0 auto;
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
#ranking__page .check_comp__Area .check_comp__box dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#ranking__page .check_comp__Area .check_comp__box dl dd {
  padding: 20px 20px 30px;
}
@media (max-width: 767px) {
  #ranking__page .check_comp__Area .check_comp__box dl dd {
    padding: 0;
  }
}
#ranking__page .check_comp__Area .check_comp__box dl dd h4 {
  margin-bottom: 0.75em;
}
#ranking__page .check_comp__Area .check_comp__box dl dd h4 a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#ranking__page .check_comp__Area .check_comp__box dl dd p {
  font-size: 15px;
}

.l-lower-content {
  margin-top: 64px;
  padding: 60px 20px;
  background-color: #fff;
}

.l-lower-content__inner {
  max-width: 1130px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-spbr {
  display: none;
}
@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}
/* /style.css copy */
