/* ------------------------------------------------------------- */
/* entry-form                                                  */
/* ------------------------------------------------------------- */
.lower-mv.entry {
  background-image: url(../img/supplier/hero-supplier.jpg);
}

.entry-form {
  /* ラジオボタン */
}

.entry-form .lead-txt {
  line-height: 1.8;
  margin-bottom: 50px;
}

.entry-form__ttl {
  color: #e60416;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #dddddd;
}

@media (max-width: 768px) {
  .entry-form__ttl {
    font-size: 20px;
  }
}

.entry-form .table__ttl {
  font-size: 25px;
  font-weight: 700;
  margin: 50px 0 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: #e60416 solid 10px;
  border-bottom: #e60416 solid 1px;
}

.entry-form table {
  text-align: left;
  width: 100%;
}

.entry-form table th,
.entry-form table td {
  padding: 14px 30px;
}

@media (max-width: 768px) {
  .entry-form table th,
  .entry-form table td {
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
  }
}

.entry-form table th {
  width: 340px;
  padding: 14px 0 14px 25px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .entry-form table th {
    margin: 25px 0 10px;
    font-size: 18px;
    width: 100%;
    padding-left: 10px;
  }
}

.entry-form table th.v-top {
  vertical-align: top;
}

.entry-form table th .wrapper {
  position: relative;
}

.entry-form table th .wrapper::after {
  position: absolute;
  right: 20px;
  content: '必須';
  color: #ffffff;
  background-color: #e60416;
  padding: 3px 17px;
  font-size: 14px;
}

.entry-form table th .wrapper.optional::after {
  content: '任意';
  color: #ffffff;
  background-color: #787878;
}

.entry-form table input,
.entry-form table select,
.entry-form table textarea {
  padding: 17px 10px;
  border: solid 1px #e0e6ee;
  outline: 0;
  resize: none;
  cursor: text;
  font-size: 16px;
}

.entry-form table .select-wrap {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}

.entry-form table .select-wrap::after {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30%;
  content: url(../image/aside_catalog_link_arw.png);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 15px;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
}

.entry-form table select {
  position: relative;
  width: 200px;
  cursor: pointer;
}

.entry-form table select::-ms-expand {
  display: none;
}

.entry-form table .address > select {
  margin: 10px 0;
}

.entry-form table .add-flex > input {
  margin: 0 10px;
}

.entry-form table .txt_box {
  line-height: 2;
  font-size: 15px;
}

.entry-form table .big {
  width: 100%;
}

.entry-form table .name_flex input:not(:last-child) {
  margin-right: 10px;
}

.entry-form .radio {
  padding-left: 10px;
  margin: 12px 0;
}

.entry-form .radio-btn {
  display: none;
}

.entry-form .radio label {
  display: block;
  font-size: 15px;
}

.entry-form .radio label:not(:last-child) {
  margin-bottom: 12px;
}

.entry-form .radio-btn + label {
  padding-left: 70px;
  position: relative;
  margin-right: 33px;
}

.entry-form .radio-btn + label::before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  border-radius: 50%;
}

.entry-form .radio-btn:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 9px;
  height: 9px;
  background: #151cac;
  border: 1px solid #151cac;
  border-radius: 50%;
}

.entry-form .agree__btn {
  display: none;
}

.entry-form .agree label {
  font-size: 16px;
  margin: 40px auto 0;
  cursor: pointer;
}

.entry-form .agree__btn + label {
  position: relative;
}

.entry-form .agree__btn + label::before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: -7px;
  width: 15px;
  height: 15px;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  border-radius: 50%;
}

.entry-form .agree__btn:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
  top: 7px;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #e60416;
  border: 1px solid #e60416;
  border-radius: 50%;
}

.entry-form .submit-btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .entry-form .submit-btn {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .entry-form .submit-btn {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .entry-form .entry-form td {
    padding: 0;
  }
  .entry-form select,
  .entry-form .textarea,
  .entry-form input,
  .entry-form .entry-form .big {
    width: 100%;
  }
  .entry-form table select {
    width: 100%;
  }
  .entry-form .name_flex input {
    width: 39vw;
  }
  .entry-form .address .address-num {
    width: 29vw;
  }
  .entry-form th::after,
  .entry-form th.optional::after {
    position: unset;
    margin-left: 18px;
  }
  .entry-form .name_flex input {
    width: calc(50% - 5px);
  }
}
