@charset "utf-8";
/* ============================================
  Common
============================================ */
.toushi_under_wrap img {
  max-width: 100%;
}

.sec {
  padding-bottom: 100px;
}

.sec .img {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .sec {
    overflow: hidden;
    padding: 0 calc(20/750*100vw);
    padding-bottom: 13.3333333333vw;
  }

  .sec .img {
    margin-top: 6vw;
  }
}

/* ============================================
  sec-1
============================================ */
.sec-1 .img-1 {
  position: relative;
  margin-top: 80px;
}
.sec-1 .icon {
  width: 140px;
  max-width: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-1 .icon img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec-1 .img-1 {
    margin-top: 30px;
  }

  .sec-1 .icon {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90px;
    margin: 0 auto -20px;
  }
}

