@charset "utf-8";
.form-sect {
    padding: 48px 40px 0;
}
.sub-ttl {
    text-align: center;
	font-size: 21px;
}
.form_lead_txt {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
}
.ec-borderedDefs {
    border-top: none;
}
.ec-borderedDefs dl {
    border-bottom: none;
}
.form_area .ec-halfInput input[type=text] {
    width: 100%;
}
.ec-label {
    font-weight: normal;
}
.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; */
    width: fit-content;
    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 #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-right: 10px;
    transform: rotate(-45deg);
}
.checkbox_input:checked + .checkbox_parts::before {
    border: 1px solid #333;
    background-color: #333;
}
.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: #0B9186;
    border-color: #0B9186;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle,.ec-blockBtn--action:hover,.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
	background-color: #0B9186;
    border-color: #0B9186;
}
.ec-input input {
    font-size: 14px;
}

@media screen and (min-width:768px) {
	.sub-ttl {
		padding-top: 40px;
	}
	.form-sect {
		padding: 0;
		margin: 0 auto;
		max-width: 1000px;
	}
    .form_lead_txt {
        text-align: center;
        font-size: 20px;
    }
    .ec-label {
        font-size: 14px;
    }
    .ec-required {
        font-size: 60%;
    }
    .ec-borderedDefs dt {
        text-align: center;
        background-color: #e6e6e6;
        height: 48px;
        max-width: 227px;
        margin-right: 15px;
        font-size: 18px;
    }
    .ec-blockBtn--action:hover {
        background-color: #0B9186;
        border-color: #0B9186;
        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;
    }
    .ec-input input {
        font-size: 16px;
    }
}