

.contact{
}

.contact-block {
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 60px 8%;
}

.contact-lead {
  font-size: 124%;
  text-align: center;
  line-height: 2;
  padding-bottom: 40px;
}

.contact-flow {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.contact-flow li{
  flex: 1;
}
.contact-flow-num {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  position: relative;
}
.contact-flow li:not(:last-child) .contact-flow-num::after {
  content: "";
  display: block;
  width: 250px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.contact-flow-text {
  font-size: 139%;
  font-weight: bold;
  padding-top: 15px;
}

.contact-flow li{
  color: #ccc;
}
.contact-flow li.is-active{
  opacity: 1;
  color: #000;
}
.contact-flow li.is-active .contact-flow-num{
  background-color: #000;
}

@media screen and (max-width:834px) {

  .contact{
  }
  .contact-lead {
    font-size: 116%;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 30px;
  }

  .contact-flow {
    max-width: 480px;
    padding: 0 0 30px;
  }
  .contact-flow li{
    width: 33.333333%;
    flex-grow: 1;
  }
  .contact-flow-num {
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 16px;
  }
  .contact-flow li:not(:last-child) .contact-flow-num::after {
    display: none;
  }
  .contact-flow-text {
    font-size: 85%;
    padding-top: 10px;
  }

  .contact-block {
    padding: 20px 5%;
  }

}


/**********************************************
module-contact
***********************************************/


.contact-item {
  padding-bottom: 40px;
}

.contact-item-title {
  padding-left: 60px;
  padding-bottom: 10px;
  font-size: 131%;
  font-weight: 600;
  position: relative;
}
.contact-item-title small{
  padding-left: 1em;
}

.contact-icon{
  display: inline-block;
  font-size: 75%;
  background-color: #f5f3f2;
  padding: 3px 8px;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.contact-item-required .contact-icon{
  background-color: #b81c22;
  color: #fff;
}
.is-completed .contact-icon::after{
}

.is-completed .contact-icon{
  background-color: #3fdd5d;
  color: #fff;
}


.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 4px 10px;
  min-height: 48px;
  font-size: 18px;
  background-color: #f5f3f2;
  font-family: "宋体",SimSun,"微软雅黑",Microsoft Yahei,PingHei;
}

.input-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right 10px center;
  padding: 4px 10px;
  min-height: 48px;
  font-size: 18px;
  box-sizing: border-box;
  background-color: #f5f3f2;
  font-family: "宋体",SimSun,"微软雅黑",Microsoft Yahei,PingHei;
}


.input-full {
  width: 100%;
}

.input-wide {
  width: 70%;
}

.input-half {
  width: 49%;
}
.input-half:nth-of-type(2) {
  width: 49%;
  margin-left: 2%;
}

.input-small {
  width: 150px;
}


.input-heading {
  display: inline-block;
  padding: 2px 13px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  box-sizing: border-box;
  z-index: 3;
  position: absolute;
  margin: 10px 0 0 0;
}

.input-heading + .input-text {
  border-radius: 0 3px 3px 0;
}

.input-zip {
  padding-left: 40px;
  width: 160px;
  box-sizing: border-box;
  margin-bottom: 5px;
}


.zip-get-btn {
  display: inline-block;
  margin-left: 15px;
  font-size: 108%;
  padding: 8px 12px;
  color: #fff;
  background-color: #b81c22;
  text-decoration: none;
  cursor: pointer;
}

.zip-get-btn:hover {
  background-color: #000;
  color: #fff;
}

.label-list-half {
  display: flex;
  flex-wrap: wrap;
}
.label-list-half label{
  width: 50%;
}

.label-list-inline {
}
.label-list-inline label{
}

.label-list{
  padding-left: 10px;
}
.label-list label{
  display: inline-block;
  font-size: 116%;
  padding: 5px 20px 5px 0;
}
.label-list input {
  margin-right: 0.4em;
}

.submit-box {
  text-align: center;
}


.submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  display: inline-block;
  width: auto;
  padding: 20px 40px 20px 40px;
  min-width: 600px;
  font-size: 154%;
  font-weight: 600;
  font-family: "宋体",SimSun,"微软雅黑",Microsoft Yahei,PingHei;
  color: #fff;
  text-decoration: none !important;
  border:none;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.submit-btn::after {
  font-family: 'Font Awesome 5 Free';
  font-size: inherit;
  font-weight: 900;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  line-height: normal;
}

.submit-btn:hover {
  background-color: #b81c22;
}

.submit-btn-back {
  background: #bbb;
}

.confirm-submit-list{
  display: flex;
  justify-content: space-between;
}
.confirm-submit-list li{
  width: 48%;
}
.confirm-submit-list li .submit-btn{
  min-width: 100px;
  width: 100%;
  display: block;
}

.error_messe {
  font-size: 124%;
  padding-bottom: 15px;
}

.confirm-table {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  width: 100%;
}

.confirm-table th {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  width: 20%;
  padding: 30px 0;
  font-weight: 500;
  text-align: left;
}

.confirm-table td {
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding: 30px 0;
}


.complete {
  padding-top: 200px;
}




.contact-privacy {
  padding-top: 40px;
  padding-bottom: 20px;
}
.contact-privacy-check {
  font-size: 147%;
  padding-bottom: 15px;
  text-align: center;
}
.contact-privacy-check label {
  display: inline-block;
  font-weight: bold;
}
.contact-privacy-check input {
  margin-right: 0.5em;
}
.contact-privacy-text {
  font-size: 116%;
  line-height: 1.8;
  padding-bottom: 20px;
}

@media screen and (max-width:768px) {

  .contact-item {
    padding-bottom: 35px;
  }

  .contact-item-title {
    padding-bottom: 8px;
    padding-left: 50px;
    font-size: 108%;
  }
  .contact-required {
    padding-left: 1em;
  }
  .input-text {}


  .input-select {}

  .input-full {
    width: 100%;
  }

  .input-wide {
    width: 100%;
  }


  .label-list-half {
    display: block;
  }
  .label-list-half label{
    width: auto;
  }

  .label-list{
    padding-top: 10px;
    padding-left: 10px;
  }
  .label-list label{
    font-size: 116%;
    padding: 5px 0px 5px 0;
  }
  .label-list input {
  }


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


  .submit-box {
    padding-top: 40px;
  }

  .submit-btn {
    display: block;
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding: 15px 0;
    font-size: 18px;
  }


  .submit-btn-back {
  }


  .confirm-table {
    margin-bottom: 20px;
    font-size: 85%;
  }
  .confirm-table th {
    width: 25%;
    padding: 10px 10px 10px 0;
  }
  .confirm-table td {
    padding: 10px 0;
  }

  .complete {
    padding-top: 40px;
  }

  .contact-privacy {
    text-align: center;
    padding-bottom: 0px;
  }
  .contact-privacy-check {
    font-size: 131%;
    padding-bottom: 0;
  }
  .contact-privacy-check label {
  }
  .contact-privacy-check input {
  }
  .contact-privacy-text {
    font-size: 100%;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: left;
  }


  .confirm-submit-list{
    justify-content: center;
  }
  .confirm-submit-list li{
    width: 100%;
  }
  .confirm-submit-list li .submit-btn{
    width: 100%;
  }


}
