@charset "utf-8";

/* 姓 法人の場合 */
input#nameSei.nameSei_hojin {
	width: 300px;
}
@media screen and (max-width: 641px) {
	input#nameSei.nameSei_hojin {
		width: 100%;
	}
}

input#nameOffice {
    display: none;
}

.pagePartsHtmlText.ReminderPasswordInput {
	margin: 0 0 20px;
	padding: 6px 0 0 0;
	line-height: 1.8;
	border-top: 1px solid #757575;
}
.contents .buttonArea {
	margin-top: 60px;
}

@media screen and (max-width: 960px) {
	.pagePartsHtmlText.ReminderPasswordInput {
		border-top: none;
	}
	.contents #buttonGroup.buttonArea {
		margin: 40px 0 0;
	}
}
/* 20200925　デザイン追加　end */


#layoutGroup .required_condition::after{
	display: inline-block;
    content: "必須";
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 10px;
    margin-top: -12px;
    background: #EB6700;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    right: 20px;
}

@media screen and (max-width: 640px){
	#layoutGroup .required_condition::after {
    	display: inline-block;
    	content: "必須";
    	color: #FFFFFF;
    	font-size: 1.2rem;
    	line-height: 18px;
    	padding: 0 8px;
    	margin-top: -9px;
    	background: #EB6700;
    	border-radius: 9px;
    	position: absolute;
    	top: 50%;
    	right: 2%;
	}
}