.contact_area .contact_area_title {
  margin-bottom: 75px;
}
.contact_area .contact_area_inner {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/contact/contact_sec_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact_area .contact_area_inner:before {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #333333;
  position: absolute;
  left: 0;
  right: 0;
  top: -42px;
  margin: auto;
}
.contact_area .contact_area_inner:after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.contact_area .contact_area_inner_text {
  text-align: center;
  margin-bottom: 70px;
}
.contact_area .contact_area_inner_text p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
}
.contact_area .contact_area_banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_area .contact_area_banner_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  background-color: #fff;
  position: relative;
}
.contact_area .contact_area_banner_item:first-child img {
  width: 100%;
  max-width: 66px;
  margin: 0 auto;
}
.contact_area .contact_area_banner_item:last-child img {
  width: 100%;
  max-width: 68px;
  margin: 0 auto;
}
.contact_area .contact_area_banner_item:after {
  content: "";
  display: block;
  background-image: url(../img/other/banner_arrow01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.contact_area .contact_area_banner_item p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.contact_area .contact_area_banner_item a {
  display: block;
  padding-bottom: 55px;
}
.contact_area .contact_area_banner_item_img {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}