@charset "utf-8";
/* サポート専用css：汎用
――――――――――――――――――――――――― */

.btn{
	background-color: #31a6df;
	color: #fff;
	padding: 1rem 0.5rem;
	border-radius: 10px;
	text-decoration: none;
	width: 19%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.maxW{
	max-width: 1000px;
	width: 90%;
	margin: auto;
}
.maxW2 {
	max-width: 1000px;
	margin: auto;
	width: 74%;
}
.categoryTitle p { width:auto; }

.btnGreen {
	background-color: #8fc31f;
	color: #fff;
	padding: 1.5rem 0.5rem;
	border-radius: 50px;
	text-decoration: none;
	width: 40%;
	max-width: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-top: 1.4em;
}

.arrowR:after {
	content:"\f054";
	font-family: FontAwesome;
	position:absolute;
	right: 2%;
	font-size: 1.5rem;
}

.arrowB:after {
	content:"\f078";
	font-family: FontAwesome;
	position:absolute;
	bottom:2px;
	font-size: 2rem;
}

.manualTitle { margin-bottom: 2.5rem!important;}
.sub {max-width: 288px; margin: 0 auto 0.5rem;}
.manualText { line-height: 2; padding: 0 0 3rem 0;}
.marginT01 { margin-top:2rem!important; }