@media only all and (max-width: 700px) {
    /* for 700px or less */
  body {
    font-size: 80%;
    line-height: 1.5;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  p {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 1rem;
  }
  h2 {
    margin-bottom: 1rem;
  }
  ul {
    margin-bottom: 1rem;
  }
  .frame-outer {
    width: 100%;
  }
  .content {
    padding: 1rem 3%;
  }
  .box-left {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .box-right {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .flex {
    display: flex;
  }
  .left,
  .right {
    display: flex;
    width: 100%;
    order:2;
  }
  .left {
    margin-bottom: 1rem;
    order: 1;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
  .table {
    border-collapse: collapse;
    table-layout: fixed;
  }
  .cell-left,
  .cell-right {
    display: block;
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1rem solid #fff;
  }
  .row {
    display: block;
    float: left;
    width: 100%;
  }
  .mb-s,
  .mb-l {
    margin-bottom: 1rem;
  }
}

.refnr {}

.apply {}
