body select, body button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body main {
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

body main header {
  border-bottom: solid 8px #01493D;
}

body main header .header_logo {
  width: 120px;
  margin-left: 16px;
  margin-top: 10px;
  margin-bottom: 4px;
}

body main header .header_logo img {
  width: 100%;
}

body main #content {
  width: 960px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content {
    width: 100%;
  }
}

body main #content .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

@media (max-width: 460px) {
  body main #content .flow {
    display: none;
  }
}

body main #content .flow .step {
  position: relative;
  width: 256px;
  margin-left: -19px;
}

body main #content .flow .step img {
  width: 100%;
}

body main #content .flow .step .step_off {
  color: #000000;
  position: absolute;
  font-weight: bold;
  letter-spacing: 3px;
  bottom: 16px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}

body main #content .flow .step .step_on {
  color: white;
  position: absolute;
  font-weight: bold;
  letter-spacing: 3px;
  bottom: 16px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}

body main #content .flow .step:nth-child(1) {
  margin-left: 0px;
}

body main #content .spflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  margin: auto;
  margin-top: 6vw;
}

body main #content .spflow .step {
  width: 25vw;
  position: relative;
  margin-right: -2vw;
}

body main #content .spflow .step img {
  width: 100%;
}

body main #content .spflow .step p {
  position: absolute;
  top: 2.2vw;
  left: 1.5vw;
  right: 0px;
  margin: auto;
  text-align: center;
}

body main #content .spflow .step .step_on {
  color: white;
}

body main #content .spflow .step:nth-child(4) {
  margin-right: 0vw;
}

@media (min-width: 461px) {
  body main #content .spflow {
    display: none;
  }
}

body main #content h1 {
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 659px;
  margin-top: 75px;
  margin-bottom: 95px;
}

@media (max-width: 460px) {
  body main #content h1 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 55px;
  }
}

body main #content h1 .headinglogo {
  width: 213px;
  display: block;
  margin: auto;
  padding-top: 18px;
}

@media (max-width: 460px) {
  body main #content h1 .headinglogo {
    margin-bottom: -10px;
    width: 161px;
  }
}

body main #content h1 .headinglogo img {
  width: 100%;
}

body main #content .maincontent .toptxt {
  font-size: 18px;
  letter-spacing: 3px;
}

@media (max-width: 460px) {
  body main #content .maincontent .toptxt {
    font-size: 16px;
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent h2 {
  color: #01493D;
  font-size: 20px;
  margin-top: 32px;
}

@media (max-width: 460px) {
  body main #content .maincontent h2 {
    width: 92%;
    margin-left: 2%;
  }
}

body main #content .maincontent .grade {
  width: 100%;
  background-color: #F4F4F4;
  padding: 40px 0px;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade {
    padding-top: 32px;
    padding-bottom: 12px;
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent .grade .gradeinner {
  width: 880px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade .gradeinner {
    width: 91%;
  }
}

body main #content .maincontent .grade .gradeinner .grade_btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade .gradeinner .grade_btnarea {
    display: block;
  }
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label {
  display: block;
  width: 420px;
  border: solid 3px #01493D;
  background-color: white;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0px;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade .gradeinner .grade_btnarea label {
    width: 100%;
    margin-bottom: 20px;
  }
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label .btnlabel {
  font-size: 20px;
  font-weight: bold;
  color: #01493D;
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label .btnlabel::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 5px;
  border: solid 1px #01493D;
  background-clip: content-box;
  position: absolute;
  left: 10px;
  top: 10px;
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label input[type="radio"]:checked + .btnlabel::before {
  background-color: #01493D;
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label input {
  display: none;
}

body main #content .maincontent .grade .gradeinner .grade_btnarea label input[type="radio"]:checked + {
  background-color: #01493D;
}

body main #content .maincontent .grade_selectarea {
  width: 880px;
  margin: auto;
  margin-top: 40px;
  display: none;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade_selectarea {
    width: 100%;
  }
}

body main #content .maincontent .grade_selectarea .selectinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade_selectarea .selectinner {
    display: block;
  }
}

body main #content .maincontent .grade_selectarea .selectinner .selectlbl {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  letter-spacing: 3px;
}

body main #content .maincontent .grade_selectarea .selectinner .select_wrap {
  position: relative;
  width: 179px;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade_selectarea .selectinner .select_wrap {
    margin-top: 12px;
  }
}

body main #content .maincontent .grade_selectarea .selectinner .select_wrap select {
  font-size: 16px;
  padding: 5px 5px;
  padding-right: 60px;
  color: #7a7a7a;
  background-color: white;
}

body main #content .maincontent .grade_selectarea .selectinner .select_wrap::after {
  content: "";
  background-image: url(../images/selectarrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  pointer-events: none;
}

body main #content .maincontent .grade_selectarea .grdsl1 {
  margin-bottom: 28px;
}

body main #content .maincontent .grade_selectarea .grdsl1 .selectlbl {
  margin-right: 73px;
}

@media (max-width: 460px) {
  body main #content .maincontent .grade_selectarea .grdsl1 .selectlbl {
    margin-right: 0px;
  }
}

@media (max-width: 460px) {
  body main #content .maincontent .grade_selectarea .grdsl2 {
    margin-bottom: 22px;
  }
}

body main #content .maincontent .grade_selectarea .grdsl2 .selectlbl {
  margin-right: 10px;
}

body main #content .maincontent .vehicle_wrap {
  margin-top: 40px;
}

body main #content .maincontent .vehicle_wrap .vehicle {
  width: 100%;
  background-color: #F4F4F4;
  padding: 40px 0px;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle {
    padding-top: 32px;
    padding-bottom: 12px;
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner {
  width: 880px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner {
    width: 91%;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea {
    display: block;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label {
  display: block;
  width: 420px;
  border: solid 3px #01493D;
  background-color: white;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0px;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label {
    width: 100%;
    margin-bottom: 16px;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label .btnlabel {
  font-size: 20px;
  font-weight: bold;
  color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label .btnlabel::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 5px;
  border: solid 1px #01493D;
  background-clip: content-box;
  position: absolute;
  left: 10px;
  top: 10px;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label input[type="radio"]:checked + .btnlabel::before {
  background-color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label input {
  display: none;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label input[type="radio"]:checked + {
  background-color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_caution {
  width: 880px;
  margin: auto;
  margin-top: 16px;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_caution {
    width: 91%;
    margin-bottom: 12px;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp {
  width: 880px;
  margin: auto;
  margin-top: 40px;
  display: none;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp {
    width: 100%;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp h3 {
  color: #01493D;
  font-size: 18px;
  margin-bottom: 12px;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea {
  margin-bottom: 40px;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea {
    margin-bottom: 20px;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label {
  display: block;
  width: 420px;
  border: solid 3px #01493D;
  background-color: white;
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0px;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label {
    width: 75%;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label .btnlabel {
  font-size: 20px;
  font-weight: bold;
  color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label .btnlabel::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 5px;
  border: solid 1px #01493D;
  background-clip: content-box;
  position: absolute;
  left: 10px;
  top: 10px;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label input[type="radio"]:checked + .btnlabel::before {
  background-color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label input {
  display: none;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label input[type="radio"]:checked + {
  background-color: #01493D;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea .option {
  position: relative;
  margin-bottom: 16px;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea .option::after {
  content: "";
  background-image: url(../images/recommend.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: -62px;
  top: 0px;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 460px) {
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea {
    margin-bottom: 22px;
  }
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea select {
  font-size: 16px;
  padding: 5px 5px;
  padding-right: 60px;
  color: #7a7a7a;
  background-color: white;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea .select_wrap {
  position: relative;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea .select_wrap::after {
  content: "";
  background-image: url(../images/selectarrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  pointer-events: none;
}

body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea .subtxt {
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
  font-size: 18px;
}

body main #content .maincontent .estimatebtnarea {
  margin-bottom: 20px;
}

body main #content .maincontent .estimatebtnarea input {
  background-color: #007C68;
  color: white;
  font-size: 22px;
  border: none;
  letter-spacing: 3px;
  padding: 16px 70px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 80px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 460px) {
  body main #content .maincontent .estimatebtnarea input {
    margin-top: 60px;
  }
}

body main #content .maincontent .estimatebtnarea .underarrow {
  width: 100px;
  margin: auto;
  margin-top: 30px;
}

body main #content .maincontent .estimatebtnarea .underarrow img {
  width: 100%;
}

body main #content .maincontent .price {
  background-color: #01493D;
  padding: 16px 0px;
}

body main #content .maincontent .price .price_wrap {
  padding: 20px 0px;
  border-top: solid white 4px;
  border-bottom: solid white 4px;
}

body main #content .maincontent .price .price_wrap .price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 418px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content .maincontent .price .price_wrap .price_inner {
    display: block;
    width: 236px;
  }
}

body main #content .maincontent .price .price_wrap .price_inner .price_txt {
  margin: 0px;
  font-size: 24px;
  color: white;
  letter-spacing: 3px;
  font-weight: bold;
  margin-right: 16px;
  text-align: center;
}

@media (max-width: 460px) {
  body main #content .maincontent .price .price_wrap .price_inner .price_txt {
    margin-bottom: 5px;
  }
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input {
  background-color: #01493D;
  border: none;
  width: 200px;
  padding-top: 50px;
  height: 30px;
  opacity: 1;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::-webkit-input-placeholder {
  font-size: 80px;
  color: white;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input:-ms-input-placeholder {
  font-size: 80px;
  color: white;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::-ms-input-placeholder {
  font-size: 80px;
  color: white;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::placeholder {
  font-size: 80px;
  color: white;
}

body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap .price_subtxt {
  margin: 0px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 40px;
}

body main #content .maincontent .compensation_wrap {
  margin-top: 80px;
}

body main #content .maincontent .compensation_wrap .compensation_content {
  letter-spacing: 1px;
  line-height: 30px;
}

@media (max-width: 460px) {
  body main #content .maincontent .compensation_wrap .compensation_content {
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent .compensation_wrap .compensation_content br {
  display: none;
}

body main #content .maincontent .compensation_wrap .compensation_sibcontent {
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 15px;
}

@media (max-width: 460px) {
  body main #content .maincontent .compensation_wrap .compensation_sibcontent {
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent .doclink_wrap {
  margin-top: 40px;
}

@media (max-width: 460px) {
  body main #content .maincontent .doclink_wrap h3 {
    width: 92%;
    margin: auto;
  }
}

body main #content .maincontent .doclink_wrap .doclink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

@media (max-width: 460px) {
  body main #content .maincontent .doclink_wrap .doclink {
    display: block;
  }
}

body main #content .maincontent .doclink_wrap .doclink a {
  display: block;
  border: solid 3px #007C68;
  width: 465px;
  color: #007C68;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 17px 0px;
  border-radius: 15px;
}

@media (max-width: 460px) {
  body main #content .maincontent .doclink_wrap .doclink a {
    width: 92%;
    margin: auto;
    margin-bottom: 20px;
  }
}

body main #content .maincontent .doclink_wrap .doclink a .docaicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 377px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content .maincontent .doclink_wrap .doclink a .docaicon {
    width: 330px;
    font-size: 17px;
  }
}

body main #content .maincontent .doclink_wrap .doclink a .docaicon::before {
  content: "";
  background-image: url(../images/docaicon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
}

body main #content .maincontent .submitbtnarea {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 460px) {
  body main #content .maincontent .submitbtnarea {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}

body main #content .maincontent .submitbtnarea input {
  background-color: #007C68;
  border: none;
  color: white;
  font-size: 32px;
  width: 716px;
  padding: 20px 0px;
  border-radius: 50px;
  display: block;
  margin: auto;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 460px) {
  body main #content .maincontent .submitbtnarea input {
    width: 92%;
    margin: auto;
    font-size: 24px;
  }
}

body main #content .confirm h2 {
  border-left: solid 6px #01493D;
  color: #000000;
  padding-left: 12px;
  font-size: 24px;
}

@media (max-width: 460px) {
  body main #content .confirm h2 {
    margin-left: 20px;
    width: 86%;
  }
}

body main #content .confirm .customer_form {
  background-color: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form {
    width: 92%;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}

body main #content .confirm .customer_form .customer_forminner {
  width: 805px;
  margin: auto;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner {
    width: 91%;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap {
    display: block;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name {
    display: block;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  width: 261px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide {
    margin-bottom: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide .pc_guide {
    display: none;
  }
}

@media (min-width: 461px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide .sp_guide {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide .name_required {
  font-size: 18px;
  color: #01493D;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .guide .name_required {
    margin-left: 30px;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 100px;
  width: 210px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input {
    margin-left: 0px;
    width: 100%;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .firstname_sguide {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .firstname_sguide {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .nameinput_wrap {
  width: 210px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .nameinput_wrap {
    width: calc(100% - 16px);
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .nameinput_wrap input {
  border: solid 1px #7a7a7a;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 8px;
  margin-left: 10px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .name .name_input .nameinput_wrap input {
    margin-left: 0px;
    width: 100%;
  }
}

@media (min-width: 461px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .lastname .lastname_guide {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .name_wrap .lastname .lastname_input {
  margin-left: 20px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .name_wrap .lastname .lastname_input {
    margin-left: 0px;
  }
}

body main #content .confirm .customer_form .customer_forminner .namekana_wrap {
  margin-top: 20px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .namekana_wrap {
    margin-top: 52px;
  }
}

body main #content .confirm .customer_form .customer_forminner .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .field {
    display: block;
  }
}

body main #content .confirm .customer_form .customer_forminner .field .guide {
  font-size: 20px;
  font-weight: bold;
  width: 261px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .field .guide {
    margin-bottom: 8px;
    width: 100%;
  }
}

body main #content .confirm .customer_form .customer_forminner .field .guide .required {
  font-size: 18px;
  color: #01493D;
}

body main #content .confirm .customer_form .customer_forminner .field .inputarea {
  margin-left: 100px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .field .inputarea {
    margin-left: 0px;
  }
}

body main #content .confirm .customer_form .customer_forminner .tel {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .tel {
    margin-top: 52px;
  }
}

body main #content .confirm .customer_form .customer_forminner .tel .inputarea input {
  border: solid 1px #7a7a7a;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 8px;
  width: 426px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .tel .inputarea input {
    width: calc( 100% - 16px);
  }
}

body main #content .confirm .customer_form .customer_forminner .tel .inputarea .important {
  font-size: 14px;
  margin-top: 8px;
}

body main #content .confirm .customer_form .customer_forminner .time {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .time {
    margin-top: 52px;
  }
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .time .guide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body main #content .confirm .customer_form .customer_forminner .time .guide .sp_sguide {
  font-size: 18px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .time .guide .sp_sguide {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .time .inputarea .input_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body main #content .confirm .customer_form .customer_forminner .time .inputarea .input_inner .time_sguide {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  margin-right: 16px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .time .inputarea .input_inner .time_sguide {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .time .inputarea .input_inner input {
  font-size: 16px;
  border-radius: 5px;
  padding: 2px;
  color: #7a7a7a;
  border: solid 1px #7a7a7a;
}

body main #content .confirm .customer_form .customer_forminner .time:nth-child(1) {
  margin-top: 0px;
}

body main #content .confirm .customer_form .customer_forminner .time3 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body main #content .confirm .customer_form .customer_forminner .time3 .timeimportant {
  width: 444px;
  margin-left: auto;
  margin-top: 12px;
  font-size: 14px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .time3 .timeimportant {
    width: 100%;
  }
}

body main #content .confirm .customer_form .customer_forminner .text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .text .guide br {
    display: none;
  }
}

body main #content .confirm .customer_form .customer_forminner .text .inputarea .input_inner textarea {
  height: 190px;
  width: 410px;
  border-radius: 10px;
  padding: 10px;
}

@media (max-width: 460px) {
  body main #content .confirm .customer_form .customer_forminner .text .inputarea .input_inner textarea {
    width: calc(100% - 20px);
  }
}

body main #content .confirm .privacypolicy {
  border: solid 2px #01493D;
}

@media (max-width: 460px) {
  body main #content .confirm .privacypolicy {
    width: 92%;
    margin: auto;
  }
}

body main #content .confirm .privacypolicy h3 {
  background-color: #01493D;
  text-align: center;
  color: white;
  padding: 10px 0px;
  letter-spacing: 3px;
  margin-top: 0px;
}

body main #content .confirm .privacypolicy .privacy_inner {
  height: 90px;
  overflow-x: scroll;
  width: 95%;
  margin: auto;
  letter-spacing: 2px;
  margin-bottom: 30px;
  margin-top: 30px;
}

body main #content .confirm .privacypolicy .privacy_inner p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

body main #content .confirm .privacypolicy_check {
  width: 312px;
  margin: auto;
  margin-top: 32px;
}

body main #content .confirm .privacypolicy_check label input[type="checkbox"] {
  display: none;
}

body main #content .confirm .privacypolicy_check label input[type="checkbox"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

body main #content .confirm .privacypolicy_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #585753;
  background-color: #FFF;
  margin-right: 20px;
}

body main #content .confirm .privacypolicy_check label input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #01493D;
}

body main #content .confirm .privacypolicy_check label .checkmessage {
  font-size: 20px;
  font-weight: bold;
  color: #01493D;
}

body main #content .confirm .customer_form_submitbtn {
  margin-top: 80px;
  margin-bottom: 100px;
}

body main #content .confirm .customer_form_submitbtn .submitbtn input {
  border: none;
  display: block;
  background-color: #007C68;
  color: white;
  padding: 16px 0px;
  width: 340px;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 460px) {
  body main #content .complete {
    width: 92%;
    margin: auto;
  }
}

body main #content .complete h2 {
  font-size: 30px;
  color: #000000;
  letter-spacing: 3px;
}

@media (max-width: 460px) {
  body main #content .complete h2 {
    font-size: 21px;
  }
}

body main #content .complete .cmplete_txtarea .completetxt {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 38px;
  margin-bottom: 34px;
}

@media (max-width: 460px) {
  body main #content .complete .cmplete_txtarea .completetxt {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 22px;
  }
}

body main #content .complete .complete_others {
  margin-top: 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 3px;
}

@media (max-width: 460px) {
  body main #content .complete .complete_others {
    font-size: 16px;
  }
}

body main #content .complete .doclink_wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media (max-width: 460px) {
  body main #content .complete .doclink_wrap h3 {
    width: 100%;
  }
}

@media (max-width: 460px) {
  body main #content .complete .doclink_wrap .doclink a {
    width: 100%;
  }
}

body footer {
  background-color: #01493D;
  padding-top: 40px;
  padding-bottom: 30px;
}

body footer .footerlinkarea {
  width: 359px;
  margin: auto;
}

@media (max-width: 460px) {
  body footer .footerlinkarea {
    width: 78%;
  }
}

body footer .footerlinkarea a {
  text-decoration: none;
  color: white;
}

body footer .footerlinkarea a:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px white;
}

@media (max-width: 460px) {
  body footer .footerlinkarea a:nth-child(n+3) {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

body footer .rights {
  text-align: center;
  color: white;
  text-align: center;
  letter-spacing: 3px;
}

_::-webkit-full-page-media, _:future, :root #content h1 {
  width: 670px;
}

@media (max-width: 460px) {
  _::-webkit-full-page-media, _:future, :root #content h1 {
    width: 100%;
  }
}

_::-webkit-full-page-media, _:future, :root #content .maincontent .price .price_wrap .price_inner {
  width: 434px;
}

@media (max-width: 460px) {
  _::-webkit-full-page-media, _:future, :root #content .maincontent .price .price_wrap .price_inner {
    width: 252px;
  }
}

_::-webkit-full-page-media, _:future, :root #content .maincontent .price .price_wrap .price_inner .price_inputwrap input {
  width: 207px;
  padding-top: 20px;
}

_::-webkit-full-page-media, _:future, :root #content .maincontent .grade_selectarea .selectinner .select_wrap::after {
  top: 13px;
  right: 10px;
}

_::-webkit-full-page-media, _:future, :root #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_selectarea .select_wrap::after {
  top: 13px;
  right: 10px;
}
/*# sourceMappingURL=style.css.map */