
/*---------------------------------
/*--------  追加  ------------------
/*---------------------------------*/
.ec-borderedDefs {
  border-top: unset;
}

.ec-contactRole {
  margin-bottom: 60px;
}

.ec-contactRole p {
  margin-bottom: 30px;
}

.adjust_input_label {
  margin: 0 0;
}

.ec-label {
  margin-bottom: 10px;
  font-size: 18px;
}

.ec-borderedDefs dl {
  padding: 0 0;
  flex-wrap: wrap;
  border: unset;
}

.ec-borderedDefs dt,.ec-borderedDefs dd {
  padding: 0;
  margin: 0;
  width: 100%;
}

.ec-input input,
.ec-borderedDefs input {
  width: 100%!important;
  height:auto!important;
  padding: 15px!important;
  margin: 0 0!important;
  max-width: unset;
}

.ec-borderedDefs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.ec-halfInput {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

.ec-halfInput input[type=text] {
  margin: 0 0;
}

.address_1,
.address_1 .address_zip,.address_1 .address_pref {
  width: 100%;
}

.address_1 .address_pref select {
  height: 100%;
}

.mb10 {
  margin-bottom: 10px;
}

.birth_wrap {
  margin: 0 0;
}

.ec-birth select {
  margin: 0 0;
  height: 55px;
  background-color: #fff;
}

.ec-birth span {
  margin: 0 7px;
}

.column2_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}

.radio_area .radio_div:first-child {
  margin-bottom: 10px;
}

.radio_area
.radio_div {
  width: 100%;
  padding: 15px;
}

.radio_div input {
  width: fit-content!important;
  height: auto!important;
  padding: 15px!important;
  margin: 0 0!important;
}

.ec-radio label {
  margin-left: 10px;
}

.ec-select {
  margin-bottom: 0;
}

#contact_contents {
  height: 230px;
  border-radius: 10px;
  padding: 15px;
}

.job_wrap .job,
.address_pref select {
  background-size: 23px auto;
  background-position: right 20px center;
}


.job_wrap .job {
  width: 100%;
  margin: 0 0;
  height: 55px;
  background-color: #fff;
}

.ec-checkbox {
  background-color: #ECECEC;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.ec-checkbox label {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0;
}

.ec-checkbox input {
  width: fit-content!important;
}

.ec-off4Grid .ec-off4Grid__cell {
  width:100%;
  margin: 0 0;
}

.whole_text_align_center {
  text-align: left;
}

.ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  margin-left:0;
}

@media screen and (max-width: 768px) {
  .ec-halfInput {
    grid-template-columns: repeat(1,1fr);
  }

  .address_1 .address_pref select {
    height: 55px;
  }

  .column2_wrap {
    grid-template-columns: repeat(1,1fr);
    gap: unset;
  }

  .ec-checkbox label {
    flex-wrap: wrap;
  }

  .job_wrap .job,
  .address_pref select {
    background-position: right 15px center;
  }
}
