@charset "utf-8";

/* PC View */
@media print, screen and (min-width:650px) {
  #sp_bottom_menu{
    display: none;
  }
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  #sp_bottom_menu {
    color: #333333;
    font-weight: bold;

  width: 100%;

    position: fixed;
    bottom: 0;
    z-index: 2000;
  }
  #sp_bottom_menu ul.sp_bottom_menu_list{
    width: 100%;
    background-color: #ffffff;

    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    table-layout: fixed;
    display: table;
  }
  #sp_bottom_menu .sp_bottom_menu_list li{
    display: table-cell;
    height: 58px;
    width: auto;
    vertical-align: middle;
    overflow: hidden;
  }
  #sp_bottom_menu .sp_bottom_menu_list li a{
    display: block;
    height: 58px;
    width: 100%;
    padding-top: 6px;
    
    font-size: 1.0rem;
    font-weight: bold;
}
  #sp_bottom_menu .sp_bottom_menu_list li a i,
  #sp_bottom_menu .sp_bottom_menu_list li a span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 120%;
/*    padding-top: 5px; */
  }
  #sp_bottom_menu .sp_bottom_menu_list li a span{
    padding-top: 5px;
  }
  #sp_bottom_menu .sp_bottom_menu_list li:nth-child(even){
    background-color: #FFFFFF;
  }

  #sp_bottom_menu .sp_bottom_menu_list li a,
  #sp_bottom_menu .sp_bottom_menu_list li a:visited{
    color: #333333;
  }

  #sp_bottom_menu .sp_bottom_menu_list li img{
  }

  #sp_bottom_menu .sp_bottom_menu_txt{
    width:96%;
    margin:0 auto;
    background:#ffd737;
    padding: 5px 0;
    margin-bottom:15px;
    border-radius:15px;

    text-align:center;
    position:relative;
  }
  #sp_bottom_menu .sp_bottom_menu_txt::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent; 
    border-top: 35px solid #ffd737; 
    display: block;
    position:absolute;
    bottom: -10px;
    left: 6%;

    z-index:-1;
}

}
