.z_login_btn {
  margin: 20px auto;
  font-size: 1.2rem;
  color: #9c9c9c;
}

.z_login_btn p {
  display: inline-block;
}

.z-gray {
  color: #9c9c9c;
}

.z-btn-gray {
  background-color: #9c9c9c !important;
}

.btn.z-btn-gray:hover {
  color: #9c9c9c !important;
  background-color: #fff !important;
  border: 1px solid #9c9c9c !important;
}

.z-blue {
  color: #179bd5 !important;
}

.z-btn-blue {
  background-color: #179bd5 !important;
}

.btn.z-btn-blue:hover {
  color: #179bd5 !important;
  background-color: #fff !important;
  border: 1px solid #179bd5 !important;
}

.z-red {
  color: #f85786 !important;
}

.z-btn-red {
  background-color: #f85786 !important;
}

.btn.z-btn-red:hover {
  color: #f85786 !important;
  background-color: #fff !important;
  border: 1px solid #f85786 !important;
}

.z-green {
  color: #47c66c !important;
}

.z-btn-green {
  background-color: #47c66c !important;
}

.btn.z-btn-green:hover {
  color: #47c66c !important;
  background-color: #fff !important;
  border: 1px solid #47c66c !important;
}

.z-btn-gray20 {
  background-color: #eee !important;
}

.z_input70 {
  min-width: 70% !important;
}

@media (max-width: 568px) {
  .z_input70 {
    min-width: 100% !important;
  }
}

.mt-1 {
  margin-top: 10px !important;
}

.z_input100 {
  min-width: 100% !important;
}

.z_input {
  min-width: 85% !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.z_img {
  width: 100%;
  max-width: 100%;
}

.z_phone {
  display: inline-block;
  margin-bottom: 20px;
}

.z_phone .icon.phone:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/phone.svg);
}

.z_text {
  padding: 20px;
  margin: 10px 0;
}

.z_text h2 {
  font-size: 1.5rem;
  margin: 5px 0px;
  line-height: 1.5em;
}

.z_text h3 {
  font-size: 1.4rem;
  margin: 5px 0px;
  line-height: 1.5em;
}

.z_text h4 {
  font-size: 1.3rem;
  margin: 5px 0px;
  line-height: 1.5em;
}

.z_text h5 {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 5px 0px;
}

.z_text p {
  margin: 5px 0px;
}

.z_text span {
  font-size: 0.9rem;
}

.z_text ul li {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 5px 0px;
}

.z_text ol li {
  list-style-type: decimal;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 5px 0px;
}

.z_bottom {
  padding: 20px 0;
}

.z_tab {
  padding: 20px 0 0 0;
}

.z_tab a {
  display: block;
  text-align: center;
  border: 1px solid #c8c8c8;
  padding: 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.z_tab a:hover {
  color: #fff !important;
}

.z_tab .z_tab_a_blue {
  color: #179bd5 !important;
  background-color: #fff;
}

.z_tab .z_tab_a_blue:hover {
  background-color: #179bd5;
  color: #fff;
}

.z_tab .z_tab_a_blue_h {
  background-color: #179bd5;
  color: #fff;
  cursor: default;
}

.z_tab .z_tab_a_red {
  color: #f85786 !important;
  background-color: #fff;
}

.z_tab .z_tab_a_red:hover {
  background-color: #f85786;
  color: #fff;
}

.z_tab .z_tab_a_red_h {
  background-color: #f85786;
  color: #fff;
  cursor: default;
}

.z_tab .z_tab_a_green {
  color: #47c66c !important;
  background-color: #fff;
}

.z_tab .z_tab_a_green:hover {
  background-color: #47c66c;
  color: #fff;
}

.z_tab .z_tab_a_green_h {
  background-color: #47c66c;
  color: #fff;
  cursor: default;
}

.z_tab_content {
  padding: 0 20px;
  border: 1px solid #c8c8c8;
}

.z_tab_content .z_location {
  padding: 30px 0 10px;
}

.z_tab_content .border-color-y {
  border: 5px solid #ffcc00;
}

.z_tab_content .border-color-b {
  border: 5px solid #66ccff;
}

.z_tab_content .border-color-r {
  border: 5px solid #ff7f7f;
}

.z_tab_content .z_sign_list {
  position: relative;
  margin: 70px 0;
  padding: 20px;
}

.z_tab_content .z_sign_list h6 {
  color: #333;
  position: absolute;
  padding: 10px 35px 10px 25px;
  top: -37px;
  left: -5px;
  border-radius: 0 20px 0 0;
}

.z_tab_content .z_sign_list .color-y {
  background-color: #ffcc00;
}

.z_tab_content .z_sign_list .color-b {
  background-color: #66ccff;
}

.z_tab_content .z_sign_list .color-r {
  background-color: #ff7f7f;
}

.z_tab_content .z_sign_list .z_title {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 10px;
}

.z_tab_content .z_sign_list span {
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 24px;
}

.z_l_title_more {
  padding: 20px;
  color: #fff;
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.5em;
}

.z_title_more {
  padding: 10px 20px;
  font-size: 1.2rem;
  margin: 20px 0 10px;
  border-bottom: 1px solid #c8c8c8;
}

.z_form {
  padding: 10px 20px;
}

.z_grade {
  padding: 10px 20px;
}

.z_grade p {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .z_grade .z_class_title {
    color: #fff;
    background-color: #179bd5;
  }
}

@media (max-width: 767px) {
  .z_grade .z_head {
    background-color: #eee;
  }
}

.z_grade .border-bottom-w {
  border-bottom: 1px solid #fff;
}

.z_time {
  padding: 10px 20px;
}

.z_time p {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .z_time .z_head {
    background-color: #eee;
  }
}

.list-icon:before {
  content: '';
  width: 25px;
  height: 45px;
  margin-left: -15px;
  margin-right: 7px;
  margin-top: -8px;
  margin-bottom: -10px;
  background-image: url(../img/list-icon.svg);
}

.z_class-list {
  width: 100%;
  font-size: .9rem;
}

.z_class-list thead {
  background-color: #f4f4f4;
}

.z_class-list tr {
  border-bottom: 1px solid #aaa;
}

.z_class-list tr td,
.z_class-list tr th {
  position: relative;
  padding: 6px;
  text-align: center;
  border-right: 1px solid #aaa;
}

.z_class-list tr td:last-child,
.z_class-list tr th:last-child {
  border-right: none;
}

.z_class-list tr td p,
.z_class-list tr th p {
  font-size: .9rem;
}

.z_class-list tr td .btn,
.z_class-list tr th .btn {
  font-size: .9rem;
}

.z_class-list tbody tr:last-child {
  border-bottom: none;
}

.z_class-list-mobile {
  border-top: 3px solid #179bd5;
}

.z_class-list-mobile a {
  text-align: left;
  display: block;
  line-height: 1.5rem;
}

.z_class-list-mobile .border_bottom {
  border-bottom: 1px dashed #757575;
}

.z_class-list-mobile .border_right {
  border-right: 1px dashed #757575;
}

.m-0 {
  margin: 0;
}

.m-2 {
  margin: 20px 0;
}

.p-1 {
  padding: 0 20px;
}

.line-height-15 {
  line-height: 1.5rem;
}

.mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/*# sourceMappingURL=z_style.css.map */