@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #473c46;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-display: swap;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

a {
  color: #473c46;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #f08300;
  border: none;
  border-radius: 100px;
  padding: 20px;
  width: 400px;
}

@media screen and (max-width: 540px) {
  button {
    width: 100%;
    font-size: 20px;
  }
}

.container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 540px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 540px) {
  .flex {
    display: block;
  }
}

.flex-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.line-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffdae5));
  background: linear-gradient(transparent 65%, #ffdae5 50%);
}

.line-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #fff9aa));
  background: linear-gradient(transparent 65%, #fff9aa 50%);
}

.pink-text {
  color: #f36291;
  font-weight: 700;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 643px) {
  .inline-block {
    padding-left: 55px;
  }
}

@media screen and (max-width: 540px) {
  .inline-block {
    padding-left: 0;
  }
}

.inline-block-only {
  display: inline-block;
}

@media screen and (min-width: 540px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-view {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sp-view {
    display: none;
  }
}

.header-text {
  color: #f08300;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 540px) {
  .header-text {
    margin-top: 10px;
    font-size: 12px;
  }
}

.logo {
  margin: 5px auto 10px;
  width: 190px;
}

@media screen and (max-width: 540px) {
  .logo {
    width: 150px;
  }
}

.form-title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  color: #f08300;
  background-color: #ffe4ca;
  padding: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .form-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 540px) {
  .form-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.form-inner {
  margin-bottom: 20px;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .form-item {
    display: block;
    margin-bottom: 0;
  }
}

.form-item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .form-item-address {
    margin-bottom: 0;
  }
}

.form-item-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 71.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .form-item-contact {
    width: 74%;
  }
}

@media screen and (max-width: 794px) {
  .form-item-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
  }
}

@media screen and (max-width: 540px) {
  .form-item-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
  }
}

.form-item-contact-2 {
  width: 73%;
}

@media screen and (max-width: 1023px) {
  .form-item-contact-2 {
    width: 74%;
  }
}

@media screen and (max-width: 794px) {
  .form-item-contact-2 {
    width: 100%;
  }
}

.item-title {
  font-size: 16px;
  font-weight: 700;
  width: 28%;
}

.item-title::before {
  font-size: 14px;
  color: white;
  background-color: #f08300;
  content: "必須";
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 540px) {
  .item-title::before {
    font-size: 12px;
    padding: 3px 5px;
  }
}

@media screen and (max-width: 1023px) {
  .item-title {
    font-size: 14px;
  }
}

.item-title-2 {
  width: 35%;
}

.item-title-3 {
  width: 26%;
}

.item-title-4 {
  width: 40%;
}

.form-birth {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 540px) {
  .form-birth {
    width: 100%;
  }
}

.form-birth select:nth-of-type(1) {
  width: 180px;
}

.item-birth {
  margin-right: 10px;
}

.item-birth:last-child {
  margin-right: 0;
}

.tel-title {
  width: 26%;
}

.way-title {
  width: 20%;
  padding-right: 11%;
}

.item-sub-title {
  font-size: 16px;
  font-weight: 700;
  width: 35%;
}

@media screen and (max-width: 1023px) {
  .item-sub-title {
    font-size: 14px;
  }
}

.item-box {
  width: 80%;
  font-size: 16px;
  background-color: #eaeaea;
  border: none;
  padding: 15px;
  border-radius: 5px;
}

@media screen and (max-width: 540px) {
  .item-box {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.item-box-2 {
  width: 70%;
  font-size: 16px;
  background-color: #eaeaea;
  border: none;
  padding: 15px;
  border-radius: 5px;
}

@media screen and (max-width: 540px) {
  .item-box-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.item-box-mark {
  width: 50%;
}

.item-title-mark {
  width: 23%;
  margin-right: 5px;
}

.mail-mark {
  font-size: 16px;
  font-weight: 700;
}

.item-time {
  background-color: #ffe4ca;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}

input[type=radio] + label {
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px #a0a0a0;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=radio] + label:last-child {
  margin-right: 0;
}

input[type=radio] {
  display: none;
}

.item-radio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 540px) {
  .item-radio-inner {
    margin-top: 10px;
  }
}

.item-select-inner {
  margin: 20px auto;
  padding-right: 20px;
  padding-left: 20px;
}

.shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 540px) {
  .shop-item {
    margin-top: 10px;
  }
}

.shop-item input[type=checkbox] + label {
  width: 98%;
}

.shop-item p {
  margin-top: 5px;
  margin-left: 10px;
}

.shop-address {
  width: 46px;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  color: #000;
  background-color: #ffe4ca;
  padding: 2px 2px;
  margin-right: 5px;
  border-radius: 5px;
}

.address-item {
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
}

.address-item-2 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

@media screen and (max-width: 540px) {
  .address-item-2 {
    font-size: 12px;
  }
}

.find-button {
  width: 46%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #f08300;
  border: none;
  padding: 10px;
  border-radius: 100px;
  margin-left: 10px;
}

@media screen and (max-width: 540px) {
  .find-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.item-other {
  width: 100%;
}

.item-other div {
  margin-bottom: 10px;
}

.item-other input {
  width: 86%;
}

@media screen and (max-width: 1023px) {
  .item-other input {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  .item-other input {
    width: 100%;
  }
}

.other-title {
  margin-right: 1%;
}

.rule-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0.1em 0.3em;
  border-left: 8px solid #f08300;
}

@media screen and (max-width: 540px) {
  .rule-title {
    font-size: 14px;
  }
}

.rule-inner {
  height: 200px;
  padding: 10px 15px;
  overflow-y: auto;
  border: 2px solid #ddd;
}

.rule-inner h2 {
  font-size: 14px;
}

.form-n {
  margin-top: 10px;
}

.text-right {
  text-align: right;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 40px;
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .checkbox-parts {
    margin-right: 0;
    font-size: 14px;
  }
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 8px;
  width: 10px;
  height: 20px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #f08300;
  border-right: 4px solid #f08300;
}

.send-button {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer {
  background-color: #473c46;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-display: swap;
}

small {
  font-family: sans-serif;
  display: block;
}

@media screen and (max-width: 540px) {
  small {
    font-size: 10px;
  }
}
/*# sourceMappingURL=form.css.map */