.input__area {
  margin: 40px 0 80px;
}

.ttl-input__wrap {
  margin-bottom: 40px;
  position: relative;
}

.ttl-input__wrap .hissu,
.address__wrap .hissu,
.select-box03__wrap .hissu {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0px;
  margin-right: 7px;
  background-color: #ca3c38;
  min-width: 44px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  padding: 3px 0;
  text-indent: 0px;
}

.ttl-input__wrap .nini,
.select-box03__wrap .nini {
  background-color: #888a86;
}

.ttl__wrap {
  margin-bottom: 13px;
  line-height: 1.3;
  padding-left: 51px;
  text-indent: -51px;
  font-weight: 600;
}

.name__wrap {
  display: flex;
  justify-content: space-between;
}

.name__wrap .ttl-input__wrap {
  width: 100%;
}

.name__wrap .ttl-input__wrap .name-r {
  display: none;
}

.name__wrap .name01 {
  margin-right: 20px;
}

.name__wrap .name02 .ttl__wrap {
  opacity: 0;
}

.contct-item .ttl__wrap {
  margin-bottom: 17px;
}

.contact-contents {
  margin-top: 3px;
}

.input__wrap input {
  /*  background-color: #f2f2f2; */
  height: 40px;
  width: 100%;
  /*   font-size: 16px; */
  padding: 0 10px;
  background-color: #f7f7f7;
  border: #707070 1px solid;
  border-radius: 3px;
  font-weight: 600;
}

.post-code input {
  width: 100%;
  margin-bottom: 0;
}

.entry-form textarea {
  border: 1px solid #707070;
  width: 100%;
  height: 250px;
  /*  border: 1px solid #ccc;
    */
  font-size: 16px;
  padding: 10px;
  background-color: #707070;
}

.input__wrap {
  display: flex;
  width: 100%;
  position: relative;
}

.radio__wrap {
  margin-top: 26px;
}

.input__wrap .radio01 {
  margin-right: 40px;
}

.one {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  line-height: 1.4;
  margin-bottom: 10px;
}

.one input {
  display: none;
}

.two {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #707070;
  border-radius: 50%;
  box-sizing: border-box;
  top: 2px;
}

.two:after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
}

.one input:checked + .two:after {
  opacity: 1;
}

/* 住所 */
.address__input__list > li:not(:nth-last-child(-n + 2)) {
  /* display: flex;
    align-items: center; */
  margin-bottom: 9px;
}

.address__input__ttl {
  /*  margin-bottom: 8px; */
  display: block;
}

.address > input {
  margin: 0;
  width: 129px;
}

.address__input__list > li:last-child .address__input__ttl {
  margin-bottom: 9px;
}

.address__input__list > li:last-child .address > input {
  width: 100%;
}

.form__name {
  /*   margin-bottom:13px; */
  font-weight: 500;
}

.cb__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cb {
  margin-right: 30px;
  margin-bottom: 10px;
}

/* input[type="checkbox"i] {
  
      margin: 0 10px 0 0;
      position: relative;
      top: 1px;
  } */
.gokibonaiyo {
  margin-bottom: 15px;
}

.cb__list__ttl {
  margin-bottom: 9px;
}

.cb__list__wrap textarea {
  height: 136px;
}

.contact-contents textarea {
  height: 290px;
}

.cb__list__wrap {
  width: 100%;
}

.seibetu__wrap {
  display: flex;
}

.seibetu__item {
  margin-right: 15px;
}

.address__input__list .address {
  margin-bottom: 10px;
}

.syusyokujokyo__wrap {
  margin-top: 27px;
}

.syusyokujokyo {
  display: flex;
}

.syusyokujokyo__item {
  margin-right: 15px;
}

/*  */
.send__wrap {
  /* text-align: center; */
  margin-top: 13px;
  line-height: 1.68;
  /* margin-left: 10px; */
}

.send__wrap .send__txt > a {
  /*  color: #00388B; */
  text-decoration: underline;
}

.send__txt__check {
  margin-bottom: 40px;
  font-weight: 600;
}

.send__txt__check span {
  text-decoration: underline;
}

.entry__btn {
  margin: 0 auto;
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 56px;
  color: #fff;
  /* background-color: #B90404; */
  font-size: 20px;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 600;
  position: relative;
  background-color: #000;
}

.entry__btn:disabled {
  width: 100%;
  margin: 0 auto;
  height: 56px;
  color: #707070;
  background-color: #fff;
  border: #707070 1px solid;
}

.entry__btn:disabled .entry__btn__txt {
  color: #838383;
}

.entry__btn__txt {
  color: #fff;
  position: relative;
  z-index: 1;
}

textarea {
  background-color: #f7f7f7;
  width: 100%;
  height: 250px;
  position: relative;
  /*  border: 1px solid #ccc;
    */
  font-size: 16px;
  padding: 10px;
  border: #707070 1px solid;
  border-radius: 3px;
}

.contact__wrap .common__btn {
  color: #fff;
  margin: 0 auto;
  max-width: 265px;
  width: 100%;
  display: block;
  margin-top: 60px;
}

.address__wrap {
  margin-bottom: 40px;
}

.address__wrap .input__wrap {
  margin-bottom: 20px;
}

.textarea__under {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 14px;
}

.textarea__input {
  margin-bottom: 0;
}

.contact__btn {
  max-width: 320px;
  background-color: #000000;
  height: 69px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 30px;
}

.contact__btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.doui {
  margin-bottom: 0;
}

::placeholder {
  color: #c7c7c7;
  font-size: 16px;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  /*   top: 2px; */
  margin: 0;
  margin-right: 8px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.mwform-checkbox-field {
  margin: 0 40px 10px 0;
}

.mwform-checkbox-field-text {
  font-weight: 600;
}

.cb__area__wrap {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.cb__area {
  margin-right: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.doui__txt {
  margin-top: 26px;
  font-size: 14px;
  line-height: calc(24 / 14);
}

.send__txt__check span {
  text-decoration: none;
}

input[value="agree"] {
  margin-right: 5px;
}

.mw_wp_form .error {
  position: absolute;
  font-size: 12px;
  color: #b70000;
  display: block;
  bottom: -16px;
  left: 0;
}

.entry__btn--back {
  margin-bottom: 20px !important;
}

.contact-complete__txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 80px 20px;
}

@media screen and (min-width: 768px) {
  .input__area {
    max-width: 744px;
    margin: 80px auto 200px;
  }

  .entry__btn {
    max-width: 320px;
  }

  .doui__txt {
    margin-top: 26px;
    font-size: 16px;
    line-height: calc(30 / 16);
    margin-left: 38px;
  }

  .cb__area__wrap {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 55px;
  }

  .entry__btn {
    margin: 0 auto;
    display: block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    height: 56px;
    color: #fff;
    /* background-color: #B90404; */
    font-size: 20px;
    border-radius: 8px;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    position: relative;
    background-color: #000;
  }
}

/*# sourceMappingURL=entry.css.map */
