.section-contact {
  padding: 90px 0 107px;
}
.section-contact .contact-message {
  line-height: 2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section-contact {
    padding: 60px 0 50px;
  }
}

.privacy-wrapper {
  background-color: #f4f4f8;
  margin-bottom: 58px;
  padding: 60px 35px 35px;
}
.privacy-wrapper .privacy-box {
  background-color: #fff;
  margin: 46px 0 33px;
  height: 170px;
  padding: 25px;
  position: relative;
  overflow: auto;
}
.privacy-wrapper .privacy-box .scroll-wrapper {
  max-height: 170px;
  position: static !important;
}
.privacy-wrapper .privacy-box ul {
  padding-left: 15px;
}
.privacy-wrapper .privacy-box ul ul {
  padding-left: 30px;
}
.privacy-wrapper .privacy-box dt {
  margin-bottom: 40px;
}
.privacy-wrapper .privacy-box dd {
  margin-bottom: 45px;
}
.privacy-wrapper .privacy-box > p {
  margin-bottom: 15px;
}
.privacy-wrapper .privacy-checkbox label {
  display: block;
  background-color: #eaeaee;
  padding: 30px 10px;
  text-align: center;
}
.privacy-wrapper .custom-checkbox input:checked ~ span:before {
  left: 4px;
  top: 5px;
}
.privacy-wrapper .custom-checkbox span {
  border: 2px solid #192d86;
  height: 28px;
  margin-right: 22px;
  width: 28px;
}
@media only screen and (max-width: 768px) {
  .privacy-wrapper {
    padding: 30px 20px 35px;
  }
  .privacy-wrapper .privacy-box {
    margin: 30px 0;
  }
}

.err_box {
  color: #f00;
}

.contact-form dl {
  margin-bottom: 75px;
}
.contact-form dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.contact-form dt span, .contact-form dt em {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #192d86;
  border: 2px solid #192d86;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
  width: 73px;
}
.contact-form dt em {
  background-color: #fff;
  border: 2px solid #192d86;
  color: #192d86;
}
.contact-form dd {
  margin-bottom: 45px;
}
.contact-form dd:last-child {
  margin-bottom: 0;
}
.contact-form .form-control {
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #e1e1e1;
  padding: 25px 28px 26px;
  outline: none;
  width: 100%;
}
.contact-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e1e1e1;
}
.contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1e1e1;
}
.contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1e1e1;
}
.contact-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #e1e1e1;
}
.contact-form .checkbox-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form .checkbox-list li {
  -webkit-flex: 0 25%;
  flex: 0 25%;
  max-width: 25%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .contact-form .checkbox-list li {
    -webkit-flex: 0 33.33%;
    flex: 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .checkbox-list li {
    -webkit-flex: 0 50%;
    flex: 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form .checkbox-list {
    display: block;
  }
  .contact-form .checkbox-list li {
    max-width: 100%;
  }
}
.contact-form textarea {
  height: 310px;
  resize: none;
}
.contact-form .contact-dir {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-form .contact-dir input, .contact-form .contact-dir a {
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px solid #192d86;
  background-color: #fff;
  color: #192d86;
  cursor: pointer;
  -webkit-flex: 1;
  flex: 1;
  font-weight: bold;
  outline: none;
  line-height: 1;
  padding: 41px 10px;
  text-align: center;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  max-width: 49%;
}
.contact-form .contact-dir input:hover, .contact-form .contact-dir a:hover {
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
  background-color: #192d86;
  color: #fff;
}
.contact-form .contact-dir input:first-child:last-child, .contact-form .contact-dir a:first-child:last-child {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .contact-form .contact-dir {
    display: block;
  }
  .contact-form .contact-dir input {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .contact-form .contact-dir a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-form dl {
    margin-bottom: 50px;
  }
  .contact-form .form-control {
    padding: 20px;
  }
  .contact-form textarea {
    height: 210px;
  }
  .contact-form .contact-dir input {
    padding: 25px 10px;
  }
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox input:checked ~ span {
  background-color: #192d86;
  border: 2px solid #192d86;
}
.custom-checkbox input:checked ~ span:before {
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 7px;
  top: 8px;
  width: 14px;
}
@media only screen and (max-width: 768px) {
  .custom-checkbox input:checked ~ span:before {
    left: 5px;
    top: 6px;
  }
}
.custom-checkbox span {
  background-color: #eaeaee;
  border: 2px solid #eaeaee;
  display: inline-block;
  height: 34px;
  margin-right: 17px;
  position: relative;
  vertical-align: middle;
  width: 34px;
}
@media only screen and (max-width: 768px) {
  .custom-checkbox span {
    height: 30px;
    width: 30px;
  }
}
