.sch-style-5 .sch-contact-form {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.sch-style-5 .sch-title-form {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
    font-style: italic;
}
.sch-style-5 .sch-contact-form-up-map img {
    border-radius: 10px;
	width:100%;
}
.sch-style-5 .sch-contact-form-up{
position: relative;
margin-bottom:30px;
}
.sch-style-5 .sch-up-info {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
}
.sch-style-5 .sch-address-detail:nth-child(2) {
    margin: 0 20px;
}
.sch-style-5 .sch-address-detail i {
    background: #e55743;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}
.sch-style-5 .sch-address-detail {
    display: inline-block;
}
.sch-style-5 .sch-address-detail p  {
  margin-top: 10px;
  margin-bottom: 0;
}
.sch-style-5 .sch-address-detail p a{
  text-shadow: 0 0 10px #fff, 3px 3px 10px #fff, -3px 3px 10px #fff, 3px -3px 10px #fff, -3px -3px 10px #fff, 10px 10px 30px #61cde8, 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff, -10px 10px 30px #61cde8, 10px -10px 30px #61cde8, -10px -10px 30px #61cde8;
  text-decoration:unset;color: #212529;font-size: 18px;
  }
.sch-style-5 .sch-input {
    width: 49%;
    float: left;
    margin-right: 10px;
}
.sch-style-5 .sch-input:nth-child(2),.sch-style-5 .sch-input:nth-child(4){
margin-right: 0px;
}
.sch-style-5 .sch-input-item {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e55743;
    color: #aaa;
    background: transparent;
}
.sch-style-5 .sch-contact-form-down {
    box-shadow: inset 0 0 10px;
    padding: 50px;
	border-radius: 10px;
}
.sch-style-5 .sch-input-textarea {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e55743;
    color: #aaa;
    background: transparent;
}
.sch-style-5 .sch-button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  padding: 1.5em 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #e55743;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: background 0.8s ease;
  margin:0 auto;
}
.sch-style-5 .sch-button:hover {
  background: rgba(100, 0, 0, 0.03);
}
.sch-style-5 .sch_button__horizontal, .sch-style-5 .sch_button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: transform;
}
.sch-style-5 .sch_button__horizontal::before, .sch-style-5 .sch_button__vertical::before {
  content: "";
  position: absolute;
  border: inherit;
}
.sch-style-5 .sch_button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.sch-style-5 .sch_button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.sch-style-5 .sch-button:hover .sch_button__horizontal {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sch-style-5 .sch_button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.sch-style-5 .sch_button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.sch-style-5 .sch-button:hover .sch_button__vertical {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
@media (min-width:980px) and (max-width:1023px){
.sch-style-5 .sch-contact-form {
    width: 100%;
}
}
@media (min-width:768px) and (max-width:979px){
.sch-style-5 .sch-contact-form {
    width: 100%;
}
}
@media (min-width:640px) and (max-width:767px){
.sch-style-5 .sch-contact-form {
    width: 100%;
}
.sch-style-5 .sch-contact-form-down {
    padding: 50px 30px;
}
.sch-style-5 .sch-input {
    width: 48.5%;
}
}

@media (min-width:480px) and (max-width:639px){
.sch-style-5 .sch-contact-form {
    width: 100%;
}
.sch-style-5 .sch-contact-form-down {
    padding: 50px 30px;
}
.sch-style-5 .sch-input {
    width: 48.5%;
}
.sch-style-5 .sch-up-info {
  top: 25%;
}
}
@media (min-width:320px) and (max-width:479px){
.sch-style-5 .sch-contact-form {
    width: 100%;
}
.sch-style-5 .sch-input {
    width: 100%;
	margin-right:0;
}
.sch-style-5 .sch-up-info {
    top: 10px;
}
}