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

/*■■■■スマホ用設定■■■■*/
h1 {
	text-align: center;
}
h2 {
	text-align: center;
	margin: 10px 15px;
}
p {
	margin: 10px 20px;
}
.container {
	display: flex;
	flex-flow: column wrap;
}
.proverb {
	width: 100%;
	margin: 50px 0;
	text-align: center;
}
/*■■■ロゴの表示・非表示■■■*/
.logoPc {
	display: none;
}
.logoSp {
	width: 300px;
	height: auto;
}
.tateyoko {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*■■サーバルロゴ■■*/
.servalLogo {
	width: 17%;
	height: auto;
}
.barcode {
	width: 45%;
	height: auto;

	margin: 45px auto 25px;
}
/*■■Flash MXデザイナー■■*/
.flashMx {
	width: 45%;
	height: auto;

	margin: 45px auto 25px;
}
/*■■■ボックス全体の設定■■■*/
.boxContainer {
	display: flex;
	flex-flow: column wrap;
}
.box {
	position: relative;
	width: 100%;
}
.boxInner {
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}
.btnMargin {
	margin-top: 15px;
	margin-bottom: 45px;
}
/*■■各ボックスの設定■■*/
.box01 {
	order: 1;
	width: 100%;
	height: auto;
	min-height: 100vh;
}
.box02 {
	order: 2;
}
.box03 {
	order: 4;
}
.box04 {
	order: 3;
}
.box05 {
	order: 5;
}
.box06 {
	order: 6;
}
.box07 {
	order: 8;
}
.box08 {
	order: 7;
}
.box09 {
	order: 9;
}
.box10 {
	order: 10;
}
/*■■■ボタンの設定■■■*/
.btnContainer {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	justify-content: space-around;
}
.btn {
	height: auto;
	position: relative;
	width: 21%;
	margin-bottom: 24px;
}
.btn::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.btnInner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 22px;
}
/*■ロールオーバー前後のボタンの挙動■*/
.btnInner img {
	border-radius: 20px;
}
.btnInner:hover img {
	border: solid 5px #1ec4fe;
}
/*■■個人情報■■*/
.contact  dl{
	width: 90%;
}
/*■■■フッターの設定■■■*/
footer {
	align: center;
}
.snsIcon {
	width: 64px;
	height: 64px;
	margin: 10px;
	border-radius: 12px;
}
.footerInfo {
	display: flex;
	flex-flow: column wrap;
	justify-content : center;
}
.copyright {
	order: 2;
	text-align: center;
}
.sns {
	order: 1;
	text-align: center;
}
.snsIcon:hover {
	border: solid 5px #1ec4fe;
}
/*■ダミーフッター■*/
.dummyFooter {
	display: none;
}
