@media (min-width:600px){
.row.underbutton {
	display: none;
}
	
	
}

@media (max-width:599.98px){
.container-fluid .row.underbutton {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
/* ↓↓↓↓↓↓↓↓↓↓↓　スマホ画面　画面下固定ボタン ↓↓↓↓↓↓↓↓↓↓↓ */
#fix-phone-under-menu{
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 0;
	opacity: 0.9;
	z-index: 2;
}

#fix-phone-under-menu li{
    display: inline-table;
    width: 33.33333%;
    border-right: 1px solid #fff;
}
#fix-phone-under-menu li.noline {
    border-right-style: none;
}

#fix-phone-under-menu li a{
    color: #fff;
    background-color: rgba(16,141,206,0.76);
    width: 33.33333%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 80px;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: bold;
}
#fix-phone-under-menu i  {
    padding-bottom: 8px;
    font-size: 1.25rem;
}
#fix-phone-under-menu li a:hover  {
	opacity: 0.5;
}
/* ↑↑↑↑↑↑↑↑↑↑　end スマホ画面　画面下固定ボタン ↑↑↑↑↑↑↑↑↑↑ */

}
