@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/* 偏差値から探す
--------------------------------------------------------------*/
#contents .stepBoxIn {
  margin: 0 0 30px;
}
#contents .stepBoxIn .stepBox {
  margin-bottom: 30px;
}
#contents .stepBoxIn .stepBox h3 {
  margin-bottom: 20px;
  font-size: 15px;
}
#contents .stepBoxIn .stepBox h3:before {
  width: 5px;
  height: 25px;
  top: -2px;
}
#contents .stepBoxIn .stepBox h3 strong {
  color: #0091d7;
}
#contents .stepBoxIn .stepBox .inputList li {
  margin-bottom: 10px;
}
#contents .stepBoxIn .stepBox .inputList li label {
  display: block;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #293b60;
  font-size: 15px;
  font-weight: bold;
  background: #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
#contents .stepBoxIn .stepBox .inputList li label:hover {
  opacity: 0.7;
}
#contents .stepBoxIn .stepBox .inputList li:last-child {
  margin-bottom: 0;
}
#contents .stepBoxIn .stepBox .inputList li:hover {
  opacity: 0.7;
}
#contents .stepBoxIn .stepBox .inputList li input {
  display: none;
}
#contents .stepBoxIn .stepBox .inputList li input:checked + label {
  color: #fff;
  background: #0091d7;
}
#contents .stepBoxIn .stepBox02, #contents .stepBoxIn .stepBox03 {
  display: none;
}
#contents .stepBoxIn .stepBox02 .kbnBox {
  display: none;
}
#contents .stepCondition {
  background: #f1f1f1;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 25px;
  font-size: 12px;
}
#contents .stepCondition ul {
  padding-right: 80px;
}
#contents .stepCondition ul li {
  line-height: 1.5;
}
#contents .stepCondition ul li strong {
  color: #0091d7;
}
#contents .stepCondition .btnClear {
  position: absolute;
  width: 79px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #f6f6f6;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  color: #0091d7;
  border-radius: 3px;
  border: none;
  top: 50%;
  margin-top: -12px;
  right: 5px;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #ddd;
}
#contents .resultBox {
  display: none;
}
#contents #boxRanking .ttl {
  margin-bottom: 20px;
  position: relative;
}
#contents #boxRanking .ttl dl {
  text-align: right;
}
#contents #boxRanking .ttl dl dt, #contents #boxRanking .ttl dl dd {
  display: inline-block;
}
#contents #boxRanking .ttl dl dt {
  padding-right: 5px;
  font-weight: bold;
  font-size: 13px;
}
#contents #boxRanking .ttl dl dd select {
  font-size: 13px;
  background: #fff;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}
#contents #boxRanking .rankingTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 13px;
}
#contents #boxRanking .rankingTable th, #contents #boxRanking .rankingTable td {
  vertical-align: middle;
}
#contents #boxRanking .rankingTable thead th, #contents #boxRanking .rankingTable tfoot th {
  background: #293b60;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #ddd;
}
#contents #boxRanking .rankingTable thead th.number, #contents #boxRanking .rankingTable tfoot th.number {
  width: 40px;
}
#contents #boxRanking .rankingTable tbody td {
  border: 1px solid #ddd;
  padding: 15px;
}
#contents #boxRanking .rankingTable tbody td.number {
  font-weight: bold;
  text-align: center;
}
#contents #boxRanking .rankingTable tbody td .schoolList li {
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(/_sharedZ_New/img/icon/link_right_s_2x.png) left 3px no-repeat;
  background-size: 11px 10px;
}
#contents #boxRanking .rankingTable tbody td .schoolList li:last-child {
  margin-bottom: 0;
}
#contents #boxError .errorMessageBox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
  text-align: center;
}
#contents #boxError .errorMessageBox .errorMessage {
  background: url(../img/ico-error_001.png) center top no-repeat;
  background-size: 39px 39px;
  padding-top: 52px;
  line-height: 1.5;
  padding-bottom: 0;
}
#contents #boxError .errorMessageBox .errorMessage strong {
  color: #e2551e;
  display: block;
  margin-bottom: 10px;
}
#contents #includeData {
  margin-top: 50px;
}
#contents #includeData .inlineList li {
  display: block !important;
}
#contents .under_banner_compass_sp {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
