@charset "UTF-8";
/* 小見出し */
.p-sub-heading {
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}
@media (min-width: 48em) {
	
	/* 小見出し */
	.p-sub-heading {
		font-size: 2.4rem;
	}
}
/*------------------------------------
	ダウンロードはこちら
-------------------------------------*/
.js-index-content,
.js-spec-content {
	position: relative;
}

.p-appli-dl--fixed {
	background-color: #f5f5f5;
	padding: 10px 0;
	padding-inline: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.is-appli-dl--fixed {
	position: absolute;
}

.p-appli-dl__list--fixed {
	margin-top: 5px;
	display: flex;
	justify-content: center;
	border-top: solid 1px #999;
	position: relative;
}

.p-appli-dl__list--fixed::after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 12px);
	position: absolute;
	left: 50%;
	top: 10px;
	background-color: #999;
}

.p-appli-dl__item--fixed {
	width: 48%;
	padding: 5px 10px 0;
	text-align: center;
}

.p-appli-dl__qr--fixed {
	display: none;
}

.p-appli-dl__text--fixed {
	font-weight: bold;
	font-size: 1.2rem;
}

.p-appli-dl__btn--fixed {
	margin: 5px auto 0;
}

.p-appli-dl__btn--fixed--ios {
	width: 70%;
}

.p-appli-dl__btn--fixed--android {
	width: 84%;
}

@media (min-width: 48em) {
	
	.p-appli-dl--fixed {
		padding: 20px 0;
	}
	
	.p-appli-dl__in {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.p-sub-heading--fixed {
		font-size: 1.8rem;
	}
	
	.p-appli-dl__list--fixed {
		margin-top: 10px;
	}
	
	.p-appli-dl__item--fixed {
		padding: 12px 30px 0;
		max-width: 320px;
		display: flex;
		justify-content: space-between;
	}
	
	.p-appli-dl__text--fixed {
		font-size: 1.6rem;
	}
	
	.p-appli-dl__btn--fixed {
		margin: 10px 0 0;
	}
	
	.p-appli-dl__btn--fixed--ios {
		width: 138px;
	}
	
	.p-appli-dl__btn--fixed--android {
		width: 164px;
	}
	
	.p-appli-dl__link--fixed {
		transition: 0.3s;
	}
	.p-appli-dl__link--fixed:hover {
		opacity: 0.7;
	}
	
	.p-appli-dl__qr--fixed {
		display: block;
	}
	
}

/*------------------------------------
	フッター
-------------------------------------*/
.p-appli-footer {
	background-color: #f2f2f2;
	padding: 12px;
	position: relative;
	border-top: solid 4px #fff;
}

.p-appli-footer__top {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.p-appli-footer__return-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #666;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	top: -38px;
}

.p-appli-footer__copyright {
	border: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 48em) {
	.p-appli-footer {
		padding: 25px;
		border-top-width: 7px;
		overflow: visible;
	}
	
	.p-appli-footer__top {
		right: 30px;
		bottom: 85px;
		z-index: 10;
	}
	
	.p-appli-footer__return-to-top {
		right: 0;
		top: 28px;
		transform: rotate(0);
		padding: 15px;
		width: auto;
		height: auto;
	}
}


