/* base_color */
.bgWhite {
  background: #FFFFFF;
}

.bg_gray01 {
  background: #f8f8f8;
}

.bg_gray02 {
  background: #e4e9f4;
}

.bg_gray03 {
  background: #e5e5e5;
}

#contact .form-group {
  border-top: 1px solid #e8e8e8;
  padding: 2.1em 0 2.3em;
}
#contact .form_flex {
  display: flex;
  align-items: center;
}
#contact .form_flex .ask {
  max-width: 370px;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0em 3.5em 0 3.5em;
  box-sizing: border-box;
  font-weight: 600;
}
#contact .req {
  background: #FFF;
  padding: 0.2em 0.4em;
  border-radius: 2px;
  font-size: 12px;
  color: #e60012;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  border: 1px solid #e60012;
}
#contact .any {
  background: #FFF;
  padding: 0.2em 0.4em;
  border-radius: 2px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  border: 1px solid #000000;
}
#contact .box02 {
  min-width: 496px;
  width: 100%;
}
#contact .box02.equality {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 3.2;
}
#contact .box02.equality span {
  width: 25%;
  margin: 0;
  position: relative;
}
#contact .box02.equality_contact {
  display: flex;
  flex-wrap: wrap;
  line-height: 3.2;
}
#contact .box02.equality_contact span {
  width: 25%;
}
#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact textarea {
  padding: 0.6em;
  border-radius: 3px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  width: 100%;
}
#contact .content_emp {
  width: 940px;
  padding: 2em;
  height: 230px;
  overflow-y: scroll;
  margin: 4% auto 0;
  border: 1px solid #f5f6f6;
  line-height: 2;
}
#contact .content_emp h4 {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1543b9;
}
#contact .content_emp p {
  margin-bottom: 30px;
}
#contact .content_emp::-webkit-scrollbar {
  width: 5px;
  margin: 1em;
  padding: 1em;
}
#contact p.center.confirm-hide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .agreeArea {
  margin: 5% 0;
}
#contact .agreeArea p {
  font-size: 20px;
  font-weight: 600;
}
#contact .submit_btn {
  width: 100%;
  max-width: 300px;
  padding: 0;
  margin: 80px auto 0;
  text-align: center;
  border-radius: 3px;
  color: #FFF;
  position: relative;
  cursor: pointer;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.3);
  background: #1543b9;
  font-size: 16px;
}
#contact input[type=submit] {
  background: none;
  border: none;
  color: #FFF;
  width: 100%;
  padding: 1.6em 0;
}
@media screen and (min-width: 1380px) {
    #useful #contact .inner{
        width:100%;
    }
}
@media screen and (max-width: 768px) {
  #contact .content_emp {
    width: 100%;
  }
  #contact .content_emp h4 {
    font-size: 3.2vw;
  }
  #contact .form-group {
    padding: 1.5em 0 2.2em;
    font-size: 3vw;
  }
  #contact .form_flex {
    flex-direction: column;
    align-items: start;
  }
  #contact .form_flex .ask {
    justify-content: flex-start;
    font-weight: 700;
    padding: 0.2em 3.5em 1em 1em;
  }
  #contact .req, #contact .any {
    margin-left: 1em;
  }
  #contact .box02 {
    min-width: auto;
  }
  #contact .agreeArea p {
    font-size: 3.2vw;
  }
  #contact .submit_btn {
    margin: 3em auto 0;
  }
}/*# sourceMappingURL=contact.css.map */margin: 3em auto 0;
  }
}/*# sourceMappingURL=contact.css.map */

