.makeshop_leadtxt span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.5em;
  margin-top: 10px;
}

.contact_realArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  width: 900px;
}

@media screen and (max-width: 768px) {
  .contact_realArea {
    width: 100%;
  }
}

.contact_realArea .imgsize {
  width: 33.333%;
}

.contact_realArea .imgsize img {
  width: 100%;
  height: auto;
}

#contact_area1 h1 {
  font-size: 26px;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  #contact_area1 h1 {
    font-size: 6vw;
  }
}

.contactInfoText {
  font-size: 17px;
  text-align: left;
  line-height: 1.6;
}

.mw_wp_form {
  margin-top: 50px;
}

.pp_form_flex_r .radio span input {
  width: auto;
  padding: 0;
}

.pp_form_flex_r .radio {
  line-height: 2.5;
}

.pp_form_flex_r .radio span {
  display: inline-block;
  font-size: 17px;
}

.pp_form_area {
  margin-bottom: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-right: 10px;
  margin-left: 0 !important;
}

.pp_form_flex_r span input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .pp_form_flex_r span input {
    padding: 3%;
  }
}

.pp_form_flex_r span textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}

.privacyArea .privacyArea_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.privacyArea .pp_txtarea {
  width: 80%;
  font-size: 15px;
  line-height: 1.8;
}

.submitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .submitArea {
    margin-bottom: 10%;
  }
}

.submitArea .formButton {
  margin: 0 20px;
  display: block;
  width: 33%;
  border: unset;
  background: #fd6c00;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin-bottom: 70px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .submitArea .formButton {
    width: 100%;
    margin-bottom: 5%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.submitArea .formButton.back {
  background: #656565;
}

@media screen and (max-width: 767px) {
  .submitArea .formButton.back {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.submitArea .formButton:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.pp_form_flex_r.pp_check span input {
  width: auto;
}

.pp_check {
  text-align: left;
  margin: 0;
  font-size: 17px;
}

.pp_form_area li .pp_form_flex_r {
  font-size: 17px;
}

.privacyCheck {
  margin-top: 40px;
}

.contactcompBtnArea {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .contactcompBtnArea {
    width: 100%;
  }
}

.contactcompBtnArea a {
  background-color: #6ad3d6;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: 31%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contactcompBtnArea a {
    width: 100%;
    margin-bottom: 8%;
  }
}
/*# sourceMappingURL=contact.css.map */