.contact .container {
  border-top: #ddd 1px solid;
}

.infoBox {
  margin-bottom: 30px;
  background: linear-gradient(to bottom, rgb(235, 235, 235) 0%, rgba(235, 235, 235, 0) 50%);
}
.infoBox ul {
  display: flex;
  padding: 45px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .infoBox ul {
    flex-direction: column;
  }
}
/*@media screen and (max-width: 767px) {*/
/*  .infoBox ul {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/
.infoBox ul li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  padding: 0 30px 0 65px;
  position: relative;
}
/*@media screen and (max-width: 1150px) {*/
/*  .infoBox ul li {*/
/*    width: 50%;*/
/*    border-left: #dddddd 1px solid;*/
/*  }*/
/*}*/
@media screen and (max-width:1000px) {
  .infoBox ul li {
    width: 100%;
    border: none;
    padding: 20px 30px 20px 35px;
  }
}
.infoBox ul li::before {
  content: "";
  position: absolute;
  left: 30px;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background: url("../images/in/contact_icon.png");
}
@media screen and (max-width: 1000px) {
  .infoBox ul li::before {
    left: 0px;
  }
}
.infoBox ul li:nth-child(1)::before {
  background-position: 0 0;
}
.infoBox ul li:nth-child(2) {
  white-space: nowrap;
}
.infoBox ul li:nth-child(2)::before {
  background-position: -24px 0;
}
.infoBox ul li:nth-child(3) {
  white-space: nowrap;
}
.infoBox ul li:nth-child(3)::before {
  background-position: -48px 0;
}
.infoBox ul li:nth-child(4) {
  white-space: nowrap;
}
.infoBox ul li:nth-child(4)::before {
  background-position: -72px 0;
}
.infoBox ul li + li {
  border: #dddddd 1px solid;
  border-width: 0 0 0 1px;
}
@media screen and (max-width: 1000px) {
  .infoBox ul li + li {
    margin-top: 0;
    border-width: 1px 0 0 0;
  }
}

.formBox {
  border: #ddd 1px solid;
}
.formBox li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.formBox li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.formBox li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.formBox li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.formBox li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.formBox li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.formBox li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.formBox li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.formBox li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.pageBtnBox {
  border: none;
  margin: 0 auto;
  padding-top: 0;
  max-width: 950px;
}
form .algins {
  width: 1px !important;
  height: 1px !important;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: -1px;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .checkArea {
    flex-direction: column;
  }
  .checkArea > label{
      width:100%;
      padding-bottom:10px;
      margin-bottom:10px;
      border-right:none !important;
      border-bottom: #dadfe3 1px solid;
  }
  .checkArea .itemBox{
      margin-left:0 !important;
  }
  .checkArea .itemBox ul{
      margin: 0 auto 0px;
  }
  .checkArea .itemBox ul li:last-child{
      margin-bottom: 0px;
  }
}

/*# sourceMappingURL=contact.css.map */