@charset "UTF-8";
/* 変数群 */
/* ＠mixin群 */
.topAppear_main {
  background-image: url(/yao/contact/img/main_contact.jpg);
}

.content {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 40px;
  }
}

.content_text {
  text-align: center;
  margin: 60px auto;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .content_text {
    margin: 30px auto;
  }
}

.content_text.preparation {
  display: none;
}

.content_form {
  max-width: 1080px;
  height: 300px;
  margin: 0px auto;
  border-top: solid 1px #acacac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_form:last-of-type {
  border-bottom: solid 1px #acacac;
}

.content_form div {
  width: 50%;
  padding: 82px 0;
}

.content_form div span a {
  width: 250px;
  height: 60px;
  padding: 18px 0;
}

.content_form div span a img {
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 16px;
}

@media screen and (max-width: 768px) {
  .content_form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content_form div {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .content_form div span a {
    width: 50%;
    height: 40px;
    padding: 8px 0;
  }
}

.content_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .content_img {
    width: 100%;
    margin: 20px auto;
  }
}
