/* Scss Document */
/* =========================================================
 kv
========================================================= */
.cnt-shogaku .kv {
  text-align: center;
}

/* =========================================================
 cnt02
========================================================= */
@media (min-width: 768px) {
  .cnt-shogaku .cnt02 .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cnt-shogaku .cnt02 .step .item {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt02 .step .item {
    width: calc(50% - 30px);
    padding-top: 105px;
  }
}
.cnt-shogaku .cnt02 .step h4 {
  position: relative;
  min-width: 200px;
  margin: 0 auto 35px;
  padding: 0;
  border: none;
  font-size: 1.25em;
  text-align: center;
}
.cnt-shogaku .cnt02 .step h4 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  color: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  .cnt-shogaku .cnt02 .step h4 span {
    width: 200px;
    height: 36px;
    border-radius: 18px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt02 .step h4 span {
    width: 300px;
    height: 50px;
    border-radius: 25px;
  }
}
.cnt-shogaku .cnt02 .step h4 i {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}
@media (max-width: 767px) {
  .cnt-shogaku .cnt02 .step h4 i {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .cnt-shogaku .cnt02 .step h4 i {
    width: 80px;
    height: 80px;
  }
}
.cnt-shogaku .cnt02 .step figure {
  margin-top: 30px;
}
.cnt-shogaku .cnt02 .step .step01 h4 span {
  background: #acd789;
}
.cnt-shogaku .cnt02 .step .step01 h4:before {
  border-top-color: #acd789;
}
.cnt-shogaku .cnt02 .step .step02 h4 span {
  background: #8cc95b;
}
.cnt-shogaku .cnt02 .step .step02 h4:before {
  border-top-color: #8cc95b;
}
.cnt-shogaku .cnt02 .step .step03 h4 span {
  background: #60ac22;
}
.cnt-shogaku .cnt02 .step .step03 h4:before {
  border-top-color: #60ac22;
}
.cnt-shogaku .cnt02 .step .step04 h4 span {
  background: #3e8a01;
}
.cnt-shogaku .cnt02 .step .step04 h4:before {
  border-top-color: #3e8a01;
}
