/*FORM*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
button {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
input[type="number"] {
     -moz-appearance:textfield;
}
input::-ms-clear {
     visibility:hidden
}

#form{
  width: 100% !important;
}
.form-item{
  width: 100%;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  margin-bottom: 40px !important;
}
.form-item p.note:first-child{
  margin-bottom: 0 !important;
}
.form-item input,
.form-item textarea,
.form-item select{
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 10px;
  font-size: 16px !important;
  line-height: 1.3;
}
.form-item input#mail,
.form-item input#mail2{
  font-size: 21px;
  letter-spacing: 2px;
}
.form-item textarea{
  height: 200px;
}
.form-item_h2{
	background: #002254;
	color: #fff;
	font-size: 21px;
}
.form-item_h5{
  color: #fff;
  font-size: 18px;
}
.form-item_h6{
  margin-bottom: 2px;
  font-size: 16px;
}
.form-item_nd{
  font-size: 12px;
  font-weight: normal;
  color: #c91c1d;
}
.form-item_nnd{
  font-size: 12px;
  font-weight: normal;
  color: #1e6cac;
}
.form-item_ck{
  margin-top: 5px;
  margin-right: 3px !important;
  width: 20px !important;
  vertical-align: 0;
}
.form-item_policy{
  color: #c91c1d;
}
.form-btn_link{
  margin: 0 5px;
}
.form-inner_10 b{
	flex-basis:1.5em;
	max-width: 1.5em;
	font-weight: normal;
	text-align: center;
}
.form-inner_10 input{
	flex:1;
}
.form_box-10{
	width: 10% !important;
	flex-basis:10%;
	max-width:10%;
}
.form_box-20{
	width: 20% !important;
	flex-basis:20%;
	max-width:20%;
}
.form_box-25{
	width: 25% !important;
	flex-basis:25%;
	max-width:25%;
}
.form_box-30{
	width: 30% !important;
	flex-basis:30%;
	max-width:30%;
	position: relative;
}
.form_box-15em{
	width: 15em !important;
	flex-basis:15em;
	max-width:15em;
	position: relative;
}
.form_box-49{
  width: 49% !important;
}
.form_box-zip{
  width: 20% !important;
}
.form-birth{
  width: 50% !important;
}
.form-birth span{
  padding: 0 5px 10px;
}
.form-tel_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.form-tel{
	flex-basis:5em;
	-webkit-flex-basis:5em;
	max-width:5em;
  position: relative;
}
.form-tel_hf{
	flex-basis:5%;
	-webkit-flex-basis:5%;
	max-width:5%;
  text-align: center;
}
.form-date_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.form-date{
	flex-basis:25%;
	-webkit-flex-basis:25%;
	max-width:25%;
  position: relative;
}
.form-hf{
	flex-basis:7%;
	-webkit-flex-basis:7%;
	max-width:7%;
  text-align: center;
}
.form-era{
	flex-basis: 2.5em;
	max-width: 2.5em;
	text-align: center;
}
.form-year,
.form-month,
.form-day{
	flex-basis: 1.5em;
	max-width: 1.5em;
	text-align: center;
}
.form-mail_att{
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}
.form-btn_link{
  font-size: 16px;
  cursor: pointer;
}
.form-btn_link:hover{
  background: #efa102;
}
.recruit .form-btn_link{
  background: #9055a8;
}
.recruit .form-btn_link:hover{
  background: #15b0b6;
}
.form-box label{
  display: inline-block;
  margin-right: 1em;
}
.form-box #ckprivacy{
    vertical-align: 0;
}
#birthera{
  margin-right: 5px;
}
.formError .formErrorContent {
    background: red !important;
    padding: 6px 10px 7px 10px;
    line-height: 1.4em;
}
.formError:after {
    color: red !important;
    bottom: -8px;
}
.form-tderror .formError{
	top: 40px !important;
}
.form-ruler .formError{
	top: -30% !important;
}
.form-item .note span{
	font-size: 14px;
}
.form-found_other{
	display: none;
	margin-top: 0.5em;
}
.form-found_other_input{
	margin-top: 5px;
}
#fundother-equipment,
#fundother-operating{
	margin-top: 10px;
}
.financepre-name .formError,
.tradename_hojin .formError,
#fundother-box .formError{
	top: 60px !important;
}
#fundother-equipment .formError{
	top: 45px !important;
}
#repayother-box .formError{
	top: 125px !important;
}
.fund-emergency .formError{
	top: -70px !important;
}
.screening-entry .formsend{
	background: #d00000 !important;
}
.screening-entry .formsend:hover{
	background: #009bd8 !important;
}
@media screen and (max-width: 980px) {
	.filelist-table .formError:after{
		top: -15px;
	}
}
@media screen and (max-width: 480px) {
	.form-ruler .formError{
		top: -20% !important;
	}
}

/*条件分岐*/
#scplus-box,
#scsuper-box,
#scpremier-box,
.scpremier_att,
.form-electro,
#fundother-box,
#fundother-equipment{
    display: none;
}
/* 初期の背景色設定 */
#ceomail,#comail {
	background-color: #fff;
}
/* .required がある場合の背景色設定 */
#ceomail.required,
#comail.required{
	background-color: rgb(255, 230, 230);
}
.form-item_rend{
  font-size: 12px;
  font-weight: normal;
  color: #1e6cac;
}
.form-electro_a{
	display: block;
	color: #007aff;
    font-weight: 700;
    text-decoration: underline;
	margin-top: 20px;
}
.form-electro_a:hover{
	color: #002254;
}
.form-electro_label{
	display: block;
	position: relative;
}
.form-electro_label{
	pointer-events: none;
}
.form-electro_label input{
	opacity: 0.4;
}
.form-electro_label.allow-check{
	pointer-events: inherit;
}
.form-electro_label.allow-check input{
	opacity: 1;
}
.form-item td{
	position: relative;
}
.form-item .finance-table th{
	width: 12em;
}
.form-item .financepre-remove, 
.form-item .filelist-remove, 
.form-item .officer-remove{
	background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #aaa;
	cursor: pointer;
}
.form-item .financepre-remove:hover, 
.form-item .filelist-remove:hover, 
.form-item .officer-remove:hover{
	background: #777;
    color: #fff;
}
/*確認画面*/
.form-conf{
  width: 100%;
  max-width: 800px;
}
.form-conf table{
  border-collapse: collapse;
  width: 100%;
}
.form-conf th,
.form-conf td{
  padding: 20px 0;
  border-bottom: 1px solid #999;
  text-align: left;
}
.form-conf th{
  width: 30%;
}
.form-conf td textarea{
  width: 100%;
  height: 100%;
  border: none;
}
.form-conf_send {
    flex-basis:47%;
    max-width:47%;
    padding: 12px 0;
    color: #fff !important;
    cursor: pointer;
}
.form-conf_send small{
	display: block;
	color: #fff;
}
.form-conf_go{
    flex-basis:100%;
    max-width:100%;
	background: #d00000 !important;
}
.form-conf_send:hover{
  background: #002254 !important;
}
.form-conf_back{
  opacity: 0.6;
}
.form-conf_back:hover{
  opacity: 1;
}

/*完了画面*/
.form-thanks_no b{
  font-size: 130%;
  color: #002254;
  padding: 0 5px;
}
.form-thanks{
  width: 95%;
  max-width: 800px;
  border: 1px solid #999;
}
.form-thanks_back{
    width: 320px;
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 18px;
    background: #003a8e;
    color: #fff;
}
.error-message{
	background: #eee;
}
@media screen and (max-width: 1480px) {
	.form-item .note span{
		font-size: 13px;
	}
}
@media screen and (max-width: 880px) {
  #form {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
	.form-thanks p br {
		display: none;
	}
	.form-item .note span{
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
  #form{
    margin: 20px auto;
  }
  .form-item *{
    letter-spacing: 0;
  }
  .form-item_h6 {
    margin-bottom: 5px;
  }
  .form-box label{
    display: block;
  }
  .form_privacy label{
    font-size: 14px;
  }
  .form_box-zip{
    width: 50%;
  }
  .form-tel,
  .form-birth{
    width: 100%;
  }
  .form-item input#mail,
  .form-item input#mail2{
    letter-spacing: 0;
  }
  .form_box-zip {
    width: 50% !important;
    flex-basis:50%;
    -webkit-flex-basis:50%;
    max-width:50%;
  }
}

/*入力のステップ*/
.form-step{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.form-step_arrow{
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #003a8e;
	padding: 0.7em 2em 0.7em 2.5em;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}
.form-step_arrow.current{
	background: #d00000;
}
.form-step_arrow span,
.form-step_arrow p{
	color: #fff;
	font-size: 14px;
}
.form-step_arrow span{
	font-size: 200%;
}
.form-step_arrow p{
	padding-left: 1em;
	line-height: 1.4;
}
/*ファイル添付*/
.file-input {
	visibility: hidden;
}
.file-label {
	display: inline-block;
	padding: 8px 1em;
	background: #043a8a;
	color: white;
	cursor: pointer;
	border-radius: 2px;
	margin-left: 2px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.file-label.disabled {
	cursor: not-allowed;
}
.filelist-add small br {
	display: none;
}
.filelist-table {
	width: 100%;
	border-collapse: collapse !important;
}
.filelist-table td{
	padding: 0 2px 2px 0;
	border: none;
}
.filelist-remove_button {
	text-align: right;
}
.file-label.file-attached-first span,
.file-label.file-attached span{
    background-color: #aaa;
    color: #fff;
	padding: 0.2em 1em;
	display: inline-block;
	transition: 0.3s all;
	margin-right: 2px;
}
.file-label.file-attached-first span:hover{
	background: #043a8a;
}
.file-label.disabled span{
    background-color: #aaa;
    cursor: not-allowed;
}
.file-label:has(span){
	background: transparent;
	padding: 8px 0;
	color: #000;
}
@media screen and (max-width: 680px) {
	.form-step_arrow p {
		padding-left: 0.5em;
		font-size: 12px;
	}
	.form-step_arrow p br{
		display: none;
	}
	.filelist-table,
	.filelist-table tbody,
	.filelist-table tr,
	.filelist-table th,
	.filelist-table td{
		display: block;
		width: 100%;
	}
	.filelist-table tr{
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 480px) {
	.form-step_arrow {
		padding: 0.5em 1em 0.5em 1.52em;
	}
	.filelist-add small br{
		display: block;
	}
}













