@charset "UTF-8";
#subpage {
  /*******************************************

  PC SP form

  *******************************************/
}
#subpage ::placeholder {
  color: #bcbcbc;
}
@media screen and (max-width: 740px) {
  #subpage input[type=text],
#subpage input[type=email],
#subpage input[type=tel] {
    width: 100%;
  }
}
#subpage input[type=text],
#subpage input[type=email],
#subpage input[type=tel] {
  width: 100%;
  max-width: 100%;
  padding: 0 6px;
  height: 40px;
  box-sizing: border-box;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  -webkit-appearance: none;
  border: #ccc solid 1px;
  background: #fff;
}
#subpage input[type=text].narrow,
#subpage input[type=email].narrow,
#subpage input[type=tel].narrow {
  width: 40%;
}
#subpage input[type=text].middle,
#subpage input[type=email].middle,
#subpage input[type=tel].middle {
  width: 60%;
}
#subpage input[type=text].wide,
#subpage input[type=email].wide,
#subpage input[type=tel].wide {
  width: 60%;
}
#subpage input[type=text]:focus,
#subpage input[type=email]:focus,
#subpage input[type=tel]:focus {
  background: #fff;
}
#subpage textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100% !important;
  height: 140px !important;
  padding: 6px;
  box-sizing: border-box;
  border: #ccc solid 1px;
  font-size: 1.6rem;
  background: #fff;
}
#subpage .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
#subpage .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  background: #fff;
  border: #ccc solid 1px;
  padding-right: 50px;
  color: #000000;
  width: 125%;
  max-width: none;
  box-shadow: none;
}
#subpage .selectBox select option,
#subpage .selectBox select optgroup {
  color: #000000;
  font-style: normal;
}
#subpage .selectBox:before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  pointer-events: none;
}
#subpage .selectBox:after {
  background: #fff;
  color: #000000;
  content: "▼";
  font-size: 1rem;
  height: 100%;
  line-height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
  border: #ccc solid 1px;
  border-left: 0;
  display: inline-block;
}
#subpage .radioBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage .radioBox .radio {
  width: auto;
  height: 30px;
  padding-right: 20px;
}
#subpage .radioBox .radio input[type=radio] {
  display: none;
}
#subpage .radioBox .radio input[type=radio]:checked ~ label:before {
  border-color: #b58e06;
}
#subpage .radioBox .radio input[type=radio]:checked ~ label:after {
  transform: scale(1);
}
#subpage .radioBox .radio label {
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.2;
  white-space: nowrap;
}
#subpage .radioBox .radio label:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: #ccc solid 1px;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
#subpage .radioBox .radio label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  left: 5px;
  top: 5px;
  background: #b58e06;
  transform: scale(0);
  transition: all 0.1s ease;
  backface-visibility: hidden;
}
#subpage .radioBox ~ .radioBox {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #subpage .radioBox {
    display: block;
  }
  #subpage .radioBox .radio {
    width: 100%;
    height: 30px;
  }
  #subpage .radioBox input[type=text].narrow {
    width: 100% !important;
    margin-top: 10px;
  }
  #subpage .radioBox ~ .radioBox {
    margin-top: 20px;
  }
}
#subpage .submit input[type=submit] {
  margin: 0 auto;
}
#subpage .submit input[type=submit]:hover {
  background: #000000;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #subpage input[type=text],
#subpage input[type=email],
#subpage input[type=tel] {
    width: 100% !important;
    height: 40px_sp;
  }
  #subpage input[type=text].narrow,
#subpage input[type=email].narrow,
#subpage input[type=tel].narrow {
    width: 40% !important;
  }
  #subpage .selectBox select {
    width: 100%;
  }
}
