/* Tablet Devices */
@media only screen and (max-width: 744px) {
  /* .breadcrumbs { padding-top: 16px; }
  .breadcrumbs-in li { margin-bottom: 0.5em !important; }
  .wrapper { padding-top: 20px; } */

  .pc-only { display: none; }
  .sp-only { display: block; }
  section { padding: 20px 0; }
  section .page-container { padding: 0 20px; }

  /* .foot-btns {
    background-color: #FFF;
    bottom: 0;
    border-top: 2px solid #00a2d7;
    box-shadow: 0 -10px 10px rgba(0,0,0,0.4);
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    right: 0;
  }
    .foot-btns ul li {
      display: block;
      float: left;
      margin-right: 3%;
      width: 48.5%;
    }
    .foot-btns ul li:nth-child(2) { margin-right: 0; }

  .page-id-2608 .site-footer {
    padding-bottom: 20px;
  } */
}