@media only screen and (min-width: 768px) {
  .egc_stepup .c-heading-l2 {
    margin-bottom: 75px;
  }

  .egc_stepup .c-heading-l3 {
    margin-bottom: 20px;
  }

  .egc_stepup .c-block,
  .egc_stepup .c-block-02 {
    margin: auto;
    width: 830px;
  }

  .egc_stepup .c-block {
    margin-bottom: 55px;
  }

  .egc_stepup .c-block__text {
    margin-bottom: 60px;
  }

  .egc_stepup .c-block__media {
    text-align: center;
    line-height: 1;
  }

  .egc_stepup .c-block-02 {
    position: relative;
    padding: 25px 35px 30px;
    margin-bottom: 20px;
    background: url(../img/bg.jpg);
  }

  .egc_stepup .c-block-02::before,
  .egc_stepup .c-block-02::after {
    display: block;
    position: absolute;
    width: 97px;
    height: 56px;
    content: "";
  }

  .egc_stepup .c-block-02::before {
    top: 15px;
    right: 17px;
    background: url(../img/img-symbol.png);
  }

  .egc_stepup .c-block-02::after {
    bottom: 25px;
    left: 20px;
    background: url(../img/img-symbol-02.png);
  }

  .egc_stepup .c-block-02 .c-heading-l3 {
    margin-bottom: 20px;
  }

  .egc_stepup .c-block-02__mediaLayout {
    display: flex;
    flex-direction: row-reverse;
  }

  .egc_stepup .c-block-02__media {
    flex-shrink: 0;
    margin-left: -15px;
  }

  .egc_stepup .c-block-02__text {
    padding-top: 20px;
  }

  .egc_stepup .c-block-02__mediaLayout.-reverse {
    flex-direction: row;
    align-items: center;
    margin-top: -50px;
  }

  .egc_stepup .c-block-02__mediaLayout.-reverse .c-block-02__text {
    padding-right: 30px;
  }

  .egc_stepup .c-block-02__mediaLayout.-reverse .c-block-02__media {
    margin-right: -15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .egc_stepup .c-heading-l2 {
    position: relative;
    left: -15px;
    width: 100vw;
    margin-bottom: 30px;
  }

  .egc_stepup .c-heading-l3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .egc_stepup .c-heading-l3 .-title1 {
    width: 322px;
  }

  .egc_stepup .c-heading-l3 .-title2 {
    width: 308px;
  }

  .egc_stepup .c-block {
    margin-bottom: 25px;
  }

  .egc_stepup .c-block__text {
    margin-bottom: 20px;
  }

  .egc_stepup .c-block__media {
    text-align: center;
    line-height: 1;
  }

  .egc_stepup .c-block-02 {
    position: relative;
    padding: 30px 15px;
    background: url(../img/bg.jpg);
  }

  .egc_stepup .c-block-02::before,
  .egc_stepup .c-block-02::after {
    display: block;
    position: absolute;
    width: 45px;
    height: 26px;
    content: "";
    background-size: cover;
  }

  .egc_stepup .c-block-02::before {
    top: -5px;
    right: -5px;
    background-image: url(../img/img-symbol.png);
    
  }

  .egc_stepup .c-block-02::after {
    bottom: 0;
    left: -5px;
    background-image: url(../img/img-symbol-02.png);
  }

  .egc_stepup .c-block-02 .c-heading-l3 {
    margin-bottom: 20px;
  }

  .egc_stepup .c-block-02__mediaLayout {
    display: flex;
    flex-direction: column-reverse;
  }

  .egc_stepup .c-block-02__mediaLayout + .c-block-02__mediaLayout {
    margin-top: 15px;
  }

  .egc_stepup .c-block-02__media {
    margin-bottom: 15px;
  }
}