@charset "shift_jis";

/* ======================================================
* /common-files/css/sns.css
* ------------------------------------------------------
====================================================== */
@media screen and (min-width: 751px){
	.sns-AndroidOnly{display: none;}
	.appListwrap{
		border-top: 1px solid #efefef;
	}
	ul.appList01{
		width: 1200px;
		padding-top: 20px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	ul.appList01 li{
		display: inline-block;
	}
	ul.appList01 li + li{
		margin-left: 25px;
	}
	ul.appList01 li img{
		max-height: 50px;
	}
}
@media screen and (max-width: 750px){
	.sns-AndroidOnly{display: none;}
	.appListwrap{
		border-top: 1px solid #999999;
		background: #f6f6f6;
	}
	ul.appList01{
		max-width: 264px;
		padding: 20px 0;
		margin-right: auto;
		margin-left: auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 64.5px;
	}
	ul.appList01 > li{
		display: inline-block;
		width: 45px;
	}
}