/** Shopify CDN: Minification failed

Line 59:14 Expected ":"

**/
.c0068B7 {
    color: #0068B7;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-top-60 {
    padding-top: 60px;
}
.margin-0 {
    margin: 0;
}
.font18 {
    font-size: 18px;
    line-height: 1.3;
}
.font22 {
    font-size: 22px;
}
.font-weight {
    font-weight: bold;
}
.title-2 {
    font-size: 3rem;
    color: #0068B7;
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.feature-introduce {
  font-size:1.8rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0;
}
.contact-banner {
  position: relative;
}
.contact-banner-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-banner-container h1 {
  font-size:5.2rem;
  font-weight:bold;
  line-heightL 6.2rem;
  margin-bottom: 2rem;
}
.contact-banner-container h2 {
  font-size:2.2rem;
}
.contact-banner-container-content {
  width: 54%;
  margin-top: 12%;
}
.edit-information {
  width: 60%;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(6,0,1,0.11);
  border-radius: 11px;
  margin: 0 auto 5rem;
  padding: 4rem 3rem;
}
.edit-information-form {
  padding-top: 3rem;
  font-size: 1.8rem;
}
.contact-input input, .contact-input textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f3f3f3;
  border: none !important;
  outline: none;
  padding: 0 1rem;
}

.contact-input textarea {
  display: block;
  width: 100%;
  height: 20rem;
  line-height: 1.6;
  padding-top: 1rem;
}
.contact-input input:focus {
  border: none;
}
/* For modern browsers */
.contact-input input::placeholder, .contact-input textarea::placeholder {
  color: #666;
}

/* For Internet Explorer 10+ */
.contact-input input:-ms-input-placeholder , .contact-input textarea:-ms-input-placeholder{ 
  color: #666;
}

/* For Microsoft Edge */
.contact-input input::-ms-input-placeholder, .contact-input textarea::-ms-input-placeholder { 
  color: #666;
}
.contact-input .contact-button {
  width: 322px;
  height: 54px;
  background: #0068B7;
  line-height: 54px;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 3rem;
}
h1, h2, h3, h4, h5 ,h6 ,p {
    margin: 0;
}

.contact-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact-field-label {
  display:flex;
  justify-content:space-between;
  width:13rem;
  margin-right:2rem;
  margin-bottom: 2rem;
}
.contact-field-label-text {
  font-size: 1.8rem;
  color: #333;
  line-height:2.6rem;
}
.contact-field-label-required {
  width: 5rem;
  height: 2rem;
  background: #E62828;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
}
.field_300 {
  width: auto;
  flex-grow: 1;
}
.call-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.call-us-item {
    width: 30%;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(6,0,1,0.11);
    padding: 60px 30px;
    box-sizing: border-box;
}
.call-us-item-left {
    width: 90px;
    min-width: 90px;
}
.call-us-item-right {
    flex-grow: 1;
}
.call-us-item-left1 img {
    width: 90px;
}
.call-us-item-left2 img {
    width: 82px;
}
.call-us-item-left3 img {
    width: 64px;
}
.why-contact-us1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
}
.why-contact-us-item {
    padding: 10px 25px 10px 40px;
    background: #F1F6FA;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #83B9EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.why-contact-us-item span {
    padding-right: 20px;
}
.why-contact-us-item1 {
    padding-left: 40px;
    margin-top: 20px;
}
.why-contact-us2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
}
.why-contact-us-item {
    margin-right: 40px;
}
.why-contact-us3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 80px;
}
.why-contact-us-item6 {
    margin-top: 16px;
}
.img-pc {
    display: block;
}
.img-mobile {
    display: none;
}
@media screen and (max-width: 500px) {
    .img-pc {
        display: none;
    }
    .img-mobile {
        display: block;
    }
    .contact-banner-container {
        position: static;
    }
  .contact-banner-img {
    height: 30rem;
  }
  .contact-case-banner-title {
    font-size: 3.5rem;
    text-align: center;
  }
  .thank-you-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-banner-container-content {
    width: 100%;
  }
  .contact-banner-container-content h1 {
    font-size: 2.2rem;
  }
  .contact-banner-container-content h2 {
    font-size: 1.6rem;
  }
  .edit-information {
    width: 100%;
  }
  .field_300 {
    width: 100%;
  }
  .call-us-item {
    width: 100%;
    margin-bottom:20px;
  }
  .padding-top-60 {
    padding-top: 30px;
  }
  .title-2 {
    font-size: 2.2rem;
  }
  .font18 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .call-us {
    padding-bottom: 30px;
  }
  .why-contact-us-item {
    width: 100%;
    margin:0;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 10px 15px;
  }
  .why-contact-us-item img {
    width: 18px;
  }
  .why-contact-us1, .why-contact-us2, .why-contact-us3 {
    width: 100%;
    margin:0;
    
  }
}