@charset "Shift_JIS";

/*----------------------------------------------------

----------------------------------------------------*/
.btn-agree {
	margin: 20px 0;
}
.btn-agree a {
	width: fit-content;
	line-height: 1.5;
	font-weight: bold;
	padding: 1em 2.5em 1em 1.5em;
}
.btn-agree a:after {
    right: .9em;
}

@media screen and (min-width:40em) {
	#formBox {
	position: relative;
}
	.btn-agree {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
}
	.btn-agree a {
	font-size: 1.4rem;
}
}

