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

@media (max-width: 575.98px){
/* ↓↓↓↓↓↓↓↓↓↓↓　スマホ画面　画面下固定ボタン ↓↓↓↓↓↓↓↓↓↓↓ */
#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%;
	font-size: 14px;
	border-right: 1px solid #fff;
}

#fix-phone-under-menu li a{
	color: #fff;
	background-color: rgba(16,97,199,1.00);
	width: 33.33333%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	text-decoration: none;
}
#fix-phone-under-menu li a:hover  {
	opacity: 0.5;
}
/* ↑↑↑↑↑↑↑↑↑↑　end スマホ画面　画面下固定ボタン ↑↑↑↑↑↑↑↑↑↑ */

}
