/* 
    Created on : 2020/05/29, 19:26:42
    Author     : arika
*/

.input .explain {
	margin-top: -1em;
	margin-bottom: 1.5em;
}
@media (min-width:992px) {
	.input .explain {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.input .explain em {
	color: #F06;
}
.input .password-mask-toggle {
	right: -20px
}
.input .agreement_text {
	border: solid 1px #666;
	padding: 0.7em;
	font-size: 0.8rem;
	height: 25em;
	overflow: scroll;
}
