@charset "utf-8";
.form-sect {
    padding: 95px 30px 0;
    margin: 0 auto;
    max-width: 1040px;
}
.sub-ttl {
    text-align: center;
	font-size: 24px;
}
.form_lead_txt {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 20px;
}
.ec-borderedDefs {
    border-top: none;
}
.ec-borderedDefs dt {
	text-align: center;
    max-width: 210px;
    background-color: #BDD2CD;
	padding: 15px 0;
	margin-bottom: 15px;
}
.ec-borderedDefs dl {
    border-bottom: none;
}
.ec-label.required.ec_mail {
    letter-spacing: -2px;
}
.form_area .ec-halfInput input[type=text] {
    width: 100%;
}
.ec-label {
    font-weight: normal;
	margin-bottom: 0;
}
.form_privacy_txt {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.checkbox_label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.checkbox_label.privacy_label {
    max-width: 260px;
    margin: 0 auto 25px;
}
.checkbox_input {
    display: none;
}
.checkbox_input + .checkbox_parts {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.checkbox_input + .checkbox_parts::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border: 1px solid #333;
    width: 15px;
    height: 15px;
}
.checkbox_input:checked + .checkbox_parts::after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-left: 1px solid #00A99D;
    border-bottom: 1px solid #00A99D;
    margin-right: 10px;
    transform: rotate(-45deg);
}
.checkbox_input:checked + .checkbox_parts::before {
    border: 1px solid #00A99D;
    background-color: #fff;
}
.ec-RegisterRole__actions {
    margin-bottom: 145px;
}
.ec-blockBtn--action {
    max-width: 155px;
    height: 41px;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
    border-radius: 22px;
    margin: 0 auto;
    background-color: #00A99D;
    border-color: #00A99D;
}

@media screen and (min-width:768px) {
    .form_lead_txt {
        text-align: center;
        font-size: 18px;
        margin-top: 40px;
    }
    .ec-label {
        font-size: 14px;
    }
    .ec-required {
        font-size: 60%;
    }
    .ec-borderedDefs dt {
        text-align: center;
        background-color: #BDD2CD;
        height: 48px;
        max-width: 227px;
        margin-right: 15px;
        font-size: 18px;
    }
    .ec-blockBtn--action:hover {
        background-color: #00A99D;
        border-color: #00A99D;
        opacity: .8;
    }
    .checkbox_label.privacy_label {
        cursor: pointer;
        font-size: 18px;
        max-width: 290px;
    }
    .form_privacy_txt {
        font-size: 18px;
    }
    .ec-RegisterRole__actions {
        margin-bottom: 55px;
    }
	.form-sect {
		padding: 100px 0;
	}
}