.whole_text_align_center {
  text-align: center;
}

.partial_text_align_left {
  text-align: left;
}

.adjust_input_label {
  margin-left: 30px;
}

.ec-halfInput select {
  border-radius: 10px;
}

.ec-input .ec-entryFullInput {
  font-size: 0.875rem;
  height: 40px;
  width: 93%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 16px;
}

.birth_wrap {
  text-align: left;
  margin-left: 20px;
}

.arbitrary {
  background: #919191;
  margin-left: 1em;
  display: inline-block;
  vertical-align: 2px;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #919191;
  border-radius: 5px;
  color: #fff;
  padding: 0px 5px;
}

.birth_wrap .select,
.job_wrap .select,
.address_pref select{
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../../img/common/circle-chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 8px center;
}

.birth_wrap .year {
  width: 100px;
}

.birth_wrap .month_day {
  width: 70px;
}

.entry_radio {
  transform: scale(1.3);
  accent-color: #79AC4D;
}

.column2_wrap {
  display: flex;
  flex-direction: column;
}

.radio_div {
  border: solid 1px #CCCCCC;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 4px;
  width: 45%;
  text-align: left;
}

.radio_area {
  margin-bottom: 10px;
}

.job_wrap .job {
  width: 90%;
}

.address_1 {
  display: inline-flex;
  width: 93%;
  justify-content: space-between;
  text-align: left;
}

.address_1 .address_zip {
  width: 48%;
  margin-bottom: 0px;
}

.address_1 .address_pref {
  width: 49%;
  margin-bottom:0px;
}

.address_1 .address_zip .zip_code {
  width: 100%;
}
/*---------------------------------------
----------------  追加  ----------------------
---------------------------------------*/

.ec-borderedDefs{
  border-top: unset;
}
.adjust_input_label{
  margin: 0 0;
}
.ec-label {
  margin-bottom: 10px;
  font-size: 18px;
}
.ec-input input,
.ec-borderedDefs input{
  width: 100%!important;
  height:auto!important;
  padding: 15px!important;
  margin: 0 0!important;
}
.ec-borderedDefs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
.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;
}


.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;
}
}
