@charset "utf-8";
/* CSS Document */
.support_browserphone {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 20px;
	margin-bottom: 50px;
}
.support_browserphone li{
	width:47%;
}
.support_browserphone li:first-child{
	padding-top:20px;
}
.support_browserphone li a.sp_qr{
	background:#ce5813;
	color:#fff;
	padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid #ce5813;
}
.support_browserphone li a.sp_qr:hover{
	background:#fff;
	color:#ce5813;
	padding: 10px;
    border-radius: 50px;
    text-decoration: none;
    border: 3px solid #ce5813;
}
.support_browserphone li a.sp_qr_tx{
	display: inline!important;
}
@media print, screen and (max-width:800px) {
.support_browserphone {
	display: block;
}
.support_browserphone li{
	width:100%;
}
.support_browserphone li:first-child{
	padding-top:20px;
}
.support_browserphone li:last-child{
	padding-top:50px;
}
}