@media screen and (max-width: 500px) {
  body {
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }
  .mo {
    display: block;
  }

  /*info_process*/
  .info_contents .info_process li {
    display: block;
    border: 1px solid #d4d4d4;
  }

  .info_contents .info_process .img_box {
    width: 100%;
    padding: 30px 0;
  }

  .info_contents .info_process .txt_box {
    border-left: 0;
  }

  .info_contents .info_process li span.num {
    top: 10px;
    left: 10px;
  }

  /*info_3-1-3*/
  .info_3-1-3 {
    display: block;
  }

  .info_3-1-3 .unipass {
    margin-left: 0;
  }
  .info_3-1-3 .unipass div {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
  }
  .info_3-1-3 .unipass div img:first-child {
    width: 90px;
  }
  .info_3-1-3 .unipass div img:last-child {
    width: 10px;
  }
}
