@charset "UTF-8";


/* PC（デフォルト） */
.process70 {
  width: 70%;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .process70 {
    width: 100%;
  }
}



