@charset "UTF-8";

/*=============================================
* タブレット・スマートフォン表示 ～768px
=============================================*/

@media screen and (max-width: 768px) {

  /*各社コンビニ お支払方法*/

  .conveni_guide {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
    counter-reset: section;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,sans-serif;
  }
  .conveni_guide th,
  .conveni_guide td {
    box-sizing: border-box;
  }
  .conveni_guide th {
    padding: 5px 10px;
  }
  .conveni_guide td {
    width: 100%;
    display: block;
    margin: 0;
    padding: 10px;
  }
  .conveni_guide tr td img {
    margin: .5rem 0 0 0;
  }
  .conveni_guide tr:last-child td {
    border: none;
  }
  .conveni_guide tr td:nth-child(2) {
    display: none;
  }
  .conveni_guide tr td:nth-child(2) + td p {
    padding: 0 0 0 1.8rem;
    position: relative;
  }
  .conveni_guide tr td:nth-child(2) + td p:before {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    line-height: 1.5rem;
    text-align: center;
    background-color: #008096;
    content: counter(section);
    counter-increment: section;
    display: inline-block;
    font-size: .9rem;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .conveni_guide tr:nth-child(n + 3) td:first-child {
    padding-bottom: 0;
    border: none;
  }
  .conveni_guide p.conveni_guide_caution {
    padding: 0;
  }

  /*ファミマ（Fami ポート・マルチコピー機併記時）*/
  .tabs.famima .tab_item {
    height: auto;
    padding: 65px 0 10px 0;
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .tabs.famima {
    padding: 0;
  }
  .tabs.famima .tab_item span {
    padding: 0;
  }
  .tab_item-fami, .tab_item-copy {
    background-size: 60px;
    background-position: center top 10px;
  }
  .conveni_guide_close_pc{
    display: inline-block;
  }
  #closeButton{
    display: none !important;
  }
}