@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


.jost {
  font-family: "Jost", sans-serif;
}
.required{
	color: red;
}
.note-required{
	font-size: 12px;
	margin-bottom: 15px;
}
.bg-black{
	background: #000;
}
.sec-form{
	padding: 75px 0;
	background: #000;
	color: #fff;
}
.box-tit-entry{
	margin-bottom: 30px;
}
.tit-entry {
    color: #fff;
}
.tit-entry .en{
	font-weight: 300;
	font-size: 36px;
	line-height: 1;
	display: block;
}
.tit-entry .jp{
	font-size: 18px;
}
/*custom radio*/
.box-radio-custom .box-radio-ct {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-radio-custom .box-radio-ct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.box-checkmark {
    position: relative;
}
.box-radio-custom .checkmark {
	position: absolute;
    top: -20px;
    left: -20px;
    height: 14px;
    width: 14px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #fff;
}
.box-radio-custom .box-radio-ct:hover input ~ .box-checkmark .checkmark {
  background-color: #ccc;
}
.box-radio-custom .box-radio-ct input:checked ~ .box-checkmark .checkmark {
  background-color: #2196F3;
}
.box-radio-custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.box-radio-custom .box-radio-ct input:checked ~ .box-checkmark .checkmark:after {
  display: block;
}
.box-radio-custom .box-radio-ct .checkmark:after {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
	transform: translate(-50%, -50%);
}
/*end custom radio*/
.wrap-form-instructor{
	max-width: 480px;
	width: 100%;
	margin: auto;
}
.wrap-form-instructor .item-form label{
	color: #fff;
}

.wrap-form-instructor *{
	font-size: 14px;
}
.wrap-form-instructor .item-form{
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
}
.wrap-form-instructor .item-form:last-child{
	border-bottom: none;
}
.no-border-bottom{
	border-bottom: none !important;
	margin-bottom: 0 !important;
}
.wrap-form-instructor .item-form label.error,
.error-other-occupation {
    color: red;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}
.box-radio-custom {
    position: relative;
}
.error-radio label.error{
	position: absolute;
	bottom: -20px;
	left: 0;
}
.error-radio label#occupation-error {
	bottom: -63px;
}
.btn-entry-instructor{
    width: 210px;
    background: #FF0000;
	color: #fff;
}
.box-submit-instructor {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.complete-instructor {
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.box-radio-ct .level {
    margin: 0 12px;
}
.tit-complete{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}
#other-occupation-cf
 {
    margin-top: 15px;
}
/*mobile*/

@media screen and (max-width:767px) {

}
/*end 767*/