body {
  background: #f0f0f0;
}

h2 {
  font-size: 7.5vw;
  font-family: "Lato";
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #514c8f;
  text-transform: uppercase;
}

.main-img-txt .main-txt {
  font-size: 30px;
  color: #A6A6B7;
  line-height: 1.0;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.main-img-txt {
  width: 91%;
  margin: 0 auto;
}

.main-img-txt img.sp {
  width:100%;
}

.main-img-txt .pamph-img {
  text-align: center;
}

.main-img-txt .pamph-img img {
  width: 320px;
}

.main-img-txt .txt-box {
  color: #514c8f;
  margin: 20px 0;
}

.nobr{
  display:inline;
}

.title{
  text-align: center;
  font-family: Century;
  font-size: 0.7em;
}

.flex {
  display: flex;
}

.hide-sp {
  display: none;
}

.must {
  width: 10.7%;
}

.req-tag {
  display: inline;
}

.reconfirmation{
  color: gray;
  font-size: 90%;
}

.privacy-policy{
  color: #00bfff;
  border-bottom: 1px solid;
}

#contact {
  margin-top: 22.5%;
}

.step {
  width: 92%;
  margin: 8.4% auto;
}

.step img {
  width: 100%;
}

.contact-area {
  background: #fff;
  width: 91%;
  margin: 8% auto 0;
  box-shadow: ;
  padding-bottom: 10.6%;
}

.contact-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 7.3%;
}

h1 {
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
}

.contact-description p {
  margin-top: 7.6%;
  font-size: 0.8em;
  letter-spacing: -0.08em;
  line-height: 1.9;
}

.contact-description p.title {
  color: #514c8f;
  text-align: center;
  font-family: Century;
  font-size: 0.7em;
  margin-top: 0;
}

.form-notice {
  width: 97%;
  border-bottom: 1px solid #e6e6e6;
  margin: 14.1% auto 0;
  padding-bottom: 5px;
}

.form-notice p {
  font-size: 0.8em;
  letter-spacing: -0.07em;
}

#contact-form {
  width: 98%;
  margin: 8% auto 0;
}

#contact-form input {
  background: #f3f3f3;
  border: transparent;
  height: 33px;
  padding-left: 4%;
}

#contact-form input::placeholder {
  color: #dcdcdc;
}

#contact-form textarea {
  background: #f3f3f3;
  border: transparent;
  padding-left: 4%;
  padding-top: 2%;
}

#contact-form p {
  font-weight: 600;
  letter-spacing: -0.07em;
  margin-right: 5px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.inputs-group {
  margin-top: 11%;
  margin-left: 2px;
}

.input-entity {
  margin-top: 4.5%;
}

.input-tag {
  text-align: center;
  position: relative;
}

.inputs-group:nth-child(1) {
  margin-top: 0;
}

.inputs-group:nth-child(1) .inputs-entity {
  margin-left: 1px;
}

.lname {
  width: 46.4%;
  margin-right: 6.5%;
}

.fname {
  width: 45.6%;
  margin-right: 0;
}

.inputs-group:nth-child(2) .inputs-entity {
  margin-left: 2px;
}

#contact-form .inputs-group:nth-child(3) p {
  margin-right: 3px;
}

.inputs-group:nth-child(4) {
  margin-top: 11.5%;
}

.inputs-group:nth-child(4) .must {
  width: 10.4%;
}

.common {
  width: 100%;
}

#contact-form .confirmation {
  color: #8a8a8a;
  font-size: 0.9em;
  margin-top: 12%;
  letter-spacing: -0.08em;
}

.confirmation + .input-tag {
  margin-top: 6%;
}

.inputs-group:nth-child(6) {
  margin-top: 12%;
}

.inputs-group:nth-child(6) .input-entity {
  margin-top: 3.7%;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 8.5%;
  margin-bottom: 6.8px;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: left;
  color: #424242;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 2.5px;
  border: solid 1.4px #d3d3d3;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox-container input:checked ~ .checkmark {
  border: solid 1px #514c8f;
  background-color: #514c8f;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 2px;
  top: 0px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 1.4px 1.4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inputs-group:nth-child(7) {
  margin-top: 6.4%;
}

#contact-form .inputs-group:nth-child(7) p {
  margin-right: 9px;
}

select{
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  background: #f3f3f3;
  background-image: url(../img/down_arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 4% center;
  font-size: inherit;
  width:100%;
  height: 33px;
  padding-left: 4%;
  border: transparent;
  color: rgb(34, 34, 34);
  border-radius:3px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}


.privacy-agreement {
  width: 261px;
  margin: 12.4% auto 0;
}

.privacy-agreement .checkbox-container {
  font-size: 0.95em;
  text-align: center;
}

.privacy-agreement .checkmark {
  left: 12px;
  width: 14px;
  height: 14px;
}

.privacy-agreement .checkbox-container .checkmark:after {
  left: 4px;
  top: 1.5px;
  width: 5px;
  height: 7px;
}

#contactSubmit {
  opacity: 0.5;
}

.submit-part {
  margin-top: 11.5%;
  display: block;
}

.btn {
  height: 45px;
  width: 100%;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.submit-btn,
.top-exit-btn {
  background: #373380;
  color: #fff;
  border: none;
}

.exit-btn {
  background: #fff;
  color: #373380;
  border: 1px solid #373380;
  margin-top: 12px;
}

footer {
  margin-top: 11.5%;
  background: #fff;
}

.footer-logo {
  width: 100%;
  text-align: center;
  padding-top: 12.4%;
  padding-bottom: 13.4%;
}

.footer-logo img {
  width: 58.5%;
}

.footer-logo + div {
  background: #ececec;
  font-size: 0.7em;
  text-align: center;
  width: 100%;
  line-height: 3.2em;
  letter-spacing: -0.028em;
}

#contact-form.confirmation {
  margin: 30px auto 0;
}

.thanks-content {
  width: 92%;
  padding-top: 6.8%;
}

.thanks-heading {
  text-align: center;
  font-size: 1.4em;
  letter-spacing: -0.07em;
  line-height: 1.55;
}

.thanks-text {
  margin: 7% auto 0;
  width: 95%;
}

.thanks-text p {
  font-size: 0.9em;
  letter-spacing: -0.07em;
  line-height: 2.02;
}

.exit-part {
  margin: 10% auto 0;
  width: 77%;
}

.form-validation-field-16formError {
  top: 1400px !important;
}

.inquirytype label {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.inquirytype label input {
  width: 15%;
}
#contact-form input[type="radio"] {
height: 25px;
}