@charset "UTF-8";
#js-content_view, #js-chart_content01, #js-chart_content02, #js-chart_content03 {
  display: none;
}

.second_cover h1 {
  top: 50%;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.chart_item {
  width: 100% !important;
  height: auto !important;
}

.gauge {
  width: 200px;
  height: 200px;
  position: relative;
}

.gauge_text {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gauge canvas {
  width: 200px !important;
  height: auto !important;
}

.gauge_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gauge_min {
  position: absolute;
  left: 30px;
  bottom: 10px;
}

.gauge_max {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.admission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.admission_wrapper {
  margin-top: 60px;
}

.select {
  height: 40px;
  width: 160px;
  border: solid 1px #ccc;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: #fff;
}

.semester_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.semester_text_total {
  color: #ff4e00;
  font-weight: 600;
  font-size: 30px;
}

.select select {
  width: 100%;
  color: #ddd;
  padding: 10px;
  border: solid 1px #ccc !important;
}

.select option {
  color: #333;
}

.table10_item {
  display: grid;
  grid-template-columns: 166px 1fr 70px 40px 60px;
  padding-right: 40px;
  margin-bottom: 14px;
  position: relative;
}

.table10 select {
  width: 100%;
  color: #ddd;
  padding: 10px;
  border: solid 1px #ccc !important;
}

.table10 option {
  color: #333;
}

.table10_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table10_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: solid 1px #ccc;
  margin-left: -1px;
}

.table10_wrapper {
  margin-bottom: 20px;
}

.close_btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #ccc;
  border-radius: 50%;
  padding: 6px;
}

.close_btn span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}

.close_btn span:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn span:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.section {
  padding-left: 38px;
  padding-right: 38px;
}

@media screen and (max-width: 640px) {
  .table10_item {
    grid-template-columns: repeat(2, 1fr);
  }
  .table10_text {
    min-height: 40px;
  }
  .table10_cell:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .table10_cell:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
  }
  .table10_cell:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .table10_cell:nth-of-type(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .table10_cell:nth-of-type(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .table10 select {
    width: 100%;
    color: #ddd;
    padding: 10px;
    border: solid 1px #ccc !important;
  }
  .table10 option {
    color: #333;
  }
  .semester_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .semester_text_total {
    color: #ff4e00;
    font-weight: 600;
    font-size: 30px;
  }
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=../maps/gpa.css.map */
