@charset "utf-8";
/* CSS Document */

/*■■■■パソコン用設定■■■■*/
h1 {
	text-align: left;
	width: 80%;
	margin: 10px 20px;
}
h2 {
	text-align: left;
	width: 60%;
	margin: 10px 15px;
}
p {
	margin: 10px 20px;
	width: 80%;
}
.proverb {
	width: 90%;
}
/*■■■ロゴの表示・非表示■■■*/
.logoPc {
}
.logoSp {
	display: none;
}
/*■■サーバルロゴ■■*/
.servalLogo {
	width: 17%;
	height: auto;
}
/*■■バーコード■■*/
.barcode {
	width: 33%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px;
}
/*■■Flash MXデザイナー■■*/
.flashMx {
	width: 33%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px;
}
/*■■■ボックス全体の設定■■■*/
.boxContainer {
	display: flex;
	flex-flow: row wrap;
}
.box {
	height: auto;
	position: relative;
	width: 50%;
}
.box::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.boxInner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
/*■■各ボックスの設定■■*/
.box01 {
	order: 1;
}
.box02 {
	order: 2;
}
.box03 {
	order: 3;
}
.box04 {
	order: 4;
}
.box05 {
	order: 5;
}
.box06 {
	order: 6;
}
.box07 {
	order: 7;
}
.box08 {
	order: 8;
}
.box09 {
	order: 9;
}
.box10 {
	order: 10;
}
/*■■■ボタンの設定■■■*/
.btnContainer {
	display: flex;
	flex-flow: row wrap;
}
.btn {
	height: auto;
	position: relative;
	width: 25%;
}
.btn::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.btnInner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
/*■ロールオーバー前後のボタンの挙動■*/
.btn {
	filter: grayscale(100%) brightness(35%);
}
.btn:hover {
	filter: grayscale(0%) brightness(100%);
}
/*■■■連絡先■■■*/

/*■■■フッターの設定■■■*/
footer {
	position: fixed;
	align: left;
}
.snsIcon {
	width: 24px;
	height: 24px;
	margin: 5px;
}
.footerInfo {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.copyright {
	order: 1;
	padding: 5px 0 0 5px;
}
.sns {
	order: 2;
}
.snsIcon:hover {
	filter: brightness(200%);
}
/*■ダミーフッター■*/
.dummyFooter {
	width: 100%;
	height: 44px;
	background-color: #161616;
	order: 11;
}
