@charset "utf-8";

body {
  margin: 0;
  font-family: 'arial', sans-serif;
  background-color: rgba(180, 180, 180, 0.1);
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@media screen and (max-height: 780px) {
  .body {
    height: 780px;
  }
}

@media screen and (min-height: 781px) {
  .body {
    height: 100vh;
  }
}

.body {
  background-color: white;
  width: 1263px;
  margin: auto;
}

.display {
  display: none;
  width: 950px;
  height: 320px;
}

.beforeDisplay {
  width: 950px;
  height: 320px;
  user-select: none;
}

.tad {
  width: 950px;
  height: 320px;
}

.closeBtn {
  width: 170px;
  height: 45px;
  position: absolute;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  top: 220px;
  left: 710px;
  color: white;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.show {
  margin: auto;
  margin-top: 120px;
  margin-left: 400px;
  background-color: rgb(30, 120, 240);
  width: 214px;
  height: 55px;
  border-radius: 3px;
  cursor: pointer;
}

.content {
  width: 950px;
  overflow: hidden;
  float: left;
}

.header {
  position: relative;
  z-index: 100;
  margin-left: 5px;
  height: 45px;
  margin: auto;
  min-width: 1100px;
  max-width: 1263px;

}

.header h2 {
  margin: 0;
  margin-left: 5px;
  margin-top: 5px;
  padding-left: 5px;
  font-size: 25px;
  border-left: solid 7px rgba(23, 126, 251, 1);
  float: left;
}

.tab {
  position: relative;
  z-index: 50;
  height: 27px;
  width: 100%;
  background-color: rgba(230, 230, 230, 1);
  margin-top: 5px;
}


.ul-tab {
  float: left;
  font-size: 0;
  padding: 0;
  margin-bottom: 0;
}

.li-tab {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 160px;
  height: 26px;
  transition: 100ms;
}

.li-tab:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.li-tab p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  text-align: center;
}

.tab-left {
  width: 130px;
  float: left;
}

.close {
  position: absolute;
  width: 27px;
  height: 27px;
  color: rgba(255, 255, 255, 1);
  z-index: 5;
  cursor: pointer;
}

.plus-button {
  height: 26px;
  width: 24px;
  padding-left: 3px;
  color: white;
  background-color: black;
  font-size: 20px;
  position: absolute;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}

.plus-button p {
  position: absolute;
  margin: 0;
  bottom: -2px;
}

.display-left h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 30px;
  margin-top: 15px;
}

.mai-score {
  margin-top: 20px;
  position: relative;
  float: left;
}

.main-score {
  font-size: 140px;
  color: rgba(0, 120, 255, 1);
  font-weight: 600;
  position: absolute;
  float: left;
}

.max-score {
  font-size: 50px;
  left: 245px;
  top: 80px;
  height: 80px;
  color: rgba(0, 120, 255, 1);
  transform: skewX(150deg);
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
}

.max-score p {
  position: absolute;
  margin: 0;
  padding-top: 20px;
  padding-left: 15px;
  transform: skewX(-150deg);
}

.score {
  position: absolute;
  bottom: 210px;
}

.left-slide {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  font-size: 40px;
  padding: 30px;
  cursor: pointer;
  user-select: none;
}

.right-slide {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  margin-left: 350px;
  font-size: 40px;
  padding: 30px;
  cursor: pointer;
  user-select: none;
}

.display-left {
  position: absolute;
  height: 400px;
  width: 550px;
  margin-left: 20px;
}

.display-right {
  padding: 0;
  margin-left: 550px;
}

.type {
  color: rgba(0, 0, 0, 0.4);
}

.name {
  margin-top: 150px;
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}

.list {
  text-align: center;
  font-size: 17px;
  width: 500px;
  margin: auto;
}

.ul-option {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.ul-option li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 80px;
  font-weight: 600;
  margin-left: 26px;
}

.subject {
  position: relative;
  margin-left: 40px;
  margin-bottom: 0px;
}

.subject li {
  color: white;
  display: inline-block;
  height: 40px;
  width: 62px;
  margin-left: 8px;
}

.subject p {
  text-align: center;
  margin-top: 10px;
}

.bottom {
  position: absolute;
  top: 365px;
}

.grade-button {
  position: absolute;
  height: 55px;
  width: 80px;
  left: 5px;
  margin-top: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
  cursor: pointer;
}

.grade-button p {
  line-height: 55px;
  margin: 0;
  margin-left: 17px;
}

.change {
  position: absolute;
  top: 15px;
  right: 820px;
  z-index: 1;
  cursor: pointer;
}

.change img {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 78px;
  height: 26px;
  margin: 0;
}

.ad-under {
  margin-top: 350px;
}

.ad-under img {
  margin-left: 15px;
}

.overall {
  width: 1263px;
  margin: auto;
}

.sidebar {
  float: right;
  top: 30px;
  right: 0px;
  margin-left: auto;
  position: absolute;
  z-index: 20;
  width: 330px;
  min-width: 330px;
  max-width: 1260px;
  height: 660px;
  background-color: white;
}

.school-info {
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  font-size: 13px;
  width: 300px;
  overflow: hidden;
  min-width: 300px;
  user-select: none;
}

.school-name {
  width: 170px;
  float: left;
  overflow: hidden;
}

.underline:hover {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.star {
  float: left;
  cursor: pointer;
}

.favorite {
  cursor: pointer;
}

.head-line {
  float: left;
  border-radius: 5px;
  font-size: 11px;
  width: 30px;
  color: white;
  margin-right: 8px;
}

.head-line p {
  margin: 0;
  line-height: 17px;
  text-align: center;
}

.footer {
  height: 30px;
  width: 1263px;
  position: absolute;
  background-color: rgba(102, 102, 102, 1);
  color: white;
}

.footer p {
  padding-top: 5px;
  margin: 0;
  margin-left: 30px;
}

.pull-down {
  float: left;
  border: 1px solid rgb(96, 158, 233);
  color: rgba(129, 129, 129, 1);
  position: relative;
  cursor: pointer;
}

.pull-down p {
  color: rgba(0, 0, 0, 1);
  margin: 0;
  margin-left: 3px;
  font-size: 24px;
  float: left;
}

.pull-down li p {
  line-height: 21px;
  font-size: 12px;
}

.iziModal-content {
  height: 600px;
  width: 220px;
  border-radius: 30px;
  user-select: none;
}

.iziModal-wrap {
  border-radius: 20px;
}

#modal-default {
  border: 3px solid rgb(96, 157, 233);
}

#modal-default input {
  margin-top: 25px;
  margin-left: 5px;
}

#modal-default label {
  cursor: pointer;
}

.word {
  height: 30px;
  float: left;
  font-size: 18px;
  line-height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 15px;
  margin-right: 5px;
  border-radius: 3px;
}

.dis-in {
  width: 60px;
  text-align: right;
}

.fin {
  width: 200px;
}

.app {
  float: right;
  width: 125px;
  height: 30px;
  margin-right: 238px;
  margin-bottom: 10px;
  user-select: none;
  cursor: pointer;
  outline: 0;
}

.app:active {
  background-color: rgb(50, 100, 200);
}

.down {
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 22px;
}

.subject .down {
  height: 20px;
}


.header-right {
  position: relative;
  float: right;
  width: 130px;
  margin-right: 20px;
}

.header-right img {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  height: 35px;
  width: 35px;
}

.icon {
  position: absolute;
  right: 80px;
  width: 123px;
}

#url-save {
  position: absolute;
  right: 0;
  width: 70px;
  height: 35px;
  background-color: rgba(20, 120, 250, 1);
  border-radius: 5px;
  cursor: pointer;
}

.tab-right {
  float: right;
  width: 530px
}

.color-box {
  float: left;
  margin-top: 4px;
}

.color-box li {
  height: 20px;
  width: 20px;
  margin-right: 3px;
  cursor: pointer;
  display: inline-block;
}

.school-option {
  float: right;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  height: 24px;
}

.school-option p {
  font-size: 10px;
}

.school-option .down {
  font-size: 10px;
  top: 10px;
}

.middle {
  position: relative;
}

.change-option {
  position: absolute;
  right: 815px;
  bottom: 25px;
  z-index: 3;
  border: none;
}

.change-option p {
  margin: 0;
  color: rgba(140, 140, 140, 1);
}

.num {
  float: left;
  position: absolute;
  left: 45px;
  bottom: -2px;
  font-size: 25px;
  color: rgba(140, 140, 140, 1);
}

.select {
  position: absolute;
  display: none;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}

.select li {
  background-color: white;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: black;
  margin: 0;
}

.select li p {
  font-size: 25px;
}

.school-option .select li {
  width: 75px;
  height: 20px;
  font-size: 12px;
}

.school-option .favo li {
  width: 90px;
}

.city {
  margin: 0;
  padding: 0;
}

.j_high_school .select {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  height: 325px;
  width: 280px;
  top: -22px;
  left: 48px;
  bottom: 0px;
  right: 0px;
  overflow: scroll;
}

.j_high_school .select .city li {
  border-right: none;
  border-left: none;
}

/* .sex .select {
  top: 65px;
  left: -40px;
} */

.sex .select {
  top: 35px;
  left: -10px;
}

.sex .select li {
  width: 160px;
  height: 30px;
}

.prefectures .select li {
  width: 160px;
  height: 30px;
}

.change-option .select li {
  margin: 0;
  font-size: 26px;
  width: 85px;
  height: 30px;
}

.select li:hover {
  background-color: rgba(240, 240, 240, 1);
}

.ul-option li {
  user-select: none;
}

.achi {
  cursor: pointer;
}

.number li p {
  font-size: 24px;
  margin-left: 35px;
  margin-top: 3px;
  text-align: center;
}

.next-course {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.dd {
  margin-top: 10px;
  height: 650px;
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}


.dd-left {
  float: left;
  height: 660px;
  width: 5px;
  transition: 100ms;
}

.dd-left:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: col-resize;
}

.dd-right {
  height: 660px;
  position: relative;
  overflow: hidden;
  user-select: none;
}

.dr {
  padding-left: 20px;
  overflow: hidden;
}

.dd-right iframe {
  position: absolute;
}

.content {
  user-select: none;
}

.s_info {
  min-height: 100px;
  position: relative;
}

.s_info p {
  margin: 0;
}

.favorite {
  font-size: 13px;
  line-height: 28px;
}

.s_name {
  font-size: 22px;
  padding-right: 10px;
}

.s_option {
  font-size: 13px;
  line-height: 33px;
  padding-right: 5px;
}

.s_distance {
  font-size: 13px;
  line-height: 33px;
}

.s_class {
  font-size: 13px;
  line-height: 33px;
  padding-right: 5px;
}

.s_url {
  padding-right: 10px;
}

.s_type {
  margin-top: 5px;
}

.info {
  margin-left: 115px;
}

.map {
  margin: 0;
  float: right;
  cursor: pointer;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.cameback {
  margin-top: 15px;
  margin-left: 15px;
  color: white;
  width: 70px;
  height: 25px;
  text-align: center;
  background-color: rgb(96, 157, 233);
  cursor: pointer;
}

.hit {
  float: left;
  line-height: 27px;
  margin: 0;
  margin-left: 170px;
}

.all {
  float: left;
  font-size: 14px;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 3px 6px;
  border: 1px solid rgb(96, 157, 233);
  border-radius: 25px;
  line-height: 15px;
  cursor: pointer;
}

.not_all {
  margin: 0;
  float: left;
  font-size: 14px;
  margin-top: 10px;
  padding: 3px 6px;
  border: 1px solid rgb(96, 157, 233);
  border-radius: 25px;
  line-height: 15px;
  margin-bottom: 8px;
  cursor: pointer;
}

.mode-change {
  font-size: 20px;
  float: left;
  margin-left: 30px;
  margin-top: 8px;
  width: 135px;
  height: 35px;
  cursor: pointer;
}

.mode-change:hover {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.s_address {
  padding-top: 10px;
}

.hikaku {
  border: none;
  background-color:transparent;
  font-size: 19px;
  color: white;
  outline: 0;
}

.s_phone {
  position: absolute;
  right: 150px;
  top: 60px;
  font-size: 27px;
}

.shin input {
  margin-left: 10px;
}

.down:active  {
  opacity: 0.7;
}

img:active {
  opacity: 0.7;
}

.modal-close a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  font-size: 50px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  border-radius: 5px;
  background-color: rgb(168, 201, 243);
  cursor: pointer;
}

.color {
  background-color: rgb(235, 235, 235);
  font-size: 15px;
  color: black;
  font-weight: 700;
  border-left: 5px solid;
  margin: 0 3px;
}

.type_color p {
  float: left;
  margin: 0;
  line-height: 20px;
}

.red {
  border-color: rgb(234, 86, 103);
}

.yellow {
  border-color: rgb(250, 204, 94);
}

.green{
  border-color: rgb(153, 209, 109);
}

.blue {
  border-color: rgb(84, 193, 225);
}

.purple {
  border-color: rgb(201, 149, 235);
}

.big {
  float: left;
  margin: 0;
  line-height: 28px;
  margin-bottom: 5px;
}

.big_type {
  background-color: rgb(235, 235, 235);
  font-size: 23px;
  color: black;
  font-weight: 700;
  border-left: 8px solid;
  margin: 0 3px;
}
