@charset "UTF-8";
/*  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Noto Sans JP', sans-serif;
}

.mv__ttl {
  width: 234px;
}

.contact__wrap {
  margin-bottom: 120px;
}

.input__area {
  margin: 90px 0 0;
}

.ttl-input__wrap {
  margin-bottom: 44px;
}
.contact-complete-wrap{
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-complete__btn-wrap{
  margin-top: 20px;
}
.ttl-input__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;
}

.ttl-input__wrap .nini {
  background-color: #888A86;
}

.ttl__wrap {
  margin-bottom: 13px;
}

.ttl__wrap {
  font-weight: 500;
}

.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: #F7F7F8;
  border: #707070 1px solid;
  border-radius: 3px;
}

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

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

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

.one input {
  display: none;
}

.two {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: solid 1px black;
  border-radius: 50%;
  box-sizing: border-box;
  top: 0;
  margin-top: 4px;
}

.two:after {
  content: "";
  position: absolute;
  background: black;
  border-radius: 50%;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  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;
}

.form__input.quantity {
  position: relative;
  width: 129px;
  background-color: #F7F7F7;
  border-radius: 3px;
  padding: 1.5px;
  height: 40px;
  border: 1px solid #707070;
  /* max-width: 205px; */
}

.quantity select {
  width: calc(100% - 10px);
  /* height: 15px; */
  /* margin: 5px; */
  padding: 0 15px;
  border: 0;
  font-size: 16px;
  background: transparent;
  height: 100%;
  cursor: pointer;
}

select {
  color: #707070;
}

option {
  color: #000;
}

.form-group select {
  position: relative;
}

.quantity::before {
  content: '›';
  display: block;
  position: absolute;
  top: -6px;
  right: 10px;
  /*   width: 10px;
    height: 10px; */
  left: auto;
  /* border: solid 1px #535353;
    border-width: 0 0 1px 1px;
    pointer-events: none;
    transform: rotate(-45deg); */
  transform: rotate(90deg);
  font-size: 50px;
  font-weight: 100;
  color: #5D5D5D;
}

.select-box__wrap {
  /*   display: flex;
    align-items: center; */
}

select {
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

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

/* ファイル */
.file__wrap {
  margin-top: 24px;
}

.select-image {
  color: #666666;
}

#app, #app02 {
  display: flex;
  align-items: center;
}

#app {
  margin-bottom: 11px;
}

.app__label {
  padding: 5px;
  min-width: 127px;
  height: 30px;
  color: #666666;
  cursor: pointer;
  transition: .3s;
  display: inline-block;
  border: #666666 1px solid;
  text-align: center;
  font-size: 16px;
}

input[type="file"] {
  display: none;
}

#app p, #app02 p {
  margin-left: 7px;
  color: #666666;
}

.file__input__bg {
  background-color: #f2f2f2;
  padding: 14px;
}

.file__under__txt {
  margin-top: 10px;
  font-size: 13.9px;
  line-height: calc(19/14);
}

/*  */
.syusyokujokyo__wrap {
  margin-top: 27px;
}

.syusyokujokyo {
  display: flex;
}

.syusyokujokyo__item {
  margin-right: 15px;
}

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

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

.send__txt__check {
  margin-bottom: 18px;
}

.entry__btn {
  text-align: center;
  font-size: 17px;
  background-color: #00388b;
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
  padding: 0;
}

.entry__btn a {
  color: #fff;
  text-decoration: none;
  padding: 15px 0 13px;
  width: 100%;
  display: block;
}

.entry__btn {
  background-color: #00388B;
  color: #fff;
  border: 1px solid #00388B;
  width: 184px;
  height: 50px;
  cursor: pointer;
}

.entry__btn > span {
  margin-left: 5px;
}

.entry__btn:disabled {
  border: #333333 1px solid;
  background-color: transparent;
  color: #333333;
}

.address__wrap {
  margin-top: 16px;
}

.address-num__input input {
  margin-bottom: 7px;
}

textarea {
  background-color: #F7F7F7;
  width: 100%;
  height: 200px;
  /*  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;
}
.form__btn{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  background-color: #B25555;
  color: #fff;
  margin: 0 auto;
  max-width: 265px;
  width: 100%;
  display: block;
  margin-top: 60px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .form__btn{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    z-index: 100;
    position: relative;
    background-color: #B25555;
    width: 231px;
    height: 48px;
    /* background-color: #B25555; */
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: background-color .3s;
}
  .mv__ttl {
    width: 351px;
  }
  .input__area {
    max-width: 720px;
    margin: 0 auto;
    margin-top: 90px;
  }
  .ttl-input__wrap {
    margin-bottom: 40px;
  }
  .ttl__wrap {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    /*  justify-content: center; */
    margin-right: 33px;
  }
  .gokibonaiyo {
    width: 100%;
  }
  .cb__wrap {
    font-size: 16px;
    display: flex;
    /* flex-wrap: nowrap; */
    margin-bottom: 0;
    width: 100%;
    align-items: center;
  }
  .cb:nth-child(2n) {
    width: auto;
  }
  .cb:not(:nth-child(2n)) {
    width: auto;
  }
  .cb {
    margin-right: 34px;
    margin-bottom: 25px;
  }
  .one {
    margin-bottom: 0;
  }
  .sonota {
    margin-bottom: 10px;
  }
  .address__wrap {
    margin-bottom: 23px;
  }
  .ttl__wrap__noname {
    background: none;
  }
  .input__wrap {
    width: 100%;
  }
  .address {
    /* width: 100%;
        width: 79.4%; */
    margin-right: 0;
  }
  .ttl-input__wrap .kome {
    top: 0;
  }
  .input__wrap input {
    margin-bottom: 0;
    width: 100%;
  }
  textarea {
    height: 200px;
  }
  .input__area .post-code__wrap, .input__area .file__wrap {
    margin-bottom: 0;
    align-items: flex-start;
  }
  .input__area .post-code__wrap .ttl__wrap, .input__area .file__wrap .ttl__wrap {
    margin-top: 15px;
  }
  .post-code input {
    width: 192.1px;
    margin-bottom: 18.5px;
  }
  .contct-item {
    margin-top: 38px;
  }
  .form__input.quantity {
    /* width: 162px; */
    width: 50%;
  }
  .address > input {
    margin: 0;
    width: 162px;
  }
  .address__input__ttl {
    margin-right: 14px;
    min-width: 144px;
    line-height: calc(22/15);
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .address__input__list .address {
    margin-bottom: 0px;
  }
  .address__input__list > li:last-child .address__input__ttl {
    margin-bottom: 0;
  }
  .address__input__list > li:not(:nth-last-child(-n+2)) {
    margin-bottom: 18px;
  }
  .address__input__list > li:not(:last-child) {
    margin-bottom: 18px;
  }
  .form__name {
    margin-bottom: 10px;
  }
  .address__input__list > li:not(:last-child) {
    display: flex;
  }
  .address__input__list > li {
    display: flex;
    align-items: center;
    /*         margin-bottom: 17px;
 */
  }
  .cb__list__wrap textarea {
    height: 108px;
  }
  .contact-contents textarea {
    height: 196px;
  }
  .file__wrap {
    margin-top: 28px;
  }
  .file__app__wrap {
    width: 100%;
  }
  .file__input__bg {
    background-color: #f2f2f2;
    padding: 19px;
  }
  .file__under__txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: calc(22/15);
  }
  .input__area .syusyokujokyo__wrap .ttl__wrap {
    min-width: 281px;
    margin-top: 0;
  }
  .app__label {
    min-width: 147px;
  }
  #app {
    margin-bottom: 17px;
  }
  .send__wrap {
    text-align: center;
    margin-top: 37px;
    line-height: 2;
  }
  .send__btn__wrap {
    background-color: #ff02ae;
    width: 232px;
    height: 43.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-top: 21px;
    margin-bottom: 52px;
  }
  .ttl-input__wrap .tel__input__wrap input {
    /*  width: 192.1px; */
  }
  .entry__btn {
    margin-top: 13px;
  }
  .input__margin {
    margin-top: 10px;
  }
  .input__area .contct-item .ttl__wrap {
    display: block;
    padding-top: 10px;
  }
  .address__input__wrap {
    width: 100%;
  }
  .send__under {
    text-align: center;
    margin-top: 28px;
    line-height: calc(24/14);
  }
  .entry__btn {
    height: 62px;
    font-size: 16px;
  }
}
