@charset "UTF-8";

/*  */
body {
  /* font-family: 'Noto Sans JP', sans-serif; */
}

.pankuzu {
  background-color: transparent;
}

h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

.under__ttl {
  font-family: "Shippori Mincho", serif;
}

.entry__wrap {
  margin: 80px 0 60px;
}

.input__area {
  margin: 40px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

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

.input__wrap__inner {
  width: 100%;
}

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

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

.ttl__wrap {
  margin-bottom: 13px;
}

/* .ttl__wrap {
  font-weight: 500;
}
 */
.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 .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: #f7f7f8;
  border: #707070 1px solid;
  border-radius: 3px;
}

.input__wrap input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #c7c7c7;
}

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

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

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

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

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

.one input {
  display: none;
}

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

.two:after {
  content: "";
  position: absolute;
  background: #004bb1;
  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;
}

.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: #c7c7c7; */
  font-family: "Noto Sans JP", sans-serif;
}

option {
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.form-group select {
  position: relative;
}

.quantity::before {
  content: "›";
  display: block;
  position: absolute;
  top: -6px;
  right: 3px;
  /*   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;
  font-family: "Noto Sans JP", sans-serif;
  pointer-events: none;
}

.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: 0.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: 1.3571428571;
}

/*  */
.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: 60px;
}

.send__txt__check span {
  text-decoration: underline;
}

.entry__btn {
  margin: 0 auto;
  /* display: block; */
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #c73b3b;
  height: 48px;
  color: #151515;
  background-color: transparent;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.input__area .error {
  display: block;
  margin-top: 5px;
}

.mw_wp_form .error {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

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

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

body::after {
  display: none;
}

.entry__btn:disabled {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #707070;
  height: 48px;
  color: #707070;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

textarea {
  background-color: #f7f7f7;
  width: 100%;
  height: 200px;
  /*  border: 1px solid #ccc;
  */
  font-size: 16px;
  padding: 10px;
  border: #707070 1px solid;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
}

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

.address__wrap .select-box__wrap {
  margin-bottom: 20px;
}

.address__wrap .select-box__wrap .form__input.quantity {
  width: 132px;
}

.select-box02 {
  margin-bottom: 40px;
}

.select-box02 .form__input.quantity {
  width: 100%;
  max-width: 320px;
}

.select-box03__wrap {
  margin-bottom: 40px;
}

.select-box03 {
  display: flex;
}

.select-box03 .select-box03-item01 {
  max-width: 120px;
  width: 100%;
}

.select-box03 .select-box03-item02 {
  margin: 0 12px;
  max-width: 65px;
  width: 100%;
}

.select-box03 .select-box03-item03 {
  max-width: 65px;
  width: 100%;
}

.select-box03 .form__input.quantity {
  width: 100%;
}

.address__wrap .address__item01 {
  width: 235px;
}

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

.contact__submit {
  text-align: center;
}

.contact__top__txt {
  color: #c73b3b;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
  margin: 3px auto 0;
}

.contact__select__btn__wrap {
  margin-top: 40px;
}

.contact__select__btn {
  border: #9b9b9b 1px solid;
  max-width: 235px;
  height: 48px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.contact__select__btn:nth-child(1) {
  margin-bottom: 20px;
}

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

.contact__select__btn.active {
  border: #ddf0d3 1px solid;
  background-color: #ddf0d3;
  pointer-events: none;
}

footer {
  display: none !important;
}

.content__wrapper {
  margin-bottom: 140px;
}

.contact__button {
  background-color: #888A86;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contact__button {
    margin-left: 10px;
  }

  .contact__button__wrap {
    display: flex;
  }

  .content__wrapper {
    margin-bottom: 0px;
  }

  .entry__wrap {
    margin-top: 133px;
    margin-bottom: 240px;
  }

  .contact__wrap {
    margin-bottom: 150px;
  }

  .input__area {
    max-width: 660px;
    margin: 0 auto;
    margin-top: 58px;
  }

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

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

  .address__input__ttl {
    margin-right: 14px;
    min-width: 144px;
    line-height: 1.4666666667;
    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: 1.4666666667;
  }

  .input__area .syusyokujokyo__wrap .ttl__wrap {
    min-width: 281px;
    margin-top: 0;
  }

  .app__label {
    min-width: 147px;
  }

  #app {
    margin-bottom: 17px;
  }

  .send__wrap {
    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: 1.7142857143;
  }

  /*  */
  .select-box03__wrap {
    margin-bottom: 40px;
  }

  .select-box03 {
    display: flex;
  }

  .select-box03 .select-box03-item01 {
    max-width: 150px;
    width: 100%;
  }

  .select-box03 .select-box03-item02 {
    margin: 0 20px;
    max-width: 65px;
    width: 100%;
  }

  .select-box03 .select-box03-item03 {
    max-width: 65px;
    width: 100%;
  }

  .select-box03 .form__input.quantity {
    width: 100%;
  }

  .contact__btn {
    margin-top: 50px;
  }

  .contact__top__txt {
    color: #c73b3b;
    margin-top: 14px;
    font-size: 14px;
    text-align: center;
  }

  .contact__select__btn__wrap {
    margin-top: 44px;
    display: flex;
    justify-content: center;
  }

  .contact__select__btn {
    border: #9b9b9b 1px solid;
    max-width: 235px;
    min-width: 235px;
    height: 48px;
    transition: background-color 0.5s, border-color 0.5s;
    margin: 0;
  }

  .contact__select__btn:nth-child(1) {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .contact__select__btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact__select__btn.active {
    border: #ddf0d3 1px solid;
    background-color: #ddf0d3;
  }

  .contact__select__btn:hover {
    border: #ddf0d3 1px solid;
    background-color: #ddf0d3;
  }
}

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