  /* ----------------------------
  serchArea
  ---------------------------- */

  .cardBox-wrap {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
  }

  .search .searchForm {
    position: relative;
  }

  .search .searchForm dl dt {
    margin-right: 2%;
    display: inline-block;
    font-weight: normal;
  }

  .search .searchForm dl dd {
    margin-right: 3%;
    width: 26%;
    display: inline-block;
  }

  .search .searchForm dl dd select {
    width: 100%;
    padding: 3px;
  }

  .search .searchForm .btn {
    bottom : 0;
    right: 0;
    position: absolute;
  }

  input::-ms-clear {
    visibility: hidden
  }

  .search .searchForm .btn input[type='button'] {
    border: 1px solid #ed5914;
    background: url(/content/dam/au-com/mobile/area/4glte/800mhz/mountain/images/mb_mountain_ico_01.png) no-repeat 5% center;
    background-color: #ed5914;
    background-size: auto 25px;
    padding: 3% 40px;
    color: white;
    border-radius: 0;
    white-space: normal;
  }

  @media only screen and (max-width: 1000px) and (min-width: 768px){
    .search .searchForm dl dt {
      display: block;
      margin : 0px;
    }
    .search .searchForm dl dd {
      width: 75%;
      display: block;
    }
    .search .searchForm dl dt:last-of-type {
      margin-top: 2%;
    }
    .search .searchForm .btn {
    right: 0;
    position: absolute;
    }
  }

  @media (max-width: 767px) {
    .search .searchForm dl dt {
      width: 100%;
      display: inline;
      padding: 0;
      margin-bottom: 10px;
    }
    .search .searchForm dl dd {
      width: 100%;
      display: inline;
      padding: 0;
    }
    .search .searchForm dl dd select {
      width: 100%;
      padding: 3px;
      margin-bottom: 5%;
    }
    .search .searchForm .btn {
      position: inherit;
    }
    .search .searchForm .btn input[type='button'] {
      width: 100%;
    }
  }
  /* ----------------------------
  Table
  ---------------------------- */

  .subway {
    display: none;
    margin: 0 auto;
  }

  /* .hokkaido, .touhoku, .kantou, .tyubu, .kansai, .tyugoku, .kyusyu {
    display: none;
  } */

  .subway > h3 {
    width: 60%;
    margin: 0 auto;
    font-weight: bold;
  }

  .subway > table {
    width: 50%;
    margin: 0 auto;
  }

  .subway table > tbody > tr:nth-child(2n + 1) {
    border: 1px solid #000;
  }

  .subway table > tbody > tr:nth-child(2n) {
    background-color: #e5e5e5;
  }

  .subway table > tbody > tr.division {
    height: 60px;
    background-color: #fff;
    text-align: center;
  }

  .subway table > tbody > tr:nth-child(2n + 1) td:nth-child(1) {
    padding-left: 2%;
    width: 20%;
  }

  .subway table > tbody > tr:nth-child(2n + 1) td:nth-child(2) {
    height: 40px;
    width: 50%;
    text-align: left;
  }

  .subway table > tbody > tr:nth-child(2n + 1) td:nth-child(3) {
    width: 30%;
    padding-right: 2%;
    text-align: right;
  }

  .subway table > tbody > tr:nth-child(2n) td:nth-child(2) {
    border-right: solid 1px #e5e5e5;
    text-align: right;
    padding-right: 2%;
  }

  .subway table > tbody > tr > td > span {
    color: #fff;
    background-color: #ed5914;
    font-weight: bold;
    padding: 4px 10px;
  }

  .subway table > tbody > tr > td > span.notAvailable {
    color: #fff;
    background-color: #777;
    font-weight: bold;
    padding: 4px 8px;
  }

  .subway table > tbody > tr:nth-child(2n) td:nth-child(1) span {
    position: relative;
    left: 40px;
    display: block;
    height: 40px;
    width: 30px;
    background-color: #777777;
  }

  .ico-4g-Orange:before {
    content: "4G LTE";
    margin-right: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #ed5914;
    padding: 2px 20px;
    font-size: 12px;
    white-space: nowrap;
    border: 1px solid #ed5914;
    width: 88px;
  }

  @media (max-width: 768px) {
    .subway {
      display: none;
      width: 90%;
      margin: 0 auto;
    }

    .subway > h3 {
      width: 100%;
    }

    .subway table {
      width: 100%;
    }

    .subway table > tbody > tr > td > span {
      color: #fff;
      background-color: #ed5914;
      font-weight: bold;
      padding: 4px 6px;
    }

    .subway table > tbody > tr > td > span.notAvailable {
      color: #fff;
      background-color: #777;
      font-weight: bold;
      padding: 4px 6px;
      font-size: 15px;
    }

    .ico-4g-Orange:before {
      display: block;
      margin-bottom: 5px;
   }
}