@charset "utf-8";

.c-frame__ttl {
  color: #002060;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.c-frame__ttl[data-color=orange] {
  color: #eb5505;
}

.c-frame__wrap {
  text-align: center;
}

@media (min-width: 641px) {
  .c-frame__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .c-frame__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10%;
    height: auto;
    margin-right: 15px;
  }

  .c-frame__ttl {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .c-frame__img > img {
    width: 20%;
  }

  .c-frame__ttl {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .c-frame__wrap {
    border-bottom: 1px solid #ccc;
  }
}

.steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 193px;
  margin: -62px auto 0;
  padding: 5px;
  border-radius: 40px;
  background-color: #eb5505;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
.h55 {
  height: 55px;
}
.top_spacing.cmn_slider.acd_slider .slick-track{
  padding-top: 30px;
  
}
@media (max-width: 640px) {
  .steps {
      font-size: 20px;
  }
}